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

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

Issue 1431403002: Initial support for f-bound quantification patterns (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Address comments Created 5 years, 1 month 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/src/codegen/js_codegen.dart ('k') | no next file » | 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'double_to_string_test', 96 'double_to_string_test',
97 'dynamic_test', 97 'dynamic_test',
98 'enum_mirror_test', 98 'enum_mirror_test',
99 'exception_test', 99 'exception_test',
100 'execute_finally6_test', 100 'execute_finally6_test',
101 'expect_test', 101 'expect_test',
102 'extends_test_lib', 102 'extends_test_lib',
103 'external_test_10_multi', 103 'external_test_10_multi',
104 'external_test_13_multi', 104 'external_test_13_multi',
105 'external_test_20_multi', 105 'external_test_20_multi',
106 'f_bounded_equality_test',
107 'f_bounded_quantification2_test',
108 'f_bounded_quantification3_test', 106 'f_bounded_quantification3_test',
109 'factory_type_parameter_test', 107 'factory_type_parameter_test',
110 'fast_method_extraction_test', 108 'fast_method_extraction_test',
111 'field_increment_bailout_test', 109 'field_increment_bailout_test',
112 'field_optimization3_test', 110 'field_optimization3_test',
113 'field_test', 111 'field_test',
114 'final_syntax_test_08_multi', 112 'final_syntax_test_08_multi',
115 'first_class_types_literals_test_01_multi', 113 'first_class_types_literals_test_01_multi',
116 'first_class_types_literals_test_02_multi', 114 'first_class_types_literals_test_02_multi',
117 'first_class_types_literals_test_none_multi', 115 'first_class_types_literals_test_none_multi',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 if (!async_helper.asyncTestStarted) done(); 353 if (!async_helper.asyncTestStarted) done();
356 }); 354 });
357 } 355 }
358 } 356 }
359 }); 357 });
360 358
361 dart_library.import('language/async_await_test_none_multi').main(); 359 dart_library.import('language/async_await_test_none_multi').main();
362 dart_library.import('language/async_star_test_none_multi').main(); 360 dart_library.import('language/async_star_test_none_multi').main();
363 361
364 })(); 362 })();
OLDNEW
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698