equal
deleted
inserted
replaced
500 $(call RunAgentvmBatch) |
500 $(call RunAgentvmBatch) |
501 |
501 |
502 # Stable agentvm testruns (TestNG) |
502 # Stable agentvm testruns (TestNG) |
503 JDK_DEFAULT_TARGETS += jdk_time |
503 JDK_DEFAULT_TARGETS += jdk_time |
504 jdk_time: $(call TestDirs, java/time) |
504 jdk_time: $(call TestDirs, java/time) |
505 $(call RunOthervmBatch) |
505 $(call RunAgentvmBatch) |
506 |
506 |
507 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
507 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
508 JDK_ALL_TARGETS += jdk_other |
508 JDK_ALL_TARGETS += jdk_other |
509 JDK_DEFAULT_TARGETS += jdk_other |
509 JDK_DEFAULT_TARGETS += jdk_other |
510 jdk_other: $(call TestDirs, \ |
510 jdk_other: $(call TestDirs, \ |