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

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

Issue 2957613002: Mark a crashing test (Closed)
Patch Set: 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 | « 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 [ $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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 [ $compiler != dart2js ] 456 [ $compiler != dart2js ]
457 async/dart2js_uncaught_error_test: Skip # JS-integration only test 457 async/dart2js_uncaught_error_test: Skip # JS-integration only test
458 458
459 [ $compiler == precompiler || $mode == product ] 459 [ $compiler == precompiler || $mode == product ]
460 mirrors/*: SkipByDesign 460 mirrors/*: SkipByDesign
461 461
462 [ $compiler == precompiler ] 462 [ $compiler == precompiler ]
463 convert/chunked_conversion_utf88_test: Pass, Timeout 463 convert/chunked_conversion_utf88_test: Pass, Timeout
464 convert/utf85_test: Pass, Timeout 464 convert/utf85_test: Pass, Timeout
465 465
466 [ $compiler == precompiler && $mode == debug ]
467 async/stream_distinct_test: Crash # Issue 29994.
468
466 [ $hot_reload || $hot_reload_rollback ] 469 [ $hot_reload || $hot_reload_rollback ]
467 async/multiple_timer_test: Pass, Fail # Timing related 470 async/multiple_timer_test: Pass, Fail # Timing related
468 async/stream_transformer_test: Pass, Fail # Closure identity 471 async/stream_transformer_test: Pass, Fail # Closure identity
469 mirrors/closurization_equivalence_test: SkipByDesign # Method equality 472 mirrors/closurization_equivalence_test: SkipByDesign # Method equality
470 mirrors/fake_function_with_call_test: SkipByDesign # Method equality 473 mirrors/fake_function_with_call_test: SkipByDesign # Method equality
471 474
472 mirrors/library_enumeration_deferred_loading_test: Crash # Deferred loading 475 mirrors/library_enumeration_deferred_loading_test: Crash # Deferred loading
473 mirrors/library_imports_deferred_test: Crash # Deferred loading 476 mirrors/library_imports_deferred_test: Crash # Deferred loading
474 mirrors/library_import_deferred_loading_test: Crash # Deferred loading 477 mirrors/library_import_deferred_loading_test: Crash # Deferred loading
475 mirrors/typedef_deferred_library_test: Crash # Deferred loading 478 mirrors/typedef_deferred_library_test: Crash # Deferred loading
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 [ $compiler == dartk || $compiler == dartkp ] 640 [ $compiler == dartk || $compiler == dartkp ]
638 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335. 641 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335.
639 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335. 642 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335.
640 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335. 643 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335.
641 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335. 644 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335.
642 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335. 645 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335.
643 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335. 646 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335.
644 647
645 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 648 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
646 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. 649 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
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