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

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

Issue 10546118: Issue 3534. It is a compile-time error if a typedef refers to itself (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Clean up Created 8 years, 6 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
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 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 6
7 Language/03_Overview/1_Scoping_A02_t10: Fail # Issue 2382 7 Language/03_Overview/1_Scoping_A02_t10: Fail # Issue 2382
8 Language/03_Overview/1_Scoping_A02_t26: Fail # co19 issue 133 8 Language/03_Overview/1_Scoping_A02_t26: Fail # co19 issue 133
9 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135 9 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135
10 Language/03_Overview/1_Scoping_A02_t30: Fail # Issue 3474 10 Language/03_Overview/1_Scoping_A02_t30: Fail # Issue 3474
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Issue 3530 157 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Issue 3530
158 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Issue 3530 158 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Issue 3530
159 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # Issue 1774 159 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # Issue 1774
160 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Issue 1774 160 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Issue 1774
161 Language/12_Libraries_and_Scripts/2_Imports_A07_t09: Fail # Issue 3531 161 Language/12_Libraries_and_Scripts/2_Imports_A07_t09: Fail # Issue 3531
162 Language/12_Libraries_and_Scripts/2_Includes_A02_t02: Fail # Issue 2405 162 Language/12_Libraries_and_Scripts/2_Includes_A02_t02: Fail # Issue 2405
163 Language/12_Libraries_and_Scripts/3_Scripts_A01_t16: Fail # co19 Issue 109, 111 163 Language/12_Libraries_and_Scripts/3_Scripts_A01_t16: Fail # co19 Issue 109, 111
164 Language/12_Libraries_and_Scripts/3_Includes_A02_t02: Fail # Issue 3532 164 Language/12_Libraries_and_Scripts/3_Includes_A02_t02: Fail # Issue 3532
165 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # co19 issue 109 165 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # co19 issue 109
166 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # Issue 2443 166 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # Issue 2443
167 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Issue 3534 167 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # co19 issue 141
168 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Issue 3534
169 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Issue 3534
170 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # Issue 3534
171 Language/13_Types/4_Interface_Types_A10_t09:Fail # co19 Issue 130 168 Language/13_Types/4_Interface_Types_A10_t09:Fail # co19 Issue 130
172 Language/13_Types/4_Interface_Types_A11_t04: Fail # Issue 2495 169 Language/13_Types/4_Interface_Types_A11_t04: Fail # Issue 2495
173 Language/13_Types/5_Function_Types_A01_t08:Fail # co19 Issue 130 170 Language/13_Types/5_Function_Types_A01_t08:Fail # co19 Issue 130
174 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A10_t04: Fail # Issue 238 7 171 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A10_t04: Fail # Issue 238 7
175 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A10_t05: Fail # Issue 238 7 172 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A10_t05: Fail # Issue 238 7
176 173
177 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # Issue 1269 174 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # Issue 1269
178 LibTest/core/FallThroughError/toString_A01_t01: Fail # Issue 1269 175 LibTest/core/FallThroughError/toString_A01_t01: Fail # Issue 1269
179 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79) 176 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79)
180 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis e removed (co19 Issue #79) 177 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis e removed (co19 Issue #79)
(...skipping 26 matching lines...) Expand all
207 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass 204 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass
208 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass 205 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass
209 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass 206 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass
210 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass 207 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass
211 208
212 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass 209 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass
213 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass 210 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
214 211
215 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 212 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
216 *: Skip 213 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698