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 enum_test: Fail # Issue 28340 | 6 enum_test: Fail # Issue 28340 |
7 regress_28341_test: Fail # Issue 28340 | 7 regress_28341_test: Fail # Issue 28340 |
8 deferred_not_loaded_check_test: Fail # Issue 27577 | 8 deferred_not_loaded_check_test: Fail # Issue 27577 |
9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
10 method_name_test: Fail # issue 25574 | 10 method_name_test: Fail # issue 25574 |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 async_throw_in_catch_test/none: Crash # Issue 24485 | 350 async_throw_in_catch_test/none: Crash # Issue 24485 |
351 execute_finally9_test: Crash # Issue 24485 | 351 execute_finally9_test: Crash # Issue 24485 |
352 regress_21795_test: Crash # Issue 24485 | 352 regress_21795_test: Crash # Issue 24485 |
353 regress_23537_test: Crash # Issue 24485 | 353 regress_23537_test: Crash # Issue 24485 |
354 try_finally_regress_25333_test: Crash # Issue 24485 | 354 try_finally_regress_25333_test: Crash # Issue 24485 |
355 | 355 |
356 [ $compiler == dart2js && $cps_ir && $checked ] | 356 [ $compiler == dart2js && $cps_ir && $checked ] |
357 *: Skip # `assert` not implemented | 357 *: Skip # `assert` not implemented |
358 | 358 |
359 [ $compiler == dart2js && $host_checked ] | 359 [ $compiler == dart2js && $host_checked ] |
360 deep_nesting2_negative_test: Crash # Issue 28597 | |
361 regress_26855_test/1: Crash # Issue 26867 | 360 regress_26855_test/1: Crash # Issue 26867 |
362 regress_26855_test/2: Crash # Issue 26867 | 361 regress_26855_test/2: Crash # Issue 26867 |
363 regress_26855_test/3: Crash # Issue 26867 | 362 regress_26855_test/3: Crash # Issue 26867 |
364 regress_26855_test/4: Crash # Issue 26867 | 363 regress_26855_test/4: Crash # Issue 26867 |
365 | 364 |
366 [ $compiler != dart2analyzer] | 365 [ $compiler != dart2analyzer] |
367 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 366 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
OLD | NEW |