diff options
author | sundar <none@none> | 2013-08-12 16:52:32 +0530 |
---|---|---|
committer | sundar <none@none> | 2013-08-12 16:52:32 +0530 |
commit | 82c558149b6aa78c03c106f9b246455521ca273f (patch) | |
tree | 221d740c1868f152141ef9854441fd377713794c /exclude | |
parent | 074937dd61cb8424034d14b64ab5a6e97452a694 (diff) | |
download | nashorn-82c558149b6aa78c03c106f9b246455521ca273f.tar.gz |
8022614: Please exclude test test/script/trusted/JDK-8020809.js from Nashorn code coverage run
Reviewed-by: jlaskey, lagergren
Diffstat (limited to 'exclude')
-rw-r--r-- | exclude/exclude_list_cc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exclude/exclude_list_cc.txt b/exclude/exclude_list_cc.txt index a66476b8..79b6303e 100644 --- a/exclude/exclude_list_cc.txt +++ b/exclude/exclude_list_cc.txt @@ -3,4 +3,5 @@ <excludeList> <test id="JDK-8014647.js" /> <test id="javaclassoverrides.js" /> + <test id="JDK-8020809.js" /> </excludeList> |