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.
- is blocked by
-
JDK-8296827 [TestBug] Fix ignored unit test from ComboBoxTest (missing features)
- Open
-
JDK-8297166 [TestBug] Fix some ignored unit test from TableViewTest
- Resolved
- relates to
-
JDK-8245457 [TestBug] Enable and fix ignored tests in ButtonBaseTest & ButtonTest
- Resolved
-
JDK-8245634 [TestBug] Enable and fix tests ignored with message "impl_cssSet API removed"
- Resolved
-
JDK-8255241 [TestBug] Re-enable few ignored tests in javafx.controls module that pass with latest code
- Resolved
-
JDK-8265439 [TestBug] Enable and fix ignored unit tests in MenuItemTest
- Resolved
-
JDK-8285360 [TestBug] Cleanup a few ignored javafx.controls unit tests
- Resolved
-
JDK-8328667 [Testbug] Enable ignored Spinner unit tests
- Resolved
-
JDK-8285359 Cleanup a few ignored javafx.controls unit tests
- Closed
-
JDK-8233361 Evaluate ignored controls tests
- Resolved
-
JDK-8265758 [TestBug] Remove ignored unit test from CustomMenuItemTest
- Resolved