From 00e6d435893880e79ca02b902b441b0016010036 Mon Sep 17 00:00:00 2001 From: akhil Date: Mon, 11 Nov 2013 11:40:17 -0800 Subject: [PATCH] enable working pummel tests Reviewed-by: kinsleyw --- build.xml | 3 ++- project.properties | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 3e22c18..ca1c466 100644 --- a/build.xml +++ b/build.xml @@ -100,8 +100,9 @@ + - + diff --git a/project.properties b/project.properties index 49c425a..0696c06 100644 --- a/project.properties +++ b/project.properties @@ -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 \