c25dd16233
Changed RMI tests to use random port numbers for the RMI Registry and RMID so the tests can be run concurrently without test failures due to tests using the same port numbers. Reviewed-by: smarks, alanb
13 lines
457 B
Plaintext
13 lines
457 B
Plaintext
# This file identifies the root of the test-suite hierarchy.
|
|
# It also contains test-suite configuration information.
|
|
# DO NOT EDIT without first contacting jdk-regtest@sun.com.
|
|
|
|
# The list of keywords supported in the entire test suite
|
|
keys=2d dnd i18n
|
|
|
|
# Tests that must run in othervm mode
|
|
othervm.dirs=java/rmi sun/rmi javax/management
|
|
|
|
# Tests that cannot run concurrently
|
|
exclusiveAccess.dirs=java/rmi/Naming sun/management/jmxremote sun/tools/jstatd
|