Commit Graph

98 Commits

Author SHA1 Message Date
akhil 01b9916cb2 upgrade to v0.10.32 2014-10-08 15:37:46 -07:00
akhil 243ee56b6e disable test for invalid domain 'x...y...' 2014-10-07 14:36:32 -07:00
akhil 71b12f26db test-tls-server-verify has been disabled 2014-09-17 10:59:51 -07:00
akhil bb6ab57068 increase repl timeout 2014-09-10 12:37:39 -07:00
akhil 7eb7d79a89 upgrade to v0.10.31 2014-09-09 16:30:13 -07:00
Bryan Atsatt 8c6d1923d5 Rename Loader.loadSucceeded() to onLoad() and ensure it is called correctly. 2014-07-23 13:22:17 -07:00
akhil e20d57a8f0 increase timeouts for jdk9 2014-06-30 14:05:00 -07:00
akhil 50d30fb5fb increase timeout for jdk9 2014-06-27 16:46:59 -07:00
akhil 8474e6412d increase window for jdk9 2014-06-27 16:04:42 -07:00
akhil 1c78e86790 allow for slower jdk9 startup 2014-06-27 15:56:41 -07:00
akhil 92a61b212b increase timeout for jdk9 2014-06-27 12:32:35 -07:00
akhil df0cc06cd0 increase timeout for jdk9 2014-06-27 11:51:04 -07:00
akhil 56f622d7de increase timeouts for jdk9 2014-06-25 12:05:15 -07:00
akhil fb5dc6d84f patch for test-tty-wrap on windows 2014-06-06 12:30:02 -07:00
akhil a201aeae85 windows tweaks 2014-06-06 11:37:22 -07:00
akhil 7f4502681e add Jaroslav to contibutors, update patch for test-stdin-from-file.js 2014-06-05 09:33:41 -07:00
akhil c5774fc99e upgrade to 0.10.28 (latest stable) 2014-06-04 16:19:30 -07:00
akhil bf44656e08 reduce patch for test-domain 2014-06-03 13:52:03 -07:00
akhil 83de95f5e3 JSON.stringify(error) no longer contains message, ensure child exits promptly 2014-06-03 10:34:27 -07:00
akhil 7c4b95db3b ensure child really exits promptly 2014-06-03 09:39:03 -07:00
akhil 8942a4e303 ensure test exits before exception is thrown 2014-06-03 09:31:39 -07:00
akhil cb3e547fd1 increase timeouts, ensure test exits before exception is thrown 2014-06-03 09:25:22 -07:00
akhil e978a35a30 nashorn perf optimization
Contributed-by: attila.szegedi@oracle.com
2014-05-27 20:05:29 -07:00
akhil f0bf37543e process.exit in avatar does not exit abruptly 2014-05-15 15:47:10 -07:00
akhil e5bc2e26db stack is now found on Error.prototype, fixes test-util-inspect.js 2014-05-14 11:12:54 -07:00
akhil 9f6c8a2891 checks for java object should be ORd 2014-05-13 14:26:58 -07:00
akhil 82a8913b58 improved check for java objects
Contributed-by: sundararajan.athijegannathan@oracle.com
2014-05-05 23:36:54 -07:00
akhil dbf0ae61b3 patch benchmark to ensure strings are flattened
Contributed-by: Santiago Pericas-Geertsen
2014-04-30 15:52:23 -07:00
akhil cf0a3a67c5 increase timeout for slow build machines 2014-04-24 13:52:14 -07:00
akhil d05d79aa7d increase timeouts for slow machines 2014-04-03 19:17:20 -07:00
akhil cab0f8c43f increase timeout for slow hosts and print actual requests for future adjustment 2014-02-10 14:27:23 -08:00
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