test/hotspot/jtreg/ProblemList.txt
author iignatyev
Thu, 26 Jul 2018 23:59:46 -0700
changeset 51298 3e08503ad77e
parent 51294 38cbdf8f383f
child 51300 93bee498934c
permissions -rw-r--r--
8208358: update bug ids mentioned in tests Reviewed-by: kvn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
42640
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
     1
#
48627
bf12b502df94 8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file
tschatzl
parents: 48490
diff changeset
     2
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
42640
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
     4
#
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
     7
# published by the Free Software Foundation.
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
     8
#
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    13
# accompanied this code).
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    14
#
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    18
#
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    19
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    20
# or visit www.oracle.com if you need additional information or have any
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    21
# questions.
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    22
#
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    23
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    24
#############################################################################
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    25
#
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    26
# List of quarantined tests -- tests that should not be run by default, because
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    27
# they may fail due to known reason. The reason (CR#) must be mandatory specified.
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    28
#
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    29
# List items are testnames followed by labels, all MUST BE commented
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    30
#   as to why they are here and use a label:
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    31
#     generic-all   Problems on all platforms
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    32
#     generic-ARCH  Where ARCH is one of: sparc, sparcv9, x64, i586, etc.
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    33
#     OSNAME-all    Where OSNAME is one of: solaris, linux, windows, macosx, aix
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    34
#     OSNAME-ARCH   Specific on to one OSNAME and ARCH, e.g. solaris-amd64
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    35
#     OSNAME-REV    Specific on to one OSNAME and REV, e.g. solaris-5.8
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    36
#
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    37
# More than one label is allowed but must be on the same line.
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    38
#
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    39
#############################################################################
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    40
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    41
# :hotspot_compiler
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    42
46758
c29bafdec51d 8185876: quarantine compiler/ciReplay/TestSAServer.java
dcubed
parents: 46757
diff changeset
    43
compiler/ciReplay/TestSAServer.java 8029528 generic-all
42640
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    44
compiler/codecache/stress/OverloadCompileQueueTest.java 8166554 generic-all
48462
0bce2ae39928 8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
thartmann
parents: 48403
diff changeset
    45
compiler/codegen/Test6896617.java 8193479 generic-all
42640
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    46
compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java 8140405 generic-all
51294
38cbdf8f383f 8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java
dcubed
parents: 51241
diff changeset
    47
compiler/jvmci/compilerToVM/GetFlagValueTest.java 8204459 generic-all
42640
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    48
compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java 8158860 generic-all
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    49
compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java 8163894 generic-all
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    50
compiler/tiered/LevelTransitionTest.java 8067651 generic-all
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    51
compiler/types/correctness/CorrectnessTest.java 8066173 generic-all
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    52
compiler/types/correctness/OffTest.java 8066173 generic-all
50686
2f558e1677fb 8205433: clean up hotspot ProblemList
iignatyev
parents: 50669
diff changeset
    53
2f558e1677fb 8205433: clean up hotspot ProblemList
iignatyev
parents: 50669
diff changeset
    54
compiler/c2/Test6852078.java 8194310 generic-all
42640
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    55
47766
bfba73a06c8c 8186618: [TESTBUG] Test applications/ctw/Modules.java doesn't have timeout and hang on windows
iignatyev
parents: 47661
diff changeset
    56
applications/ctw/modules/java_desktop.java 8189604 windows-all
50613
0f93a75b9213 8205181: ProblemList applications/ctw/modules/java_desktop_2.java
kvn
parents: 50571
diff changeset
    57
applications/ctw/modules/java_desktop_2.java 8189604,8204842 generic-all
47766
bfba73a06c8c 8186618: [TESTBUG] Test applications/ctw/Modules.java doesn't have timeout and hang on windows
iignatyev
parents: 47661
diff changeset
    58
applications/ctw/modules/jdk_jconsole.java 8189604 windows-all
bfba73a06c8c 8186618: [TESTBUG] Test applications/ctw/Modules.java doesn't have timeout and hang on windows
iignatyev
parents: 47661
diff changeset
    59
