| 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 prefix co19 | 5 prefix co19 |
| 6 | 6 |
| 7 | 7 |
| 8 LibTest/core/Proxy/Proxy.forIsolate_A01_t01: Skip # Issue co19 - 16 | 8 LibTest/core/Proxy/Proxy.forIsolate_A01_t01: Skip # Issue co19 - 16 |
| 9 LibTest/core/Proxy/Proxy.forIsolateWithPromise_A01_t01: Skip # Issue co19 - 16 | 9 LibTest/core/Proxy/Proxy.forIsolateWithPromise_A01_t01: Skip # Issue co19 - 16 |
| 10 | 10 |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 Language/13_Types/8_Parameterized_Types_A02_t01: Fail # Issue 441 | 113 Language/13_Types/8_Parameterized_Types_A02_t01: Fail # Issue 441 |
| 114 | 114 |
| 115 [ $component == vm && $system == win32 ] | 115 [ $component == vm && $system == win32 ] |
| 116 LibTest/core/Math/pow_A07_t01: Fail | 116 LibTest/core/Math/pow_A07_t01: Fail |
| 117 LibTest/core/double/operator_remainder_A01_t04: Fail | 117 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 118 LibTest/core/double/round_A01_t01: Fail | 118 LibTest/core/double/round_A01_t01: Fail |
| 119 LibTest/core/double/remainder_A01_t04: Fail | 119 LibTest/core/double/remainder_A01_t04: Fail |
| 120 LibTest/core/Math/atan2_A01_t03: Fail | 120 LibTest/core/Math/atan2_A01_t03: Fail |
| 121 LibTest/core/int/remainder_A01_t02: Fail | 121 LibTest/core/int/remainder_A01_t02: Fail |
| 122 LibTest/core/int/operator_remainder_A01_t02: Fail | 122 LibTest/core/int/operator_remainder_A01_t02: Fail |
| 123 LibTest/core/Stopwatch/elapsed_A01_t02: Fail |
| 123 | 124 |
| 124 | 125 |
| 125 [ $component == vm ] | 126 [ $component == vm ] |
| 126 LibTest/core/SendPort/send_A02_t02: Crash | 127 LibTest/core/SendPort/send_A02_t02: Crash |
| 127 LibTest/core/String/contains_A01_t03: Skip # Times out. | 128 LibTest/core/String/contains_A01_t03: Skip # Times out. |
| 128 | 129 |
| 129 Language/05_Variables/05_Variables_A05_t04: Fail | 130 Language/05_Variables/05_Variables_A05_t04: Fail |
| 130 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail | 131 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail |
| 131 Language/07_Classes/07_Classes_A02_t05: Fail | 132 Language/07_Classes/07_Classes_A02_t05: Fail |
| 132 Language/07_Classes/07_Classes_A02_t06: Fail | 133 Language/07_Classes/07_Classes_A02_t06: Fail |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 LibTest/core/Map/putIfAbsent_A01_t04: Fail | 259 LibTest/core/Map/putIfAbsent_A01_t04: Fail |
| 259 | 260 |
| 260 | 261 |
| 261 | 262 |
| 262 [ $arch == simarm ] | 263 [ $arch == simarm ] |
| 263 *: Skip | 264 *: Skip |
| 264 | 265 |
| 265 | 266 |
| 266 [ $arch == arm ] | 267 [ $arch == arm ] |
| 267 *: Skip | 268 *: Skip |
| OLD | NEW |