Index: test/mjsunit/fuzz-natives.js |
diff --git a/test/mjsunit/fuzz-natives.js b/test/mjsunit/fuzz-natives.js |
index 0d930ca0c2b0972a0b8dc1db75deb17f1af75806..6e925869bdcf8bacbe961a23267760289f7257cf 100644 |
--- a/test/mjsunit/fuzz-natives.js |
+++ b/test/mjsunit/fuzz-natives.js |
@@ -160,6 +160,8 @@ var knownProblems = { |
// That can only be invoked on Array.prototype. |
"FinishArrayPrototypeSetup": true, |
+ "_SwapElements": true, |
+ |
// Performance critical function which cannot afford type checks. |
"_CallFunction": true, |