| 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/every/List/every/A01/t07: Fail | 96 LibTest/core/List/every/List/every/A01/t07: Fail |
| 97 LibTest/core/List/filter/List/filter/A01/t07: Fail | 97 LibTest/core/List/filter/List/filter/A01/t07: Fail |
| 98 LibTest/core/List/forEach/List/forEach/A01/t07: Fail | 98 LibTest/core/List/forEach/List/forEach/A01/t07: Fail |
| 99 LibTest/core/List/some/List/some/A01/t04: Fail | 99 LibTest/core/List/some/List/some/A01/t04: Fail |
| 100 LibTest/core/List/some/List/some/A01/t05: Fail | 100 LibTest/core/List/some/List/some/A01/t05: Fail |
| 101 LibTest/core/List/some/List/some/A01/t06: Fail | 101 LibTest/core/List/some/List/some/A01/t06: Fail |
| 102 | 102 |
| 103 | 103 |
| 104 # New problems on 2011-11-01. | 104 # New problems on 2011-11-01. |
| 105 [ $component == vm && $mode == debug ] | 105 [ $component == vm && $mode == debug ] |
| 106 LibTest/core/double/ceil/double/ceil/A01/t05: Crash | 106 |
| 107 LibTest/core/double/floor/double/floor/A01/t05: Crash | |
| 108 [ $component == vm && $mode == debug && $unchecked ] | 107 [ $component == vm && $mode == debug && $unchecked ] |
| 109 | 108 |
| 110 [ $component == vm && $mode == release ] | 109 [ $component == vm && $mode == release ] |
| 111 | 110 |
| 112 [ $component == vm ] | 111 [ $component == vm ] |
| 113 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail | 112 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail |
| 114 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail | 113 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail |
| 115 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail | 114 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail |
| 116 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail | 115 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail |
| 117 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail | 116 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 [ $arch == x64 ] | 338 [ $arch == x64 ] |
| 340 *: Skip | 339 *: Skip |
| 341 | 340 |
| 342 | 341 |
| 343 [ $arch == simarm ] | 342 [ $arch == simarm ] |
| 344 *: Skip | 343 *: Skip |
| 345 | 344 |
| 346 | 345 |
| 347 [ $arch == arm ] | 346 [ $arch == arm ] |
| 348 *: Skip | 347 *: Skip |
| OLD | NEW |