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

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

Issue 2983033002: Removed Dartium test exceptions (Closed)
Patch Set: Remove the Dartium tests exceptions Created 3 years, 5 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/lib/analyzer/analyze_library.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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. 6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests.
7 7
8 [ ! $checked ] 8 [ ! $checked ]
9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
10 10
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 async/timer_repeat_test: RuntimeError 331 async/timer_repeat_test: RuntimeError
332 async/timer_test: RuntimeError 332 async/timer_test: RuntimeError
333 convert/json_lib_test: RuntimeError 333 convert/json_lib_test: RuntimeError
334 math/point_test: RuntimeError 334 math/point_test: RuntimeError
335 math/rectangle_test: RuntimeError 335 math/rectangle_test: RuntimeError
336 mirrors/library_uri_io_test: RuntimeError 336 mirrors/library_uri_io_test: RuntimeError
337 mirrors/library_uri_package_test: RuntimeError 337 mirrors/library_uri_package_test: RuntimeError
338 # fstat bug, MG-479. 338 # fstat bug, MG-479.
339 mirrors/invocation_fuzz_test: Crash 339 mirrors/invocation_fuzz_test: Crash
340 340
341 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
342 async/future_or_bad_type_test/implements: Pass # Issue 28084
343
344 mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21
345 async/schedule_microtask6_test: Fail # Issue 10910
346 async/timer_test: Fail, Pass # Issue 15487
347 async/multiple_timer_test: Fail, Pass # Issue 15487
348 async/stream_periodic3_test: Fail, Pass # Issue 15487
349 async/timer_isActive_test: Fail, Pass # Issue 22352
350 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles.
351 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus t timeout and waste bot cycles.
352 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io.
353 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction.
354 mirrors/local_isolate_test: RuntimeError # Issue 12188
355 mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue 22072
356
357 [ $compiler == none && $runtime == dartium && $system == macos ]
358 convert/streamed_conversion_utf8_decode_test: Pass, Slow
359
360 [ $compiler == none && $runtime == drt && $system == windows ]
361 async/multiple_timer_test: Fail, Pass # See Issue 10982
362 async/timer_test: Fail, Pass # See Issue 10982
363
364 [ $compiler == none && $runtime == drt && $checked ] 341 [ $compiler == none && $runtime == drt && $checked ]
365 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24 460 342 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24 460
366 343
367 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $checked ]
368 # TODO(terry): Failing tests with Dartium 50 roll (NEED TO FIX All)
369 # ---------------------------------------------
370 mirrors/regress_16321_test/01: Timeout, Pass # Roll 50 crash works on full build
371 # ---------------------------------------------
372 # TODO(terry): End of Dartium 50 roll failures
373
374 [ $compiler == dart2js && $runtime == safarimobilesim ] 344 [ $compiler == dart2js && $runtime == safarimobilesim ]
375 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. 345 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806.
376 mirrors/null_test: Fail # Issue 16831 346 mirrors/null_test: Fail # Issue 16831
377 347
378 [ $compiler == dart2js && $runtime == jsshell ] 348 [ $compiler == dart2js && $runtime == jsshell ]
379 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate. 349 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate.
380 350
381 [ $compiler == dart2analyzer ] 351 [ $compiler == dart2analyzer ]
382 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue 352 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue
383 353
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 [ $compiler == dartk || $compiler == dartkp ] 591 [ $compiler == dartk || $compiler == dartkp ]
622 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335. 592 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335.
623 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335. 593 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335.
624 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335. 594 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335.
625 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335. 595 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335.
626 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335. 596 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335.
627 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335. 597 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335.
628 598
629 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 599 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
630 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. 600 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
OLDNEW
« no previous file with comments | « tests/lib/analyzer/analyze_library.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698