8005987: ant octane tries to run non-benchmark scripts

Reviewed-by: lagergren, attila, jlaskey
This commit is contained in:
Athijegannathan Sundararajan 2013-01-10 19:03:25 +05:30
parent 3d269485fc
commit 643a6b824c
2 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<fileset id="octane-set"
dir="${octane-test-sys-prop.test.js.roots}"
excludes="${octane-test-sys-prop.test.js.exclude.list}">
<include name="**/*.js"/>
<include name="*.js"/>
</fileset>
<pathconvert pathsep=" " property="octane-tests" refid="octane-set"/>
<property name="extra-arg" value=""/>

View File

@ -160,7 +160,9 @@ octane-test-sys-prop.test.js.roots=${test.external.dir}/octane/
octane-test-sys-prop.test.js.framework=${test.basic.dir}/run-octane.js
# list of tests to be excluded
octane-test-sys-prop.test.js.exclude.list=base.js
octane-test-sys-prop.test.js.exclude.list=\
base.js \
run.js
# test root for sunspider
sunspider-test-sys-prop.test.js.roots=${test.external.dir}/sunspider/tests/sunspider-1.0/