OLD | NEW |
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 == dartk || $compiler == dartkp ] | 5 [ $compiler == dartk || $compiler == dartkp ] |
6 abstract_beats_arguments_test: RuntimeError | 6 abstract_beats_arguments_test: RuntimeError |
7 abstract_runtime_error_test/01: RuntimeError | 7 abstract_runtime_error_test/01: RuntimeError |
8 abstract_runtime_error_test/02: RuntimeError | 8 abstract_runtime_error_test/02: RuntimeError |
9 application_negative_test: Crash | 9 application_negative_test: Crash |
10 arg_param_trailing_comma_test/107: MissingCompileTimeError | 10 arg_param_trailing_comma_test/107: MissingCompileTimeError |
(...skipping 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1415 ref_before_declaration_test/03: MissingCompileTimeError | 1415 ref_before_declaration_test/03: MissingCompileTimeError |
1416 ref_before_declaration_test/04: MissingCompileTimeError | 1416 ref_before_declaration_test/04: MissingCompileTimeError |
1417 ref_before_declaration_test/05: MissingCompileTimeError | 1417 ref_before_declaration_test/05: MissingCompileTimeError |
1418 ref_before_declaration_test/06: MissingCompileTimeError | 1418 ref_before_declaration_test/06: MissingCompileTimeError |
1419 ref_before_declaration_test/07: MissingCompileTimeError | 1419 ref_before_declaration_test/07: MissingCompileTimeError |
1420 setter_declaration2_negative_test: Fail | 1420 setter_declaration2_negative_test: Fail |
1421 setter_declaration_negative_test: Fail | 1421 setter_declaration_negative_test: Fail |
1422 super_call4_test: RuntimeError | 1422 super_call4_test: RuntimeError |
1423 super_getter_setter_test: RuntimeError | 1423 super_getter_setter_test: RuntimeError |
1424 try_catch_syntax_test/05: MissingCompileTimeError | 1424 try_catch_syntax_test/05: MissingCompileTimeError |
| 1425 vm/lazy_deopt_vm_test: Pass, Timeout |
| 1426 |
| 1427 # dartk: JIT & AOT failures (debug) |
| 1428 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] |
| 1429 async_await_syntax_test/a05g: Crash |
| 1430 async_await_syntax_test/a05h: Crash |
| 1431 async_await_syntax_test/b10b: Crash |
| 1432 async_await_syntax_test/c11a: Crash |
| 1433 async_await_syntax_test/c11b: Crash |
| 1434 const_instance_field_test/01: Crash |
| 1435 list_literal2_negative_test: Crash |
| 1436 switch1_negative_test: Crash |
| 1437 type_parameter_test/04: Crash |
| 1438 type_parameter_test/05: Crash |
1425 | 1439 |
1426 # dartk: JIT failures (debug) | 1440 # dartk: JIT failures (debug) |
1427 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 1441 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
1428 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 | 1442 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 |
1429 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 1443 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 1444 constructor_duplicate_initializers_test/03: Crash |
| 1445 deopt_inlined_function_lazy_test: Timeout |
| 1446 ref_before_declaration_test/00: Crash |
| 1447 ref_before_declaration_test/01: Crash |
| 1448 ref_before_declaration_test/02: Crash |
| 1449 ref_before_declaration_test/03: Crash |
| 1450 ref_before_declaration_test/04: Crash |
| 1451 ref_before_declaration_test/05: Crash |
| 1452 ref_before_declaration_test/06: Crash |
| 1453 ref_before_declaration_test/07: Crash |
| 1454 ref_before_declaration_test/none: Crash |
| 1455 try_catch_syntax_test/05: Crash |
| 1456 |
| 1457 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 1458 external_test/13: Crash |
| 1459 final_syntax_test/09: Crash |
1430 | 1460 |
1431 # dartk: precompilation failures | 1461 # dartk: precompilation failures |
1432 [ $compiler == dartkp && $runtime == dart_precompiled ] | 1462 [ $compiler == dartkp && $runtime == dart_precompiled ] |
1433 assignable_expression_test/01: MissingCompileTimeError | 1463 assignable_expression_test/01: MissingCompileTimeError |
1434 assignable_expression_test/11: MissingCompileTimeError | 1464 assignable_expression_test/11: MissingCompileTimeError |
1435 assignable_expression_test/21: MissingCompileTimeError | 1465 assignable_expression_test/21: MissingCompileTimeError |
1436 assignable_expression_test/31: MissingCompileTimeError | 1466 assignable_expression_test/31: MissingCompileTimeError |
1437 assignable_expression_test/41: MissingCompileTimeError | 1467 assignable_expression_test/41: MissingCompileTimeError |
1438 const_syntax_test/08: Crash | 1468 const_syntax_test/08: Crash |
1439 const_syntax_test/09: Crash | 1469 const_syntax_test/09: Crash |
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2670 [ $compiler == dartk ] | 2700 [ $compiler == dartk ] |
2671 redirecting_factory_reflection_test: RuntimeError | 2701 redirecting_factory_reflection_test: RuntimeError |
2672 | 2702 |
2673 [ $compiler == dartkp ] | 2703 [ $compiler == dartkp ] |
2674 bad_raw_string_test/none: Skip # Issue 28680 | 2704 bad_raw_string_test/none: Skip # Issue 28680 |
2675 bad_raw_string_test/03: Skip # Issue 28680 | 2705 bad_raw_string_test/03: Skip # Issue 28680 |
2676 | 2706 |
2677 # Triaged checked mode failures | 2707 # Triaged checked mode failures |
2678 [ ($compiler == dartk || $compiler == dartkp) && $checked ] | 2708 [ ($compiler == dartk || $compiler == dartkp) && $checked ] |
2679 language/regress_22728_test: Fail # Dartk Issue 28498 | 2709 language/regress_22728_test: Fail # Dartk Issue 28498 |
OLD | NEW |