| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 | 84 |
| 85 | 85 |
| 86 # List.fromList has been removed. | 86 # List.fromList has been removed. |
| 87 LibTest/core/List/List.fromList/*: Fail | 87 LibTest/core/List/List.fromList/*: Fail |
| 88 | 88 |
| 89 | 89 |
| 90 # New problems on 2011-11-01. | 90 # New problems on 2011-11-01. |
| 91 [ $component == vm && $mode == debug ] | 91 [ $component == vm && $mode == debug ] |
| 92 LibTest/core/Expect/throws/Expect/throws/A01/t03: Crash | 92 LibTest/core/Expect/throws/Expect/throws/A01/t03: Crash |
| 93 LibTest/core/Expect/throws/Expect/throws/A01/t04: Crash | 93 LibTest/core/Expect/throws/Expect/throws/A01/t04: Crash |
| 94 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Timeout | |
| 95 LibTest/core/List/copyFrom/List/copyFrom/A01/t03: Crash | 94 LibTest/core/List/copyFrom/List/copyFrom/A01/t03: Crash |
| 96 LibTest/core/List/copyFrom/List/copyFrom/A01/t04: Crash | 95 LibTest/core/List/copyFrom/List/copyFrom/A01/t04: Crash |
| 97 LibTest/core/double/ceil/double/ceil/A01/t05: Crash | 96 LibTest/core/double/ceil/double/ceil/A01/t05: Crash |
| 98 LibTest/core/double/floor/double/floor/A01/t05: Crash | 97 LibTest/core/double/floor/double/floor/A01/t05: Crash |
| 98 [ $component == vm && $mode == debug && $unchecked ] |
| 99 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Pass || Timeout |
| 99 [ $component == vm && $mode == release ] | 100 [ $component == vm && $mode == release ] |
| 100 LibTest/core/List/copyFrom/List/copyFrom/A01/t03: Fail | 101 LibTest/core/List/copyFrom/List/copyFrom/A01/t03: Fail |
| 101 LibTest/core/List/copyFrom/List/copyFrom/A01/t04: Fail | 102 LibTest/core/List/copyFrom/List/copyFrom/A01/t04: Fail |
| 102 [ $component == vm ] | 103 [ $component == vm ] |
| 103 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail | 104 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail |
| 104 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail | 105 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail |
| 105 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail | 106 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail |
| 106 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail | 107 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail |
| 107 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail | 108 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail |
| 108 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail | 109 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 [ $arch == x64 ] | 329 [ $arch == x64 ] |
| 329 *: Skip | 330 *: Skip |
| 330 | 331 |
| 331 | 332 |
| 332 [ $arch == simarm ] | 333 [ $arch == simarm ] |
| 333 *: Skip | 334 *: Skip |
| 334 | 335 |
| 335 | 336 |
| 336 [ $arch == arm ] | 337 [ $arch == arm ] |
| 337 *: Skip | 338 *: Skip |
| OLD | NEW |