Reviewers: Jakob, Michael Starzinger,

Description:
Don't fuzz _GeneratorNext

The previous patch that renamed _GeneratorSend to _GeneratorNext missed
the blacklist in fuzz-natives-part4.

[email protected], [email protected]
BUG=

Please review this at https://codereview.chromium.org/16339008/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/mjsunit/fuzz-natives-part4.js


Index: test/mjsunit/fuzz-natives-part4.js
diff --git a/test/mjsunit/fuzz-natives-part4.js b/test/mjsunit/fuzz-natives-part4.js index 542dcf3eb0b8c72d2bae7aee519b4f7baae2da4f..54184dd0ad12bacc4ed4cee5e096409cb474f70a 100644
--- a/test/mjsunit/fuzz-natives-part4.js
+++ b/test/mjsunit/fuzz-natives-part4.js
@@ -202,7 +202,7 @@ var knownProblems = {
   "_TwoByteSeqStringSetChar": true,

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



--
--
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