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

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

Issue 10627017: Removes compile-time error from implementing the same interface more than once (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
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail # Issue 2386 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 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 116 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 117 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 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 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 120 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 121 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 122 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 123 Language/13_Types/4_Interface_Types_A10_t09:Fail # co19 Issue 130
124 Language/13_Types/4_Interface_Types_A11_t04: Fail # Issue 2495
125 Language/13_Types/5_Function_Types_A01_t08:Fail # co19 Issue 130 124 Language/13_Types/5_Function_Types_A01_t08:Fail # co19 Issue 130
126 125
127 126
128 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # Issue 1269 127 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # Issue 1269
129 LibTest/core/FallThroughError/toString_A01_t01: Fail # Issue 1269 128 LibTest/core/FallThroughError/toString_A01_t01: Fail # Issue 1269
130 LibTest/core/FallThroughError/toString_A01_t02: Fail # co19 issue 139 129 LibTest/core/FallThroughError/toString_A01_t02: Fail # co19 issue 139
131 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79) 130 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79)
132 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis e removed (co19 Issue #79) 131 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis e removed (co19 Issue #79)
133 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79) 132 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79)
134 133
(...skipping 27 matching lines...) Expand all
162 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass 161 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass
163 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass 162 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass
164 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass 163 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass
165 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass 164 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass
166 165
167 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass 166 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass
168 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass 167 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
169 168
170 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 169 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
171 *: Skip 170 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698