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

Side by Side Diff: test/mjsunit/regress/regress-410912.js

Issue 2653753007: [tests] Cleanup tests that use assertOptimized()/assertUnoptimized(). (Closed)
Patch Set: Addressing comments Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « test/mjsunit/regress/regress-385565.js ('k') | test/mjsunit/regress/regress-4121.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 the V8 project authors. All rights reserved. 1 // Copyright 2014 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Flags: --allow-natives-syntax --expose-gc 5 // Flags: --allow-natives-syntax --expose-gc --crankshaft --no-always-opt
6 6
7 var assertDoesNotThrow; 7 var assertDoesNotThrow;
8 var assertInstanceof; 8 var assertInstanceof;
9 var assertUnreachable; 9 var assertUnreachable;
10 var assertOptimized; 10 var assertOptimized;
11 var assertUnoptimized; 11 var assertUnoptimized;
12 function classOf(object) { var string = Object.prototype.toString.call(object); return string.substring(8, string.length - 1); } 12 function classOf(object) { var string = Object.prototype.toString.call(object); return string.substring(8, string.length - 1); }
13 function PrettyPrint(value) { return ""; } 13 function PrettyPrint(value) { return ""; }
14 function PrettyPrintArrayElement(value, index, array) { return ""; } 14 function PrettyPrintArrayElement(value, index, array) { return ""; }
15 function fail(expectedText, found, name_opt) { } 15 function fail(expectedText, found, name_opt) { }
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 __f_12(__v_19.external_uint16, new Uint16Array(__v_13)); 197 __f_12(__v_19.external_uint16, new Uint16Array(__v_13));
198 __f_12(__v_19.external_int32, new Int32Array(__v_13)); 198 __f_12(__v_19.external_int32, new Int32Array(__v_13));
199 __f_12(__v_19.external_uint32, new Uint32Array(__v_13)); 199 __f_12(__v_19.external_uint32, new Uint32Array(__v_13));
200 __f_12(__v_19.external_float32, new Float32Array(__v_13)); 200 __f_12(__v_19.external_float32, new Float32Array(__v_13));
201 __f_12(__v_19.external_float64, new Float64Array(__v_13)); 201 __f_12(__v_19.external_float64, new Float64Array(__v_13));
202 __f_12(__v_19.external_uint8_clamped, new Uint8ClampedArray(__v_13)); 202 __f_12(__v_19.external_uint8_clamped, new Uint8ClampedArray(__v_13));
203 } 203 }
204 try { 204 try {
205 __f_18(); 205 __f_18();
206 } catch(e) { } 206 } catch(e) { }
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-385565.js ('k') | test/mjsunit/regress/regress-4121.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698