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

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

Issue 10639016: Remove lines for tests that have been removed (Closed) Base URL: http://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_t27: Fail # co19 issue 135 7 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135
8 Language/03_Overview/1_Scoping_A02_t30: Fail # Issue 3474 8 Language/03_Overview/1_Scoping_A02_t30: Fail # Issue 3474
9 Language/03_Overview/1_Scoping_A02_t31: Fail # Issue 3474 9 Language/03_Overview/1_Scoping_A02_t31: Fail # Issue 3474
10 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143 10 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 # Language/11_Statements/09_Try_A01_t14: Fail # co19 issue 151 103 # Language/11_Statements/09_Try_A01_t14: Fail # co19 issue 151
104 Language/11_Statements/11_Labels_A03_t04: Fail # co19 issue 137 104 Language/11_Statements/11_Labels_A03_t04: Fail # co19 issue 137
105 Language/11_Statements/11_Labels_A03_t05: Fail # Issue 2441 105 Language/11_Statements/11_Labels_A03_t05: Fail # Issue 2441
106 Language/11_Statements/12_Break_A03_t05: Fail # co19 issue 138 106 Language/11_Statements/12_Break_A03_t05: Fail # co19 issue 138
107 Language/11_Statements/13_Continue_A02_t07: Fail # Issue 2441 107 Language/11_Statements/13_Continue_A02_t07: Fail # Issue 2441
108 Language/11_Statements/13_Continue_A02_t12: Fail # Issue 2441 108 Language/11_Statements/13_Continue_A02_t12: Fail # Issue 2441
109 Language/11_Statements/13_Continue_A02_t13: Fail # Issue 2442 109 Language/11_Statements/13_Continue_A02_t13: Fail # Issue 2442
110 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail # co19 Issue 109 110 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail # co19 Issue 109
111 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail # co19 Issue 109 111 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail # co19 Issue 109
112 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail # co19 Issue 109 112 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail # co19 Issue 109
113 Language/12_Libraries_and_Scripts/1_Imports_A02_t06: Fail # Issue 2384
114 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail # Issue 2386
115 Language/12_Libraries_and_Scripts/1_Imports_A07_t09: Fail # Issue 2387
116 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # Issue 1774 113 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # Issue 1774
117 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Issue 1774 114 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Issue 1774
118 Language/12_Libraries_and_Scripts/2_Includes_A02_t02: Fail # Issue 2405
119 Language/12_Libraries_and_Scripts/3_Scripts_A01_t16: Fail # co19 Issue 109, 111
120 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # co19 issue 109 115 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # co19 issue 109
121 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 148 116 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 148
122 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # co19 issue 141 117 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # co19 issue 141
123 Language/13_Types/4_Interface_Types_A10_t09:Fail # co19 Issue 130 118 Language/13_Types/4_Interface_Types_A10_t09:Fail # co19 Issue 130
124 Language/13_Types/4_Interface_Types_A11_t04: Fail # Issue 2495 119 Language/13_Types/4_Interface_Types_A11_t04: Fail # Issue 2495
125 Language/13_Types/5_Function_Types_A01_t08:Fail # co19 Issue 130 120 Language/13_Types/5_Function_Types_A01_t08:Fail # co19 Issue 130
126 121
127 122
128 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # Issue 1269 123 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # Issue 1269
129 LibTest/core/FallThroughError/toString_A01_t01: Fail # Issue 1269 124 LibTest/core/FallThroughError/toString_A01_t01: Fail # Issue 1269
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass 157 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass
163 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass 158 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass
164 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass 159 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass
165 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass 160 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass
166 161
167 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass 162 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass
168 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass 163 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
169 164
170 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 165 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
171 *: Skip 166 *: 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