| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 prefix co19 | 5 prefix co19 |
| 6 | 6 |
| 7 [ $component == leg && $system == macos ] | 7 [ $component == leg && $system == macos ] |
| 8 LibTest/core/Math/acos_A01_t01: Fail | 8 LibTest/core/Math/acos_A01_t01: Fail |
| 9 LibTest/core/Math/asin_A01_t01: Fail | 9 LibTest/core/Math/asin_A01_t01: Fail |
| 10 LibTest/core/Math/atan_A01_t01: Fail | 10 LibTest/core/Math/atan_A01_t01: Fail |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 LibTest/core/Isolate/*: Fail, OK | 24 LibTest/core/Isolate/*: Fail, OK |
| 25 LibTest/core/SendPort/*: Fail, OK | 25 LibTest/core/SendPort/*: Fail, OK |
| 26 LibTest/core/ReceivePort/*: Fail, OK | 26 LibTest/core/ReceivePort/*: Fail, OK |
| 27 | 27 |
| 28 | 28 |
| 29 [ $component == leg && $checked ] | 29 [ $component == leg && $checked ] |
| 30 # Leg does not support checked mode yet. | 30 # Leg does not support checked mode yet. |
| 31 *: Skip | 31 *: Skip |
| 32 | 32 |
| 33 | 33 |
| 34 [ $component == legium ] |
| 35 *: Skip |
| 36 |
| 37 |
| 34 [ $component == leg ] | 38 [ $component == leg ] |
| 35 Language/10_Expressions/01_Constants_A16_t01: Crash # TODO(ahe): Investigate. | 39 Language/10_Expressions/01_Constants_A16_t01: Crash # TODO(ahe): Investigate. |
| 36 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Crash #
TODO(ahe): Investigate. | 40 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Crash #
TODO(ahe): Investigate. |
| 37 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Crash #
TODO(ahe): Investigate. | 41 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Crash #
TODO(ahe): Investigate. |
| 38 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Crash #
TODO(ahe): Investigate. | 42 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Crash #
TODO(ahe): Investigate. |
| 39 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Crash #
TODO(ahe): Investigate. | 43 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Crash #
TODO(ahe): Investigate. |
| 40 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of
break targets. | 44 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of
break targets. |
| 41 Language/11_Statements/15_Assert_A02_t01: Crash # TODO(ahe): Investigate. | 45 Language/11_Statements/15_Assert_A02_t01: Crash # TODO(ahe): Investigate. |
| 42 | 46 |
| 43 | 47 |
| (...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error | 632 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error |
| 629 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error | 633 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error |
| 630 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error | 634 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error |
| 631 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error | 635 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error |
| 632 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error | 636 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error |
| 633 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error | 637 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error |
| 634 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error | 638 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error |
| 635 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 639 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 636 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 640 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| 637 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error | 641 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error |
| OLD | NEW |