| Index: test/mjsunit/fuzz-natives.js
|
| ===================================================================
|
| --- test/mjsunit/fuzz-natives.js (revision 6800)
|
| +++ test/mjsunit/fuzz-natives.js (working copy)
|
| @@ -118,8 +118,9 @@
|
| "Abort": true,
|
|
|
| // Avoid calling the concat operation, because weird lengths
|
| - // may lead to out-of-memory.
|
| + // may lead to out-of-memory. Ditto for StringBuilderJoin.
|
| "StringBuilderConcat": true,
|
| + "StringBuilderJoin": true,
|
|
|
| // These functions use pseudo-stack-pointers and are not robust
|
| // to unexpected integer values.
|
|
|