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

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

Issue 2818933003: Fix #28740 demangle constructors in stack traces (A.A becomes new A). (Closed)
Patch Set: Fix ctor demangle test comments, kind() == ctor, and test status updates 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 | « runtime/vm/symbols.h ('k') | tests/language/language_dart2js.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 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ] 8 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
9 abstract_beats_arguments2_test/01: Crash # Issue 29171 9 abstract_beats_arguments2_test/01: Crash # Issue 29171
10 10
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 named_parameters_type_test/03: SkipByDesign # Requires checked mode. 226 named_parameters_type_test/03: SkipByDesign # Requires checked mode.
227 type_checks_in_factory_method_test: SkipByDesign # Requires checked mode. 227 type_checks_in_factory_method_test: SkipByDesign # Requires checked mode.
228 positional_parameters_type_test/01: SkipByDesign # Requires checked mode. 228 positional_parameters_type_test/01: SkipByDesign # Requires checked mode.
229 positional_parameters_type_test/02: SkipByDesign # Requires checked mode. 229 positional_parameters_type_test/02: SkipByDesign # Requires checked mode.
230 list_literal4_test: SkipByDesign # Requires checked mode. 230 list_literal4_test: SkipByDesign # Requires checked mode.
231 generic_test: SkipByDesign # Requires checked mode. 231 generic_test: SkipByDesign # Requires checked mode.
232 map_literal4_test: SkipByDesign # Requires checked mode. 232 map_literal4_test: SkipByDesign # Requires checked mode.
233 233
234 vm/type_vm_test: Fail,OK # Expects exact type name. 234 vm/type_vm_test: Fail,OK # Expects exact type name.
235 235
236 stacktrace_demangle_ctors_test: SkipByDesign # Names are not scrubbed.
236 237
237 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $br owser ] 238 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $br owser ]
238 # The following tests are supposed to fail. 239 # The following tests are supposed to fail.
239 library_env_test/has_io_support: RuntimeError, OK 240 library_env_test/has_io_support: RuntimeError, OK
240 library_env_test/has_no_html_support: RuntimeError, OK 241 library_env_test/has_no_html_support: RuntimeError, OK
241 242
242 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $br owser != true ] 243 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $br owser != true ]
243 # The following tests are supposed to fail. 244 # The following tests are supposed to fail.
244 library_env_test/has_html_support: RuntimeError, OK 245 library_env_test/has_html_support: RuntimeError, OK
245 library_env_test/has_no_io_support: RuntimeError, OK 246 library_env_test/has_no_io_support: RuntimeError, OK
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 572 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
572 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 573 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
573 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 574 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
574 asyncstar_yield_test: Skip # Flutter Issue 9110 575 asyncstar_yield_test: Skip # Flutter Issue 9110
575 async_star_no_cancel_test: Skip # Flutter Issue 9110 576 async_star_no_cancel_test: Skip # Flutter Issue 9110
576 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 577 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
577 await_for_test: Skip # Flutter Issue 9110 578 await_for_test: Skip # Flutter Issue 9110
578 await_for_cancel_test: Skip # Flutter Issue 9110 579 await_for_cancel_test: Skip # Flutter Issue 9110
579 580
580 581
OLDNEW
« no previous file with comments | « runtime/vm/symbols.h ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698