jdk/test/Makefile

Print this page




 460 
 461 # Stable othervm testruns (minus items from PROBLEM_LIST)
 462 #   Using agentvm has serious problems with these tests
 463 JDK_ALL_TARGETS += jdk_beans3
 464 jdk_beans3: $(call TestDirs, java/beans/XMLEncoder)
 465         $(call RunOthervmBatch)
 466 
 467 # All beans tests
 468 jdk_beans: jdk_beans1 jdk_beans2 jdk_beans3
 469         @$(SummaryInfo)
 470 
 471 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 472 JDK_ALL_TARGETS += jdk_io
 473 JDK_DEFAULT_TARGETS += jdk_io
 474 jdk_io: $(call TestDirs, java/io)
 475         $(call RunAgentvmBatch)
 476 
 477 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 478 JDK_ALL_TARGETS += jdk_lang
 479 JDK_DEFAULT_TARGETS += jdk_lang
 480 jdk_lang: $(call TestDirs, java/lang)
 481         $(call RunAgentvmBatch)
 482 
 483 # Stable othervm testruns (minus items from PROBLEM_LIST)
 484 #   Using agentvm has serious problems with these tests
 485 JDK_ALL_TARGETS += jdk_management1
 486 jdk_management1: $(call TestDirs, javax/management)
 487         $(call RunOthervmBatch)
 488 
 489 # Stable othervm testruns (minus items from PROBLEM_LIST)
 490 #   Using agentvm has serious problems with these tests
 491 JDK_ALL_TARGETS += jdk_management2
 492 jdk_management2: $(call TestDirs, com/sun/jmx com/sun/management sun/management)
 493         $(call RunOthervmBatch)
 494 
 495 # All management tests
 496 jdk_management: jdk_management1 jdk_management2
 497         @$(SummaryInfo)
 498 
 499 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 500 JDK_ALL_TARGETS += jdk_math
 501 JDK_DEFAULT_TARGETS += jdk_math
 502 jdk_math: $(call TestDirs, java/math)
 503         $(call RunAgentvmBatch)
 504 
 505 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 506 JDK_ALL_TARGETS += jdk_misc
 507 JDK_DEFAULT_TARGETS += jdk_misc
 508 jdk_misc: $(call TestDirs, \
 509           demo/jvmti demo/zipfs javax/naming javax/script \
 510           javax/smartcardio com/sun/jndi com/sun/xml \
 511           com/sun/corba sun/misc)









 512         $(call RunAgentvmBatch)
 513 
 514 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 515 JDK_ALL_TARGETS += jdk_net
 516 JDK_DEFAULT_TARGETS += jdk_net
 517 jdk_net: $(call TestDirs, com/sun/net java/net sun/net)
 518         $(call RunAgentvmBatch)
 519 
 520 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 521 JDK_ALL_TARGETS += jdk_nio1
 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)
 532         $(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 
 544 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 545 jdk_sctp: $(call TestDirs, com/sun/nio/sctp)
 546         $(call RunAgentvmBatch)
 547 
 548 # Stable othervm testruns (minus items from PROBLEM_LIST)
 549 #   Using agentvm has serious problems with these tests
 550 JDK_ALL_TARGETS += jdk_rmi
 551 jdk_rmi: $(call TestDirs, java/rmi javax/rmi sun/rmi)
 552         $(call RunOthervmBatch)
 553 
 554 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 555 JDK_ALL_TARGETS += jdk_security1
 556 JDK_DEFAULT_TARGETS += jdk_security1
 557 jdk_security1: $(call TestDirs, java/security)
 558         $(call RunAgentvmBatch)
 559 
 560 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 561 JDK_ALL_TARGETS += jdk_security2
 562 jdk_security2: $(call TestDirs, javax/crypto javax/xml/crypto com/sun/crypto)
 563         $(call RunAgentvmBatch)
 564 
 565 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 566 JDK_ALL_TARGETS += jdk_security3
 567 jdk_security3: $(call TestDirs, com/sun/security lib/security javax/security \
 568         sun/security com/sun/org/apache/xml/internal/security \
 569         com/oracle/security/ucrypto)
 570         $(call SharedLibraryPermissions,sun/security)
 571         $(call RunAgentvmBatch)
 572 
 573 # All security tests
 574 jdk_security: jdk_security1 jdk_security2 jdk_security3
 575         @$(SummaryInfo)
 576 
 577 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 578 JDK_ALL_TARGETS += jdk_sound
 579 jdk_sound: $(call TestDirs, javax/sound)
 580         $(call RunAgentvmBatch)
 581 
 582 # Stable othervm testruns (minus items from PROBLEM_LIST)
 583 #   Using agentvm has problems, and doesn't help performance as much as others.
 584 JDK_ALL_TARGETS += jdk_swing
 585 jdk_swing: $(call TestDirs, javax/swing sun/java2d \
 586            demo/jfc com/sun/java/swing)
 587         $(call RunOthervmBatch)
 588 
 589 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 590 JDK_ALL_TARGETS += jdk_text
 591 JDK_DEFAULT_TARGETS += jdk_text
 592 jdk_text: $(call TestDirs, java/text sun/text)
 593         $(call RunAgentvmBatch)
 594 
 595 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 596 JDK_ALL_TARGETS += jdk_tools1
 597 jdk_tools1: $(call TestDirs, com/sun/jdi)
 598         $(call RunAgentvmBatch)
 599 
 600 # Stable othervm testruns (minus items from PROBLEM_LIST)
 601 #   Using agentvm has serious problems with these tests
 602 JDK_ALL_TARGETS += jdk_tools2
 603 jdk_tools2: $(call TestDirs, \
 604             com/sun/tools sun/jvmstat sun/tools tools vm \
 605             com/sun/servicetag com/sun/tracing)
 606         $(call SharedLibraryPermissions,tools/launcher)
 607         $(call RunAgentvmBatch)
 608 
 609 # All tools tests
 610 jdk_tools: jdk_tools1 jdk_tools2
 611         @$(SummaryInfo)
 612 
 613 # Stable othervm testruns (minus items from PROBLEM_LIST)
 614 #   Using agentvm has serious problems with these tests
 615 ifdef OPENJDK
 616 jdk_jfr:
 617 else
 618 JDK_ALL_TARGETS += jdk_jfr
 619 jdk_jfr: $(call TestDirs, com/oracle/jfr)
 620         $(call RunOthervmBatch)
 621 endif
 622 
 623 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 624 JDK_ALL_TARGETS += jdk_util
 625 JDK_DEFAULT_TARGETS += jdk_util
 626 jdk_util: $(call TestDirs, java/util sun/util)
 627         $(call RunAgentvmBatch)
 628 
 629 # ------------------------------------------------------------------
 630 
 631 # Run default tests
 632 jdk_default: $(JDK_DEFAULT_TARGETS)




 460 
 461 # Stable othervm testruns (minus items from PROBLEM_LIST)
 462 #   Using agentvm has serious problems with these tests
 463 JDK_ALL_TARGETS += jdk_beans3
 464 jdk_beans3: $(call TestDirs, java/beans/XMLEncoder)
 465         $(call RunOthervmBatch)
 466 
 467 # All beans tests
 468 jdk_beans: jdk_beans1 jdk_beans2 jdk_beans3
 469         @$(SummaryInfo)
 470 
 471 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 472 JDK_ALL_TARGETS += jdk_io
 473 JDK_DEFAULT_TARGETS += jdk_io
 474 jdk_io: $(call TestDirs, java/io)
 475         $(call RunAgentvmBatch)
 476 
 477 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 478 JDK_ALL_TARGETS += jdk_lang
 479 JDK_DEFAULT_TARGETS += jdk_lang
 480 jdk_lang: $(call TestDirs, java/lang sun/invoke)
 481         $(call RunAgentvmBatch)
 482 
 483 # Stable othervm testruns (minus items from PROBLEM_LIST)
 484 #   Using agentvm has serious problems with these tests
 485 JDK_ALL_TARGETS += jdk_jmx
 486 jdk_jmx: $(call TestDirs, javax/management com/sun/jmx)
 487         $(call RunOthervmBatch)
 488 
 489 # Stable othervm testruns (minus items from PROBLEM_LIST)
 490 #   Using agentvm has serious problems with these tests
 491 JDK_ALL_TARGETS += jdk_management
 492 jdk_management: $(call TestDirs, com/sun/management sun/management)
 493         $(call RunOthervmBatch)
 494 




 495 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 496 JDK_ALL_TARGETS += jdk_math
 497 JDK_DEFAULT_TARGETS += jdk_math
 498 jdk_math: $(call TestDirs, java/math)
 499         $(call RunAgentvmBatch)
 500 
 501 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 502 JDK_ALL_TARGETS += jdk_other
 503 JDK_DEFAULT_TARGETS += jdk_other
 504 jdk_other: $(call TestDirs, \
 505           demo/jvmti demo/zipfs sample \
 506           javax/naming com/sun/jndi \
 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 \
 516           sun/misc vm)
 517         $(call RunAgentvmBatch)
 518 
 519 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 520 JDK_ALL_TARGETS += jdk_net
 521 JDK_DEFAULT_TARGETS += jdk_net
 522 jdk_net: $(call TestDirs, com/sun/net java/net sun/net com/oracle/net)
 523         $(call RunAgentvmBatch)
 524 
 525 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 526 jdk_nio: $(call TestDirs, java/nio sun/nio com/oracle/nio)









 527         $(call SharedLibraryPermissions,java/nio/channels)
 528         $(call RunAgentvmBatch)
 529 
 530 # Stable agentvm testruns (minus items from PROBLEM_LIST)










 531 jdk_sctp: $(call TestDirs, com/sun/nio/sctp)
 532         $(call RunAgentvmBatch)
 533 
 534 # Stable othervm testruns (minus items from PROBLEM_LIST)
 535 #   Using agentvm has serious problems with these tests
 536 JDK_ALL_TARGETS += jdk_rmi
 537 jdk_rmi: $(call TestDirs, java/rmi sun/rmi javax/rmi/ssl)
 538         $(call RunOthervmBatch)
 539 
 540 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 541 JDK_ALL_TARGETS += jdk_security1
 542 JDK_DEFAULT_TARGETS += jdk_security1
 543 jdk_security1: $(call TestDirs, java/security)
 544         $(call RunAgentvmBatch)
 545 
 546 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 547 JDK_ALL_TARGETS += jdk_security2
 548 jdk_security2: $(call TestDirs, javax/crypto javax/xml/crypto com/sun/crypto)
 549         $(call RunAgentvmBatch)
 550 
 551 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 552 JDK_ALL_TARGETS += jdk_security3
 553 jdk_security3: $(call TestDirs, com/sun/security lib/security javax/security \
 554         sun/security com/sun/org/apache/xml/internal/security \
 555         com/oracle/security)
 556         $(call SharedLibraryPermissions,sun/security)
 557         $(call RunAgentvmBatch)
 558 
 559 # All security tests
 560 jdk_security: jdk_security1 jdk_security2 jdk_security3
 561         @$(SummaryInfo)
 562 
 563 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 564 JDK_ALL_TARGETS += jdk_sound
 565 jdk_sound: $(call TestDirs, javax/sound)
 566         $(call RunAgentvmBatch)
 567 
 568 # Stable othervm testruns (minus items from PROBLEM_LIST)
 569 #   Using agentvm has problems, and doesn't help performance as much as others.
 570 JDK_ALL_TARGETS += jdk_swing
 571 jdk_swing: $(call TestDirs, javax/swing sun/java2d \
 572            demo/jfc com/sun/java/swing)
 573         $(call RunOthervmBatch)
 574 
 575 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 576 JDK_ALL_TARGETS += jdk_text
 577 JDK_DEFAULT_TARGETS += jdk_text
 578 jdk_text: $(call TestDirs, java/text sun/text)
 579         $(call RunAgentvmBatch)
 580 
 581 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 582 JDK_ALL_TARGETS += jdk_jdi
 583 jdk_jdi: $(call TestDirs, com/sun/jdi)
 584         $(call RunAgentvmBatch)
 585 
 586 # Stable othervm testruns (minus items from PROBLEM_LIST)
 587 #   Using agentvm has serious problems with these tests
 588 JDK_ALL_TARGETS += jdk_tools
 589 jdk_tools: $(call TestDirs, com/sun/tools sun/jvmstat sun/tools tools)


 590         $(call SharedLibraryPermissions,tools/launcher)
 591         $(call RunAgentvmBatch)
 592 




 593 # Stable othervm testruns (minus items from PROBLEM_LIST)
 594 #   Using agentvm has serious problems with these tests
 595 ifdef OPENJDK
 596 jdk_jfr:
 597 else
 598 JDK_ALL_TARGETS += jdk_jfr
 599 jdk_jfr: $(call TestDirs, com/oracle/jfr)
 600         $(call RunOthervmBatch)
 601 endif
 602 
 603 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 604 JDK_ALL_TARGETS += jdk_util
 605 JDK_DEFAULT_TARGETS += jdk_util
 606 jdk_util: $(call TestDirs, java/util sun/util)
 607         $(call RunAgentvmBatch)
 608 
 609 # ------------------------------------------------------------------
 610 
 611 # Run default tests
 612 jdk_default: $(JDK_DEFAULT_TARGETS)