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

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

Issue 50573002: Remove dart:platform library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
« no previous file with comments | « sdk/lib/platform/platform_sources.gypi ('k') | tests/lib/platform/environment_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 [ $csp ] 5 [ $csp ]
6 mirrors/delegate_test: RuntimeError # Issue 13864 6 mirrors/delegate_test: RuntimeError # Issue 13864
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002
10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 123
124 124
125 [ $compiler == dart2js && $browser ] 125 [ $compiler == dart2js && $browser ]
126 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 126 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
127 # implement timer (currently only in d8 ) 127 # implement timer (currently only in d8 )
128 128
129 [ $compiler == dart2dart ] 129 [ $compiler == dart2dart ]
130 mirrors/*: Skip # http://dartbug.com/11511 130 mirrors/*: Skip # http://dartbug.com/11511
131 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910 131 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910
132 async/schedule_microtask3_test: RuntimeError # Issue 13719: Please triage this f ailure. 132 async/schedule_microtask3_test: RuntimeError # Issue 13719: Please triage this f ailure.
133 platform/package_root_test: Fail # Issue 14451
134 platform/script_test: Fail # Issue 14451
135 platform/isolate_test: Fail # Issue 14451
136
137 133
138 [ $compiler == dart2dart && $minified ] 134 [ $compiler == dart2dart && $minified ]
139 json/json_test: Fail # Issue 10961 135 json/json_test: Fail # Issue 10961
140 136
141 [ $compiler == dart2js && $minified ] 137 [ $compiler == dart2js && $minified ]
142 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 138 mirrors/typedef_test/01: Fail # http://dartbug.com/6490
143 139
144 [ $runtime == ff ] 140 [ $runtime == ff ]
145 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 141 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
146 async/multiple_timer_test: Pass, Fail 142 async/multiple_timer_test: Pass, Fail
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 179 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
184 mirrors/symbol_validation_test: RuntimeError # Issue 13596 180 mirrors/symbol_validation_test: RuntimeError # Issue 13596
185 181
186 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 182 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
187 183
188 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 184 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
189 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321 185 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321
190 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 186 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
191 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 187 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
192 async/schedule_microtask6_test: Fail # Issue 10910 188 async/schedule_microtask6_test: Fail # Issue 10910
193 platform/isolate_test: Skip # Issue 14444
194 189
195 [ $compiler == none && $runtime == drt && $mode == debug ] 190 [ $compiler == none && $runtime == drt && $mode == debug ]
196 mirrors/hierarchy_invariants_test: Pass, Slow # Issue 14449 191 mirrors/hierarchy_invariants_test: Pass, Slow # Issue 14449
197 192
198 [ $compiler == none && $runtime == drt && $system == windows ] 193 [ $compiler == none && $runtime == drt && $system == windows ]
199 async/multiple_timer_test: Fail, Pass # See Issue 10982 194 async/multiple_timer_test: Fail, Pass # See Issue 10982
200 async/timer_test: Fail, Pass # See Issue 10982 195 async/timer_test: Fail, Pass # See Issue 10982
201 196
202 [ $arch == simmips || $arch == mips ] 197 [ $arch == simmips || $arch == mips ]
203 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. 198 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025.
204 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 199 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
205 200
206 [ $arch == simarm ] 201 [ $arch == simarm ]
207 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. 202 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644.
208 convert/utf85_test: Pass, Slow # Issue 12644. 203 convert/utf85_test: Pass, Slow # Issue 12644.
209 204
210 [ $compiler == none && $runtime == dartium ] 205 [ $compiler == none && $runtime == dartium ]
211 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 206 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
212 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 207 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
213 208
214 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 209 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
215 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. 210 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
216 async/timer_isolate_test: Fail 211 async/timer_isolate_test: Fail
217 212
218 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows ]
219 platform/uri_test: Fail # Issue 14504
220
221 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 213 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
222 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 214 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
223 215
224 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 216 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
225 async/future_test: StaticWarning 217 async/future_test: StaticWarning
226 async/future_value_chain4_test: StaticWarning 218 async/future_value_chain4_test: StaticWarning
227 async/schedule_microtask3_test: StaticWarning 219 async/schedule_microtask3_test: StaticWarning
228 async/stream_controller_async_test: StaticWarning 220 async/stream_controller_async_test: StaticWarning
229 async/stream_controller_test: StaticWarning 221 async/stream_controller_test: StaticWarning
230 async/stream_event_transformed_test: StaticWarning 222 async/stream_event_transformed_test: StaticWarning
(...skipping 20 matching lines...) Expand all
251 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 243 mirrors/type_variable_owner_test: StaticWarning # Issue 14524
252 mirrors/typedef_test: StaticWarning # Issue 14524 244 mirrors/typedef_test: StaticWarning # Issue 14524
253 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 245 mirrors/typedef_metadata_test: StaticWarning # Issue 14524
254 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 246 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524
255 247
256 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 248 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
257 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 249 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
258 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 250 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
259 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 251 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
260 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time 252 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time
OLDNEW
« no previous file with comments | « sdk/lib/platform/platform_sources.gypi ('k') | tests/lib/platform/environment_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698