< prev index next >

test/jdk/sun/management/jmxremote/bootstrap/AbstractFilePermissionTest.java

Print this page
rev 59104 : imported patch serviceability

*** 93,103 **** if ((TEST_CLASSES == null) || ("".equals(TEST_CLASSES))) { System.out.println("Test is designed to be run from jtreg only"); return true; } ! if (!Platform.isLinux() && !Platform.isSolaris()) { System.out.println("Test not designed to run on this operating system, skipping..."); return true; } return false; } --- 93,103 ---- if ((TEST_CLASSES == null) || ("".equals(TEST_CLASSES))) { System.out.println("Test is designed to be run from jtreg only"); return true; } ! if (!Platform.isLinux()) { System.out.println("Test not designed to run on this operating system, skipping..."); return true; } return false; }
< prev index next >