| 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 method_name_test: Fail # issue 25574 | 7 method_name_test: Fail # issue 25574 |
| 8 | 8 |
| 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 10 tearoff_basic_test: Skip # Tear-off not supported | 10 tearoff_basic_test: Skip # Tear-off not supported |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 accessor_conflict_import_test: RuntimeError # Issue 25626 | 36 accessor_conflict_import_test: RuntimeError # Issue 25626 |
| 37 | 37 |
| 38 # Experimental feature: Syntactic support for generic methods. | 38 # Experimental feature: Syntactic support for generic methods. |
| 39 generic_functions_test: CompileTimeError # Issue 25835 | 39 generic_functions_test: CompileTimeError # Issue 25835 |
| 40 generic_methods_test: CompileTimeError # Issue 25835 | 40 generic_methods_test: CompileTimeError # Issue 25835 |
| 41 generic_sends_test: CompileTimeError # Issue 25835 | 41 generic_sends_test: CompileTimeError # Issue 25835 |
| 42 | 42 |
| 43 [ $compiler == dart2js && $runtime == jsshell ] | 43 [ $compiler == dart2js && $runtime == jsshell ] |
| 44 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 44 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
| 45 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 45 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
| 46 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss
ue 7728 |
| 46 async_star_no_cancel_test: RuntimeError # Need triage | 47 async_star_no_cancel_test: RuntimeError # Need triage |
| 47 async_star_no_cancel2_test: RuntimeError # Need triage | 48 async_star_no_cancel2_test: RuntimeError # Need triage |
| 48 | 49 |
| 49 [ $compiler == dart2js && $browser ] | 50 [ $compiler == dart2js && $browser ] |
| 50 config_import_test: Fail # Test flag is not passed to the compiler. | 51 config_import_test: Fail # Test flag is not passed to the compiler. |
| 51 | 52 |
| 52 [ $compiler == dart2js ] | 53 [ $compiler == dart2js ] |
| 53 invocation_mirror_empty_arguments_test: Fail # Issue 24331 | 54 invocation_mirror_empty_arguments_test: Fail # Issue 24331 |
| 54 nan_identical_test: Fail # Issue 11551 | 55 nan_identical_test: Fail # Issue 11551 |
| 55 symbol_literal_test/*: Fail # Issue 21825 | 56 symbol_literal_test/*: Fail # Issue 21825 |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 accessor_conflict_export_test: Crash # Duplicate export of 'x' | 312 accessor_conflict_export_test: Crash # Duplicate export of 'x' |
| 312 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 313 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 313 async_throw_in_catch_test/none: Crash # Issue 24485 | 314 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 314 execute_finally9_test: Crash # Issue 24485 | 315 execute_finally9_test: Crash # Issue 24485 |
| 315 regress_21795_test: Crash # Issue 24485 | 316 regress_21795_test: Crash # Issue 24485 |
| 316 regress_23537_test: Crash # Issue 24485 | 317 regress_23537_test: Crash # Issue 24485 |
| 317 try_finally_regress_25333_test: Crash # Issue 24485 | 318 try_finally_regress_25333_test: Crash # Issue 24485 |
| 318 | 319 |
| 319 [ $compiler == dart2js && $cps_ir && $checked ] | 320 [ $compiler == dart2js && $cps_ir && $checked ] |
| 320 *: Skip # `assert` not implemented | 321 *: Skip # `assert` not implemented |
| OLD | NEW |