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

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

Issue 166913002: Fix status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « no previous file | 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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 [ $runtime == ff ] 194 [ $runtime == ff ]
195 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 195 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
196 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 196 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
197 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 197 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589
198 198
199 [ $runtime == ie9 ] 199 [ $runtime == ie9 ]
200 # IE9 doesn't support typed arrays. 200 # IE9 doesn't support typed arrays.
201 typed_data/*: Fail # Issue 11971 201 typed_data/*: Fail # Issue 11971
202 convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue 12029 202 convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue 12029
203 convert/streamed_conversion_json_utf8_decode_test: Pass, Timeout # Issue 12029 203 convert/streamed_conversion_json_utf8_decode_test: Pass, Timeout # Issue 12029
204 async/deferred/deferred_api_test: Pass, Timeout # http://dartbug.com/12635 204 async/deferred/*: Pass, Fail, Timeout # http://dartbug.com/12635
205 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # http://dartbug.com /12768 205 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # http://dartbug.com /12768
206 convert/utf85_test: Skip # Issue 12029. 206 convert/utf85_test: Skip # Issue 12029.
207 convert/json_util_test: Fail # Issue 16109 207 convert/json_util_test: Fail # Issue 16109
208 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 208 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589
209 209
210 [ $compiler == dart2js ] 210 [ $compiler == dart2js ]
211 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 211 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275
212 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 212 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533
213 213
214 [ $runtime == opera ] 214 [ $runtime == opera ]
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 264 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
265 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 265 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
266 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag 266 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag
267 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag 267 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag
268 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag 268 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag
269 269
270 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 270 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
271 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. 271 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
272 async/timer_isolate_test: Fail 272 async/timer_isolate_test: Fail
273 273
274 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm ) ] 274 [ $compiler == dart2dart || ($compiler == none && ($runtime == drt || $runtime = = dartium || $runtime == vm)) ]
275 # Deferred loading is not implemented in the VM so the error-handling will never be triggered. 275 # Deferred loading is not implemented in the VM so the error-handling will never be triggered.
276 async/deferred/deferred_fail_to_load_test: Fail 276 async/deferred/deferred_fail_to_load_test: Fail
277 # Deferred loading is not implemented in the VM so the error-handling will never be triggered. 277 # Deferred loading is not implemented in the VM so the error-handling will never be triggered.
278 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. 278 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
279 async/deferred/deferred_in_isolate_test: Fail 279 async/deferred/deferred_in_isolate_test: Fail
280 280
281 [ $compiler == dart2js ] 281 [ $compiler == dart2js ]
282 async/schedule_microtask_test: Fail # Issue 9002 282 async/schedule_microtask_test: Fail # Issue 9002
283 283
284 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 284 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
285 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 285 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116
286 286
287 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>' 287 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>'
288 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2> 288 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2>
289 289
290 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 290 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
291 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 291 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
292 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 292 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
293 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 293 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
294 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 294 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
295 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 295 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698