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

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

Issue 17153011: DataView implementation. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fixes Created 7 years, 6 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 | « test/cctest/test-weaktypedarrays.cc ('k') | test/mjsunit/fuzz-natives-part2.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 d5e1aeea5f173485992ed4ab7ec99407b273297c..6fd2c0889b95c1d7e6d01b163e4d76019dcc2fba 100644
--- a/test/mjsunit/fuzz-natives-part1.js
+++ b/test/mjsunit/fuzz-natives-part1.js
@@ -205,6 +205,11 @@ var knownProblems = {
// Only applicable to generators.
"_GeneratorNext": true,
"_GeneratorThrow": true,
+
+ // Only applicable to DataViews.
+ "DataViewGetBuffer": true,
+ "DataViewGetByteLength": true,
+ "DataViewGetByteOffset": true
};
var currentlyUncallable = {
« no previous file with comments | « test/cctest/test-weaktypedarrays.cc ('k') | test/mjsunit/fuzz-natives-part2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698