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

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

Issue 10696056: Fix for issues 3729 and 3523 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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_t27: Fail # co19 issue 135 7 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135
8 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143 8 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143
9 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144 9 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144
10 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 3783 10 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 3783
(...skipping 28 matching lines...) Expand all
39 Language/10_Expressions/01_Constants_A16_t02: Fail # Issue 1473 39 Language/10_Expressions/01_Constants_A16_t02: Fail # Issue 1473
40 Language/10_Expressions/01_Constants_A16_t03: Fail # Issue 1473 40 Language/10_Expressions/01_Constants_A16_t03: Fail # Issue 1473
41 Language/10_Expressions/01_Constants_A17_t03: Fail # Issue 1473 41 Language/10_Expressions/01_Constants_A17_t03: Fail # Issue 1473
42 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail # co19 i ssue 149 42 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail # co19 i ssue 149
43 Language/10_Expressions/07_Maps_A01_t01: Fail # Issue 1489 43 Language/10_Expressions/07_Maps_A01_t01: Fail # Issue 1489
44 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail # Issue 1473 44 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail # Issue 1473
45 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Issue 3524 45 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Issue 3524
46 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail # Issue 3524 46 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail # Issue 3524
47 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail # Issue 3524 47 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail # Issue 3524
48 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail # Issue 3524 48 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail # Issue 3524
49 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # Issue 3523 49 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # co19 issue 155
50 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A02_t01: Fail # Issue 3523
51 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A02_t02: Fail # Issue 3523
52 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Issue 3524 50 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Issue 3524
53 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Issue 3524 51 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Issue 3524
54 Language/10_Expressions/15_Getter_Invocation_A04_t01: Fail # Issue 3524 52 Language/10_Expressions/15_Getter_Invocation_A04_t01: Fail # Issue 3524
55 Language/10_Expressions/15_Getter_Invocation_A04_t02: Fail # Issue 3524 53 Language/10_Expressions/15_Getter_Invocation_A04_t02: Fail # Issue 3524
56 Language/10_Expressions/16_Assignment_A05_t02: Fail # Issue 3524 54 Language/10_Expressions/16_Assignment_A05_t02: Fail # Issue 3524
57 Language/10_Expressions/16_Assignment_A05_t04: Fail # Issue 3524 55 Language/10_Expressions/16_Assignment_A05_t04: Fail # Issue 3524
58 Language/10_Expressions/16_Assignment_A05_t05: Fail # Issue 3525 56 Language/10_Expressions/16_Assignment_A05_t05: Fail # Issue 3525
59 Language/10_Expressions/16_Assignment_A08_t04: Fail # Issue 3524 57 Language/10_Expressions/16_Assignment_A08_t04: Fail # Issue 3524
60 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # Issue 237 1 58 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # Issue 237 1
61 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail # Issue 1489 59 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail # Issue 1489
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass 130 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass
133 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass 131 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass
134 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass 132 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass
135 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass 133 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass
136 134
137 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass 135 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass
138 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass 136 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
139 137
140 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 138 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
141 *: Skip 139 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698