| 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 ] | 7 [ $component == leg ] |
| 8 # These classes have been removed, co19 issue 79. | 8 # These classes have been removed, co19 issue 79. |
| 9 LibTest/core/Dispatcher/*: Fail, OK | 9 LibTest/core/Dispatcher/*: Fail, OK |
| 10 LibTest/core/List/every_A03_t01: Fail, OK | 10 LibTest/core/List/every_A03_t01: Fail, OK |
| 11 LibTest/core/List/filter_A03_t01: Fail, OK | 11 LibTest/core/List/filter_A03_t01: Fail, OK |
| 12 LibTest/core/List/some_A03_t01: Fail, OK | 12 LibTest/core/List/some_A03_t01: Fail, OK |
| 13 LibTest/core/Promise/*: Fail, OK | 13 LibTest/core/Promise/*: Fail, OK |
| 14 LibTest/core/Proxy/*: Fail, OK | 14 LibTest/core/Proxy/*: Fail, OK |
| 15 | 15 |
| 16 | 16 |
| 17 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail # See CL 9416065. | |
| 18 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail # See CL 9416065. | |
| 19 LibTest/core/Stopwatch/elapsed_A01_t02: Pass, Fail # See CL 9416065. | |
| 20 LibTest/core/Stopwatch/start_A01_t02: Fail # See CL 9416065. | |
| 21 | |
| 22 | |
| 23 [ $component == leg && $checked ] | 17 [ $component == leg && $checked ] |
| 24 # Leg does not support checked mode yet. | 18 # Leg does not support checked mode yet. |
| 25 *: Skip | 19 *: Skip |
| 26 | 20 |
| 27 | 21 |
| 28 [ $component == leg && $mode == release ] | 22 [ $component == leg && $mode == release ] |
| 29 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras
h | 23 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras
h |
| 30 Language/06_Functions/06_Functions_A01_t01: Crash | 24 Language/06_Functions/06_Functions_A01_t01: Crash |
| 31 | 25 |
| 32 | 26 |
| (...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error | 774 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error |
| 781 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error | 775 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error |
| 782 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error | 776 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error |
| 783 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error | 777 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error |
| 784 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error | 778 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error |
| 785 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error | 779 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error |
| 786 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error | 780 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error |
| 787 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error | 781 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error |
| 788 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 782 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 789 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error | 783 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error |
| OLD | NEW |