| 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 LangSpecTest/13_Types/13_4_Interface_Types/A12/t06: Fail # Issue co19 - 33 | 294 LangSpecTest/13_Types/13_4_Interface_Types/A12/t06: Fail # Issue co19 - 33 |
| 295 LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Fail # Issue co19 - 33 | 295 LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Fail # Issue co19 - 33 |
| 296 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail # Issue co19 - 33 | 296 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail # Issue co19 - 33 |
| 297 LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail # Issue co19 - 33 | 297 LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail # Issue co19 - 33 |
| 298 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail # Issue co19 - 33 | 298 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail # Issue co19 - 33 |
| 299 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail # Issue 441 | 299 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail # Issue 441 |
| 300 | 300 |
| 301 | 301 |
| 302 # Started failing after changing how @dynamic-type-error is handled. | 302 # Started failing after changing how @dynamic-type-error is handled. |
| 303 [ $component == vm && $checked ] | 303 [ $component == vm && $checked ] |
| 304 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail # Issue 220 | |
| 305 LibTest/core/List/every/List/every/A01/t04: Fail # Issue co19 - 46 | 304 LibTest/core/List/every/List/every/A01/t04: Fail # Issue co19 - 46 |
| 306 LibTest/core/List/filter/List/filter/A01/t04: Fail # Issue co19 - 46 | 305 LibTest/core/List/filter/List/filter/A01/t04: Fail # Issue co19 - 46 |
| 307 LibTest/core/List/forEach/List/forEach/A01/t05: Fail # Issue co19 - 46 | 306 LibTest/core/List/forEach/List/forEach/A01/t05: Fail # Issue co19 - 46 |
| 308 LibTest/core/List/some/List/some/A01/t03: Fail # Issue co19 - 46 | 307 LibTest/core/List/some/List/some/A01/t03: Fail # Issue co19 - 46 |
| 309 LibTest/core/Queue/every/Queue/every/A01/t03: Fail # Issue co19 - 46 | 308 LibTest/core/Queue/every/Queue/every/A01/t03: Fail # Issue co19 - 46 |
| 310 LibTest/core/Promise/then/Promise/then/A01/t02: Fail # Issue co19 - 46 | 309 LibTest/core/Promise/then/Promise/then/A01/t02: Fail # Issue co19 - 46 |
| 311 LibTest/core/Promise/join/Promise/join/A01/t06: Fail # Issue co19 - 46 | 310 LibTest/core/Promise/join/Promise/join/A01/t06: Fail # Issue co19 - 46 |
| 312 LibTest/core/Promise/addErrorHandler/Promise/addErrorHandler/A01/t05: Fail # Iss
ue co19 - 46 | 311 LibTest/core/Promise/addErrorHandler/Promise/addErrorHandler/A01/t05: Fail # Iss
ue co19 - 46 |
| 313 LibTest/core/Promise/addCompleteHandler/Promise/addCompleteHandler/A01/t05: Fail
# Issue co19 - 46 | 312 LibTest/core/Promise/addCompleteHandler/Promise/addCompleteHandler/A01/t05: Fail
# Issue co19 - 46 |
| 314 LibTest/core/Promise/addCancelHandler/Promise/addCancelHandler/A01/t04: Fail # I
ssue co19 - 46 | 313 LibTest/core/Promise/addCancelHandler/Promise/addCancelHandler/A01/t04: Fail # I
ssue co19 - 46 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 327 [ $arch == x64 ] | 326 [ $arch == x64 ] |
| 328 *: Skip | 327 *: Skip |
| 329 | 328 |
| 330 | 329 |
| 331 [ $arch == simarm ] | 330 [ $arch == simarm ] |
| 332 *: Skip | 331 *: Skip |
| 333 | 332 |
| 334 | 333 |
| 335 [ $arch == arm ] | 334 [ $arch == arm ] |
| 336 *: Skip | 335 *: Skip |
| OLD | NEW |