-
Bug
-
Resolution: Fixed
-
P2
-
8
-
b115
-
Not verified
The recent updates to the MethodParameters test fail on Windows.
It looks like the cause is that the lines are not being correctly split on line boundaries.
Error: expected line not found: static interface AnnotationTest$Annos -- inner
Error: expected line not found: AnnotationTest$Annos.foo()
Error: expected line not found: AnnotationTest$Annos.value()
Error: expected line not found: class AnnotationTest --
Error: expected line not found: AnnotationTest.<init>(i, ji)
Error: expected line not found: AnnotationTest.foo(i, ji)
Error: expected line not found: static interface AnnotationTest$I -- inner
Error: expected line not found: AnnotationTest$I.m(i, ji)
Error: expected line not found: static interface AnnotationTest$Anno -- inner
Error: expected line not found: AnnotationTest$Anno.f()
Error: The output from ClassFileVisitor did not match golden file.
Error: unexpected line found: static interface AnnotationTest$Anno -- inner
AnnotationTest$Anno.f()
static interface AnnotationTest$Annos -- inner
AnnotationTest$Annos.value()
AnnotationTest$Annos.foo()
static interface AnnotationTest$I -- inner
AnnotationTest$I.m(i, ji)
class AnnotationTest --
AnnotationTest.<init>(i, ji)
AnnotationTest.foo(i, ji)
It looks like the cause is that the lines are not being correctly split on line boundaries.
Error: expected line not found: static interface AnnotationTest$Annos -- inner
Error: expected line not found: AnnotationTest$Annos.foo()
Error: expected line not found: AnnotationTest$Annos.value()
Error: expected line not found: class AnnotationTest --
Error: expected line not found: AnnotationTest.<init>(i, ji)
Error: expected line not found: AnnotationTest.foo(i, ji)
Error: expected line not found: static interface AnnotationTest$I -- inner
Error: expected line not found: AnnotationTest$I.m(i, ji)
Error: expected line not found: static interface AnnotationTest$Anno -- inner
Error: expected line not found: AnnotationTest$Anno.f()
Error: The output from ClassFileVisitor did not match golden file.
Error: unexpected line found: static interface AnnotationTest$Anno -- inner
AnnotationTest$Anno.f()
static interface AnnotationTest$Annos -- inner
AnnotationTest$Annos.value()
AnnotationTest$Annos.foo()
static interface AnnotationTest$I -- inner
AnnotationTest$I.m(i, ji)
class AnnotationTest --
AnnotationTest.<init>(i, ji)
AnnotationTest.foo(i, ji)