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

Side by Side Diff: tests/language/language_dart2js.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 | « tests/language/language.status ('k') | tests/language/stacktrace_demangle_ctors_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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 enum_test: Fail # Issue 28340 6 enum_test: Fail # Issue 28340
7 regress_28341_test: Fail # Issue 28340 7 regress_28341_test: Fail # Issue 28340
8 deferred_not_loaded_check_test: Fail # Issue 27577 8 deferred_not_loaded_check_test: Fail # Issue 27577
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 method_name_test: Fail # issue 25574 10 method_name_test: Fail # issue 25574
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 covariant_test/08: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 48 covariant_test/08: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
49 covariant_test/12: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 49 covariant_test/12: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
50 covariant_test/14: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 50 covariant_test/14: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
51 covariant_test/16: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 51 covariant_test/16: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
52 covariant_test/22: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 52 covariant_test/22: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
53 covariant_test/28: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 53 covariant_test/28: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
54 covariant_test/32: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 54 covariant_test/32: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
55 covariant_test/34: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 55 covariant_test/34: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
56 covariant_test/36: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 56 covariant_test/36: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
57 57
58 stacktrace_demangle_ctors_test: Fail # dart2js stack traces are not always compl iant.
59
58 [ $compiler == dart2js && $fast_startup ] 60 [ $compiler == dart2js && $fast_startup ]
59 const_evaluation_test/*: Fail # mirrors not supported 61 const_evaluation_test/*: Fail # mirrors not supported
60 deferred_constraints_constants_test/none: Fail # mirrors not supported 62 deferred_constraints_constants_test/none: Fail # mirrors not supported
61 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup ported 63 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup ported
62 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th e wrong reason 64 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th e wrong reason
63 enum_mirror_test: Fail # mirrors not supported 65 enum_mirror_test: Fail # mirrors not supported
64 field_increment_bailout_test: Fail # mirrors not supported 66 field_increment_bailout_test: Fail # mirrors not supported
65 instance_creation_in_function_annotation_test: Fail # mirrors not supported 67 instance_creation_in_function_annotation_test: Fail # mirrors not supported
66 invocation_mirror2_test: Fail # mirrors not supported 68 invocation_mirror2_test: Fail # mirrors not supported
67 invocation_mirror_invoke_on2_test: Fail # mirrors not supported 69 invocation_mirror_invoke_on2_test: Fail # mirrors not supported
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 factory_redirection_test/02: Crash # Issue 27394 671 factory_redirection_test/02: Crash # Issue 27394
670 factory_redirection_test/03: Crash # Issue 27394 672 factory_redirection_test/03: Crash # Issue 27394
671 mixin_cyclic_test/02: Crash # Issue 27394 673 mixin_cyclic_test/02: Crash # Issue 27394
672 mixin_illegal_cycles_test/01: Crash # Issue 27394 674 mixin_illegal_cycles_test/01: Crash # Issue 27394
673 mixin_illegal_cycles_test/05: Crash # Issue 27394 675 mixin_illegal_cycles_test/05: Crash # Issue 27394
674 named_parameters_test/01: Crash # Issue 27394 676 named_parameters_test/01: Crash # Issue 27394
675 named_parameters_test/03: Crash # Issue 27394 677 named_parameters_test/03: Crash # Issue 27394
676 named_parameters_test/05: Crash # Issue 27394 678 named_parameters_test/05: Crash # Issue 27394
677 named_parameters_test/07: Crash # Issue 27394 679 named_parameters_test/07: Crash # Issue 27394
678 named_parameters_test/09: Crash # Issue 27394 680 named_parameters_test/09: Crash # Issue 27394
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/stacktrace_demangle_ctors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698