| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 LibTest/core/Expect/listEquals/Expect/listEquals/A03/t01: Fail | 138 LibTest/core/Expect/listEquals/Expect/listEquals/A03/t01: Fail |
| 139 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t01: Fail | 139 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t01: Fail |
| 140 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t02: Fail | 140 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t02: Fail |
| 141 LibTest/core/Expect/stringEquals/Expect/stringEquals/A01/t02: Fail | 141 LibTest/core/Expect/stringEquals/Expect/stringEquals/A01/t02: Fail |
| 142 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail | 142 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail |
| 143 LibTest/core/Expect/throws/Expect/throws/A02/t01: Fail | 143 LibTest/core/Expect/throws/Expect/throws/A02/t01: Fail |
| 144 LibTest/core/Expect/throws/Expect/throws/A03/t01: Fail | 144 LibTest/core/Expect/throws/Expect/throws/A03/t01: Fail |
| 145 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t01: Fail
# Illegal position argument. | 145 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t01: Fail
# Illegal position argument. |
| 146 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t02: Fail
# Illegal position argument. | 146 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t02: Fail
# Illegal position argument. |
| 147 LibTest/core/Isolate/port/Isolate/port/A01/t01: Fail | 147 LibTest/core/Isolate/port/Isolate/port/A01/t01: Fail |
| 148 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t07: Skip # http://code.google.com/
p/co19/issues/detail?id=13 |
| 149 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t09: Skip # http://code.google.com/
p/co19/issues/detail?id=13 |
| 148 LibTest/core/List/every/List/every/A01/t04: Fail | 150 LibTest/core/List/every/List/every/A01/t04: Fail |
| 149 LibTest/core/List/filter/List/filter/A01/t04: Fail | 151 LibTest/core/List/filter/List/filter/A01/t04: Fail |
| 150 LibTest/core/List/forEach/List/forEach/A01/t05: Fail | 152 LibTest/core/List/forEach/List/forEach/A01/t05: Fail |
| 151 LibTest/core/List/getRange/List/getRange/A01/t01: Fail | 153 LibTest/core/List/getRange/List/getRange/A01/t01: Fail |
| 152 LibTest/core/List/insertRange/List/insertRange/A01/t01: Fail | 154 LibTest/core/List/insertRange/List/insertRange/A01/t01: Fail |
| 153 LibTest/core/List/length/List/set/length/A01/t01: Fail | 155 LibTest/core/List/length/List/set/length/A01/t01: Fail |
| 154 LibTest/core/List/length/List/set/length/A03/t01: Fail | 156 LibTest/core/List/length/List/set/length/A03/t01: Fail |
| 155 LibTest/core/List/operator\[]/List/operator\[]/A01/t02: Fail | 157 LibTest/core/List/operator\[]/List/operator\[]/A01/t02: Fail |
| 156 LibTest/core/List/operator\[]/List/operator\[]/A02/t02: Fail | 158 LibTest/core/List/operator\[]/List/operator\[]/A02/t02: Fail |
| 157 LibTest/core/List/operator\[]/List/operator\[]/A03/t01: Fail | 159 LibTest/core/List/operator\[]/List/operator\[]/A03/t01: Fail |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 [ $arch == x64 ] | 340 [ $arch == x64 ] |
| 339 *: Skip | 341 *: Skip |
| 340 | 342 |
| 341 | 343 |
| 342 [ $arch == simarm ] | 344 [ $arch == simarm ] |
| 343 *: Skip | 345 *: Skip |
| 344 | 346 |
| 345 | 347 |
| 346 [ $arch == arm ] | 348 [ $arch == arm ] |
| 347 *: Skip | 349 *: Skip |
| OLD | NEW |