Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Side by Side Diff: tests/co19/co19-runtime.status

Issue 8286003: Create implicit super constructor call if necessary (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/language.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698