mirror of
https://github.com/nodejs/node.git
synced 2025-05-19 04:51:50 +00:00

This commit removes the simple/test-event-emitter-memory-leak test for being unreliable with the new garbage collector: the memory pressure exerted by the test case is too low for the garbage collector to kick in. It can be made to work again by limiting the heap size with the --max_old_space_size=x flag but that won't be very reliable across platforms and architectures.
7 lines
270 B
Plaintext
7 lines
270 B
Plaintext
*%(basename)s:29: SyntaxError: Function arg string contains parenthesis
|
|
var paren_in_arg_string_bad = new Function(')', 'return;');
|
|
^
|
|
SyntaxError: Function arg string contains parenthesis
|
|
at Function (native)
|
|
at *%(basename)s:29:31
|