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

Side by Side Diff: dart/tests/standalone/pair_location_remapping_test.dart

Issue 963483002: Version 1.8.6 (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.8/
Patch Set: Created 5 years, 10 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // Test that pair locations are remaped in slow path environments. 4 // Test that pair locations are remaped in slow path environments.
5 // VMOptions=--optimization_counter_threshold=10 --no-use-osr 5 // VMOptions=--optimization_counter_threshold=10 --no-use-osr
6 6
7 import "package:expect/expect.dart"; 7 import "package:expect/expect.dart";
8 8
9 class A { 9 class A {
10 final f; 10 final f;
(...skipping 10 matching lines...) Expand all
21 } 21 }
22 } 22 }
23 return c.f - r; 23 return c.f - r;
24 } 24 }
25 25
26 main() { 26 main() {
27 for (var i = 0; i < 1000; i++) { 27 for (var i = 0; i < 1000; i++) {
28 Expect.equals(0x7fffffffffffffff - 10, foo(0)); 28 Expect.equals(0x7fffffffffffffff - 10, foo(0));
29 } 29 }
30 } 30 }
OLDNEW
« no previous file with comments | « dart/tests/language/vm/regress_22541_vm_test.dart ('k') | dart/tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698