diff options
author | jlaskey <none@none> | 2013-07-16 17:40:15 -0300 |
---|---|---|
committer | jlaskey <none@none> | 2013-07-16 17:40:15 -0300 |
commit | b2c944dbb9aac004e16add9be5305d02023e4c74 (patch) | |
tree | 88d3554bbeda0063ff8757a144aab68196470c2d /exclude/exclude_list_cc.txt | |
parent | 1769f7504373cc0364d318086c9901f6fe7a001c (diff) | |
download | nashorn-b2c944dbb9aac004e16add9be5305d02023e4c74.tar.gz |
8017585: Exclude two failing tests from Nashorn CC run
Reviewed-by: jlaskey, sundar, attila
Contributed-by: konstantin.shefov@oracle.com
Diffstat (limited to 'exclude/exclude_list_cc.txt')
-rw-r--r-- | exclude/exclude_list_cc.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/exclude/exclude_list_cc.txt b/exclude/exclude_list_cc.txt new file mode 100644 index 00000000..a66476b8 --- /dev/null +++ b/exclude/exclude_list_cc.txt @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> + +<excludeList> + <test id="JDK-8014647.js" /> + <test id="javaclassoverrides.js" /> +</excludeList> |