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

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

Issue 1229723008: Add failing test to illustrate issue 23857 (const Symbols are equal to unrelated symbols in dart2js… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | tests/language/symbol_conflict_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 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 cyclic_type2_test: Fail # Issue 12605 128 cyclic_type2_test: Fail # Issue 12605
129 f_bounded_quantification4_test: Fail, OK # Issue 12605 129 f_bounded_quantification4_test: Fail, OK # Issue 12605
130 mixin_generic_test: Fail # Issue 12605 130 mixin_generic_test: Fail # Issue 12605
131 mixin_mixin2_test: Fail # Issue 12605 131 mixin_mixin2_test: Fail # Issue 12605
132 mixin_mixin3_test: Fail # Issue 12605 132 mixin_mixin3_test: Fail # Issue 12605
133 mixin_mixin4_test: Fail # Issue 12605 133 mixin_mixin4_test: Fail # Issue 12605
134 mixin_mixin5_test: Fail # Issue 12605 134 mixin_mixin5_test: Fail # Issue 12605
135 mixin_mixin6_test: Fail # Issue 12605 135 mixin_mixin6_test: Fail # Issue 12605
136 mixin_mixin_bound_test: RuntimeError # Issue 12605 136 mixin_mixin_bound_test: RuntimeError # Issue 12605
137 mixin_mixin_bound2_test: RuntimeError # Issue 12605 137 mixin_mixin_bound2_test: RuntimeError # Issue 12605
138 symbol_conflict_test: RuntimeError # Issue 23857
138 139
139 [ $compiler == dart2js ] 140 [ $compiler == dart2js ]
140 async_await_syntax_test/a05h: Fail # 23716 141 async_await_syntax_test/a05h: Fail # 23716
141 async_await_syntax_test/c11a: Fail # 23716 142 async_await_syntax_test/c11a: Fail # 23716
142 async_await_syntax_test/c11b: Fail # 23716 143 async_await_syntax_test/c11b: Fail # 23716
143 144
144 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream bles/d8.js 145 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream bles/d8.js
145 146
146 type_variable_conflict2_test/01: RuntimeError # Issue 19725 147 type_variable_conflict2_test/01: RuntimeError # Issue 19725
147 148
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 try_catch_test/none: Crash # The null object does not have a getter '_element'. 481 try_catch_test/none: Crash # The null object does not have a getter '_element'.
481 type_parameter_test/01: Crash # Invalid argument(s) 482 type_parameter_test/01: Crash # Invalid argument(s)
482 type_parameter_test/02: Crash # Invalid argument(s) 483 type_parameter_test/02: Crash # Invalid argument(s)
483 type_parameter_test/03: Crash # Invalid argument(s) 484 type_parameter_test/03: Crash # Invalid argument(s)
484 type_parameter_test/04: Crash # Invalid argument(s) 485 type_parameter_test/04: Crash # Invalid argument(s)
485 type_parameter_test/05: Crash # Invalid argument(s) 486 type_parameter_test/05: Crash # Invalid argument(s)
486 type_parameter_test/06: Crash # Invalid argument(s) 487 type_parameter_test/06: Crash # Invalid argument(s)
487 type_parameter_test/none: Crash # Invalid argument(s) 488 type_parameter_test/none: Crash # Invalid argument(s)
488 type_variable_closure2_test: RuntimeError # Please triage this failure. 489 type_variable_closure2_test: RuntimeError # Please triage this failure.
489 type_variable_closure_test: Crash # Invalid argument(s) 490 type_variable_closure_test: Crash # Invalid argument(s)
OLDNEW
« no previous file with comments | « no previous file | tests/language/symbol_conflict_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698