Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8026931

MethodParameters tests failing on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2
    • 8
    • 8
    • tools
    • b115
    • Not verified

    Description

      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)

      Attachments

        Activity

          People

            ksrini Kumar Srinivasan
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: