Commit 29a10444 authored by wingo@igalia.com's avatar wingo@igalia.com

Keep native fuzzing blacklists in sync

R=yangguo@chromium.org
BUG=

Review URL: https://codereview.chromium.org/16436005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15036 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 093492f0
......@@ -201,6 +201,10 @@ var knownProblems = {
"_GetCachedArrayIndex": true,
"_OneByteSeqStringSetChar": true,
"_TwoByteSeqStringSetChar": true,
// Only applicable to generators.
"_GeneratorNext": true,
"_GeneratorThrow": true,
};
var currentlyUncallable = {
......
......@@ -202,6 +202,10 @@ var knownProblems = {
"_GetCachedArrayIndex": true,
"_OneByteSeqStringSetChar": true,
"_TwoByteSeqStringSetChar": true,
// Only applicable to generators.
"_GeneratorNext": true,
"_GeneratorThrow": true,
};
var currentlyUncallable = {
......
......@@ -200,6 +200,10 @@ var knownProblems = {
"_GetCachedArrayIndex": true,
"_OneByteSeqStringSetChar": true,
"_TwoByteSeqStringSetChar": true,
// Only applicable to generators.
"_GeneratorNext": true,
"_GeneratorThrow": true,
};
var currentlyUncallable = {
......
......@@ -203,7 +203,7 @@ var knownProblems = {
// Only applicable to generators.
"_GeneratorNext": true,
"_GeneratorThrow": true
"_GeneratorThrow": true,
};
var currentlyUncallable = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment