| 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/Promise/*: Skip | 9 LibTest/core/Promise/*: Skip |
| 10 LibTest/core/Proxy/*: Skip | 10 LibTest/core/Proxy/*: Skip |
| 11 LibTest/core/Dispatcher/*: Skip | 11 LibTest/core/Dispatcher/*: Skip |
| 12 | 12 |
| 13 | 13 |
| 14 [ $component == leg && $checked ] | 14 [ $component == leg && $checked ] |
| 15 # Leg does not support checked mode yet. | 15 # Leg does not support checked mode yet. |
| 16 *: Skip | 16 *: Skip |
| 17 | 17 |
| 18 | 18 |
| 19 [ $component == leg && $mode == release ] | 19 [ $component == leg && $mode == release ] |
| 20 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras
h | 20 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras
h |
| 21 Language/06_Functions/06_Functions_A01_t01: Crash |
| 21 | 22 |
| 22 | 23 |
| 23 [ $component == leg && $mode == debug ] | 24 [ $component == leg && $mode == debug ] |
| 24 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail | 25 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail |
| 26 Language/06_Functions/06_Functions_A01_t01: Fail |
| 25 | 27 |
| 26 | 28 |
| 27 [ $component == leg ] | 29 [ $component == leg ] |
| 28 # Crashes and time outs. | 30 # Crashes and time outs. |
| 29 LibTest/core/List/sort_A01_t04: Skip # Times out. | 31 LibTest/core/List/sort_A01_t04: Skip # Times out. |
| 30 LibTest/core/List/sort_A01_t05: Skip # Times out. | 32 LibTest/core/List/sort_A01_t05: Skip # Times out. |
| 31 LibTest/core/List/sort_A01_t06: Skip # Times out. | 33 LibTest/core/List/sort_A01_t06: Skip # Times out. |
| 32 LibTest/core/RegExp/hasMatch_A01_t02: Skip # Times out. | 34 LibTest/core/RegExp/hasMatch_A01_t02: Skip # Times out. |
| 33 Language/06_Functions/06_Functions_A01_t01: Crash | |
| 34 LibTest/core/List/List.from_A02_t01: Crash | 35 LibTest/core/List/List.from_A02_t01: Crash |
| 35 LibTest/core/List/addAll_A01_t01: Crash | 36 LibTest/core/List/addAll_A01_t01: Crash |
| 36 LibTest/core/Queue/addAll_A01_t01: Crash | 37 LibTest/core/Queue/addAll_A01_t01: Crash |
| 37 LibTest/core/Queue/addAll_A01_t02: Crash | 38 LibTest/core/Queue/addAll_A01_t02: Crash |
| 38 LibTest/core/Queue/addAll_A02_t01: Crash | 39 LibTest/core/Queue/addAll_A02_t01: Crash |
| 39 LibTest/core/Queue/iterator_A01_t02: Crash | 40 LibTest/core/Queue/iterator_A01_t02: Crash |
| 40 LibTest/core/Queue/iterator_next_A01_t01: Crash | 41 LibTest/core/Queue/iterator_next_A01_t01: Crash |
| 41 | 42 |
| 42 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01:
Fail | 43 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01:
Fail |
| 43 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01:
Fail | 44 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01:
Fail |
| (...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1195 LibTest/core/int/remainder_A01_t02: Fail | 1196 LibTest/core/int/remainder_A01_t02: Fail |
| 1196 LibTest/core/int/remainder_A01_t03: Fail | 1197 LibTest/core/int/remainder_A01_t03: Fail |
| 1197 LibTest/core/int/round_A01_t01: Fail | 1198 LibTest/core/int/round_A01_t01: Fail |
| 1198 LibTest/core/int/toDouble_A01_t01: Fail, Crash | 1199 LibTest/core/int/toDouble_A01_t01: Fail, Crash |
| 1199 LibTest/core/int/toInt_A01_t01: Fail | 1200 LibTest/core/int/toInt_A01_t01: Fail |
| 1200 LibTest/core/int/toRadixString_A01_t01: Fail | 1201 LibTest/core/int/toRadixString_A01_t01: Fail |
| 1201 LibTest/core/int/toStringAsExponential_A01_t01: Fail | 1202 LibTest/core/int/toStringAsExponential_A01_t01: Fail |
| 1202 LibTest/core/int/toStringAsFixed_A01_t01: Fail | 1203 LibTest/core/int/toStringAsFixed_A01_t01: Fail |
| 1203 LibTest/core/int/toStringAsPrecision_A01_t01: Fail | 1204 LibTest/core/int/toStringAsPrecision_A01_t01: Fail |
| 1204 LibTest/core/int/truncate_A01_t01: Fail | 1205 LibTest/core/int/truncate_A01_t01: Fail |
| OLD | NEW |