Commit Graph

374 Commits

Author SHA1 Message Date
akhil 1f6329309e add option to specify max jvm heap size for each test, set its default to 1g 2014-02-11 12:22:33 -08:00
akhil afd107333f exclude test-https-eof-for-eom.js on windows, fails sometimes in hudson build 2014-02-11 10:40:13 -08:00
akhil af711a904b exclude test-exec-max-buffer.js on windows, fails on hudson build server 2014-02-10 16:35:02 -08:00
akhil cab0f8c43f increase timeout for slow hosts and print actual requests for future adjustment 2014-02-10 14:27:23 -08:00
akhil 035403695f the shared executor param should be true if using the singleton thread pool
Reviewed-by: batsatt
2014-02-07 11:35:09 -08:00
akhil 525ddfef7d enhance multiple event loop test with async send from a different thread 2014-02-05 16:47:40 -08:00
akhil 78dbfe5a14 do not exit if jobs are pending, add multiple loop test 2014-02-04 16:38:39 -08:00
akhil e3dd1db9eb make acquire safe to call from non-main thread
Reviewed-by: batsatt
2014-02-02 10:39:24 -08:00
Bryan Atsatt edf0d64020 Enable uptake by Avatar. 2014-01-31 10:28:49 -08:00
Bryan Atsatt ff8e42b472 Enable uptake by Avatar. 2014-01-30 15:29:46 -08:00
akhil c4cf66369e exception handlers should also handle Throwables
Reviewed-by: batsatt
2014-01-28 14:03:14 -08:00
akhil a9136f94d9 interrupt event loop on exceptions so that they are seen immediately 2014-01-28 12:21:57 -08:00
akhil 3a00095032 combine arg with cmd in git macro to avoid calling pull with empty string arg 2014-01-28 10:20:12 -08:00
akhil 19922b0868 update version in readme 2014-01-28 08:38:06 -08:00
akhil d56d07ba3b upgrade to v0.10.25 (latest stable) 2014-01-27 15:39:56 -08:00
akhil 4efcfcc70a generalize git macro and add rebase-all and reset-all 2014-01-23 13:54:16 -08:00
akhil 9a793a987c more crypto and security test fixes for windows from jfdenise 2014-01-21 12:44:35 -08:00
akhil ccf506d582 more fixes for security tests on windows from jfdenise 2014-01-21 11:13:36 -08:00
jfdenise 7eb145b6be Fix typo in test 2014-01-21 09:47:50 +01:00
jfdenise 46d94eedab fix test for Windows, process exports some functions only on non windows platform 2014-01-20 10:00:24 +01:00
jfdenise 7b154c9ee5 fix perf test to use process signal events, added debug info for failing Windows tests 2014-01-20 09:38:34 +01:00
Jean-Francois 2a9a020cd0 Fix pipe security test for Windows, needs a getEnv permission on Windows 2014-01-17 15:26:32 +01:00
akhil e2b1a7304b remove ansi codes in test summary, does not work well with hudson 2014-01-16 15:44:15 -08:00
akhil 5e4ee12c0b add extra setup info for windows developers
Contributed-by: stebans@gmail.com
Reviewed-by: asquare
2014-01-16 15:33:00 -08:00
akhil b1332173c6 convert README to markdown 2014-01-16 14:15:22 -08:00
akhil 4d54f67f8d diagnostic - failedTests.length should be equal to testsFailed but is not in our hudson windows build 2014-01-15 14:56:29 -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
jfdenise d69764b4d9 add test-deprecation-flags.js test 2014-01-14 10:37:42 +01:00
jfdenise 39a25e4286 Fix for AVATAR_JS-145, added support for --no-deprecation, deprecations are not thrown by default 2014-01-14 10:32:59 +01:00
akhil a712a1a3fb excluding test that fails on windows under hudson 2014-01-13 21:41:45 -08:00
akhil fde7292087 adjust timeout for running under hudson 2014-01-13 12:28:12 -08:00
akhil 8df72f9438 exlude these two tests on windows
cli-eval takes too much memory
cluster-bind-twice-v2 uses signals not available on windows
2014-01-13 10:33:02 -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 618783547b Fix for AVATAR_JS-152, removed dead code 2014-01-13 16:10:30 +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 5f31700c43 148: missed a call to removed method 2014-01-10 15:40:15 -08:00
akhil b80627d09f 148: setting java process name does not work on linux either, disable 2014-01-10 15:29:18 -08:00
akhil 72af73400a minor - fix whitespace and formatting 2014-01-10 14:19:32 -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
Jean-Francois dc6cfa955f Fix for AVATAR_JS-149, IdleHandle to process ticks in case of fatal error.
Reviewed-by: asquare
2014-01-10 09:15:16 +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
akhil 9eb64e6bb8 test-child-process-detached is now working 2014-01-09 14:59:48 -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