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

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

Issue 2694213002: Revert "Improvements to causal async stack traces" (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 | « runtime/vm/object.cc ('k') | tests/language/vm/causal_async_exception_stack2_test.dart » ('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 # These test entries will be valid for vm/dartium (with and without kernel). 8 # These test entries will be valid for vm/dartium (with and without kernel).
9 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 9 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
10 async_star_cancel_while_paused_test: RuntimeError 10 async_star_cancel_while_paused_test: RuntimeError
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 null_test/none: SkipByDesign 169 null_test/none: SkipByDesign
170 overridden_no_such_method_test: SkipByDesign 170 overridden_no_such_method_test: SkipByDesign
171 redirecting_factory_reflection_test: SkipByDesign 171 redirecting_factory_reflection_test: SkipByDesign
172 regress_13462_0_test: SkipByDesign 172 regress_13462_0_test: SkipByDesign
173 regress_13462_1_test: SkipByDesign 173 regress_13462_1_test: SkipByDesign
174 regress_18535_test: SkipByDesign 174 regress_18535_test: SkipByDesign
175 super_call4_test: SkipByDesign 175 super_call4_test: SkipByDesign
176 super_getter_setter_test: SkipByDesign 176 super_getter_setter_test: SkipByDesign
177 vm/reflect_core_vm_test: SkipByDesign 177 vm/reflect_core_vm_test: SkipByDesign
178 regress_28255_test: SkipByDesign 178 regress_28255_test: SkipByDesign
179 # Causal async stacks are not supported in product mode
180 vm/causal_async_exception_stack_test: SkipByDesign 179 vm/causal_async_exception_stack_test: SkipByDesign
181 vm/causal_async_exception_stack2_test: SkipByDesign
182 180
183 [ $mode == product || $compiler == app_jit || $compiler == precompiler ] 181 [ $mode == product || $compiler == app_jit || $compiler == precompiler ]
184 # Deferred loading happens eagerly. Issue #27587 182 # Deferred loading happens eagerly. Issue #27587
185 deferred_load_constants_test/02: Fail 183 deferred_load_constants_test/02: Fail
186 deferred_load_constants_test/03: Fail 184 deferred_load_constants_test/03: Fail
187 deferred_load_constants_test/05: Fail 185 deferred_load_constants_test/05: Fail
188 deferred_not_loaded_check_test: Fail 186 deferred_not_loaded_check_test: Fail
189 vm/regress_27201_test: Fail 187 vm/regress_27201_test: Fail
190 188
191 [ $compiler == app_jit ] 189 [ $compiler == app_jit ]
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 async_await_test: RuntimeError 305 async_await_test: RuntimeError
308 async_star_test: RuntimeError 306 async_star_test: RuntimeError
309 vm/causal_async_exception_stack_test: RuntimeError 307 vm/causal_async_exception_stack_test: RuntimeError
310 # TODO(zra): Investigate 308 # TODO(zra): Investigate
311 vm/regress_28325_test: RuntimeError 309 vm/regress_28325_test: RuntimeError
312 closure_cycles_test: Pass, Crash 310 closure_cycles_test: Pass, Crash
313 311
314 [$compiler == dart2analyzer] 312 [$compiler == dart2analyzer]
315 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 313 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
316 config_import_corelib_test: StaticWarning, OK 314 config_import_corelib_test: StaticWarning, OK
OLDNEW
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/language/vm/causal_async_exception_stack2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698