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

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

Issue 2102053003: Remove DDC custom error list now that strong mode analyzer handles it (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: another fix Created 4 years, 4 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 | « pubspec.yaml ('k') | test/codegen_expected/corelib/collection_from_test.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 dart_sdk = dart_library.import('dart_sdk'); 8 let dart_sdk = dart_library.import('dart_sdk');
9 dart_sdk._isolate_helper.startRootIsolate(function() {}, []); 9 dart_sdk._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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'redirecting_factory_reflection_test': skip_fail, 266 'redirecting_factory_reflection_test': skip_fail,
267 'regress_13462_0_test': skip_fail, 267 'regress_13462_0_test': skip_fail,
268 'regress_13462_1_test': skip_fail, 268 'regress_13462_1_test': skip_fail,
269 'regress_14105_test': skip_fail, 269 'regress_14105_test': skip_fail,
270 'regress_16640_test': skip_fail, 270 'regress_16640_test': skip_fail,
271 'regress_18535_test': skip_fail, 271 'regress_18535_test': skip_fail,
272 'regress_21795_test': skip_fail, 272 'regress_21795_test': skip_fail,
273 'regress_22443_test': skip_fail, 273 'regress_22443_test': skip_fail,
274 'regress_22666_test': skip_fail, 274 'regress_22666_test': skip_fail,
275 'setter_no_getter_test_01_multi': skip_fail, 275 'setter_no_getter_test_01_multi': skip_fail,
276 'setter4_test': ['skip'], // test has invalid class declaration
276 'stack_overflow_stacktrace_test': skip_fail, 277 'stack_overflow_stacktrace_test': skip_fail,
277 'stack_overflow_test': skip_fail, 278 'stack_overflow_test': skip_fail,
278 'stack_trace_test': skip_fail, 279 'stack_trace_test': skip_fail,
279 'stacktrace_rethrow_nonerror_test': skip_fail, // mismatch from Karma's fi le hash 280 'stacktrace_rethrow_nonerror_test': skip_fail, // mismatch from Karma's fi le hash
280 'stacktrace_rethrow_error_test_none_multi': skip_fail, 281 'stacktrace_rethrow_error_test_none_multi': skip_fail,
281 'stacktrace_rethrow_error_test_withtraceparameter_multi': skip_fail, 282 'stacktrace_rethrow_error_test_withtraceparameter_multi': skip_fail,
282 'stacktrace_test': skip_fail, 283 'stacktrace_test': skip_fail,
283 'string_interpolate_null_test': skip_fail, 284 'string_interpolate_null_test': skip_fail,
284 'super_field_2_test': skip_fail, 285 'super_field_2_test': skip_fail,
285 'super_field_test': skip_fail, 286 'super_field_test': skip_fail,
(...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1791 'proxy2_test_01_multi': notyetstrong, 1792 'proxy2_test_01_multi': notyetstrong,
1792 'proxy2_test_02_multi': notyetstrong, 1793 'proxy2_test_02_multi': notyetstrong,
1793 'proxy3_test_01_multi': notyetstrong, 1794 'proxy3_test_01_multi': notyetstrong,
1794 'proxy3_test_02_multi': notyetstrong, 1795 'proxy3_test_02_multi': notyetstrong,
1795 'proxy3_test_03_multi': notyetstrong, 1796 'proxy3_test_03_multi': notyetstrong,
1796 'proxy3_test_04_multi': notyetstrong, 1797 'proxy3_test_04_multi': notyetstrong,
1797 'proxy_test_01_multi': notyetstrong, 1798 'proxy_test_01_multi': notyetstrong,
1798 'proxy_test_02_multi': notyetstrong, 1799 'proxy_test_02_multi': notyetstrong,
1799 'proxy_test_05_multi': notyetstrong, 1800 'proxy_test_05_multi': notyetstrong,
1800 'proxy_test_06_multi': notyetstrong, 1801 'proxy_test_06_multi': notyetstrong,
1802 'recursive_inheritance_test': notyetstrong, // https://github.com/dart-lan g/sdk/issues/26970
1801 'redirecting_constructor_initializer_test': notyetstrong, 1803 'redirecting_constructor_initializer_test': notyetstrong,
1802 'redirecting_factory_default_values_test_01_multi': notyetstrong, 1804 'redirecting_factory_default_values_test_01_multi': notyetstrong,
1803 'redirecting_factory_default_values_test_02_multi': notyetstrong, 1805 'redirecting_factory_default_values_test_02_multi': notyetstrong,
1804 'redirecting_factory_default_values_test_none_multi': notyetstrong, 1806 'redirecting_factory_default_values_test_none_multi': notyetstrong,
1805 'redirecting_factory_incompatible_signature_test': notyetstrong, 1807 'redirecting_factory_incompatible_signature_test': notyetstrong,
1806 'redirecting_factory_infinite_steps_test_01_multi': notyetstrong, 1808 'redirecting_factory_infinite_steps_test_01_multi': notyetstrong,
1807 'redirecting_factory_infinite_steps_test_02_multi': notyetstrong, 1809 'redirecting_factory_infinite_steps_test_02_multi': notyetstrong,
1808 'redirecting_factory_long_test': notyetstrong, 1810 'redirecting_factory_long_test': notyetstrong,
1809 'redirecting_factory_malbounded_test_01_multi': notyetstrong, 1811 'redirecting_factory_malbounded_test_01_multi': notyetstrong,
1810 'redirecting_factory_malbounded_test_none_multi': notyetstrong, 1812 'redirecting_factory_malbounded_test_none_multi': notyetstrong,
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
2088 'try_catch_syntax_test_14_multi': notyetstrong, 2090 'try_catch_syntax_test_14_multi': notyetstrong,
2089 'try_catch_syntax_test_15_multi': notyetstrong, 2091 'try_catch_syntax_test_15_multi': notyetstrong,
2090 'try_catch_syntax_test_16_multi': notyetstrong, 2092 'try_catch_syntax_test_16_multi': notyetstrong,
2091 'try_catch_syntax_test_17_multi': notyetstrong, 2093 'try_catch_syntax_test_17_multi': notyetstrong,
2092 'try_catch_test_01_multi': notyetstrong, 2094 'try_catch_test_01_multi': notyetstrong,
2093 'try_catch_test_none_multi': notyetstrong, 2095 'try_catch_test_none_multi': notyetstrong,
2094 'type_argument_in_super_type_test': notyetstrong, 2096 'type_argument_in_super_type_test': notyetstrong,
2095 'type_check_const_function_typedef2_test_00_multi': notyetstrong, 2097 'type_check_const_function_typedef2_test_00_multi': notyetstrong,
2096 'type_check_const_function_typedef2_test_none_multi': notyetstrong, 2098 'type_check_const_function_typedef2_test_none_multi': notyetstrong,
2097 'type_checks_in_factory_method_test': notyetstrong, 2099 'type_checks_in_factory_method_test': notyetstrong,
2098 'type_error_test': notyetstrong,
2099 'type_literal_prefix_call_test_00_multi': notyetstrong, 2100 'type_literal_prefix_call_test_00_multi': notyetstrong,
2100 'type_parameter_test_01_multi': notyetstrong, 2101 'type_parameter_test_01_multi': notyetstrong,
2101 'type_parameter_test_02_multi': notyetstrong, 2102 'type_parameter_test_02_multi': notyetstrong,
2102 'type_parameter_test_03_multi': notyetstrong, 2103 'type_parameter_test_03_multi': notyetstrong,
2103 'type_parameter_test_04_multi': notyetstrong, 2104 'type_parameter_test_04_multi': notyetstrong,
2104 'type_parameter_test_05_multi': notyetstrong, 2105 'type_parameter_test_05_multi': notyetstrong,
2105 'type_parameter_test_06_multi': notyetstrong, 2106 'type_parameter_test_06_multi': notyetstrong,
2106 'type_parameter_test_none_multi': notyetstrong, 2107 'type_parameter_test_none_multi': notyetstrong,
2107 'type_promotion_assign_test_01_multi': notyetstrong, 2108 'type_promotion_assign_test_01_multi': notyetstrong,
2108 'type_promotion_assign_test_02_multi': notyetstrong, 2109 'type_promotion_assign_test_02_multi': notyetstrong,
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
2485 'iterable_element_at_test': notyetstrong, 2486 'iterable_element_at_test': notyetstrong,
2486 'iterable_fold_test': notyetstrong, 2487 'iterable_fold_test': notyetstrong,
2487 'iterable_mapping_test': notyetstrong, 2488 'iterable_mapping_test': notyetstrong,
2488 'iterable_reduce_test': notyetstrong, 2489 'iterable_reduce_test': notyetstrong,
2489 'iterable_to_list_test': notyetstrong, 2490 'iterable_to_list_test': notyetstrong,
2490 'iterable_to_set_test': notyetstrong, 2491 'iterable_to_set_test': notyetstrong,
2491 'linked_hash_map_from_iterable_test': notyetstrong, 2492 'linked_hash_map_from_iterable_test': notyetstrong,
2492 'list_contains_argument_order_test': notyetstrong, 2493 'list_contains_argument_order_test': notyetstrong,
2493 'list_filled_type_argument_test': notyetstrong, 2494 'list_filled_type_argument_test': notyetstrong,
2494 'list_index_of2_test': notyetstrong, 2495 'list_index_of2_test': notyetstrong,
2495 'list_insert_test': notyetstrong, 2496 'list_insert_test': fail,
2496 'list_removeat_test': notyetstrong, 2497 'list_removeat_test': fail,
2497 'list_test_01_multi': notyetstrong, 2498 'list_test_01_multi': notyetstrong,
2498 'list_test_none_multi': notyetstrong, 2499 'list_test_none_multi': notyetstrong,
2499 'list_unmodifiable_test': notyetstrong, 2500 'list_unmodifiable_test': notyetstrong,
2500 'map_test': notyetstrong, 2501 'map_test': notyetstrong,
2501 'num_clamp_test': notyetstrong, 2502 'num_clamp_test': notyetstrong,
2502 'package_resource_test': notyetstrong, 2503 'package_resource_test': notyetstrong,
2503 'print_test_01_multi': notyetstrong, 2504 'print_test_01_multi': notyetstrong,
2504 'print_test_none_multi': notyetstrong, 2505 'print_test_none_multi': notyetstrong,
2505 'set_test': notyetstrong, 2506 'set_test': notyetstrong,
2506 'splay_tree_test': notyetstrong, 2507 'splay_tree_test': notyetstrong,
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
2904 2905
2905 for (let action of unittest_tests) { 2906 for (let action of unittest_tests) {
2906 try { 2907 try {
2907 action(); 2908 action();
2908 } catch (e) { 2909 } catch (e) {
2909 console.error("Caught error tying to setup test:", e); 2910 console.error("Caught error tying to setup test:", e);
2910 } 2911 }
2911 } 2912 }
2912 }); 2913 });
2913 })(); 2914 })();
OLDNEW
« no previous file with comments | « pubspec.yaml ('k') | test/codegen_expected/corelib/collection_from_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698