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

Side by Side Diff: test/browser/language_tests.js

Issue 1847163002: Regen against latest analyzer (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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 | « lib/runtime/dart/js.js ('k') | test/codegen/expect/collection/src/algorithms.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 (c) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, 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 (function() { 5 (function() {
6 'use strict'; 6 'use strict';
7 7
8 let _isolate_helper = dart_library.import('dart/_isolate_helper'); 8 let _isolate_helper = dart_library.import('dart/_isolate_helper');
9 _isolate_helper.startRootIsolate(function() {}, []); 9 _isolate_helper.startRootIsolate(function() {}, []);
10 let async_helper = dart_library.import('async_helper/async_helper'); 10 let async_helper = dart_library.import('async_helper/async_helper');
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'operator_test', 250 'operator_test',
251 'optimized_hoisting_checked_mode_assert_test', 251 'optimized_hoisting_checked_mode_assert_test',
252 'positive_bit_operations_test', 252 'positive_bit_operations_test',
253 'prefix_test1', 253 'prefix_test1',
254 'prefix_test2', 254 'prefix_test2',
255 'redirecting_factory_reflection_test', 255 'redirecting_factory_reflection_test',
256 'regress_13462_0_test', 256 'regress_13462_0_test',
257 'regress_13462_1_test', 257 'regress_13462_1_test',
258 'regress_14105_test', 258 'regress_14105_test',
259 'regress_16640_test', 259 'regress_16640_test',
260 'regress_18535_test',
260 'regress_21795_test', 261 'regress_21795_test',
261 'regress_22443_test', 262 'regress_22443_test',
262 'regress_22666_test', 263 'regress_22666_test',
263 'regress_22719_test', 264 'regress_22719_test',
264 'regress_23650_test', 265 'regress_23650_test',
265 'regress_r24720_test', 266 'regress_r24720_test',
266 'setter_no_getter_test_01_multi', 267 'setter_no_getter_test_01_multi',
267 'smi_type_test', 268 'smi_type_test',
268 'stack_overflow_stacktrace_test', 269 'stack_overflow_stacktrace_test',
269 'stack_overflow_test', 270 'stack_overflow_test',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 } 412 }
412 }); 413 });
413 } 414 }
414 415
415 dart_library.import('language/async_await_test_none_multi').main(); 416 dart_library.import('language/async_await_test_none_multi').main();
416 // TODO(vsm): Re-enable. 417 // TODO(vsm): Re-enable.
417 // See https://github.com/dart-lang/dev_compiler/issues/456 418 // See https://github.com/dart-lang/dev_compiler/issues/456
418 // dart_library.import('language/async_star_test_none_multi').main(); 419 // dart_library.import('language/async_star_test_none_multi').main();
419 420
420 })(); 421 })();
OLDNEW
« no previous file with comments | « lib/runtime/dart/js.js ('k') | test/codegen/expect/collection/src/algorithms.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698