475 $(call RunAgentvmBatch) |
475 $(call RunAgentvmBatch) |
476 |
476 |
477 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
477 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
478 JDK_ALL_TARGETS += jdk_lang |
478 JDK_ALL_TARGETS += jdk_lang |
479 JDK_DEFAULT_TARGETS += jdk_lang |
479 JDK_DEFAULT_TARGETS += jdk_lang |
480 jdk_lang: $(call TestDirs, java/lang) |
480 jdk_lang: $(call TestDirs, java/lang sun/invoke sun/misc vm) |
481 $(call RunAgentvmBatch) |
481 $(call RunAgentvmBatch) |
482 |
482 |
483 # Stable othervm testruns (minus items from PROBLEM_LIST) |
483 # Stable othervm testruns (minus items from PROBLEM_LIST) |
484 # Using agentvm has serious problems with these tests |
484 # Using agentvm has serious problems with these tests |
485 JDK_ALL_TARGETS += jdk_management1 |
485 JDK_ALL_TARGETS += jdk_jmx |
486 jdk_management1: $(call TestDirs, javax/management) |
486 jdk_jmx: $(call TestDirs, javax/management com/sun/jmx) |
487 $(call RunOthervmBatch) |
487 $(call RunOthervmBatch) |
488 |
488 |
489 # Stable othervm testruns (minus items from PROBLEM_LIST) |
489 # Stable othervm testruns (minus items from PROBLEM_LIST) |
490 # Using agentvm has serious problems with these tests |
490 # Using agentvm has serious problems with these tests |
491 JDK_ALL_TARGETS += jdk_management2 |
491 JDK_ALL_TARGETS += jdk_management |
492 jdk_management2: $(call TestDirs, com/sun/jmx com/sun/management sun/management) |
492 jdk_management: $(call TestDirs, com/sun/management sun/management) |
493 $(call RunOthervmBatch) |
493 $(call RunOthervmBatch) |
494 |
|
495 # All management tests |
|
496 jdk_management: jdk_management1 jdk_management2 |
|
497 @$(SummaryInfo) |
|
498 |
494 |
499 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
495 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
500 JDK_ALL_TARGETS += jdk_math |
496 JDK_ALL_TARGETS += jdk_math |
501 JDK_DEFAULT_TARGETS += jdk_math |
497 JDK_DEFAULT_TARGETS += jdk_math |
502 jdk_math: $(call TestDirs, java/math) |
498 jdk_math: $(call TestDirs, java/math) |
503 $(call RunAgentvmBatch) |
499 $(call RunAgentvmBatch) |
504 |
500 |
505 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
501 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
506 JDK_ALL_TARGETS += jdk_misc |
502 JDK_ALL_TARGETS += jdk_other |
507 JDK_DEFAULT_TARGETS += jdk_misc |
503 JDK_DEFAULT_TARGETS += jdk_other |
508 jdk_misc: $(call TestDirs, \ |
504 jdk_other: $(call TestDirs, \ |
509 demo/jvmti demo/zipfs javax/naming javax/script \ |
505 demo/jvmti demo/zipfs sample \ |
510 javax/smartcardio com/sun/jndi com/sun/xml \ |
506 javax/naming com/sun/jndi \ |
511 com/sun/corba sun/misc) |
507 javax/script \ |
|
508 javax/sql \ |
|
509 javax/smartcardio \ |
|
510 javax/xml/ws com/sun/internal/ws \ |
|
511 com/sun/org/apache/xerces \ |
|
512 com/sun/corba \ |
|
513 com/sun/servicetag \ |
|
514 com/sun/tracing \ |
|
515 sun/usagetracker) |
512 $(call RunAgentvmBatch) |
516 $(call RunAgentvmBatch) |
513 |
517 |
514 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
518 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
515 JDK_ALL_TARGETS += jdk_net |
519 JDK_ALL_TARGETS += jdk_net |
516 JDK_DEFAULT_TARGETS += jdk_net |
520 JDK_DEFAULT_TARGETS += jdk_net |
517 jdk_net: $(call TestDirs, com/sun/net java/net sun/net) |
521 jdk_net: $(call TestDirs, com/sun/net java/net sun/net com/oracle/net) |
518 $(call RunAgentvmBatch) |
522 $(call RunAgentvmBatch) |
519 |
523 |
520 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
524 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
521 JDK_ALL_TARGETS += jdk_nio1 |
525 jdk_nio: $(call TestDirs, java/nio sun/nio com/oracle/nio) |
522 JDK_DEFAULT_TARGETS += jdk_nio1 |
|
523 jdk_nio1: $(call TestDirs, java/nio/file) |
|
524 $(call RunAgentvmBatch) |
|
525 |
|
526 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
|
527 JDK_ALL_TARGETS += jdk_nio2 |
|
528 JDK_DEFAULT_TARGETS += jdk_nio2 |
|
529 jdk_nio2: $(call TestDirs, java/nio/Buffer java/nio/ByteOrder \ |
|
530 java/nio/channels java/nio/MappedByteBuffer sun/nio/ch) |
|
531 $(call SharedLibraryPermissions,java/nio/channels) |
526 $(call SharedLibraryPermissions,java/nio/channels) |
532 $(call RunAgentvmBatch) |
527 $(call RunAgentvmBatch) |
533 |
|
534 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
|
535 JDK_ALL_TARGETS += jdk_nio3 |
|
536 JDK_DEFAULT_TARGETS += jdk_nio3 |
|
537 jdk_nio3: $(call TestDirs, java/nio/charset sun/nio/cs) |
|
538 $(call RunAgentvmBatch) |
|
539 |
|
540 # All nio tests |
|
541 jdk_nio: jdk_nio1 jdk_nio2 jdk_nio3 |
|
542 @$(SummaryInfo) |
|
543 |
528 |
544 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
529 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
545 jdk_sctp: $(call TestDirs, com/sun/nio/sctp) |
530 jdk_sctp: $(call TestDirs, com/sun/nio/sctp) |
546 $(call RunAgentvmBatch) |
531 $(call RunAgentvmBatch) |
547 |
532 |
548 # Stable othervm testruns (minus items from PROBLEM_LIST) |
533 # Stable othervm testruns (minus items from PROBLEM_LIST) |
549 # Using agentvm has serious problems with these tests |
534 # Using agentvm has serious problems with these tests |
550 JDK_ALL_TARGETS += jdk_rmi |
535 JDK_ALL_TARGETS += jdk_rmi |
551 jdk_rmi: $(call TestDirs, java/rmi javax/rmi sun/rmi) |
536 jdk_rmi: $(call TestDirs, java/rmi sun/rmi javax/rmi/ssl) |
552 $(call RunOthervmBatch) |
537 $(call RunOthervmBatch) |
553 |
538 |
554 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
539 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
555 JDK_ALL_TARGETS += jdk_security1 |
540 JDK_ALL_TARGETS += jdk_security1 |
556 JDK_DEFAULT_TARGETS += jdk_security1 |
541 JDK_DEFAULT_TARGETS += jdk_security1 |
591 JDK_DEFAULT_TARGETS += jdk_text |
576 JDK_DEFAULT_TARGETS += jdk_text |
592 jdk_text: $(call TestDirs, java/text sun/text) |
577 jdk_text: $(call TestDirs, java/text sun/text) |
593 $(call RunAgentvmBatch) |
578 $(call RunAgentvmBatch) |
594 |
579 |
595 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
580 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
596 JDK_ALL_TARGETS += jdk_tools1 |
581 JDK_ALL_TARGETS += jdk_jdi |
597 jdk_tools1: $(call TestDirs, com/sun/jdi) |
582 jdk_jdi: $(call TestDirs, com/sun/jdi) |
598 $(call RunAgentvmBatch) |
583 $(call RunAgentvmBatch) |
599 |
584 |
600 # Stable othervm testruns (minus items from PROBLEM_LIST) |
585 # Stable othervm testruns (minus items from PROBLEM_LIST) |
601 # Using agentvm has serious problems with these tests |
586 # Using agentvm has serious problems with these tests |
602 JDK_ALL_TARGETS += jdk_tools2 |
587 JDK_ALL_TARGETS += jdk_tools |
603 jdk_tools2: $(call TestDirs, \ |
588 jdk_tools: $(call TestDirs, com/sun/tools sun/jvmstat sun/tools tools) |
604 com/sun/tools sun/jvmstat sun/tools tools vm \ |
|
605 com/sun/servicetag com/sun/tracing) |
|
606 $(call SharedLibraryPermissions,tools/launcher) |
589 $(call SharedLibraryPermissions,tools/launcher) |
607 $(call RunAgentvmBatch) |
590 $(call RunAgentvmBatch) |
608 |
|
609 # All tools tests |
|
610 jdk_tools: jdk_tools1 jdk_tools2 |
|
611 @$(SummaryInfo) |
|
612 |
591 |
613 # Stable othervm testruns (minus items from PROBLEM_LIST) |
592 # Stable othervm testruns (minus items from PROBLEM_LIST) |
614 # Using agentvm has serious problems with these tests |
593 # Using agentvm has serious problems with these tests |
615 ifdef OPENJDK |
594 ifdef OPENJDK |
616 jdk_jfr: |
595 jdk_jfr: |