42640
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    60
#############################################################################
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    61
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    62
# :hotspot_gc
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    63
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    64
gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    65
gc/survivorAlignment/TestPromotionToSurvivor.java 8129886 generic-all
43468
edd7949f64cf 8172972: Add gc/g1/logging/TestG1LoggingFailure.java to the ProblemList
dholmes
parents: 43440
diff changeset
    66
gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all
46409
b8e6a56681f5 8179266: Add test/gc/g1/humongousObjects/TestHeapCounters.java to ProblemList.txt
ehelin
parents: 46355
diff changeset
    67
gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all
48627
bf12b502df94 8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file
tschatzl
parents: 48490
diff changeset
    68
gc/stress/gclocker/TestGCLockerWithParallel.java 8180622 generic-all
49062
ff158f06c423 8198568: clean up test/hotspot/jtreg/ProblemList.txt
iignatyev
parents: 48841
diff changeset
    69
gc/stress/gclocker/TestGCLockerWithG1.java 8180622 generic-all
46797
113344bc96b7 8186149: quarantine gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java
dcubed
parents: 46788
diff changeset
    70
gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java 8177765 generic-all
48631
862c41cf1c7f 8137099: G1 needs to "upgrade" GC within the safepoint if it can't allocate during that safepoint to avoid OoME
tschatzl
parents: 48627
diff changeset
    71
gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java 8192647 generic-all
42640
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    72
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    73
#############################################################################
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    74
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    75
# :hotspot_runtime
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    76
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    77
runtime/CompressedOops/UseCompressedOops.java 8079353 generic-all
51241
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    78
runtime/SharedArchiveFile/SASymbolTableTest.java 8193639 solaris
42640
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    79
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    80
#############################################################################
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    81
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    82
# :hotspot_serviceability
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
    83
51241
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    84
serviceability/sa/ClhsdbAttach.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    85
serviceability/sa/ClhsdbCDSCore.java 8207832 linux-x64
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    86
serviceability/sa/ClhsdbField.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    87
serviceability/sa/ClhsdbFindPC.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    88
serviceability/sa/ClhsdbInspect.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    89
serviceability/sa/ClhsdbJdis.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    90
serviceability/sa/ClhsdbJhisto.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    91
serviceability/sa/ClhsdbJstack.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    92
serviceability/sa/ClhsdbLongConstant.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    93
serviceability/sa/ClhsdbPmap.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    94
serviceability/sa/ClhsdbPrintAll.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    95
serviceability/sa/ClhsdbPrintAs.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    96
serviceability/sa/ClhsdbPrintStatics.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    97
serviceability/sa/ClhsdbPstack.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    98
serviceability/sa/ClhsdbRegionDetailsScanOopsForG1.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
    99
serviceability/sa/ClhsdbScanOops.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   100
serviceability/sa/ClhsdbSource.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   101
serviceability/sa/ClhsdbSymbol.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   102
serviceability/sa/ClhsdbSymbolTable.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   103
serviceability/sa/ClhsdbThread.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   104
serviceability/sa/ClhsdbWhere.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   105
serviceability/sa/DeadlockDetectionTest.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   106
serviceability/sa/JhsdbThreadInfoTest.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   107
serviceability/sa/sadebugd/SADebugDTest.java 8163805 generic-all
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   108
serviceability/sa/TestClassDump.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   109
serviceability/sa/TestCpoolForInvokeDynamic.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   110
serviceability/sa/TestDefaultMethods.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   111
serviceability/sa/TestG1HeapRegion.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   112
serviceability/sa/TestRevPtrsForInvokeDynamic.java 8191270 generic-all
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   113
serviceability/sa/TestType.java 8193639 solaris
ec6d5843068a 8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed
parents: 51234
diff changeset
   114
serviceability/sa/TestUniverse.java 8193639 solaris
49062
ff158f06c423 8198568: clean up test/hotspot/jtreg/ProblemList.txt
iignatyev
parents: 48841
diff changeset
   115
42640
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
   116
#############################################################################
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
   117
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
   118
# :hotspot_misc
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
   119
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
   120
#############################################################################
09dba077f1e7 8078450: Implement consistent process for quarantine of tests
iignatyev
parents:
diff changeset
   121
