| Index: test/mjsunit/fuzz-natives.js
|
| diff --git a/test/mjsunit/fuzz-natives.js b/test/mjsunit/fuzz-natives.js
|
| index 020e3c0c857569c18fcf981d4552eebb9d204ef1..cefef0a4b352802be2325323701b43cb04f99e45 100644
|
| --- a/test/mjsunit/fuzz-natives.js
|
| +++ b/test/mjsunit/fuzz-natives.js
|
| @@ -118,8 +118,9 @@ var knownProblems = {
|
| "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.
|
|
|