| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 # New failures | 78 # New failures |
| 79 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail # Issue 430 | 79 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail # Issue 430 |
| 80 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02:
Fail # Issue co19 - 29 | 80 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02:
Fail # Issue co19 - 29 |
| 81 LangGuideTest/07_Overriding/A03/t01: Fail # Issue co19 - 28 | 81 LangGuideTest/07_Overriding/A03/t01: Fail # Issue co19 - 28 |
| 82 LangGuideTest/07_Overriding/A03/t02: Fail # Issue co19 - 28 | 82 LangGuideTest/07_Overriding/A03/t02: Fail # Issue co19 - 28 |
| 83 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE
xp/firstMatch/CharacterEscape/A06/t02: Fail | 83 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE
xp/firstMatch/CharacterEscape/A06/t02: Fail |
| 84 | 84 |
| 85 # List.fromList has been removed. | 85 # List.fromList has been removed. |
| 86 LibTest/core/List/List.fromList/*: Fail # Issue co19 - 32 | 86 LibTest/core/List/List.fromList/*: Fail # Issue co19 - 32 |
| 87 | 87 |
| 88 | |
| 89 | |
| 90 [ $component == vm && $unchecked ] | |
| 91 | |
| 92 | |
| 93 # New problems on 2011-11-01. | |
| 94 [ $component == vm && $mode == debug ] | |
| 95 | |
| 96 [ $component == vm && $mode == debug && $unchecked ] | |
| 97 | |
| 98 [ $component == vm && $mode == release ] | |
| 99 | |
| 100 [ $component == vm ] | 88 [ $component == vm ] |
| 101 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail | 89 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail |
| 102 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail | 90 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail |
| 103 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail | 91 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail |
| 104 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail | 92 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail |
| 105 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail | 93 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail |
| 106 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail | 94 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail |
| 107 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail | 95 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail |
| 108 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Fail | 96 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Fail |
| 109 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Fail | 97 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Fail |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 [ $arch == x64 ] | 340 [ $arch == x64 ] |
| 353 *: Skip | 341 *: Skip |
| 354 | 342 |
| 355 | 343 |
| 356 [ $arch == simarm ] | 344 [ $arch == simarm ] |
| 357 *: Skip | 345 *: Skip |
| 358 | 346 |
| 359 | 347 |
| 360 [ $arch == arm ] | 348 [ $arch == arm ] |
| 361 *: Skip | 349 *: Skip |
| OLD | NEW |