| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 LibTest/core/List/some/List/some/A01/t06: Fail | 96 LibTest/core/List/some/List/some/A01/t06: Fail |
| 97 | 97 |
| 98 | 98 |
| 99 # New problems on 2011-11-01. | 99 # New problems on 2011-11-01. |
| 100 [ $component == vm && $mode == debug ] | 100 [ $component == vm && $mode == debug ] |
| 101 LibTest/core/double/ceil/double/ceil/A01/t05: Crash | 101 LibTest/core/double/ceil/double/ceil/A01/t05: Crash |
| 102 LibTest/core/double/floor/double/floor/A01/t05: Crash | 102 LibTest/core/double/floor/double/floor/A01/t05: Crash |
| 103 [ $component == vm && $mode == debug && $unchecked ] | 103 [ $component == vm && $mode == debug && $unchecked ] |
| 104 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Pass || Timeout | 104 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Pass || Timeout |
| 105 [ $component == vm && $mode == release ] | 105 [ $component == vm && $mode == release ] |
| 106 LibTest/core/List/copyFrom/List/copyFrom/A01/t03: Fail | 106 |
| 107 LibTest/core/List/copyFrom/List/copyFrom/A01/t04: Fail | |
| 108 [ $component == vm ] | 107 [ $component == vm ] |
| 109 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail | 108 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail |
| 110 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail | 109 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail |
| 111 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail | 110 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail |
| 112 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail | 111 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail |
| 113 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail | 112 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail |
| 114 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail | 113 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail |
| 115 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail | 114 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail |
| 116 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail | 115 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail |
| 117 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Fail | 116 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Fail |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 [ $arch == x64 ] | 346 [ $arch == x64 ] |
| 348 *: Skip | 347 *: Skip |
| 349 | 348 |
| 350 | 349 |
| 351 [ $arch == simarm ] | 350 [ $arch == simarm ] |
| 352 *: Skip | 351 *: Skip |
| 353 | 352 |
| 354 | 353 |
| 355 [ $arch == arm ] | 354 [ $arch == arm ] |
| 356 *: Skip | 355 *: Skip |
| OLD | NEW |