-
Bug
-
Resolution: Fixed
-
P4
-
jfx13
The ignored tag should be corrected as,
1. Each ignored test must be associated with a bug, report a new but and update the Ignore statements.
2. Replace @org.junit.Ignore with @Ignore
3. Remove unused import statement.
1. Each ignored test must be associated with a bug, report a new but and update the Ignore statements.
2. Replace @org.junit.Ignore with @Ignore
3. Remove unused import statement.
- relates to
-
JDK-8233362 Evaluate ignored graphics tests
- Resolved