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 # 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 |
8 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip | 9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip |
9 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip | 10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip |
10 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip | 11 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip |
11 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Skip | 12 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Skip |
12 | 13 |
13 | 14 |
14 [ $component == vm ] | 15 [ $component == vm ] |
| 16 |
| 17 LibTest/core/double/isNegative/double/isNegative/A01/t01: Fail # Issue 6 |
| 18 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail # Is
sue 7 |
| 19 LibTest/core/double/operator~div/double/operator~div/A01/t05: Fail # Issue 7 |
| 20 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail # Issue 8 |
| 21 |
15 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04
/t01: Fail # Bug 5371433 | 22 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04
/t01: Fail # Bug 5371433 |
16 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01:
Fail # Bug 5371433 | 23 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01:
Fail # Bug 5371433 |
17 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai
l # Bug 5371433 | 24 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai
l # Bug 5371433 |
18 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A01/t02: Fail # Bug 5371433 | 25 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A01/t02: Fail # Bug 5371433 |
19 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A02/t01: Fail # Bug 5371433 | 26 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A02/t01: Fail # Bug 5371433 |
20 | 27 |
21 LangGuideTest/03_Values/03_4_String_Interpolation/A01/t02: Fail | 28 LangGuideTest/03_Values/03_4_String_Interpolation/A01/t02: Fail |
22 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co
mpound_Assignment/A01/t01: Fail | 29 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co
mpound_Assignment/A01/t01: Fail |
23 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co
mpound_Assignment/A02/t11: Fail | 30 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co
mpound_Assignment/A02/t11: Fail |
24 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp
ound_Assignment/A01/t01: Fail | 31 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp
ound_Assignment/A01/t01: Fail |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 LibTest/core/List/sort/List/sort/A01/t04: Fail | 70 LibTest/core/List/sort/List/sort/A01/t04: Fail |
64 LibTest/core/List/sort/List/sort/A01/t05: Fail | 71 LibTest/core/List/sort/List/sort/A01/t05: Fail |
65 LibTest/core/Queue/every/Queue/every/A01/t06: Fail | 72 LibTest/core/Queue/every/Queue/every/A01/t06: Fail |
66 LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail | 73 LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail |
67 LibTest/core/List/sort/List/sort/A01/t06: Fail | 74 LibTest/core/List/sort/List/sort/A01/t06: Fail |
68 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail | 75 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail |
69 LibTest/core/Queue/some/Queue/some/A01/t06: Fail | 76 LibTest/core/Queue/some/Queue/some/A01/t06: Fail |
70 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE
xp/firstMatch/CharacterEscape/A06/t02: Fail | 77 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE
xp/firstMatch/CharacterEscape/A06/t02: Fail |
71 LibTest/core/StringBuffer/isEmpty/StringBuffer/isEmpty/A01/t01: Fail | 78 LibTest/core/StringBuffer/isEmpty/StringBuffer/isEmpty/A01/t01: Fail |
72 | 79 |
73 | |
74 # List.fromList has been removed. | 80 # List.fromList has been removed. |
75 LibTest/core/List/List.fromList/*: Fail | 81 LibTest/core/List/List.fromList/*: Fail |
76 | 82 |
77 | 83 |
78 | 84 |
79 [ $component == vm && $unchecked ] | 85 [ $component == vm && $unchecked ] |
80 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01:
Fail | 86 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01:
Fail |
81 LangGuideTest/08_Expressions/A02/t02: Fail | 87 LangGuideTest/08_Expressions/A02/t02: Fail |
82 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument
s/A03/t01: Fail | 88 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument
s/A03/t01: Fail |
83 LibTest/core/List/every/List/every/A01/t05: Fail | 89 LibTest/core/List/every/List/every/A01/t05: Fail |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail | 213 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail |
208 LibTest/core/SendPort/call/SendPort/call/A01/t01: Timeout | 214 LibTest/core/SendPort/call/SendPort/call/A01/t01: Timeout |
209 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail | 215 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail |
210 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail | 216 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail |
211 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail | 217 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail |
212 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail | 218 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail |
213 LibTest/core/StringBuffer/add/StringBuffer/add/A02/t01: Fail | 219 LibTest/core/StringBuffer/add/StringBuffer/add/A02/t01: Fail |
214 LibTest/core/Strings/concatAll/Strings/concatAll/A03/t01: crash | 220 LibTest/core/Strings/concatAll/Strings/concatAll/A03/t01: crash |
215 LibTest/core/Strings/join/Strings/join/A03/t01: crash | 221 LibTest/core/Strings/join/Strings/join/A03/t01: crash |
216 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail | 222 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail |
217 LibTest/core/double/compareTo/double/compareTo/A01/t02: Fail | |
218 LibTest/core/double/compareTo/double/compareTo/A01/t03: Fail | |
219 LibTest/core/double/isOdd/double/isOdd/A01/t02: Fail | 223 LibTest/core/double/isOdd/double/isOdd/A01/t02: Fail |
220 LibTest/core/double/operator%/double/operator%/A01/t06: Fail | 224 LibTest/core/double/operator%/double/operator%/A01/t06: Fail |
221 LibTest/core/double/operatorAddition/double/operatorAddition/A01/t02: Fail | 225 LibTest/core/double/operatorAddition/double/operatorAddition/A01/t02: Fail |
222 LibTest/core/double/operatorAddition/double/operatorAddition/A01/t07: Fail | 226 LibTest/core/double/operatorAddition/double/operatorAddition/A01/t07: Fail |
223 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t02: Fail | 227 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t02: Fail |
224 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t03: Fail | 228 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t03: Fail |
225 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t07: Fail | 229 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t07: Fail |
226 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t08: Fail | 230 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t08: Fail |
227 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t11: Fail | 231 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t11: Fail |
228 LibTest/core/double/operatorMultiplication/double/operatorMultiplication/A01/t02
: Fail | 232 LibTest/core/double/operatorMultiplication/double/operatorMultiplication/A01/t02
: Fail |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 [ $arch == x64 ] | 351 [ $arch == x64 ] |
348 *: Skip | 352 *: Skip |
349 | 353 |
350 | 354 |
351 [ $arch == simarm ] | 355 [ $arch == simarm ] |
352 *: Skip | 356 *: Skip |
353 | 357 |
354 | 358 |
355 [ $arch == arm ] | 359 [ $arch == arm ] |
356 *: Skip | 360 *: Skip |
OLD | NEW |