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

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

Issue 2731333002: Update for latest tests and sdk (Closed)
Patch Set: Created 3 years, 9 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 | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | pkg/dev_compiler/test/codegen_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) 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 define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'], 5 define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
6 function(dart_sdk, async_helper, expect, unittest, is, require) { 6 function(dart_sdk, async_helper, expect, unittest, is, require) {
7 'use strict'; 7 'use strict';
8 8
9 async_helper = async_helper.async_helper; 9 async_helper = async_helper.async_helper;
10 let minitest = expect.minitest; 10 let minitest = expect.minitest;
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'compile_time_constant10_test_none_multi': fail, 101 'compile_time_constant10_test_none_multi': fail,
102 'compile_time_constant_a_test': fail, 102 'compile_time_constant_a_test': fail,
103 'compile_time_constant_b_test': fail, 103 'compile_time_constant_b_test': fail,
104 'compile_time_constant_d_test': fail, 104 'compile_time_constant_d_test': fail,
105 'compile_time_constant_k_test_none_multi': fail, 105 'compile_time_constant_k_test_none_multi': fail,
106 'compile_time_constant_o_test_none_multi': fail, 106 'compile_time_constant_o_test_none_multi': fail,
107 'const_evaluation_test_01_multi': fail, 107 'const_evaluation_test_01_multi': fail,
108 'const_switch_test_02_multi': fail, 108 'const_switch_test_02_multi': fail,
109 'const_switch_test_04_multi': fail, 109 'const_switch_test_04_multi': fail,
110 'constructor12_test': fail, 110 'constructor12_test': fail,
111 'covariant_subtyping_tearoff2_test': fail,
112 'covariant_subtyping_tearoff3_test': fail,
111 'covariant_subtyping_unsafe_call2_test': fail, 113 'covariant_subtyping_unsafe_call2_test': fail,
114 'covariant_subtyping_unsafe_call3_test': fail,
112 'cyclic_type2_test': fail, 115 'cyclic_type2_test': fail,
113 'cyclic_type_test_00_multi': fail, 116 'cyclic_type_test_00_multi': fail,
114 'cyclic_type_test_01_multi': fail, 117 'cyclic_type_test_01_multi': fail,
115 'cyclic_type_test_02_multi': fail, 118 'cyclic_type_test_02_multi': fail,
116 'cyclic_type_test_03_multi': fail, 119 'cyclic_type_test_03_multi': fail,
117 'cyclic_type_test_04_multi': fail, 120 'cyclic_type_test_04_multi': fail,
118 121
119 // Deferred libraries are not actually deferred. These tests all test 122 // Deferred libraries are not actually deferred. These tests all test
120 // that synchronous access to the library fails. 123 // that synchronous access to the library fails.
121 'deferred_call_empty_before_load_test': fail, 124 'deferred_call_empty_before_load_test': fail,
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'redirecting_factory_reflection_test': fail, 237 'redirecting_factory_reflection_test': fail,
235 'regress_16640_test': fail, 238 'regress_16640_test': fail,
236 'regress_18535_test': fail, 239 'regress_18535_test': fail,
237 'regress_22666_test': fail, 240 'regress_22666_test': fail,
238 'regress_22777_test': flaky, 241 'regress_22777_test': flaky,
239 'setter_no_getter_test_01_multi': fail, 242 'setter_no_getter_test_01_multi': fail,
240 'stack_overflow_stacktrace_test': fail, 243 'stack_overflow_stacktrace_test': fail,
241 'stack_overflow_test': fail, 244 'stack_overflow_test': fail,
242 'stacktrace_rethrow_error_test_none_multi': fail, 245 'stacktrace_rethrow_error_test_none_multi': fail,
243 'stacktrace_rethrow_error_test_withtraceparameter_multi': fail, 246 'stacktrace_rethrow_error_test_withtraceparameter_multi': fail,
247 'stacktrace_rethrow_nonerror_test': fail,
244 'stacktrace_test': chrome_fail, 248 'stacktrace_test': chrome_fail,
245 'string_interpolate_null_test': fail, 249 'string_interpolate_null_test': fail,
246 'switch_label2_test': fail, 250 'switch_label2_test': fail,
247 'switch_label_test': fail, 251 'switch_label_test': fail,
248 'switch_try_catch_test': fail, 252 'switch_try_catch_test': fail,
249 'throwing_lazy_variable_test': fail, 253 'throwing_lazy_variable_test': fail,
250 'truncdiv_test': fail, // did not throw 254 'truncdiv_test': fail, // did not throw
251 'type_variable_nested_test': fail, // unsound is-check 255 'type_variable_nested_test': fail, // unsound is-check
252 'type_variable_typedef_test': fail, // unsound is-check 256 'type_variable_typedef_test': fail, // unsound is-check
253 257
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 'css_test': async_unittest, 388 'css_test': async_unittest,
385 389
386 // This is failing with a range error, I'm guessing because it's looking 390 // This is failing with a range error, I'm guessing because it's looking
387 // for a stylesheet and the page has none. 391 // for a stylesheet and the page has none.
388 'css_rule_list_test': 'fail', 392 'css_rule_list_test': 'fail',
389 393
390 'custom_element_method_clash_test': async_unittest, 394 'custom_element_method_clash_test': async_unittest,
391 'custom_element_name_clash_test': async_unittest, 395 'custom_element_name_clash_test': async_unittest,
392 'custom_elements_23127_test': async_unittest, 396 'custom_elements_23127_test': async_unittest,
393 'custom_elements_test': async_unittest, 397 'custom_elements_test': async_unittest,
398 'debugger_test': firefox_fail,
394 'element_animate_test': 'unittest', 399 'element_animate_test': 'unittest',
395 400
396 // https://github.com/dart-lang/sdk/issues/27579. 401 // https://github.com/dart-lang/sdk/issues/27579.
397 'element_classes_test': 'fail', 402 'element_classes_test': 'fail',
398 'element_classes_svg_test': 'fail', 403 'element_classes_svg_test': 'fail',
399 404
400 // Failure: 'Expected 56 to be in the inclusive range [111, 160].'. 405 // Failure: 'Expected 56 to be in the inclusive range [111, 160].'.
401 'element_offset_test': 'fail', 406 'element_offset_test': 'fail',
402 407
403 'element_test': async_unittest, 408 'element_test': async_unittest,
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 867
863 for (let action of unittest_tests) { 868 for (let action of unittest_tests) {
864 try { 869 try {
865 action(); 870 action();
866 } catch (e) { 871 } catch (e) {
867 console.error("Caught error tying to setup test:", e); 872 console.error("Caught error tying to setup test:", e);
868 } 873 }
869 } 874 }
870 }); 875 });
871 }); 876 });
OLDNEW
« no previous file with comments | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | pkg/dev_compiler/test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698