Commit Graph

67 Commits

Author SHA1 Message Date
akhil
d56d07ba3b upgrade to v0.10.25 (latest stable) 2014-01-27 15:39:56 -08:00
akhil
4ba5e47f32 increase delay for improving test reliability under hudson 2014-01-15 11:49:12 -08:00
akhil
ad2ef7f31c ignore env - resets path, causing older java to be picked up in child 2014-01-14 21:21:50 -08:00
jfdenise
f34a4de20c Added test-util-inspect.js 2014-01-14 12:08:09 +01:00
jfdenise
b946c658f4 Fix for AVATAR_JS-160, handle Error properties in util.inspect 2014-01-14 11:58:34 +01:00
jfdenise
93379177fe Fix for AVATAR_JS-159, captureStackTrace when DEBUG enabled, patched test to remove a failing assertion 2014-01-14 10:50:27 +01:00
akhil
fde7292087 adjust timeout for running under hudson 2014-01-13 12:28:12 -08:00
jfdenise
fda778d3c8 Fix for AVATAR_JS-158, handle JS Object with null prototype 2014-01-13 18:58:59 +01:00
jfdenise
16bfaa6fba Fix for AVATAR_JS-156, allow for concurrent signal handlers, patched test 2014-01-13 18:19:16 +01:00
jfdenise
31d6bb37f7 Fix for AVATAR_JS-153, start signal handler in test, fix Constants package name 2014-01-13 17:29:23 +01:00
jfdenise
ab8acf3298 Fix for AVATAR_JS-154, Java object inspection, Java object REPL completion based on Java reflected methods, added missing patch 2014-01-13 16:19:02 +01:00
jfdenise
ab5c8857b7 Fix for AVATAR_JS-154, Java object inspection, Java object REPL completion based on Java reflected methods 2014-01-13 15:58:09 +01:00
akhil
b80627d09f 148: setting java process name does not work on linux either, disable 2014-01-10 15:29:18 -08:00
Jean-Francois
6243e0fe23 added test-next-tick-error-spin.js, patched to have child process enough time to execute 2014-01-10 09:20:21 +01:00
Kinsley Wong
0dbecd53e6 Increase the timeout for test-child-process.fork-net2.js to improve test stability. 2014-01-09 16:57:57 -08:00
Kinsley Wong
17dcbb0cff 155: Fixed the check for an escaped expression in eval mode.
Reviewed-by: asquare
2014-01-09 14:29:23 -08:00
Jean-Francois
e66ec522ca added test-require-json.js, patched with nashorn error message content 2014-01-09 11:54:02 +01:00
Jean-Francois
b96d70c513 Added test-force-repl.js, patched to give more time to child process to execute 2014-01-09 11:01:10 +01:00
Jean-Francois
77a68fd060 Added test-setproctitle, patched for MacOS, could need adjustement for Linux/Windows 2014-01-09 10:39:04 +01:00
Kinsley Wong
01615930dd Add test-child-process-fork-exec-path.js and test-child-process-fork-net2.js
Reviewed-by: asquare
2014-01-08 18:07:27 -08:00
akhil
d285bfbf60 further increase timeout for running under hudson 2014-01-08 12:55:27 -08:00
akhil
5ec63d4a1e increase timeout for running consistently under hudson
Reviewed-by: kinsleyw
2014-01-08 11:47:06 -08:00
akhil
9e4f4cd3f6 increase timeout interval to improve test stability
Reviewed-by: kinsleyw
2014-01-08 11:38:16 -08:00
Kinsley Wong
fdc39a4ef8 Add test-stdout-close-catch and test-stdout-stderr-reading to the list of unit test.
Reviewed-by: asquare
2014-01-07 16:34:55 -08:00
Kinsley Wong
b4143512ae Add test-stdin-from-file.js and test-stdout-to-file.js to the list of unit tests.
Reviewed-by: asquare
2014-01-07 10:29:33 -08:00
jfdenise
a7d8fc121b added test-hhtp-pipeline-flood.js 2014-01-07 11:16:53 +01:00
Kinsley Wong
7dfeafa3bf Patch unit test-net-GH-5504.js 2014-01-06 18:08:51 -08:00
Jean-Francois
c052c59902 patch test-net-GH-5504.js 2014-01-03 15:03:20 +01:00
akhil
93e8dbbc92 139: rename package prefix from net.java to com.oracle 2014-01-02 14:31:42 -08:00
akhil
4678391303 increase timeout for test-http-client-timeout-event (fails occaisionally on windows) 2014-01-02 11:58:38 -08:00
akhil
311b55cd93 139: rename package prefix from net.java to com.oracle 2014-01-02 11:37:01 -08:00
jfdenise
4134ffdb34 make test-stream2-readable-empty-buffer-no-eof.js to pass, simplified existing patch, increased timeout, enabled patching 2014-01-02 11:18:46 +01:00
Jean-Francois
180010c569 cleared module patch, removed timers and zlib patches that are dead patches 2013-12-20 17:37:07 +01:00
akhil
9e9ac39de0 remove patch that is not needed anymore 2013-12-19 20:08:19 -08:00
Kinsley Wong
0b0cc7b3b7 130: Only remove the pipe if the platform is not windows.
Reviewed-by: asquare
2013-12-18 18:14:47 -08:00
Kinsley Wong
97443fb244 127: Patch create-file.js to create a file if it doesn't already exists.
Reviewed-by: asquare
2013-12-18 18:12:27 -08:00
Jean-Francois
c85e3c88c3 patch crypto test with right error message, caused by the switch to latest stable nodejs 2013-12-18 10:50:46 +01:00
Kinsley Wong
aad50e2c1e Patch test-pipe-unref.js to remove the pipe when the test completes.
Reviewed-by: asquare
2013-12-17 11:57:52 -08:00
Kinsley Wong
e6bc2328b6 118: Patch test-cluster-http-pipe.js
Reviewed-by:asquare
2013-12-17 11:46:56 -08:00
Jean-Francois
a7b784df3a Fix for AVATAR_JS-123, create context with a Context constructor
Reviewed-by: kinsleyw
2013-12-16 19:44:21 +01:00
akhil
9f79c160e7 pgrade to v0.10.23 (latest stable)
Reviewed-by: jfdenise
2013-12-12 11:08:22 -08:00
Kinsley Wong
7a056120f5 Add test-repl.js unit test.
Reviewed-by: asquare
2013-12-10 12:17:26 -08:00
Jean-Francois
f10edb24e4 Fix for AVATAR_JS-108, avoid leaking sys prop, load repl in privileged block
Reviewed-by: asquare
2013-12-10 19:08:32 +01:00
Kinsley Wong
67e7232d01 105: patch test-repl-tab-complete.js because console is undefined in nashorn.
Reviewed-by: asquare
2013-12-09 13:54:29 -08:00
Jean-Francois
029f602e35 Fix for AVATAR_JS-106, REPL module wraped with URLHandler
Reviewed-by: kinsleyw
2013-12-09 20:11:03 +01:00
akhil
52c9d72ef2 upgrade to v0.10.22 (latest stable)
Reviewed-by: kinsleyw
2013-12-06 16:29:39 -08:00
akhil
7e56c3f1b3 upgrade to v0.10.21 2013-12-06 16:07:52 -08:00
Kinsley Wong
f503fd4596 Undo the patch for checking syntax errors.
Reviewed-by: asquare
2013-12-06 15:01:54 -08:00
akhil
b0ea33034d 98: reintroduce fd validation now that npm breakage is fixed
Reviewed-by: jfdenise
2013-12-06 13:50:59 -08:00
Kinsley Wong
7241ec81bf Add REPL support.
Reviewed-by: asquare
2013-12-06 11:01:09 -08:00