hg: openjfx/8/graphics/rt: Test-Only: Updated some concurrency tests so that they run reliably when all tests are run in the same VM. Two tests were creating "MythicalEvents" which had the same event type name, and registering the two of them in one VM led to an exception from the platform where these names are supposed to be enforced as being unique.

hang.vo at oracle.com hang.vo at oracle.com
Thu Jan 24 14:02:45 PST 2013


Changeset: 17805c9153f8
Author:    Richard Bair <richard.bair at oracle.com>
Date:      2013-01-24 13:44 -0800
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/17805c9153f8

Test-Only: Updated some concurrency tests so that they run reliably when all tests are run in the same VM. Two tests were creating "MythicalEvents" which had the same event type name, and registering the two of them in one VM led to an exception from the platform where these names are supposed to be enforced as being unique.

! javafx-concurrent/test/javafx/concurrent/ServiceExceptionTest.java
! javafx-concurrent/test/javafx/concurrent/ServiceLifecycleTest.java
! javafx-concurrent/test/javafx/concurrent/TaskEventTest.java
+ javafx-concurrent/test/javafx/concurrent/mocks/MythicalEvent.java



More information about the openjfx-dev mailing list