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

Unified Diff: test/mjsunit/runtime-gen/dataviewinitialize.js

Issue 290513002: Expand C++ macros in tools/generate-runtime-tests.py to increase coverage (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: formatting Created 6 years, 7 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/mjsunit/runtime-gen/dataviewgetuint8.js ('k') | test/mjsunit/runtime-gen/dataviewsetfloat32.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/dataviewinitialize.js
diff --git a/test/mjsunit/runtime-gen/dataviewinitialize.js b/test/mjsunit/runtime-gen/dataviewinitialize.js
index 901a1a524b05fd5b38c138e0345f51750824ac68..7702f4ea5bee6bfaf5a10e012ab0b1c89e234c03 100644
--- a/test/mjsunit/runtime-gen/dataviewinitialize.js
+++ b/test/mjsunit/runtime-gen/dataviewinitialize.js
@@ -1,7 +1,7 @@
// Copyright 2014 the V8 project authors. All rights reserved.
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
-var _holder = new DataView(new ArrayBuffer(8));
+var _holder = new DataView(new ArrayBuffer(24));
var _buffer = new ArrayBuffer(8);
var _byte_offset = 1.5;
var _byte_length = 1.5;
« no previous file with comments | « test/mjsunit/runtime-gen/dataviewgetuint8.js ('k') | test/mjsunit/runtime-gen/dataviewsetfloat32.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698