Chromium Code Reviews

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

Issue 59023003: Generate TypedArrayInitialize builtin in hydrogen. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased and updated Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/mjsunit/fuzz-natives-part3.js
diff --git a/test/mjsunit/fuzz-natives-part3.js b/test/mjsunit/fuzz-natives-part3.js
index 9a3a883fe40180423398fd2e55e8fb21f6fcc60f..f0bd4913dea266c3d0ecc6b28a1253ea5fb006be 100644
--- a/test/mjsunit/fuzz-natives-part3.js
+++ b/test/mjsunit/fuzz-natives-part3.js
@@ -203,6 +203,9 @@ var knownProblems = {
"_OneByteSeqStringSetChar": true,
"_TwoByteSeqStringSetChar": true,
+ // Only applicable to TypedArrays.
+ "TypedArrayInitialize": true,
+
// Only applicable to generators.
"_GeneratorNext": true,
"_GeneratorThrow": true,

Powered by Google App Engine