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 [ $arch == ia32 ] | 7 [ $arch == ia32 ] |
8 | 8 |
9 # Tests that fail due to the removal of List and the renaming of DoubleLinkedLis
t to Queue. | 9 # Tests that fail due to the removal of List and the renaming of DoubleLinkedLis
t to Queue. |
10 LibTest/core/DoubleLinkedListEntry/nextEntry/DoubleLinkedListEntry/nextEntry/A01
/t01: Fail | 10 LibTest/core/DoubleLinkedListEntry/nextEntry/DoubleLinkedListEntry/nextEntry/A01
/t01: Fail |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 # "--enable_asserts" and "--enable_type_checks" | 234 # "--enable_asserts" and "--enable_type_checks" |
235 # so that the results are always consistent. | 235 # so that the results are always consistent. |
236 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01:
Skip | 236 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01:
Skip |
237 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument
s/A01/t01: Skip | 237 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument
s/A01/t01: Skip |
238 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument
s/A03/t01: Skip | 238 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument
s/A03/t01: Skip |
239 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument
s/A04/t01: Skip | 239 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument
s/A04/t01: Skip |
240 LangGuideTest/08_Expressions/A01/t02: Skip | 240 LangGuideTest/08_Expressions/A01/t02: Skip |
241 LangGuideTest/08_Expressions/A02/t02: Skip | 241 LangGuideTest/08_Expressions/A02/t02: Skip |
242 # end of negative type check list. | 242 # end of negative type check list. |
243 | 243 |
244 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A05/t01:
Fail | |
245 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A12/t01:
Fail | |
246 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A12/t02:
Fail | 244 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A12/t02:
Fail |
247 LangGuideTest/02_Language_Constructs/02_6_Functions/A04/t01: Fail | 245 LangGuideTest/02_Language_Constructs/02_6_Functions/A04/t01: Fail |
248 LangGuideTest/02_Language_Constructs/02_6_Functions/A06/t01: Fail | 246 LangGuideTest/02_Language_Constructs/02_6_Functions/A06/t01: Fail |
249 LangGuideTest/02_Language_Constructs/02_6_Functions/A06/t02: Fail | 247 LangGuideTest/02_Language_Constructs/02_6_Functions/A06/t02: Fail |
250 LangGuideTest/02_Language_Constructs/02_7_Abstract_Methods/A01/t01: Fail | 248 LangGuideTest/02_Language_Constructs/02_7_Abstract_Methods/A01/t01: Fail |
251 LangGuideTest/02_Language_Constructs/02_7_Abstract_Methods/A01/t02: Skip | 249 LangGuideTest/02_Language_Constructs/02_7_Abstract_Methods/A01/t02: Skip |
252 LangGuideTest/02_Language_Constructs/02_7_Abstract_Methods/A01/t03: Skip | 250 LangGuideTest/02_Language_Constructs/02_7_Abstract_Methods/A01/t03: Skip |
253 LangGuideTest/03_Values/03_4_String_Interpolation/A01/t01: Fail | 251 LangGuideTest/03_Values/03_4_String_Interpolation/A01/t01: Fail |
254 LangGuideTest/03_Values/03_4_String_Interpolation/A01/t02: Fail | 252 LangGuideTest/03_Values/03_4_String_Interpolation/A01/t02: Fail |
255 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/A04/t01: Fail | 253 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/A04/t01: Fail |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
475 [ $arch == x64 ] | 473 [ $arch == x64 ] |
476 *: Skip | 474 *: Skip |
477 | 475 |
478 | 476 |
479 [ $arch == simarm ] | 477 [ $arch == simarm ] |
480 *: Skip | 478 *: Skip |
481 | 479 |
482 | 480 |
483 [ $arch == arm ] | 481 [ $arch == arm ] |
484 *: Skip | 482 *: Skip |
OLD | NEW |