add some tests that are passing as is

This commit is contained in:
Jean-Francois 2014-01-03 15:58:21 +01:00
parent c052c59902
commit 113f29de87

View File

@ -226,6 +226,7 @@ source.test.simple.list = \
test-fs-symlink-dir-junction.js \
test-fs-sync-fd-leak.js \
test-fs-utimes.js \
test-fs-watch.js \
test-fs-write.js \
test-fs-write-buffer.js \
test-fs-write-file.js \
@ -257,8 +258,10 @@ source.test.simple.list = \
test-http-client-agent.js \
test-http-client-get-url.js \
test-http-client-parse-error.js \
test-http-client-pipe-end.js \
test-http-client-race-2.js \
test-http-client-race.js \
test-http-client-response-domain.js \
test-http-client-timeout-agent.js \
test-http-client-timeout-event.js \
test-http-client-timeout-with-data.js \
@ -288,6 +291,7 @@ source.test.simple.list = \
test-http-host-headers.js \
test-http-incoming-pipelined-socket-destroy.js \
test-http-keep-alive.js \
test-http-keep-alive-close-on-header.js \
test-http-legacy.js \
test-http-localaddress-bind-error.js \
test-http-localaddress.js \
@ -323,6 +327,7 @@ source.test.simple.list = \
test-http-status-code.js \
test-http-timeout-overflow.js \
test-http-timeout.js \
test-http-unix-socket.js \
test-http-upgrade-agent.js \
test-http-upgrade-client.js \
test-http-upgrade-client2.js \
@ -448,6 +453,7 @@ source.test.simple.list = \
test-regress-GH-1899.js \
test-regress-GH-3542.js \
test-regress-GH-3739.js \
test-regress-GH-4027.js \
test-regress-GH-4256.js \
test-regress-GH-4948.js \
test-regress-GH-5927.js \