| 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 | 7 |
| 8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 | 8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 |
| 9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip | 9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip |
| 10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip | 10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 LibTest/core/List/every/List/every/A01/t10: Fail | 310 LibTest/core/List/every/List/every/A01/t10: Fail |
| 311 LibTest/core/List/filter/List/filter/A01/t09: Fail | 311 LibTest/core/List/filter/List/filter/A01/t09: Fail |
| 312 LibTest/core/List/forEach/List/forEach/A01/t04: Fail | 312 LibTest/core/List/forEach/List/forEach/A01/t04: Fail |
| 313 LibTest/core/List/some/List/some/A01/t02: Fail | 313 LibTest/core/List/some/List/some/A01/t02: Fail |
| 314 LibTest/core/List/some/List/some/A01/t07: Fail | 314 LibTest/core/List/some/List/some/A01/t07: Fail |
| 315 LibTest/core/List/some/List/some/A01/t09: Fail | 315 LibTest/core/List/some/List/some/A01/t09: Fail |
| 316 LibTest/core/List/some/List/some/A01/t10: Fail | 316 LibTest/core/List/some/List/some/A01/t10: Fail |
| 317 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t03: Fail | 317 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t03: Fail |
| 318 LibTest/core/Match/group/Match/group/A01/t01: Fail | 318 LibTest/core/Match/group/Match/group/A01/t01: Fail |
| 319 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail | 319 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail |
| 320 LibTest/core/Queue/add/Queue/add/A01/t01: Timeout | 320 LibTest/core/Queue/add/Queue/add/A01/t01: Skip # Issue 331 |
| 321 LibTest/core/Queue/addLast/Queue/addLast/A01/t01: Timeout | 321 LibTest/core/Queue/addLast/Queue/addLast/A01/t01: Skip # Issue 331 |
| 322 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Timeout | 322 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Issu
e 331 |
| 323 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail | 323 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail |
| 324 LibTest/core/Set/add/Set/add/A01/t03: Fail | 324 LibTest/core/Set/add/Set/add/A01/t03: Fail |
| 325 LibTest/core/UnsupportedOperationException/UnsupportedOperationException/Unsuppo
rtedOperationException/A01/t01: Fail | 325 LibTest/core/UnsupportedOperationException/UnsupportedOperationException/Unsuppo
rtedOperationException/A01/t01: Fail |
| 326 LibTest/core/double/ceil/double/ceil/A01/t02: Fail | 326 LibTest/core/double/ceil/double/ceil/A01/t02: Fail |
| 327 LibTest/core/double/floor/double/floor/A01/t02: Fail | 327 LibTest/core/double/floor/double/floor/A01/t02: Fail |
| 328 LibTest/core/double/operator%/double/operator%/A01/t01: Fail | 328 LibTest/core/double/operator%/double/operator%/A01/t01: Fail |
| 329 LibTest/core/double/operator~div/double/operator~div/A01/t07: Fail | 329 LibTest/core/double/operator~div/double/operator~div/A01/t07: Fail |
| 330 LibTest/core/double/remainder/double/remainder/A01/t01: Fail | 330 LibTest/core/double/remainder/double/remainder/A01/t01: Fail |
| 331 LibTest/core/double/truncate/double/truncate/A01/t01: Fail | 331 LibTest/core/double/truncate/double/truncate/A01/t01: Fail |
| 332 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail | 332 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail |
| (...skipping 13 matching lines...) Expand all Loading... |
| 346 [ $arch == x64 ] | 346 [ $arch == x64 ] |
| 347 *: Skip | 347 *: Skip |
| 348 | 348 |
| 349 | 349 |
| 350 [ $arch == simarm ] | 350 [ $arch == simarm ] |
| 351 *: Skip | 351 *: Skip |
| 352 | 352 |
| 353 | 353 |
| 354 [ $arch == arm ] | 354 [ $arch == arm ] |
| 355 *: Skip | 355 *: Skip |
| OLD | NEW |