test/Makefile

Print this page




 487 JDK_ALL_TARGETS += jdk_misc
 488 jdk_misc: $(call TestDirs, \
 489           demo javax/imageio javax/naming javax/print javax/script \
 490           javax/smartcardio javax/sound com/sun/java com/sun/jndi \
 491           com/sun/org com/sun/xml sun/misc sun/pisces)
 492         $(call RunSamevmBatch)
 493 
 494 # Stable samevm testruns (minus items from PROBLEM_LIST)
 495 JDK_ALL_TARGETS += jdk_net
 496 jdk_net: $(call TestDirs, com/sun/net java/net sun/net)
 497         $(call RunSamevmBatch)
 498 
 499 # Stable samevm testruns (minus items from PROBLEM_LIST)
 500 JDK_ALL_TARGETS += jdk_nio1
 501 jdk_nio1: $(call TestDirs, java/nio/file)
 502         $(call RunSamevmBatch)
 503 
 504 # Stable samevm testruns (minus items from PROBLEM_LIST)
 505 JDK_ALL_TARGETS += jdk_nio2
 506 jdk_nio2: $(call TestDirs, java/nio/Buffer java/nio/ByteOrder \
 507           java/nio/channels java/nio/BufferPoolMXBean java/nio/MappedByteBuffer)
 508         $(call SharedLibraryPermissions,java/nio/channels)
 509         $(call RunSamevmBatch)
 510 
 511 # Stable samevm testruns (minus items from PROBLEM_LIST)
 512 JDK_ALL_TARGETS += jdk_nio3
 513 jdk_nio3: $(call TestDirs, com/sun/nio sun/nio)
 514         $(call RunSamevmBatch)
 515 
 516 # All nio tests
 517 jdk_nio: jdk_nio1 jdk_nio2 jdk_nio3
 518         @$(SummaryInfo)
 519 
 520 # Stable othervm testruns (minus items from PROBLEM_LIST)
 521 #   Using samevm has serious problems with these tests
 522 JDK_ALL_TARGETS += jdk_rmi
 523 jdk_rmi: $(call TestDirs, java/rmi javax/rmi sun/rmi)
 524         $(call RunOthervmBatch)
 525 
 526 # Stable samevm testruns (minus items from PROBLEM_LIST)
 527 JDK_ALL_TARGETS += jdk_security1




 487 JDK_ALL_TARGETS += jdk_misc
 488 jdk_misc: $(call TestDirs, \
 489           demo javax/imageio javax/naming javax/print javax/script \
 490           javax/smartcardio javax/sound com/sun/java com/sun/jndi \
 491           com/sun/org com/sun/xml sun/misc sun/pisces)
 492         $(call RunSamevmBatch)
 493 
 494 # Stable samevm testruns (minus items from PROBLEM_LIST)
 495 JDK_ALL_TARGETS += jdk_net
 496 jdk_net: $(call TestDirs, com/sun/net java/net sun/net)
 497         $(call RunSamevmBatch)
 498 
 499 # Stable samevm testruns (minus items from PROBLEM_LIST)
 500 JDK_ALL_TARGETS += jdk_nio1
 501 jdk_nio1: $(call TestDirs, java/nio/file)
 502         $(call RunSamevmBatch)
 503 
 504 # Stable samevm testruns (minus items from PROBLEM_LIST)
 505 JDK_ALL_TARGETS += jdk_nio2
 506 jdk_nio2: $(call TestDirs, java/nio/Buffer java/nio/ByteOrder \
 507           java/nio/channels java/nio/MappedByteBuffer)
 508         $(call SharedLibraryPermissions,java/nio/channels)
 509         $(call RunSamevmBatch)
 510 
 511 # Stable samevm testruns (minus items from PROBLEM_LIST)
 512 JDK_ALL_TARGETS += jdk_nio3
 513 jdk_nio3: $(call TestDirs, com/sun/nio sun/nio)
 514         $(call RunSamevmBatch)
 515 
 516 # All nio tests
 517 jdk_nio: jdk_nio1 jdk_nio2 jdk_nio3
 518         @$(SummaryInfo)
 519 
 520 # Stable othervm testruns (minus items from PROBLEM_LIST)
 521 #   Using samevm has serious problems with these tests
 522 JDK_ALL_TARGETS += jdk_rmi
 523 jdk_rmi: $(call TestDirs, java/rmi javax/rmi sun/rmi)
 524         $(call RunOthervmBatch)
 525 
 526 # Stable samevm testruns (minus items from PROBLEM_LIST)
 527 JDK_ALL_TARGETS += jdk_security1