| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail | 333 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail |
| 334 [ $component == vm && $system == win32 ] | 334 [ $component == vm && $system == win32 ] |
| 335 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Crash | 335 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Crash |
| 336 LibTest/core/int/operator\^/int/operator\^/A01/t01: Skip # Bad file name. | 336 LibTest/core/int/operator\^/int/operator\^/A01/t01: Skip # Bad file name. |
| 337 LibTest/core/Math/pow/Math/pow/A07/t01: Fail | 337 LibTest/core/Math/pow/Math/pow/A07/t01: Fail |
| 338 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail | 338 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail |
| 339 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail | 339 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail |
| 340 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail | 340 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail |
| 341 LibTest/core/double/operator%/double/operator%/A01/t04: Fail | 341 LibTest/core/double/operator%/double/operator%/A01/t04: Fail |
| 342 LibTest/core/double/round/double/round/A01/t01: Fail | 342 LibTest/core/double/round/double/round/A01/t01: Fail |
| 343 [ $component == vm && $system == win32 && $checked ] |
| 344 LibTest/core/TypeError/url/TypeError/url/A01/t01: Fail |
| 343 | 345 |
| 344 | 346 |
| 345 [ $arch == x64 ] | 347 [ $arch == x64 ] |
| 346 *: Skip | 348 *: Skip |
| 347 | 349 |
| 348 | 350 |
| 349 [ $arch == simarm ] | 351 [ $arch == simarm ] |
| 350 *: Skip | 352 *: Skip |
| 351 | 353 |
| 352 | 354 |
| 353 [ $arch == arm ] | 355 [ $arch == arm ] |
| 354 *: Skip | 356 *: Skip |
| OLD | NEW |