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

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

Issue 22901025: - Fix broken test from http://dartbug.com/12634 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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 | tests/language/named_parameters_aggregated_test.dart » ('j') | 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 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] 8 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ]
9 licm2_test: Skip # Issue 12298 9 licm2_test: Skip # Issue 12298
10 10
(...skipping 13 matching lines...) Expand all
24 24
25 # These bugs refer currently ongoing language discussions. 25 # These bugs refer currently ongoing language discussions.
26 constructor_initializer_test: Fail # Issue 12633 26 constructor_initializer_test: Fail # Issue 12633
27 constructor5_test: Fail # Issue 6422 27 constructor5_test: Fail # Issue 6422
28 constructor6_test: Fail # Issue 6422 28 constructor6_test: Fail # Issue 6422
29 closure_in_initializer_test: Fail # Issue 6422 29 closure_in_initializer_test: Fail # Issue 6422
30 30
31 # Regular bugs which should be fixed. 31 # Regular bugs which should be fixed.
32 super_first_constructor_test: Fail # Issue 1372. 32 super_first_constructor_test: Fail # Issue 1372.
33 parameter_initializer6_negative_test: Fail # Issue 3502 33 parameter_initializer6_negative_test: Fail # Issue 3502
34 named_parameters_aggregated_test/05: Fail # Issue 12634
35 lazy_static3_test: Fail # Issue 12593 34 lazy_static3_test: Fail # Issue 12593
36 export_cyclic_test: Fail, Crash # Issue 6060 35 export_cyclic_test: Fail, Crash # Issue 6060
37 duplicate_export_negative_test: Fail # Issue 6134 36 duplicate_export_negative_test: Fail # Issue 6134
38 on_catch_malformed_type_test: Fail # Issue 8601 37 on_catch_malformed_type_test: Fail # Issue 8601
39 mixin_mixin_test: Fail # Issue 12636 38 mixin_mixin_test: Fail # Issue 12636
40 mixin_issue10216_2_test: Fail # Issue 12636 39 mixin_issue10216_2_test: Fail # Issue 12636
41 mixin_illegal_object_test/01: Crash # Issue 10952 40 mixin_illegal_object_test/01: Crash # Issue 10952
42 mixin_illegal_object_test/02: Crash # Issue 10952 41 mixin_illegal_object_test/02: Crash # Issue 10952
43 mixin_forwarding_constructor2_test: Fail # Issue 11888 42 mixin_forwarding_constructor2_test: Fail # Issue 11888
44 mixin_typedef_constructor_test: Fail # Issue 11888 43 mixin_typedef_constructor_test: Fail # Issue 11888
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 import_core_prefix_test: Pass 253 import_core_prefix_test: Pass
255 prefix22_test: Pass 254 prefix22_test: Pass
256 invocation_mirror_test: Fail, OK # hardcoded names. 255 invocation_mirror_test: Fail, OK # hardcoded names.
257 super_call4_test: Fail, OK # hardcoded names. 256 super_call4_test: Fail, OK # hardcoded names.
258 257
259 [ $compiler == dart2js || $compiler == dart2dart] 258 [ $compiler == dart2js || $compiler == dart2dart]
260 null_test/03: Fail # Issue 12445. 259 null_test/03: Fail # Issue 12445.
261 260
262 [ $compiler == dart2js ] 261 [ $compiler == dart2js ]
263 null_test/none: Fail # Issue 12482 262 null_test/none: Fail # Issue 12482
OLDNEW
« no previous file with comments | « no previous file | tests/language/named_parameters_aggregated_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698