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

Side by Side Diff: tests/lib_2/mirrors/accessor_cache_overflow_test.dart

Issue 2997283003: Migrated test lock 217 to Dart 2.0. (Closed)
Patch Set: Addressed comments Created 3 years, 3 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 | « tests/lib_2/mirrors/abstract_test.dart ('k') | tests/lib_2/mirrors/array_tracing2_test.dart » ('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 (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 4
5 // This test runs invokes getField and setField enough times to get cached 5 // This test runs invokes getField and setField enough times to get cached
6 // closures generated and with enough different field names to trip the path 6 // closures generated and with enough different field names to trip the path
7 // that flushes the closure cache. 7 // that flushes the closure cache.
8 8
9 library test.hot_get_field; 9 library test.hot_get_field;
10 10
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 var vF7; 299 var vF7;
300 var vF8; 300 var vF8;
301 var vF9; 301 var vF9;
302 var vFA; 302 var vFA;
303 var vFB; 303 var vFB;
304 var vFC; 304 var vFC;
305 var vFD; 305 var vFD;
306 var vFE; 306 var vFE;
307 var vFF; 307 var vFF;
308 } 308 }
OLDNEW
« no previous file with comments | « tests/lib_2/mirrors/abstract_test.dart ('k') | tests/lib_2/mirrors/array_tracing2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698