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

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

Issue 9664029: Fix type check to perform a subtype test at top level instead of an (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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/src/NamedParametersTypeTest.dart » ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 5
6 [ $component == vm ] 6 [ $component == vm ]
7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression)
8 8
9 9
10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte d for classes 10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte d for classes
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 125
126 [ $component == vm && $arch == x64 && $mode == debug ] 126 [ $component == vm && $arch == x64 && $mode == debug ]
127 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout 127 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout
128 LibTest/core/List/add_A01_t01: Skip # Timeout 128 LibTest/core/List/add_A01_t01: Skip # Timeout
129 LibTest/core/List/sort_A01_t06: Skip # Timeout 129 LibTest/core/List/sort_A01_t06: Skip # Timeout
130 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout 130 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout
131 LibTest/core/Queue/addLast_A01_t01: Skip # Timeout 131 LibTest/core/Queue/addLast_A01_t01: Skip # Timeout
132 LibTest/core/Queue/add_A01_t01: Skip # Timeout 132 LibTest/core/Queue/add_A01_t01: Skip # Timeout
133 133
134 [ $component == vm && $checked ] 134 [ $component == vm && $checked ]
135 Language/13_Types/4_Interface_Types_A08_t03: Fail # Issue co19 - 99
135 Language/13_Types/8_Parameterized_Types_A02_t01: Fail # Issue co19 - 94 136 Language/13_Types/8_Parameterized_Types_A02_t01: Fail # Issue co19 - 94
136 Language/09_Generics/09_Generics_A01_t02: Fail # Issue 439 137 Language/09_Generics/09_Generics_A01_t02: Fail # Issue 439
137 Language/09_Generics/09_Generics_A04_t05: Fail # Issue co19 - 94 138 Language/09_Generics/09_Generics_A04_t05: Fail # Issue co19 - 94
138 Language/09_Generics/09_Generics_A03_t01: Fail # Issue co19 - 95 139 Language/09_Generics/09_Generics_A03_t01: Fail # Issue co19 - 95
139 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team) : New failure, please triage. 140 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team) : New failure, please triage.
140 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(vm-team) : New failure, please triage. 141 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(vm-team) : New failure, please triage.
141 Language/11_Statements/15_Assert_A03_t08: Fail # TODO(vm-team): New failure, ple ase triage. 142 Language/11_Statements/15_Assert_A03_t08: Fail # TODO(vm-team): New failure, ple ase triage.
142 LibTest/core/Queue/addLast_A01_t01: Skip # Issue 331 143 LibTest/core/Queue/addLast_A01_t01: Skip # Issue 331
143 LibTest/core/Queue/add_A01_t01: Skip # Issue 331 144 LibTest/core/Queue/add_A01_t01: Skip # Issue 331
144 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Issue 331 145 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Issue 331
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 Language/13_Types/1_Static_Types_A02_t08: Fail 239 Language/13_Types/1_Static_Types_A02_t08: Fail
239 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 240 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97
240 241
241 242
242 [ $arch == simarm ] 243 [ $arch == simarm ]
243 *: Skip 244 *: Skip
244 245
245 246
246 [ $arch == arm ] 247 [ $arch == arm ]
247 *: Skip 248 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/src/NamedParametersTypeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698