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

[TestBug] Re-enable ignored tests that are passing in javafx.controls module

XMLWordPrintable

    • generic
    • generic

      In javafx.controls module, some of the unit tests are marked with @Ignore.

      The test report numbers are -

      tests : 7339
      failures : 0
      ignored : 215


      A search with "@Ignore" shows up 180 occurrences. Some of the tests are run with different arguments. Hence the reported number is higher.
      There is a test which is marked as "org.junit.Ignore"

      If we comment out all these 181 @Ignore tags and run all the tests again, we get following results-

      tests :7339
      failures : 134
      ignored : 0

      The less number of failures indicates that some of the ignored tests pass now. This bug is to find out these tests and re-enable them if they pass of all platforms.

            aghaisas Ajit Ghaisas
            aghaisas Ajit Ghaisas
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: