-
Bug
-
Resolution: Fixed
-
P4
-
8, jfx15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246170 | 8u271 | Kevin Rushforth | P4 | Resolved | Fixed | b01 |
JDK-8253654 | jfx11.0.9 | Kevin Rushforth | P4 | Resolved | Fixed |
I occasionally see these test failures on Windows:
> Task :systemTests:test
test.sandbox.SandboxAppTest > testFXApp FAILED
junit.framework.AssertionFailedError: test.sandbox.app.FXApp: Application timeout
at test.sandbox.SandboxAppTest.runSandboxedApp(SandboxAppTest.java:83)
at test.sandbox.SandboxAppTest.runSandboxedApp(SandboxAppTest.java:52)
at test.sandbox.SandboxAppTest.testFXApp(SandboxAppTest.java:105)
Gradle Test Executor 118 finished executing tests.
> Task :systemTests:test
test.sandbox.SandboxAppTest > testFXNonApp FAILED
junit.framework.AssertionFailedError: test.sandbox.app.FXNonApp: Application timeout
at test.sandbox.SandboxAppTest.runSandboxedApp(SandboxAppTest.java:83)
at test.sandbox.SandboxAppTest.runSandboxedApp(SandboxAppTest.java:52)
at test.sandbox.SandboxAppTest.testFXNonApp(SandboxAppTest.java:110)
> Task :systemTests:test
test.sandbox.SandboxAppTest > testFXApp FAILED
junit.framework.AssertionFailedError: test.sandbox.app.FXApp: Application timeout
at test.sandbox.SandboxAppTest.runSandboxedApp(SandboxAppTest.java:83)
at test.sandbox.SandboxAppTest.runSandboxedApp(SandboxAppTest.java:52)
at test.sandbox.SandboxAppTest.testFXApp(SandboxAppTest.java:105)
Gradle Test Executor 118 finished executing tests.
> Task :systemTests:test
test.sandbox.SandboxAppTest > testFXNonApp FAILED
junit.framework.AssertionFailedError: test.sandbox.app.FXNonApp: Application timeout
at test.sandbox.SandboxAppTest.runSandboxedApp(SandboxAppTest.java:83)
at test.sandbox.SandboxAppTest.runSandboxedApp(SandboxAppTest.java:52)
at test.sandbox.SandboxAppTest.testFXNonApp(SandboxAppTest.java:110)
- backported by
-
JDK-8246170 Intermittent test failures in SandboxAppTest
- Resolved
-
JDK-8253654 Intermittent test failures in SandboxAppTest
- Resolved
- relates to
-
JDK-8255486 Intermittent test failures in SandboxAppTest
- Open