| OLD | NEW |
| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 'is_nan_test': fail, | 193 'is_nan_test': fail, |
| 194 'issue_22780_test_01_multi': fail, | 194 'issue_22780_test_01_multi': fail, |
| 195 'lazy_static3_test': fail, | 195 'lazy_static3_test': fail, |
| 196 'least_upper_bound_expansive_test_none_multi': fail, | 196 'least_upper_bound_expansive_test_none_multi': fail, |
| 197 'left_shift_test': fail, | 197 'left_shift_test': fail, |
| 198 'list_is_test': fail, | 198 'list_is_test': fail, |
| 199 'list_literal3_test': fail, | 199 'list_literal3_test': fail, |
| 200 'many_generic_instanceof_test': fail, | 200 'many_generic_instanceof_test': fail, |
| 201 'map_literal10_test': fail, | 201 'map_literal10_test': fail, |
| 202 'map_literal7_test': fail, | 202 'map_literal7_test': fail, |
| 203 'memory_swap_test': is.firefox() ? skip_timeout : pass, |
| 203 'method_invocation_test': fail, | 204 'method_invocation_test': fail, |
| 204 'mint_arithmetic_test': fail, | 205 'mint_arithmetic_test': fail, |
| 205 'mixin_forwarding_constructor3_test': fail, | 206 'mixin_forwarding_constructor3_test': fail, |
| 206 'mixin_implements_test': fail, | 207 'mixin_implements_test': fail, |
| 207 'mixin_issue10216_2_test': fail, | 208 'mixin_issue10216_2_test': fail, |
| 208 'mixin_mixin2_test': fail, | 209 'mixin_mixin2_test': fail, |
| 209 'mixin_mixin3_test': fail, | 210 'mixin_mixin3_test': fail, |
| 210 'mixin_mixin4_test': fail, | 211 'mixin_mixin4_test': fail, |
| 211 'mixin_mixin5_test': fail, | 212 'mixin_mixin5_test': fail, |
| 212 'mixin_mixin6_test': fail, | 213 'mixin_mixin6_test': fail, |
| 213 'mixin_mixin7_test': fail, | 214 'mixin_mixin7_test': fail, |
| 214 'mixin_mixin_bound2_test': fail, | 215 'mixin_mixin_bound2_test': fail, |
| 215 'mixin_mixin_bound_test': fail, | 216 'mixin_mixin_bound_test': fail, |
| 216 'mixin_mixin_test': fail, | 217 'mixin_mixin_test': fail, |
| 217 'mixin_regress_13688_test': fail, | 218 'mixin_regress_13688_test': fail, |
| 218 'modulo_test': fail, | 219 'modulo_test': fail, |
| 219 'named_parameter_clash_test': fail, | 220 'named_parameter_clash_test': fail, |
| 220 'named_parameters_passing_falsy_test': firefox_fail, | 221 'named_parameters_passing_falsy_test': firefox_fail, |
| 221 'nan_identical_test': fail, | 222 'nan_identical_test': fail, |
| 222 'nested_switch_label_test': fail, | 223 'nested_switch_label_test': fail, |
| 223 'number_identifier_test_05_multi': fail, | 224 'number_identifier_test_05_multi': fail, |
| 224 'number_identity2_test': fail, | 225 'number_identity2_test': fail, |
| 225 'numbers_test': fail, | 226 'numbers_test': fail, |
| 226 'redirecting_factory_reflection_test': fail, | 227 'redirecting_factory_reflection_test': fail, |
| 227 'regress_16640_test': fail, | 228 'regress_16640_test': fail, |
| 228 'regress_18535_test': fail, | 229 'regress_18535_test': fail, |
| 229 'regress_22666_test': fail, | 230 'regress_22666_test': fail, |
| 230 'regress_22777_test': fail, | 231 'regress_22777_test': is.firefox() ? 'skip' : fail, // flake on ff |
| 231 'setter_no_getter_test_01_multi': fail, | 232 'setter_no_getter_test_01_multi': fail, |
| 232 'stack_overflow_stacktrace_test': fail, | 233 'stack_overflow_stacktrace_test': fail, |
| 233 'stack_overflow_test': fail, | 234 'stack_overflow_test': fail, |
| 234 'stacktrace_rethrow_error_test_none_multi': fail, | 235 'stacktrace_rethrow_error_test_none_multi': fail, |
| 235 'stacktrace_rethrow_error_test_withtraceparameter_multi': fail, | 236 'stacktrace_rethrow_error_test_withtraceparameter_multi': fail, |
| 236 'stacktrace_test': chrome_fail, | 237 'stacktrace_test': chrome_fail, |
| 237 'string_interpolate_null_test': fail, | 238 'string_interpolate_null_test': fail, |
| 238 'switch_label2_test': fail, | 239 'switch_label2_test': fail, |
| 239 'switch_label_test': fail, | 240 'switch_label_test': fail, |
| 240 'switch_try_catch_test': fail, | 241 'switch_try_catch_test': fail, |
| (...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 874 | 875 |
| 875 for (let action of unittest_tests) { | 876 for (let action of unittest_tests) { |
| 876 try { | 877 try { |
| 877 action(); | 878 action(); |
| 878 } catch (e) { | 879 } catch (e) { |
| 879 console.error("Caught error tying to setup test:", e); | 880 console.error("Caught error tying to setup test:", e); |
| 880 } | 881 } |
| 881 } | 882 } |
| 882 }); | 883 }); |
| 883 }); | 884 }); |
| OLD | NEW |