508 $(call SharedLibraryPermissions,java/nio/channels) |
508 $(call SharedLibraryPermissions,java/nio/channels) |
509 $(call RunSamevmBatch) |
509 $(call RunSamevmBatch) |
510 |
510 |
511 # Stable samevm testruns (minus items from PROBLEM_LIST) |
511 # Stable samevm testruns (minus items from PROBLEM_LIST) |
512 JDK_ALL_TARGETS += jdk_nio3 |
512 JDK_ALL_TARGETS += jdk_nio3 |
513 jdk_nio3: $(call TestDirs, com/sun/nio sun/nio) |
513 jdk_nio3: $(call TestDirs, sun/nio) |
514 $(call RunSamevmBatch) |
514 $(call RunSamevmBatch) |
515 |
515 |
516 # All nio tests |
516 # All nio tests |
517 jdk_nio: jdk_nio1 jdk_nio2 jdk_nio3 |
517 jdk_nio: jdk_nio1 jdk_nio2 jdk_nio3 |
518 @$(SummaryInfo) |
518 @$(SummaryInfo) |
|
519 |
|
520 # Stable samevm testruns (minus items from PROBLEM_LIST) |
|
521 jdk_sctp: $(call TestDirs, com/sun/nio/sctp) |
|
522 $(call RunSamevmBatch) |
519 |
523 |
520 # Stable othervm testruns (minus items from PROBLEM_LIST) |
524 # Stable othervm testruns (minus items from PROBLEM_LIST) |
521 # Using samevm has serious problems with these tests |
525 # Using samevm has serious problems with these tests |
522 JDK_ALL_TARGETS += jdk_rmi |
526 JDK_ALL_TARGETS += jdk_rmi |
523 jdk_rmi: $(call TestDirs, java/rmi javax/rmi sun/rmi) |
527 jdk_rmi: $(call TestDirs, java/rmi javax/rmi sun/rmi) |
530 |
534 |
531 # Stable othervm testruns (minus items from PROBLEM_LIST) |
535 # Stable othervm testruns (minus items from PROBLEM_LIST) |
532 # Using samevm has serious problems with these tests |
536 # Using samevm has serious problems with these tests |
533 JDK_ALL_TARGETS += jdk_security2 |
537 JDK_ALL_TARGETS += jdk_security2 |
534 jdk_security2: $(call TestDirs, javax/crypto com/sun/crypto) |
538 jdk_security2: $(call TestDirs, javax/crypto com/sun/crypto) |
535 $(call RunOthervmBatch) |
539 $(call RunSamevmBatch) |
536 |
540 |
537 # Stable othervm testruns (minus items from PROBLEM_LIST) |
541 # Stable othervm testruns (minus items from PROBLEM_LIST) |
538 # Using samevm has serious problems with these tests |
542 # Using samevm has serious problems with these tests |
539 JDK_ALL_TARGETS += jdk_security3 |
543 JDK_ALL_TARGETS += jdk_security3 |
540 jdk_security3: $(call TestDirs, com/sun/security lib/security \ |
544 jdk_security3: $(call TestDirs, com/sun/security lib/security \ |