Revision: 15036
Author:   [email protected]
Date:     Mon Jun 10 05:25:31 2013
Log:      Keep native fuzzing blacklists in sync

[email protected]
BUG=

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

Modified:
 /branches/bleeding_edge/test/mjsunit/fuzz-natives-part1.js
 /branches/bleeding_edge/test/mjsunit/fuzz-natives-part2.js
 /branches/bleeding_edge/test/mjsunit/fuzz-natives-part3.js
 /branches/bleeding_edge/test/mjsunit/fuzz-natives-part4.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/fuzz-natives-part1.js Tue Mar 12 11:03:18 2013 +++ /branches/bleeding_edge/test/mjsunit/fuzz-natives-part1.js Mon Jun 10 05:25:31 2013
@@ -201,6 +201,10 @@
   "_GetCachedArrayIndex": true,
   "_OneByteSeqStringSetChar": true,
   "_TwoByteSeqStringSetChar": true,
+
+  // Only applicable to generators.
+  "_GeneratorNext": true,
+  "_GeneratorThrow": true,
 };

 var currentlyUncallable = {
=======================================
--- /branches/bleeding_edge/test/mjsunit/fuzz-natives-part2.js Thu Jun 6 06:22:42 2013 +++ /branches/bleeding_edge/test/mjsunit/fuzz-natives-part2.js Mon Jun 10 05:25:31 2013
@@ -202,6 +202,10 @@
   "_GetCachedArrayIndex": true,
   "_OneByteSeqStringSetChar": true,
   "_TwoByteSeqStringSetChar": true,
+
+  // Only applicable to generators.
+  "_GeneratorNext": true,
+  "_GeneratorThrow": true,
 };

 var currentlyUncallable = {
=======================================
--- /branches/bleeding_edge/test/mjsunit/fuzz-natives-part3.js Tue Mar 12 11:03:18 2013 +++ /branches/bleeding_edge/test/mjsunit/fuzz-natives-part3.js Mon Jun 10 05:25:31 2013
@@ -200,6 +200,10 @@
   "_GetCachedArrayIndex": true,
   "_OneByteSeqStringSetChar": true,
   "_TwoByteSeqStringSetChar": true,
+
+  // Only applicable to generators.
+  "_GeneratorNext": true,
+  "_GeneratorThrow": true,
 };

 var currentlyUncallable = {
=======================================
--- /branches/bleeding_edge/test/mjsunit/fuzz-natives-part4.js Mon Jun 10 05:06:13 2013 +++ /branches/bleeding_edge/test/mjsunit/fuzz-natives-part4.js Mon Jun 10 05:25:31 2013
@@ -203,7 +203,7 @@

   // Only applicable to generators.
   "_GeneratorNext": true,
-  "_GeneratorThrow": true
+  "_GeneratorThrow": true,
 };

 var currentlyUncallable = {

--
--
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/groups/opt_out.


Reply via email to