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

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

Issue 10577018: Issue 2376. Spec has no limitations on type of embedded expressions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 [ $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_t27: Fail # co19 issue 135 8 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135
9 Language/03_Overview/1_Scoping_A02_t30: Fail # Issue 3474 9 Language/03_Overview/1_Scoping_A02_t30: Fail # Issue 3474
10 Language/03_Overview/1_Scoping_A02_t31: Fail # Issue 3474 10 Language/03_Overview/1_Scoping_A02_t31: Fail # Issue 3474
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 Language/10_Expressions/01_Constants_A15_t16: Fail # issue 3553 49 Language/10_Expressions/01_Constants_A15_t16: Fail # issue 3553
50 Language/10_Expressions/01_Constants_A15_t24: Fail # co19 issue 146 50 Language/10_Expressions/01_Constants_A15_t24: Fail # co19 issue 146
51 Language/10_Expressions/01_Constants_A15_t31: Fail # co19 issue 147 51 Language/10_Expressions/01_Constants_A15_t31: Fail # co19 issue 147
52 Language/10_Expressions/01_Constants_A15_t38: Fail # issue 3553 52 Language/10_Expressions/01_Constants_A15_t38: Fail # issue 3553
53 Language/10_Expressions/01_Constants_A15_t48: Fail # co19 issue 134 53 Language/10_Expressions/01_Constants_A15_t48: Fail # co19 issue 134
54 Language/10_Expressions/01_Constants_A15_t49: Fail # Issue 1473 54 Language/10_Expressions/01_Constants_A15_t49: Fail # Issue 1473
55 Language/10_Expressions/01_Constants_A16_t01: Fail # Issue 1473 55 Language/10_Expressions/01_Constants_A16_t01: Fail # Issue 1473
56 Language/10_Expressions/01_Constants_A16_t02: Fail # Issue 1473 56 Language/10_Expressions/01_Constants_A16_t02: Fail # Issue 1473
57 Language/10_Expressions/01_Constants_A16_t03: Fail # Issue 1473 57 Language/10_Expressions/01_Constants_A16_t03: Fail # Issue 1473
58 Language/10_Expressions/01_Constants_A17_t03: Fail # Issue 1473 58 Language/10_Expressions/01_Constants_A17_t03: Fail # Issue 1473
59 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail # Issue 2376 59 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail # co19 i ssue 149
60 Language/10_Expressions/07_Maps_A01_t01: Fail # Issue 1489 60 Language/10_Expressions/07_Maps_A01_t01: Fail # Issue 1489
61 Language/10_Expressions/08_Function_Expressions_A01_t01: Fail # Issue 2378 61 Language/10_Expressions/08_Function_Expressions_A01_t01: Fail # Issue 2378
62 Language/10_Expressions/08_Function_Expressions_A01_t02: Fail # Issue 2378 62 Language/10_Expressions/08_Function_Expressions_A01_t02: Fail # Issue 2378
63 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail # Issue 2379 63 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail # Issue 2379
64 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail # Issue 1473 64 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail # Issue 1473
65 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Issue 3524 65 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Issue 3524
66 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail # Issue 3524 66 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail # Issue 3524
67 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail # Issue 3524 67 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail # Issue 3524
68 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail # Issue 3524 68 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail # Issue 3524
69 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # Issue 3523 69 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # Issue 3523
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass 177 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass
178 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass 178 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass
179 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass 179 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass
180 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass 180 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass
181 181
182 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass 182 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass
183 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass 183 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
184 184
185 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 185 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
186 *: Skip 186 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698