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

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

Issue 2688783002: Fix missing top frame in exception stacks in product mode (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/lib/stacktrace.cc ('k') | tests/language/stack_trace_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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 null_test/none: SkipByDesign 181 null_test/none: SkipByDesign
182 overridden_no_such_method_test: SkipByDesign 182 overridden_no_such_method_test: SkipByDesign
183 redirecting_factory_reflection_test: SkipByDesign 183 redirecting_factory_reflection_test: SkipByDesign
184 regress_13462_0_test: SkipByDesign 184 regress_13462_0_test: SkipByDesign
185 regress_13462_1_test: SkipByDesign 185 regress_13462_1_test: SkipByDesign
186 regress_18535_test: SkipByDesign 186 regress_18535_test: SkipByDesign
187 super_call4_test: SkipByDesign 187 super_call4_test: SkipByDesign
188 super_getter_setter_test: SkipByDesign 188 super_getter_setter_test: SkipByDesign
189 vm/reflect_core_vm_test: SkipByDesign 189 vm/reflect_core_vm_test: SkipByDesign
190 regress_28255_test: SkipByDesign 190 regress_28255_test: SkipByDesign
191 vm/causal_async_exception_stack_test: SkipByDesign
191 192
192 [ $mode == product || $compiler == app_jit || $compiler == precompiler ] 193 [ $mode == product || $compiler == app_jit || $compiler == precompiler ]
193 # Deferred loading happens eagerly. Issue #27587 194 # Deferred loading happens eagerly. Issue #27587
194 deferred_load_constants_test/02: Fail 195 deferred_load_constants_test/02: Fail
195 deferred_load_constants_test/03: Fail 196 deferred_load_constants_test/03: Fail
196 deferred_load_constants_test/05: Fail 197 deferred_load_constants_test/05: Fail
197 deferred_not_loaded_check_test: Fail 198 deferred_not_loaded_check_test: Fail
198 vm/regress_27201_test: Fail 199 vm/regress_27201_test: Fail
199 200
200 [ $compiler == app_jit ] 201 [ $compiler == app_jit ]
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 # Use package:unittest 316 # Use package:unittest
316 async_await_test: RuntimeError 317 async_await_test: RuntimeError
317 async_star_test: RuntimeError 318 async_star_test: RuntimeError
318 # TODO(zra): Investigate 319 # TODO(zra): Investigate
319 vm/regress_28325_test: RuntimeError 320 vm/regress_28325_test: RuntimeError
320 closure_cycles_test: Crash 321 closure_cycles_test: Crash
321 322
322 [$compiler == dart2analyzer] 323 [$compiler == dart2analyzer]
323 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 324 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
324 config_import_corelib_test: StaticWarning, OK 325 config_import_corelib_test: StaticWarning, OK
OLDNEW
« no previous file with comments | « runtime/lib/stacktrace.cc ('k') | tests/language/stack_trace_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698