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

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

Issue 1653833002: Add shared tests demonstrating bugs #25624, #25625, and #25626. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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/accessor_conflict_setter.dart ('k') | tests/language/language_analyzer2.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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ ($compiler == none || $compiler == precompiler) ] 8 [ ($compiler == none || $compiler == precompiler) ]
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
10 10
(...skipping 26 matching lines...) Expand all
37 cyclic_type_test/04: Fail, OK 37 cyclic_type_test/04: Fail, OK
38 cyclic_type2_test: Fail, OK 38 cyclic_type2_test: Fail, OK
39 least_upper_bound_expansive_test/*: Fail, OK 39 least_upper_bound_expansive_test/*: Fail, OK
40 40
41 async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti me-errs. 41 async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti me-errs.
42 async_star_cancel_while_paused_test: RuntimeError 42 async_star_cancel_while_paused_test: RuntimeError
43 async_star_await_pauses_test: Skip # Times out. Issue 23996 43 async_star_await_pauses_test: Skip # Times out. Issue 23996
44 44
45 library_env_test: RuntimeError 45 library_env_test: RuntimeError
46 46
47 accessor_conflict_export2_test: RuntimeError # Issue 25625
48 accessor_conflict_import2_test: RuntimeError # Issue 25625
49 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25625
50 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25625
51
47 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] 52 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
48 53
49 class_keyword_test/02: MissingCompileTimeError # Issue 13627 54 class_keyword_test/02: MissingCompileTimeError # Issue 13627
50 unicode_bom_test: Fail # Issue 16067 55 unicode_bom_test: Fail # Issue 16067
51 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. 56 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
52 try_catch_optimized1_test: Skip # Srdjan investigating 57 try_catch_optimized1_test: Skip # Srdjan investigating
53 58
54 [ ($compiler == none || $compiler == precompiler) && $checked ] 59 [ ($compiler == none || $compiler == precompiler) && $checked ]
55 type_variable_bounds4_test/01: Fail # Issue 14006 60 type_variable_bounds4_test/01: Fail # Issue 14006
56 61
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 155
151 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot 156 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot
152 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. 157 tearoff_basic_test: RuntimeError, Crash # Conflicting flag.
153 vm/type_cast_vm_test: RuntimeError # Line number mismatch. 158 vm/type_cast_vm_test: RuntimeError # Line number mismatch.
154 159
155 [ $runtime == dart_precompiled ] 160 [ $runtime == dart_precompiled ]
156 ct_const2_test: Pass, Crash # Incompatible flag --compile_all 161 ct_const2_test: Pass, Crash # Incompatible flag --compile_all
157 hello_dart_test: Pass, Crash # Incompatible flag --compile_all 162 hello_dart_test: Pass, Crash # Incompatible flag --compile_all
158 163
159 implicit_closure_test: Pass, Crash # --use_slow_path 164 implicit_closure_test: Pass, Crash # --use_slow_path
OLDNEW
« no previous file with comments | « tests/language/accessor_conflict_setter.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698