enable working pummel tests

Reviewed-by: kinsleyw
This commit is contained in:
akhil 2013-11-11 11:40:17 -08:00
parent 67f7f0009c
commit 00e6d43589
2 changed files with 24 additions and 1 deletions

View File

@ -100,8 +100,9 @@
<copy todir="${test.dir}/simple" overwrite="true">
<filelist dir="${source.test.simple.dir}" files="${source.test.simple.list}"/>
</copy>
<!-- copy pummel tests that are known to work -->
<copy todir="${test.dir}/pummel" overwrite="true">
<fileset dir="${source.home}/test/pummel"/>
<filelist dir="${source.test.pummel.dir}" files="${source.test.pummel.list}"/>
</copy>
<copy todir="${test.dir}/fixtures" overwrite="true">
<fileset dir="${source.home}/test/fixtures"/>

View File

@ -37,6 +37,28 @@ source.lib.modules = \
vm.js \
zlib.js
source.test.pummel.list = \
test-child-process-spawn-loop.js \
test-fs-largefile.js \
test-fs-watch-file.js \
test-https-large-response.js \
test-http-upload-timeout.js \
test-net-many-clients.js \
test-net-pause.js \
test-net-pingpong-delay.js \
test-net-timeout2.js \
test-net-timeout.js \
test-net-write-callbacks.js \
test-process-hrtime.js \
test-regress-GH-814_2.js \
test-regress-GH-814.js \
test-regress-GH-892.js \
test-timers.js \
test-timer-wrap2.js \
test-timer-wrap.js \
test-tls-throttle.js \
test-watch-file.js
source.test.simple.crypto.list = \
test-crypto.js \
test-crypto-binary-default.js \