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

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

Issue 2790923002: Special scope for labelled statements. (Closed)
Patch Set: Update status file. Created 3 years, 8 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/co19/co19-kernel.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 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 mirrors/typedef_library_test: RuntimeError 645 mirrors/typedef_library_test: RuntimeError
646 mirrors/typedef_metadata_test: RuntimeError 646 mirrors/typedef_metadata_test: RuntimeError
647 mirrors/typedef_reflected_type_test/01: RuntimeError 647 mirrors/typedef_reflected_type_test/01: RuntimeError
648 mirrors/typedef_reflected_type_test/none: RuntimeError 648 mirrors/typedef_reflected_type_test/none: RuntimeError
649 mirrors/typedef_test: RuntimeError 649 mirrors/typedef_test: RuntimeError
650 mirrors/type_variable_is_static_test: RuntimeError 650 mirrors/type_variable_is_static_test: RuntimeError
651 mirrors/typevariable_mirror_metadata_test: RuntimeError 651 mirrors/typevariable_mirror_metadata_test: RuntimeError
652 mirrors/type_variable_owner_test/01: RuntimeError 652 mirrors/type_variable_owner_test/01: RuntimeError
653 mirrors/variable_is_const_test/01: MissingCompileTimeError 653 mirrors/variable_is_const_test/01: MissingCompileTimeError
654 mirrors/variable_is_const_test/none: RuntimeError 654 mirrors/variable_is_const_test/none: RuntimeError
655 profiler/metrics_num_test: CompileTimeError
656 655
657 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 656 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
658 async/stream_type_test: Crash 657 async/stream_type_test: Crash
659 mirrors/variable_is_const_test/01: Crash 658 mirrors/variable_is_const_test/01: Crash
660 659
661 # dartk: checked mode failures 660 # dartk: checked mode failures
662 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 661 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
663 mirrors/invocation_fuzz_test/smi: Fail 662 mirrors/invocation_fuzz_test/smi: Fail
664 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424 663 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424
665 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424 664 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424
666 mirrors/reflected_type_generics_test/02: Pass 665 mirrors/reflected_type_generics_test/02: Pass
667 mirrors/regress_16321_test/01: MissingCompileTimeError 666 mirrors/regress_16321_test/01: MissingCompileTimeError
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698