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

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

Issue 211333002: Replace HeapNumber as doublebox with an explicit MutableHeapNumber. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 months 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
Index: test/mjsunit/fuzz-natives-part1.js
diff --git a/test/mjsunit/fuzz-natives-part1.js b/test/mjsunit/fuzz-natives-part1.js
index 0bd0dc1abd2614aae9e3c604a4da670cdad092b5..2059bb0a6cf4612e93a8bee5a9c90608a1444467 100644
--- a/test/mjsunit/fuzz-natives-part1.js
+++ b/test/mjsunit/fuzz-natives-part1.js
@@ -182,6 +182,9 @@ var knownProblems = {
// Only applicable to TypedArrays.
"_TypedArrayInitialize": true,
+ // Only applicable to loading mutable doubles.
+ "LoadMutableDouble": true,
+
// Only applicable to generators.
"_GeneratorNext": true,
"_GeneratorThrow": true,

Powered by Google App Engine
This is Rietveld 408576698