49958
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   122
#############################################################################
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   123
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   124
# :vmTestbase_*
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   125
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   126
#############################################################################
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   127
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   128
vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded003/TestDescription.java 8153598 generic-all
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   129
vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded001/TestDescription.java 8198668 generic-all
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   130
vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded002/TestDescription.java 8153598 generic-all
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   131
vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded003/TestDescription.java 8198668 generic-all
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   132
vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded004/TestDescription.java 8153598 generic-all
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   133
vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded005/TestDescription.java 8153598 generic-all
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   134
vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock001/TestDescription.java 8060733 generic-all
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   135
50018
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   136
vmTestbase/nsk/jdi/AttachingConnector/attachnosuspend/attachnosuspend001/TestDescription.java 8153613 generic-all
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   137
vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001/TestDescription.java 6530620 generic-all
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   138
vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java 4903717 generic-all
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   139
vmTestbase/nsk/jdi/ThreadReference/resume/resume001/TestDescription.java 8072701 generic-all
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   140
vmTestbase/nsk/jdi/ThreadReference/stop/stop001/TestDescription.java 7034630 generic-all
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   141
vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x001/TestDescription.java 8013728 generic-all
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   142
vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/TestDescription.java 4751860 generic-all
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   143
vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled003/TestDescription.java 8066993 generic-all
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   144
vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds001/TestDescription.java 6604963 generic-all
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   145
vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021/TestDescription.java 8065773 generic-all
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   146
vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses023/TestDescription.java 8065773 generic-all
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   147
vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l005/TestDescription.java 8068225 generic-all
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   148
vmTestbase/nsk/jdi/stress/ClassPrepareEvents/ClassPrepareEvents001/ClassPrepareEvents001.java 6426321 generic-all
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   149
51298
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   150
vmTestbase/metaspace/gc/firstGC_10m/TestDescription.java 8208250 generic-all
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   151
vmTestbase/metaspace/gc/firstGC_50m/TestDescription.java 8208250 generic-all
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   152
vmTestbase/metaspace/gc/firstGC_99m/TestDescription.java 8208250 generic-all
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   153
vmTestbase/metaspace/gc/firstGC_default/TestDescription.java 8208250 generic-all
50223
28a33a0dbf04 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov
parents: 50220
diff changeset
   154
50260
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   155
vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk001/TestDescription.java 8016181 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   156
vmTestbase/nsk/jvmti/FieldModification/fieldmod001/TestDescription.java 8016181 generic-all
51234
5cff3e41d003 8208075: Quarantine vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
cjplummer
parents: 51227
diff changeset
   157
vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java 8202896,8206076,8208074 generic-all
50260
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   158
vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted001/TestDescription.java 7013634 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   159
vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003/TestDescription.java 6606767 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   160
vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted004/TestDescription.java 7013634,6606767 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   161
vmTestbase/nsk/jvmti/ThreadStart/threadstart001/TestDescription.java 8016181 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   162
vmTestbase/nsk/jvmti/ThreadStart/threadstart003/TestDescription.java 8034084 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   163
vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/TestDescription.java 8173658 generic-all
50669
4935323c3e61 8205149: hs201t002 should be put on the problem list
cjplummer
parents: 50613
diff changeset
   164
vmTestbase/nsk/jvmti/scenarios/hotswap/HS102/hs102t002/TestDescription.java 8204506,8203350 generic-all
50260
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   165
vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/hs204t001.java 6813266 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   166
vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/TestDescription.java 8051349 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   167
vmTestbase/nsk/jvmti/AttachOnDemand/attach034/TestDescription.java 8042145 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   168
vmTestbase/nsk/jvmti/AttachOnDemand/attach045/TestDescription.java 8202971 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   169
vmTestbase/nsk/jvmti/unit/heap/HeapWalkTests/TestDescription.java 8016181 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   170
vmTestbase/nsk/jvmti/IterateThroughHeap/filter-tagged/TestDescription.java 8201513 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   171
vmTestbase/nsk/jvmti/IterateThroughHeap/filter-class-untagged/TestDescription.java 8201513 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   172
vmTestbase/nsk/jvmti/IterateThroughHeap/filter-class-tagged/TestDescription.java 8201513 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   173
vmTestbase/nsk/jvmti/IterateThroughHeap/filter-untagged/TestDescription.java 8201513 generic-all
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50223
diff changeset
   174
