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

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

Issue 2693643002: [Fuchsia] Update test status files (Closed)
Patch Set: Created 3 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
« no previous file with comments | « tests/language/language.status ('k') | tests/standalone/standalone.status » ('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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 274
275 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 275 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
276 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 276 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
277 277
278 mirrors/symbol_validation_test: RuntimeError # Issue 13596 278 mirrors/symbol_validation_test: RuntimeError # Issue 13596
279 279
280 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are n ot covered by any MirrorsUsed annotation. 280 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are n ot covered by any MirrorsUsed annotation.
281 281
282 async/future_or_strong_test: RuntimeError, OK 282 async/future_or_strong_test: RuntimeError, OK
283 283
284 [ $runtime == vm && $system == fuchsia ]
285 # These use package:unittest
286 async/first_regression_test: RuntimeError
287 async/future_timeout_test: RuntimeError
288 async/multiple_timer_test: RuntimeError
289 async/schedule_microtask2_test: RuntimeError
290 async/schedule_microtask3_test: RuntimeError
291 async/schedule_microtask5_test: RuntimeError
292 async/stream_controller_async_test: RuntimeError
293 async/stream_first_where_test: RuntimeError
294 async/stream_from_iterable_test: RuntimeError
295 async/stream_iterator_test: RuntimeError
296 async/stream_join_test: RuntimeError
297 async/stream_last_where_test: RuntimeError
298 async/stream_periodic2_test: RuntimeError
299 async/stream_periodic3_test: RuntimeError
300 async/stream_periodic4_test: RuntimeError
301 async/stream_periodic5_test: RuntimeError
302 async/stream_periodic6_test: RuntimeError
303 async/stream_periodic_test: RuntimeError
304 async/stream_single_test: RuntimeError
305 async/stream_single_to_multi_subscriber_test: RuntimeError
306 async/stream_state_nonzero_timer_test: RuntimeError
307 async/stream_state_test: RuntimeError
308 async/stream_subscription_as_future_test: RuntimeError
309 async/stream_subscription_cancel_test: RuntimeError
310 async/stream_timeout_test: RuntimeError
311 async/stream_transform_test: RuntimeError
312 async/stream_transformation_broadcast_test: RuntimeError
313 async/timer_cancel1_test: RuntimeError
314 async/timer_cancel2_test: RuntimeError
315 async/timer_cancel_test: RuntimeError
316 async/timer_isActive_test: RuntimeError
317 async/timer_repeat_test: RuntimeError
318 async/timer_test: RuntimeError
319 convert/json_lib_test: RuntimeError
320 math/point_test: RuntimeError
321 math/rectangle_test: RuntimeError
322 mirrors/library_uri_io_test: RuntimeError
323 mirrors/library_uri_package_test: RuntimeError
324 # fstat bug, MG-479.
325 mirrors/invocation_fuzz_test: Crash
326
284 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 327 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
285 async/future_or_bad_type_test/implements: Pass # Issue 28084 328 async/future_or_bad_type_test/implements: Pass # Issue 28084
286 329
287 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21 330 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21
288 async/schedule_microtask6_test: Fail # Issue 10910 331 async/schedule_microtask6_test: Fail # Issue 10910
289 async/timer_test: Fail, Pass # Issue 15487 332 async/timer_test: Fail, Pass # Issue 15487
290 async/multiple_timer_test: Fail, Pass # Issue 15487 333 async/multiple_timer_test: Fail, Pass # Issue 15487
291 async/stream_periodic3_test: Fail, Pass # Issue 15487 334 async/stream_periodic3_test: Fail, Pass # Issue 15487
292 async/timer_isActive_test: Fail, Pass # Issue 22352 335 async/timer_isActive_test: Fail, Pass # Issue 22352
293 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles. 336 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles.
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 mirrors/typedef_deferred_library_test: Crash # Deferred loading 467 mirrors/typedef_deferred_library_test: Crash # Deferred loading
425 mirrors/deferred_mirrors_update_test: Crash # Deferred loading 468 mirrors/deferred_mirrors_update_test: Crash # Deferred loading
426 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading 469 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
427 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading 470 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading
428 mirrors/load_library_test: Crash # Deferred loading 471 mirrors/load_library_test: Crash # Deferred loading
429 472
430 [ $hot_reload ] 473 [ $hot_reload ]
431 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 474 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
432 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 475 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
433 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. 476 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698