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

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

Issue 2798263004: Test can pass if minification accidentally picks same name (Closed)
Patch Set: 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 | « no previous file | no next file » | 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 positional_parameters_type_test/01: MissingRuntimeError, OK 188 positional_parameters_type_test/01: MissingRuntimeError, OK
189 positional_parameters_type_test/02: MissingRuntimeError, OK 189 positional_parameters_type_test/02: MissingRuntimeError, OK
190 issue13474_test: RuntimeError, OK 190 issue13474_test: RuntimeError, OK
191 191
192 [ $compiler == dart2js && $unchecked && $minified ] 192 [ $compiler == dart2js && $unchecked && $minified ]
193 f_bounded_quantification5_test: Fail, OK # Issue 12605 193 f_bounded_quantification5_test: Fail, OK # Issue 12605
194 194
195 [ $compiler == dart2js && $minified ] 195 [ $compiler == dart2js && $minified ]
196 cyclic_type_test/0*: Fail # Issue 12605 196 cyclic_type_test/0*: Fail # Issue 12605
197 cyclic_type2_test: Fail # Issue 12605 197 cyclic_type2_test: Fail # Issue 12605
198 f_bounded_quantification4_test: Fail, OK # Issue 12605 198 f_bounded_quantification4_test: Fail, Pass # Issue 12605
Emily Fortuna 2017/04/07 01:38:37 ugh. should we re-open that bug with what you lear
199 generic_closure_test: Fail # Issue 12605 199 generic_closure_test: Fail # Issue 12605
200 mixin_generic_test: Fail # Issue 12605 200 mixin_generic_test: Fail # Issue 12605
201 mixin_mixin2_test: Fail # Issue 12605 201 mixin_mixin2_test: Fail # Issue 12605
202 mixin_mixin3_test: Fail # Issue 12605 202 mixin_mixin3_test: Fail # Issue 12605
203 mixin_mixin4_test: Fail # Issue 12605 203 mixin_mixin4_test: Fail # Issue 12605
204 mixin_mixin5_test: Fail # Issue 12605 204 mixin_mixin5_test: Fail # Issue 12605
205 mixin_mixin6_test: Fail # Issue 12605 205 mixin_mixin6_test: Fail # Issue 12605
206 mixin_mixin_bound_test: RuntimeError # Issue 12605 206 mixin_mixin_bound_test: RuntimeError # Issue 12605
207 mixin_mixin_bound2_test: RuntimeError # Issue 12605 207 mixin_mixin_bound2_test: RuntimeError # Issue 12605
208 symbol_conflict_test: RuntimeError # Issue 23857 208 symbol_conflict_test: RuntimeError # Issue 23857
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 factory_redirection_test/02: Crash # Issue 27394 669 factory_redirection_test/02: Crash # Issue 27394
670 factory_redirection_test/03: Crash # Issue 27394 670 factory_redirection_test/03: Crash # Issue 27394
671 mixin_cyclic_test/02: Crash # Issue 27394 671 mixin_cyclic_test/02: Crash # Issue 27394
672 mixin_illegal_cycles_test/01: Crash # Issue 27394 672 mixin_illegal_cycles_test/01: Crash # Issue 27394
673 mixin_illegal_cycles_test/05: Crash # Issue 27394 673 mixin_illegal_cycles_test/05: Crash # Issue 27394
674 named_parameters_test/01: Crash # Issue 27394 674 named_parameters_test/01: Crash # Issue 27394
675 named_parameters_test/03: Crash # Issue 27394 675 named_parameters_test/03: Crash # Issue 27394
676 named_parameters_test/05: Crash # Issue 27394 676 named_parameters_test/05: Crash # Issue 27394
677 named_parameters_test/07: Crash # Issue 27394 677 named_parameters_test/07: Crash # Issue 27394
678 named_parameters_test/09: Crash # Issue 27394 678 named_parameters_test/09: Crash # Issue 27394
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698