51298
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   175
vmTestbase/gc/lock/jni/jnilock002/TestDescription.java 8208243,8192647 generic-all
50168
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   176
50366
4d85990f9c4a 8202812: [TESTBUG] Open source VM testbase compiler tests
iignatyev
parents: 50317
diff changeset
   177
vmTestbase/jit/escape/LockCoarsening/LockCoarsening001/TestDescription.java 8148743 generic-all
51298
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   178
vmTestbase/jit/escape/LockCoarsening/LockCoarsening002/TestDescription.java 8208259 generic-all
50366
4d85990f9c4a 8202812: [TESTBUG] Open source VM testbase compiler tests
iignatyev
parents: 50317
diff changeset
   179
50156
6d6fe9416864 8199384: [TESTBUG] Open source VM testbase MLVM tests
iignatyev
parents: 50112
diff changeset
   180
vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInBootstrap/TestDescription.java 8013267 generic-all
6d6fe9416864 8199384: [TESTBUG] Open source VM testbase MLVM tests
iignatyev
parents: 50112
diff changeset
   181
vmTestbase/vm/mlvm/indy/stress/java/relinkMutableCallSite/Test.java 8079664 generic-all
6d6fe9416864 8199384: [TESTBUG] Open source VM testbase MLVM tests
iignatyev
parents: 50112
diff changeset
   182
vmTestbase/vm/mlvm/indy/stress/java/relinkVolatileCallSite/Test.java 8079664 generic-all
51298
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   183
vmTestbase/vm/mlvm/meth/func/java/throwException/Test.java 8208255 generic-all
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   184
vmTestbase/vm/mlvm/meth/func/jdi/breakpointOtherStratum/Test.java 8208257,8208255 generic-all
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   185
vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java 8079642,8208255 generic-all
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   186
vmTestbase/vm/mlvm/meth/stress/compiler/i2c_c2i/Test.java 8208255 generic-all
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   187
vmTestbase/vm/mlvm/meth/stress/compiler/sequences/Test.java 8208255 generic-all
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   188
vmTestbase/vm/mlvm/meth/stress/gc/callSequencesDuringGC/Test.java 8208255 generic-all
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   189
vmTestbase/vm/mlvm/meth/stress/java/sequences/Test.java 8208255 generic-all
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   190
vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/Test.java 8208255 generic-all
3e08503ad77e 8208358: update bug ids mentioned in tests
iignatyev
parents: 51294
diff changeset
   191
vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java 8208278 generic-all
50156
6d6fe9416864 8199384: [TESTBUG] Open source VM testbase MLVM tests
iignatyev
parents: 50112
diff changeset
   192
vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java 8079650 generic-all
6d6fe9416864 8199384: [TESTBUG] Open source VM testbase MLVM tests
iignatyev
parents: 50112
diff changeset
   193
vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_a/TestDescription.java 8013267 generic-all
6d6fe9416864 8199384: [TESTBUG] Open source VM testbase MLVM tests
iignatyev
parents: 50112
diff changeset
   194
vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_b/TestDescription.java 8013267 generic-all
6d6fe9416864 8199384: [TESTBUG] Open source VM testbase MLVM tests
iignatyev
parents: 50112
diff changeset
   195
vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_b/TestDescription.java 8013267 generic-all
6d6fe9416864 8199384: [TESTBUG] Open source VM testbase MLVM tests
iignatyev
parents: 50112
diff changeset
   196
50220
31361382634b 8199379: [TESTBUG] Open source vm testbase JDB tests
iignatyev
parents: 50212
diff changeset
   197
vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java 8197938 windows-all
31361382634b 8199379: [TESTBUG] Open source vm testbase JDB tests
iignatyev
parents: 50212
diff changeset
   198
50317
cf71bff5f533 8199371: [TESTBUG] Open source vm testbase JDWP tests
iignatyev
parents: 50260
diff changeset
   199
vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001.java 7199837 generic-all
cf71bff5f533 8199371: [TESTBUG] Open source vm testbase JDWP tests
iignatyev
parents: 50260
diff changeset
   200
49958
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49949
diff changeset
   201
#############################################################################