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

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

Issue 219393002: Revert 20348 - "Fix LoadFieldByIndex to take mutable heap-numbers into account." (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
« no previous file with comments | « src/x64/lithium-x64.cc ('k') | test/mjsunit/regress/regress-load-field-by-index.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/fuzz-natives-part1.js
diff --git a/test/mjsunit/fuzz-natives-part1.js b/test/mjsunit/fuzz-natives-part1.js
index 2059bb0a6cf4612e93a8bee5a9c90608a1444467..0bd0dc1abd2614aae9e3c604a4da670cdad092b5 100644
--- a/test/mjsunit/fuzz-natives-part1.js
+++ b/test/mjsunit/fuzz-natives-part1.js
@@ -182,9 +182,6 @@ var knownProblems = {
// Only applicable to TypedArrays.
"_TypedArrayInitialize": true,
- // Only applicable to loading mutable doubles.
- "LoadMutableDouble": true,
-
// Only applicable to generators.
"_GeneratorNext": true,
"_GeneratorThrow": true,
« no previous file with comments | « src/x64/lithium-x64.cc ('k') | test/mjsunit/regress/regress-load-field-by-index.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698