Revision: 15035
Author: [email protected]
Date: Mon Jun 10 05:06:13 2013
Log: Don't fuzz _GeneratorNext
The previous patch that renamed _GeneratorSend to _GeneratorNext missed
the blacklist in fuzz-natives-part4.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/16339008
http://code.google.com/p/v8/source/detail?r=15035
Modified:
/branches/bleeding_edge/test/mjsunit/fuzz-natives-part4.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/fuzz-natives-part4.js Wed Apr 24
06:00:16 2013
+++ /branches/bleeding_edge/test/mjsunit/fuzz-natives-part4.js Mon Jun 10
05:06:13 2013
@@ -202,7 +202,7 @@
"_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.