| 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 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 | 7 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 |
| 8 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip | 8 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip |
| 9 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip | 9 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip |
| 10 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip | 10 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 LibTest/core/int/operator%/int/operator%/A01/t02: Fail | 264 LibTest/core/int/operator%/int/operator%/A01/t02: Fail |
| 265 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: crash | 265 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: crash |
| 266 LibTest/core/int/operator_mul/int/operator/mul/A01/t01: Fail | 266 LibTest/core/int/operator_mul/int/operator/mul/A01/t01: Fail |
| 267 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: crash | 267 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: crash |
| 268 LibTest/core/int/remainder/int/remainder/A01/t02: Fail | 268 LibTest/core/int/remainder/int/remainder/A01/t02: Fail |
| 269 LibTest/core/int/remainder/int/remainder/A01/t03: Fail | 269 LibTest/core/int/remainder/int/remainder/A01/t03: Fail |
| 270 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail | 270 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail |
| 271 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail | 271 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail |
| 272 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail | 272 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail |
| 273 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail | 273 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail |
| 274 [ $component == vm && $system == macos ] |
| 275 LibTest/core/Math/acos/Math/acos/A01/t01: Fail |
| 276 LibTest/core/Math/asin/Math/asin/A01/t01: Fail |
| 277 LibTest/core/Math/atan/Math/atan/A01/t01: Fail |
| 278 LibTest/core/Math/cos/Math/cos/A01/t01: Fail |
| 274 | 279 |
| 275 | 280 |
| 276 [ $arch == x64 ] | 281 [ $arch == x64 ] |
| 277 *: Skip | 282 *: Skip |
| 278 | 283 |
| 279 | 284 |
| 280 [ $arch == simarm ] | 285 [ $arch == simarm ] |
| 281 *: Skip | 286 *: Skip |
| 282 | 287 |
| 283 | 288 |
| 284 [ $arch == arm ] | 289 [ $arch == arm ] |
| 285 *: Skip | 290 *: Skip |
| OLD | NEW |