Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(726)

Unified Diff: test/mjsunit/fuzz-natives-part4.js

Issue 59023003: Generate TypedArrayInitialize builtin in hydrogen. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: CR feedback Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/hydrogen-instructions.h ('K') | « test/mjsunit/fuzz-natives-part3.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/fuzz-natives-part4.js
diff --git a/test/mjsunit/fuzz-natives-part4.js b/test/mjsunit/fuzz-natives-part4.js
index edeaa8708a0c353653a2db045b15f18290a2c360..a17a840ecfefee6efeda455cd12402244cc81d13 100644
--- a/test/mjsunit/fuzz-natives-part4.js
+++ b/test/mjsunit/fuzz-natives-part4.js
@@ -204,6 +204,9 @@ var knownProblems = {
"_OneByteSeqStringSetChar": true,
"_TwoByteSeqStringSetChar": true,
+ // Only applicable to TypedArrays.
+ "TypedArrayInitialize": true,
+
// Only applicable to generators.
"_GeneratorNext": true,
"_GeneratorThrow": true,
« src/hydrogen-instructions.h ('K') | « test/mjsunit/fuzz-natives-part3.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698