nashorn/exclude/exclude_list_cc.txt
author mgerdin
Wed, 11 Sep 2013 08:57:02 +0200
changeset 19980 f8b00056ad24
parent 19462 4dad0e67dfb8
permissions -rw-r--r--
8024176: [macosx] gc/metaspace/ClassMetaspaceSizeInJmapHeap.java failed since jdk8b105, hs25b47 Summary: The code for reading compressed klass pointers in the sa-agent on Mac used readCompOopAddress instead of readCompKlassAddress, this is wrong but has been hidden because compressed oops and compressed klasses has used the same base address in the past. Reviewed-by: sla, jmasa Contributed-by: stefan.johansson@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19082
6926097854f6 8017585: Exclude two failing tests from Nashorn CC run
jlaskey
parents:
diff changeset
     1
<?xml version="1.0" encoding="ISO-8859-1"?>
6926097854f6 8017585: Exclude two failing tests from Nashorn CC run
jlaskey
parents:
diff changeset
     2
6926097854f6 8017585: Exclude two failing tests from Nashorn CC run
jlaskey
parents:
diff changeset
     3
<excludeList>
6926097854f6 8017585: Exclude two failing tests from Nashorn CC run
jlaskey
parents:
diff changeset
     4
  <test id="JDK-8014647.js" />
6926097854f6 8017585: Exclude two failing tests from Nashorn CC run
jlaskey
parents:
diff changeset
     5
  <test id="javaclassoverrides.js" />
19462
4dad0e67dfb8 8022614: Please exclude test test/script/trusted/JDK-8020809.js from Nashorn code coverage run
sundar
parents: 19082
diff changeset
     6
  <test id="JDK-8020809.js" />
19082
6926097854f6 8017585: Exclude two failing tests from Nashorn CC run
jlaskey
parents:
diff changeset
     7
</excludeList>