test/ProblemList.txt

Print this page
rev 8975 : 8028537: PPC64: Updated the JDK regression tests to run on AIX
Reviewed-by: alanb
Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, volker.simonis@gmail.com


  26 # List of tests that should not be run by test/Makefile, for various reasons:
  27 #   1. Does not run with jtreg -samevm mode
  28 #   2. Causes problems in jtreg -samevm mode for jtreg or tests that follow it
  29 #   3. The test is too slow or consumes too many system resources
  30 #   4. The test fails when run on any official build systems
  31 #
  32 # It is possible that a test being on this list is a mistake, and that some
  33 #   other test in samevm mode caused tests to fail, mistakes happen.
  34 #
  35 # Tests marked @ignore are not run by test/Makefile, but harmless to be listed.
  36 #
  37 # Tests that explicitly state "@run main/othervm ...", and are not listed here,
  38 #   will be run in the same batch as the samevm tests.
  39 #
  40 # Shell tests are othervm by default.
  41 #
  42 # List items  are testnames followed by labels, all MUST BE commented
  43 #   as to why they are here and use a label:
  44 #     generic-all       Problems on all platforms
  45 #     generic-ARCH      Where ARCH is one of: sparc, sparcv9, x64, i586, etc.
  46 #     OSNAME-all        Where OSNAME is one of: solaris, linux, windows, macosx
  47 #     OSNAME-ARCH       Specific on to one OSNAME and ARCH, e.g. solaris-amd64
  48 #     OSNAME-REV        Specific on to one OSNAME and REV, e.g. solaris-5.8
  49 #
  50 # More than one label is allowed but must be on the same line.
  51 #
  52 #############################################################################
  53 #
  54 # Running the tests:
  55 #    cd test && make JT_HOME=jtreg_home PRODUCT_HOME=jdk_home jdk_all
  56 #  Or instead of jdk_all, use any of the jdk_* targets.
  57 #
  58 # Samevm Notes:
  59 #  * Although some tests may have only been seen to fail on some platforms,
  60 #    they might be flagged as 'generic-all' because the problem they have
  61 #    could cause hidden slowdowns on other platforms.
  62 #    Most samevm problems will be generic-all, but windows usually dislikes
  63 #    them the most.
  64 #    Address already in use or connection errors indicate a generic port issue.
  65 #    (this is not necessarily a samevm issue, but an issue for running the tests
  66 #     on shared machines, two people or two test runs will collide).


 116 
 117 # jdk_beans
 118 
 119 ############################################################################
 120 
 121 # jdk_lang
 122 
 123 # 8029415
 124 java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java generic-all
 125 
 126 ############################################################################
 127 
 128 # jdk_management
 129 
 130 # 8028150
 131 sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh       windows-all
 132 
 133 ############################################################################
 134 
 135 # jdk_jmx





 136 
 137 ############################################################################
 138 
 139 # jdk_math
 140 
 141 ############################################################################
 142 
 143 # jdk_other
 144 
 145 # 6988950
 146 demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java       generic-all
 147 
 148 # 7027502
 149 demo/jvmti/hprof/MonitorTest.java                               generic-all
 150 
 151 # 8027973
 152 javax/xml/jaxp/transform/jdk8004476/XSLTExFuncTest.java         windows-all
 153 
 154 ############################################################################
 155 




  26 # List of tests that should not be run by test/Makefile, for various reasons:
  27 #   1. Does not run with jtreg -samevm mode
  28 #   2. Causes problems in jtreg -samevm mode for jtreg or tests that follow it
  29 #   3. The test is too slow or consumes too many system resources
  30 #   4. The test fails when run on any official build systems
  31 #
  32 # It is possible that a test being on this list is a mistake, and that some
  33 #   other test in samevm mode caused tests to fail, mistakes happen.
  34 #
  35 # Tests marked @ignore are not run by test/Makefile, but harmless to be listed.
  36 #
  37 # Tests that explicitly state "@run main/othervm ...", and are not listed here,
  38 #   will be run in the same batch as the samevm tests.
  39 #
  40 # Shell tests are othervm by default.
  41 #
  42 # List items  are testnames followed by labels, all MUST BE commented
  43 #   as to why they are here and use a label:
  44 #     generic-all   Problems on all platforms
  45 #     generic-ARCH  Where ARCH is one of: sparc, sparcv9, x64, i586, etc.
  46 #     OSNAME-all    Where OSNAME is one of: solaris, linux, windows, macosx, aix
  47 #     OSNAME-ARCH   Specific on to one OSNAME and ARCH, e.g. solaris-amd64
  48 #     OSNAME-REV    Specific on to one OSNAME and REV, e.g. solaris-5.8
  49 #
  50 # More than one label is allowed but must be on the same line.
  51 #
  52 #############################################################################
  53 #
  54 # Running the tests:
  55 #    cd test && make JT_HOME=jtreg_home PRODUCT_HOME=jdk_home jdk_all
  56 #  Or instead of jdk_all, use any of the jdk_* targets.
  57 #
  58 # Samevm Notes:
  59 #  * Although some tests may have only been seen to fail on some platforms,
  60 #    they might be flagged as 'generic-all' because the problem they have
  61 #    could cause hidden slowdowns on other platforms.
  62 #    Most samevm problems will be generic-all, but windows usually dislikes
  63 #    them the most.
  64 #    Address already in use or connection errors indicate a generic port issue.
  65 #    (this is not necessarily a samevm issue, but an issue for running the tests
  66 #     on shared machines, two people or two test runs will collide).


 116 
 117 # jdk_beans
 118 
 119 ############################################################################
 120 
 121 # jdk_lang
 122 
 123 # 8029415
 124 java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java generic-all
 125 
 126 ############################################################################
 127 
 128 # jdk_management
 129 
 130 # 8028150
 131 sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh       windows-all
 132 
 133 ############################################################################
 134 
 135 # jdk_jmx
 136 
 137 # 8030957
 138 com/sun/management/OperatingSystemMXBean/GetProcessCpuLoad.java aix-all
 139 com/sun/management/OperatingSystemMXBean/GetSystemCpuLoad.java  aix-all
 140 javax/management/MBeanServer/OldMBeanServerTest.java            aix-all
 141 
 142 ############################################################################
 143 
 144 # jdk_math
 145 
 146 ############################################################################
 147 
 148 # jdk_other
 149 
 150 # 6988950
 151 demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java       generic-all
 152 
 153 # 7027502
 154 demo/jvmti/hprof/MonitorTest.java                               generic-all
 155 
 156 # 8027973
 157 javax/xml/jaxp/transform/jdk8004476/XSLTExFuncTest.java         windows-all
 158 
 159 ############################################################################
 160