8017585: Exclude two failing tests from Nashorn CC run
Reviewed-by: jlaskey, sundar, attila
This commit is contained in:
parent
f6a5b67f14
commit
3485b7bc5c
4
nashorn/exclude/exclude_list.txt
Normal file
4
nashorn/exclude/exclude_list.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
|
||||||
|
<excludeList>
|
||||||
|
</excludeList>
|
6
nashorn/exclude/exclude_list_cc.txt
Normal file
6
nashorn/exclude/exclude_list_cc.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
|
||||||
|
<excludeList>
|
||||||
|
<test id="JDK-8014647.js" />
|
||||||
|
<test id="javaclassoverrides.js" />
|
||||||
|
</excludeList>
|
@ -51,6 +51,11 @@
|
|||||||
<condition property="cc.enabled">
|
<condition property="cc.enabled">
|
||||||
<istrue value="${make.code.coverage}" />
|
<istrue value="${make.code.coverage}" />
|
||||||
</condition>
|
</condition>
|
||||||
|
|
||||||
|
<!-- exclude tests in exclude lists -->
|
||||||
|
<condition property="exclude.list" value="./exclude/exclude_list_cc.txt" else="./exclude/exclude_list.txt">
|
||||||
|
<istrue value="${make.code.coverage}" />
|
||||||
|
</condition>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="init" depends="init-conditions, init-cc">
|
<target name="init" depends="init-conditions, init-cc">
|
||||||
@ -316,6 +321,7 @@ grant codeBase "file:/${basedir}/test/script/basic/JDK-8010946-privileged.js" {
|
|||||||
<propertyref prefix="test-sys-prop."/>
|
<propertyref prefix="test-sys-prop."/>
|
||||||
<mapper from="test-sys-prop.*" to="*" type="glob"/>
|
<mapper from="test-sys-prop.*" to="*" type="glob"/>
|
||||||
</propertyset>
|
</propertyset>
|
||||||
|
<sysproperty key="test.js.excludes.file" value="${exclude.list}"/>
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement path="${run.test.classpath}"/>
|
<pathelement path="${run.test.classpath}"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user