| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 getter_setter_in_lib_test: Fail # Issue 23288 | 6 getter_setter_in_lib_test: Fail # Issue 23288 |
| 7 | 7 |
| 8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 9 async_star_await_pauses_test: Fail, Timeout # Issue 22853 | 9 async_star_await_pauses_test: Fail, Timeout # Issue 22853 |
| 10 tearoff_basic_test: Skip # Tear-off not supported | 10 tearoff_basic_test: Skip # Tear-off not supported |
| 11 tearoff_constructor_basic_test: Skip # Tear-off not supported | 11 tearoff_constructor_basic_test: Skip # Tear-off not supported |
| 12 | 12 |
| 13 try_catch_on_syntax_test/10: Fail # Issue 19823 | 13 try_catch_on_syntax_test/10: Fail # Issue 19823 |
| 14 try_catch_on_syntax_test/11: Fail # Issue 19823 | 14 try_catch_on_syntax_test/11: Fail # Issue 19823 |
| 15 | 15 |
| 16 call_function_apply_test: RuntimeError # Issue 23873 | 16 call_function_apply_test: RuntimeError # Issue 23873 |
| 17 | 17 |
| 18 [ $compiler == dart2js && $runtime == jsshell ] | 18 [ $compiler == dart2js && $runtime == jsshell ] |
| 19 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 19 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
| 20 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 20 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
| 21 | 21 |
| 22 [ $compiler == dart2js && $browser ] |
| 23 config_import_test: Fail # Test flag is not passed to the compiler. |
| 24 |
| 22 [ $compiler == dart2js ] | 25 [ $compiler == dart2js ] |
| 23 invocation_mirror_empty_arguments_test: Fail # Issue 24331 | 26 invocation_mirror_empty_arguments_test: Fail # Issue 24331 |
| 24 nan_identical_test: Fail # Issue 11551 | 27 nan_identical_test: Fail # Issue 11551 |
| 25 symbol_literal_test/*: Fail # Issue 21825 | 28 symbol_literal_test/*: Fail # Issue 21825 |
| 26 constructor_duplicate_final_test/01: Fail # Issue 13363 | 29 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| 27 constructor_duplicate_final_test/02: Fail # Issue 13363 | 30 constructor_duplicate_final_test/02: Fail # Issue 13363 |
| 28 override_inheritance_mixed_test/08: Fail # Issue 18124 | 31 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 29 override_inheritance_mixed_test/09: Fail # Issue 18124 | 32 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 30 bad_constructor_test/05: CompileTimeError # Issue 13669 | 33 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 31 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 34 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 350 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 348 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 351 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 349 type_variable_nested_test: RuntimeError # Please triage this failure. | 352 type_variable_nested_test: RuntimeError # Please triage this failure. |
| 350 | 353 |
| 351 [ $compiler == dart2js && $cps_ir && $host_checked ] | 354 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 352 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 355 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 353 async_throw_in_catch_test/none: Crash # Issue 24485 | 356 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 354 execute_finally9_test: Crash # Issue 24485 | 357 execute_finally9_test: Crash # Issue 24485 |
| 355 regress_21795_test: Crash # Issue 24485 | 358 regress_21795_test: Crash # Issue 24485 |
| 356 regress_23537_test: Crash # Issue 24485 | 359 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |