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

Side by Side Diff: dart/tests/language/language.status

Issue 10879039: Revert r10075, I'll follow up with a different solution. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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 | « dart/lib/compiler/implementation/scanner/listener.dart ('k') | 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 pseudo_kw_illegal_test/14: Fail 187 pseudo_kw_illegal_test/14: Fail
188 pseudo_kw_illegal_test/15: Fail 188 pseudo_kw_illegal_test/15: Fail
189 pseudo_kw_illegal_test/16: Fail 189 pseudo_kw_illegal_test/16: Fail
190 pseudo_kw_test: Fail 190 pseudo_kw_test: Fail
191 # external keyword is not yet supported by dart2js/dart2dart. 191 # external keyword is not yet supported by dart2js/dart2dart.
192 external_test/*: Skip 192 external_test/*: Skip
193 # Call operator is not supported by DartVM (see suppression above.) 193 # Call operator is not supported by DartVM (see suppression above.)
194 call_operator_test: Fail 194 call_operator_test: Fail
195 # dart2js frontend doesn't even analyse problematic classes. 195 # dart2js frontend doesn't even analyse problematic classes.
196 class_extends_negative_test: Fail 196 class_extends_negative_test: Fail
197 compile_time_constant8_test: Fail
198 ct_const_test: Fail
199 list_literal1_negative_test: Fail
200 list_literal2_negative_test: Fail
201 list_literal4_test: Fail
197 duplicate_implements_test/01: Fail 202 duplicate_implements_test/01: Fail
198 duplicate_implements_test/02: Fail 203 duplicate_implements_test/02: Fail
199 duplicate_implements_test/03: Fail 204 duplicate_implements_test/03: Fail
200 duplicate_implements_test/04: Fail 205 duplicate_implements_test/04: Fail
201 empty_body_member_negative_test: Fail 206 empty_body_member_negative_test: Fail
202 field2_negative_test: Fail 207 field2_negative_test: Fail
203 field4_negative_test: Fail 208 field4_negative_test: Fail
204 field5_negative_test: Fail 209 field5_negative_test: Fail
205 field6a_negative_test: Fail 210 field6a_negative_test: Fail
206 field7a_negative_test: Fail 211 field7a_negative_test: Fail
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 field_override_test/02: Fail 257 field_override_test/02: Fail
253 field_override_test/none: Fail 258 field_override_test/none: Fail
254 gc_test: Fail 259 gc_test: Fail
255 super_closure_test: Fail 260 super_closure_test: Fail
256 super_field_access_test: Fail 261 super_field_access_test: Fail
257 super_first_constructor_test: Fail 262 super_first_constructor_test: Fail
258 # VM specific tests. 263 # VM specific tests.
259 disable_privacy_test: Fail, Ok 264 disable_privacy_test: Fail, Ok
260 # This test hard codes name of file being run and precise position. 265 # This test hard codes name of file being run and precise position.
261 generic_test: Fail, Ok 266 generic_test: Fail, Ok
OLDNEW
« no previous file with comments | « dart/lib/compiler/implementation/scanner/listener.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698