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

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

Issue 2687143005: Include metadata in AOT to expand inline frames in stack traces and provide line numbers. (Closed)
Patch Set: collect invisible code frames 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
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 146
147 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 147 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
148 issue23244_test: Fail # Issue 23244 148 issue23244_test: Fail # Issue 23244
149 149
150 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia32 ] 150 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia32 ]
151 vm/regress_24517_test: Pass, Fail # Issue 24517. 151 vm/regress_24517_test: Pass, Fail # Issue 24517.
152 152
153 [ $compiler == precompiler && $runtime == dart_precompiled ] 153 [ $compiler == precompiler && $runtime == dart_precompiled ]
154 vm/regress_27671_test: Skip # Unsupported 154 vm/regress_27671_test: Skip # Unsupported
155 155
156 [ $runtime == dart_precompiled ]
157 # Stacktraces in precompilation omit inlined frames.
158 full_stacktrace1_test: Pass, RuntimeError
159 full_stacktrace2_test: Pass, RuntimeError
160 full_stacktrace3_test: Pass, RuntimeError
161 stack_trace_test: Pass, RuntimeError
162 stacktrace_rethrow_error_test: Pass, RuntimeError
163 stacktrace_rethrow_nonerror_test: Pass, RuntimeError
164 stacktrace_test: Pass, RuntimeError
165 vm/regress_28325_test: RuntimeError # Missing source position in AOT.
166
167
168 [ $runtime == dart_precompiled || $mode == product ] 156 [ $runtime == dart_precompiled || $mode == product ]
169 # Imports dart:mirrors 157 # Imports dart:mirrors
170 const_evaluation_test: SkipByDesign 158 const_evaluation_test: SkipByDesign
171 deferred_constraints_constants_test: SkipByDesign 159 deferred_constraints_constants_test: SkipByDesign
172 enum_mirror_test: SkipByDesign 160 enum_mirror_test: SkipByDesign
173 field_increment_bailout_test: SkipByDesign 161 field_increment_bailout_test: SkipByDesign
174 instance_creation_in_function_annotation_test: SkipByDesign 162 instance_creation_in_function_annotation_test: SkipByDesign
175 invocation_mirror2_test: SkipByDesign 163 invocation_mirror2_test: SkipByDesign
176 invocation_mirror_invoke_on2_test: SkipByDesign 164 invocation_mirror_invoke_on2_test: SkipByDesign
177 invocation_mirror_invoke_on_test: SkipByDesign 165 invocation_mirror_invoke_on_test: SkipByDesign
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 # Use package:unittest 304 # Use package:unittest
317 async_await_test: RuntimeError 305 async_await_test: RuntimeError
318 async_star_test: RuntimeError 306 async_star_test: RuntimeError
319 # TODO(zra): Investigate 307 # TODO(zra): Investigate
320 vm/regress_28325_test: RuntimeError 308 vm/regress_28325_test: RuntimeError
321 closure_cycles_test: Crash 309 closure_cycles_test: Crash
322 310
323 [$compiler == dart2analyzer] 311 [$compiler == dart2analyzer]
324 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 312 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
325 config_import_corelib_test: StaticWarning, OK 313 config_import_corelib_test: StaticWarning, OK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698