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

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

Issue 11938036: Hide collection-dev library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Allow dart:_collection-dev in dartc. Other fixes. Created 7 years, 10 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/corelib/hidden_library2_test.dart ('k') | tools/create_sdk.py » ('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 # 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 compile_time_constant_checked3_test/03: Fail, OK 97 compile_time_constant_checked3_test/03: Fail, OK
98 compile_time_constant_checked3_test/04: Fail, OK 98 compile_time_constant_checked3_test/04: Fail, OK
99 compile_time_constant_checked3_test/05: Fail, OK 99 compile_time_constant_checked3_test/05: Fail, OK
100 compile_time_constant_checked3_test/06: Fail, OK 100 compile_time_constant_checked3_test/06: Fail, OK
101 101
102 [ $compiler == none && $checked ] 102 [ $compiler == none && $checked ]
103 default_factory2_test/01: Fail # Issue 7075. 103 default_factory2_test/01: Fail # Issue 7075.
104 104
105 [ $compiler == dartc ] 105 [ $compiler == dartc ]
106 class_literal_test/none : Fail # Issue 7630. 106 class_literal_test/none : Fail # Issue 7630.
107 import_private_test/01: Fail # Issue 8365.
107 108
108 # test issue 7749 109 # test issue 7749
109 list_literal1_negative_test: Fail 110 list_literal1_negative_test: Fail
110 map_literal1_negative_test: Fail 111 map_literal1_negative_test: Fail
111 112
112 113
113 # test issue 8129 114 # test issue 8129
114 redirecting_factory_infinite_steps_test/01: Fail 115 redirecting_factory_infinite_steps_test/01: Fail
115 116
116 117
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 *: Skip 580 *: Skip
580 581
581 [ $arch == simarm ] 582 [ $arch == simarm ]
582 *: Skip 583 *: Skip
583 584
584 [ $arch == mips ] 585 [ $arch == mips ]
585 *: Skip 586 *: Skip
586 587
587 [ $arch == simmips ] 588 [ $arch == simmips ]
588 *: Skip 589 *: Skip
OLDNEW
« no previous file with comments | « tests/corelib/hidden_library2_test.dart ('k') | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698