Revision: 8492
Author: [email protected]
Date: Thu Jun 30 06:36:52 2011
Log: Exclude %_IsNativeOrStrictMode from natives fuzzer.
[email protected]
Review URL: http://codereview.chromium.org/7284032
http://code.google.com/p/v8/source/detail?r=8492
Modified:
/branches/bleeding_edge/test/mjsunit/fuzz-natives.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/fuzz-natives.js Thu Jun 16
07:12:58 2011
+++ /branches/bleeding_edge/test/mjsunit/fuzz-natives.js Thu Jun 30
06:36:52 2011
@@ -167,7 +167,8 @@
"_SwapElements": true,
- // Performance critical function which cannot afford type checks.
+ // Performance critical functions which cannot afford type checks.
+ "_IsNativeOrStrictMode": true,
"_CallFunction": true,
// Tries to allocate based on argument, and (correctly) throws
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev