Revision: 23230
Author:   [email protected]
Date:     Wed Aug 20 12:51:48 2014 UTC
Log:      Blacklist %InternalSetProperty from runtime test fuzzing.

[email protected]
BUG=405499
LOG=N

Review URL: https://codereview.chromium.org/491843002
http://code.google.com/p/v8/source/detail?r=23230

Deleted:
 /branches/bleeding_edge/test/mjsunit/runtime-gen/internalsetprototype.js
Modified:
 /branches/bleeding_edge/tools/generate-runtime-tests.py

=======================================
--- /branches/bleeding_edge/test/mjsunit/runtime-gen/internalsetprototype.js Mon Aug 11 14:00:58 2014 UTC
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
-// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
-// Flags: --allow-natives-syntax --harmony --harmony-proxies
-var _obj = new Object();
-var _prototype = new Object();
-%InternalSetPrototype(_obj, _prototype);
=======================================
--- /branches/bleeding_edge/tools/generate-runtime-tests.py Tue Aug 19 11:38:38 2014 UTC +++ /branches/bleeding_edge/tools/generate-runtime-tests.py Wed Aug 20 12:51:48 2014 UTC
@@ -48,7 +48,7 @@
# remove or change runtime functions, but make sure we don't lose our ability
 # to parse them!
 EXPECTED_FUNCTION_COUNT = 429
-EXPECTED_FUZZABLE_COUNT = 331
+EXPECTED_FUZZABLE_COUNT = 330
 EXPECTED_CCTEST_COUNT = 7
 EXPECTED_UNKNOWN_COUNT = 17
 EXPECTED_BUILTINS_COUNT = 809
@@ -170,7 +170,10 @@

   # Maths
   "MathPowSlow",
-  "MathPowRT"
+  "MathPowRT",
+
+  # Internal
+  "InternalSetPrototype",
 ]


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to