| 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 # Issue 443 | 89 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail # Issue 443 |
| 102 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail # Issue 444 | 90 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail # Issue 444 |
| 103 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail # Issue 444 | 91 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail # Issue 444 |
| 104 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail # Issue 444 | 92 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail # Issue 444 |
| 105 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail # Issue 444 | 93 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail # Issue 444 |
| 106 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail # Issue 444 | 94 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail # Issue 444 |
| 107 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail # Issue 444 | 95 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail # Issue 444 |
| 108 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Fail # Issue 444 | 96 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Fail # Issue 444 |
| 109 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Fail # Issue 444 | 97 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Fail # Issue 444 |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 [ $arch == x64 ] | 331 [ $arch == x64 ] |
| 344 *: Skip | 332 *: Skip |
| 345 | 333 |
| 346 | 334 |
| 347 [ $arch == simarm ] | 335 [ $arch == simarm ] |
| 348 *: Skip | 336 *: Skip |
| 349 | 337 |
| 350 | 338 |
| 351 [ $arch == arm ] | 339 [ $arch == arm ] |
| 352 *: Skip | 340 *: Skip |
| OLD | NEW |