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

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

Issue 59073003: Version 0.8.10.4 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 == dart2dart] 5 [ $compiler == dart2dart]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_default_value_test: Skip 7 bool_from_environment_default_value_test: Skip
8 bool_from_environment_test: Skip 8 bool_from_environment_test: Skip
9 int_from_environment2_test: Skip 9 int_from_environment2_test: Skip
10 int_from_environment3_test: Skip 10 int_from_environment3_test: Skip
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 105
106 [ $compiler == dart2dart ] 106 [ $compiler == dart2dart ]
107 compare_to2_test: Fail # inherited from VM 107 compare_to2_test: Fail # inherited from VM
108 unicode_test: Fail # inherited from VM 108 unicode_test: Fail # inherited from VM
109 109
110 # Library changes 110 # Library changes
111 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] 111 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
112 map_keys2_test: RuntimeError # Generic types aren't right. 112 map_keys2_test: RuntimeError # Generic types aren't right.
113 113
114 [ $compiler == dart2js ] 114 [ $compiler == dart2js ]
115 map_values2_test: RuntimeError # Generic types aren't right 115 map_values2_test: RuntimeError # Issue 8210
116 116
117 ## Tests failing after merge of experimental library branch. 117 ## Tests failing after merge of experimental library branch.
118 [ $compiler == dart2js ] 118 [ $compiler == dart2js ]
119 # Tests fail due to bug in generics on constants, issue 6827 119 # Tests fail due to bug in generics on constants, issue 6827
120 iterable_to_list_test: RuntimeError 120 iterable_to_list_test: RuntimeError
121 iterable_to_set_test: RuntimeError 121 iterable_to_set_test: RuntimeError
122 122
123 [ $compiler == dart2dart && $minified ] 123 [ $compiler == dart2dart && $minified ]
124 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. 124 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames.
125 125
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 157 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
158 collection_to_string_test: StaticWarning 158 collection_to_string_test: StaticWarning
159 error_stack_trace_test: StaticWarning 159 error_stack_trace_test: StaticWarning
160 iterable_element_at_test: StaticWarning 160 iterable_element_at_test: StaticWarning
161 iterable_test: StaticWarning 161 iterable_test: StaticWarning
162 list_map_test: StaticWarning 162 list_map_test: StaticWarning
163 num_clamp_test: StaticWarning 163 num_clamp_test: StaticWarning
164 queue_test: StaticWarning 164 queue_test: StaticWarning
165 string_codeunits_test: StaticWarning 165 string_codeunits_test: StaticWarning
166 string_test: StaticWarning 166 string_test: StaticWarning
OLDNEW
« no previous file with comments | « dart/tests/compiler/dart2js_native/subclassing_super_call_test.dart ('k') | dart/tests/html/typed_arrays_simd_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698