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

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

Issue 10538077: Issue 3340. conflict of a library prefix and a name in the importing library should produce a compi… (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
« no previous file with comments | « tests/co19/co19-compiler.status ('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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 generic_parameterized_extends_test: Skip # Bug 5392297 90 generic_parameterized_extends_test: Skip # Bug 5392297
91 getters_setters_type3_test: Fail # Issue 2351 91 getters_setters_type3_test: Fail # Issue 2351
92 instance_call_wrong_argument_count_negative_test: Fail 92 instance_call_wrong_argument_count_negative_test: Fail
93 instanceof3_test: Fail # Issue 2571 93 instanceof3_test: Fail # Issue 2571
94 library4_negative_test: Fail # Bug 5406175 94 library4_negative_test: Fail # Bug 5406175
95 list_literal4_test: Fail # Issue 1343 95 list_literal4_test: Fail # Issue 1343
96 map_literal4_test: Fail # Issue 1343 96 map_literal4_test: Fail # Issue 1343
97 named_parameters_negative_test: Fail 97 named_parameters_negative_test: Fail
98 no_such_method_negative_test: Fail 98 no_such_method_negative_test: Fail
99 override_field_test/04: Fail # Bug 5215249 99 override_field_test/04: Fail # Bug 5215249
100 prefix6_negative_test: Fail # Issue 2383
101 private_factory_resolution_negative_test: Fail # Issue 2275 100 private_factory_resolution_negative_test: Fail # Issue 2275
102 private_member3_negative_test: Fail # Issue 2383 101 private_member3_negative_test: Fail # Issue 2383
103 pseudo_kw_illegal_test/01: Fail # Issue 356 102 pseudo_kw_illegal_test/01: Fail # Issue 356
104 pseudo_kw_illegal_test/02: Fail # Issue 356 103 pseudo_kw_illegal_test/02: Fail # Issue 356
105 pseudo_kw_illegal_test/03: Fail # Issue 356 104 pseudo_kw_illegal_test/03: Fail # Issue 356
106 pseudo_kw_illegal_test/04: Fail # Issue 356 105 pseudo_kw_illegal_test/04: Fail # Issue 356
107 pseudo_kw_illegal_test/05: Fail # Issue 356 106 pseudo_kw_illegal_test/05: Fail # Issue 356
108 pseudo_kw_illegal_test/06: Fail # Issue 356 107 pseudo_kw_illegal_test/06: Fail # Issue 356
109 pseudo_kw_illegal_test/07: Fail # Issue 356 108 pseudo_kw_illegal_test/07: Fail # Issue 356
110 pseudo_kw_illegal_test/08: Fail # Issue 356 109 pseudo_kw_illegal_test/08: Fail # Issue 356
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. 443 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop.
445 444
446 [ $compiler == frog && $runtime == none ] 445 [ $compiler == frog && $runtime == none ]
447 *: Skip 446 *: Skip
448 447
449 [ $arch == simarm ] 448 [ $arch == simarm ]
450 *: Skip 449 *: Skip
451 450
452 [ $arch == arm ] 451 [ $arch == arm ]
453 *: Skip 452 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698