Commit Graph

141 Commits

Author SHA1 Message Date
akhil 7e56c3f1b3 upgrade to v0.10.21 2013-12-06 16:07:52 -08:00
Kinsley Wong 1f85011893 Add new repl unit test.
Reviewed-by: asquare
2013-12-06 15:02:47 -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
akhil c6a314129e replace assert with an if in case js tries to load a non-existent resource
Reviewed-by: kinsleyw
2013-12-06 12:01:37 -08:00
akhil 346e0d0d13 ensure resource stream is closed, remove stack trace, assume repl.js is utf8
Reviewed-by: kinsleyw
2013-12-06 11:44:50 -08:00
Kinsley Wong 7241ec81bf Add REPL support.
Reviewed-by: asquare
2013-12-06 11:01:09 -08:00
akhil b0f3c1ca3f some minor reformatting 2013-12-05 14:54:12 -08:00
akhil 8b86802ac2 require b119 or higher, due to the use of a nashorn api 2013-12-05 14:25:10 -08:00
akhil e3a4619c51 Revert "98: list test-fs-read-stream.js in the test to be patched"
This reverts commit 513b1208c7.
2013-12-05 14:02:00 -08:00
akhil afebf8e0c8 Revert "98: we now throw an EBADF exception on invalid fds"
This reverts commit 2e02e63b75.
2013-12-05 14:01:44 -08:00
Jean-Francois d00cde3964 Fix for AVATAR_JS-95, support for domains
reviewed-by: asquare
2013-12-05 11:48:05 +01:00
akhil 513b1208c7 98: list test-fs-read-stream.js in the test to be patched
Reviewed-by: kinsleyw
2013-12-04 17:38:37 -08:00
akhil 2e02e63b75 98: we now throw an EBADF exception on invalid fds
Reviewed-by: kinsleyw
2013-12-04 16:50:10 -08:00
Kinsley Wong 4739738400 Recommendations of where to clone the workspace and setting up .avatar-js.properties
Reviewed-by: asquare
2013-12-04 12:13:05 -08:00
Jean-Francois af4da38d34 Fix for AVATAR_JS-97, reconstruct exception with original properties, fixed synchronous Exception handling
Reviewed-by: asquare
2013-12-04 11:01:02 +01:00
akhil 2bb0eee170 update the default log file name to match the project name
Reviewed-by: kinsleyw
2013-12-02 17:47:13 -08:00
akhil 96feba2128 clarify unknown handle error message
Reviewed-by: kinsleyw
2013-12-02 16:39:54 -08:00
Jean-Francois 39664c9c7f Fix for AVATAR_JS-94, determinate is JVM started in debug, format the prefix wrapper accordingly
Reviewed-by: asquare
2013-11-29 08:43:59 +01:00
akhil fb57ddbe82 add instructions for installing unlimited strength JCE policy files 2013-11-27 12:21:48 -08:00
akhil 4f1cf7aa6b add instructions for running crypto and pummel tests 2013-11-27 12:10:51 -08:00
Kinsley Wong 427caf2ea9 91: Replace the build dependency with jar-all for the package target.
Reviewed-by: asquare
2013-11-26 15:28:17 -08:00
Kinsley Wong 47fbb5c5df 93: patch pummel/test-exec.js
Reviewed-by: asquare
2013-11-26 12:50:13 -08:00
akhil b8d9e13f0e 92: When writing the buffer, the underlying array is to be used, not the actual ByteBuffer
Contributed-by: jfdenise
Reviewed-by: asquare
2013-11-26 09:53:43 -08:00
Kinsley Wong c343f1be38 Fix the object file locations for windows.
Reviewed-by: asquare
2013-11-25 17:47:31 -08:00
akhil 29a42d5492 90: missed this in switch to byte buffer in last commit
Reviewed-by: kinsleyw
2013-11-25 16:47:19 -08:00
akhil 940e0ab530 90: pin buffer while stream write is pending, switch to direct byte buffer
Reviewed-by: kinsleyw
2013-11-25 16:32:27 -08:00
akhil 20bb10e9fd 90: pin buffer while write is pending, switch to direct byte buffer
Reviewed-by: kinsleyw
2013-11-25 15:05:08 -08:00
Kinsley Wong 49a8bd6b87 75: rename some callback method names.
Reviewed-by: asquare
2013-11-25 14:48:51 -08:00
Kinsley Wong e476684f0b Use the current directory for the source files. Fixes mac builds.
Reviewed-by: jfdenise
2013-11-25 14:01:50 -08:00
jfdenise c7a145ee9d child processes leak, perf module runnabe on nodejs 2013-11-25 15:42:36 +01:00
akhil 3b3c0ef2d9 explicit conversion from nashorn double to java double is not needed anymore 2013-11-22 21:23:40 -08:00
Kinsley Wong 22f3a0c1a7 Reuse the stat object on every StatWatcher poll.
Reviewed-by: asquare
2013-11-22 16:49:24 -08:00
Kinsley Wong 44a56c93e6 Use absolute path for the source files.
Reviewed-by: asquare
2013-11-22 15:46:17 -08:00
akhil 91c54e164d 86: use nio direct buffers where possible to reduce byte copying
Reviewed-by: jfdenise, kinsleyw
2013-11-22 15:38:26 -08:00
Jean-Francois 3dccf4035d fs write leak 2013-11-22 17:39:11 +01:00
Jean-Francois 78b2e55d0f tls leaks 2013-11-22 17:25:43 +01:00
Jean-Francois aae4be7db5 large messages for pipe/net, overridable duration 2013-11-22 17:18:02 +01:00
Jean-Francois efb412f5b8 Kill handler to dump mem usage and perf numbers 2013-11-22 16:43:44 +01:00
Jean-Francois 2e10d3d79e perf module to run a set of tests to track leak. vm, buffer, crypto, nexttick leak tests based on existing tests 2013-11-22 16:15:54 +01:00
Jean-Francois 010ef0353c AVATAR_JS-87, update fix, group must be checked (found running tests), automatic fix, no review 2013-11-22 14:39:53 +01:00
Jean-Francois 5813a6dc0c crypto leak tests, continuous load of existing tests 2013-11-22 14:35:54 +01:00
Jean-Francois f37bf9e65f pipe, large fs, capture mem usage 2013-11-22 13:08:26 +01:00
Jean-Francois 5163e2c11e Fix for AVATAR_JS-87, check in known primes first
Reviewed-by: asquare
2013-11-22 09:52:02 +01:00
Jean-Francois 513e5d2a79 dgram perf&leak test 2013-11-21 17:39:05 +01:00
Jean-Francois fdf9dda8bd zlib tests for leak and perf 2013-11-21 16:38:58 +01:00
Kinsley Wong e30878dd6a 78: Create a single native shared library called libavatar-js.
Reviewed-by: asquare
2013-11-20 15:15:45 -08:00
jfdenise e7898b002e pummel patched tests 2013-11-20 19:36:26 +01:00
jfdenise 96a35cc9aa New test to cover evtloop.submit called from http server, up to 50 clients in // for 100 seconds 2013-11-20 19:35:02 +01:00
jfdenise 06dc398e5d http leak to send a String, string contains non ascii char 2013-11-20 14:01:12 +01:00