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

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

Issue 1246983003: dart2js: add failing test for namer and global stubs. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: More comment-update. 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 | « tests/language/classes_static_method_clash_test.dart ('k') | 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 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 f_bounded_quantification4_test: Fail, OK # Issue 12605 133 f_bounded_quantification4_test: Fail, OK # Issue 12605
134 mixin_generic_test: Fail # Issue 12605 134 mixin_generic_test: Fail # Issue 12605
135 mixin_mixin2_test: Fail # Issue 12605 135 mixin_mixin2_test: Fail # Issue 12605
136 mixin_mixin3_test: Fail # Issue 12605 136 mixin_mixin3_test: Fail # Issue 12605
137 mixin_mixin4_test: Fail # Issue 12605 137 mixin_mixin4_test: Fail # Issue 12605
138 mixin_mixin5_test: Fail # Issue 12605 138 mixin_mixin5_test: Fail # Issue 12605
139 mixin_mixin6_test: Fail # Issue 12605 139 mixin_mixin6_test: Fail # Issue 12605
140 mixin_mixin_bound_test: RuntimeError # Issue 12605 140 mixin_mixin_bound_test: RuntimeError # Issue 12605
141 mixin_mixin_bound2_test: RuntimeError # Issue 12605 141 mixin_mixin_bound2_test: RuntimeError # Issue 12605
142 symbol_conflict_test: RuntimeError # Issue 23857 142 symbol_conflict_test: RuntimeError # Issue 23857
143 classes_static_method_clash_test: RuntimeError # Issue 23885
143 144
144 [ $compiler == dart2js ] 145 [ $compiler == dart2js ]
145 async_await_syntax_test/a05h: Fail # 23716 146 async_await_syntax_test/a05h: Fail # 23716
146 async_await_syntax_test/c11a: Fail # 23716 147 async_await_syntax_test/c11a: Fail # 23716
147 async_await_syntax_test/c11b: Fail # 23716 148 async_await_syntax_test/c11b: Fail # 23716
148 149
149 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream bles/d8.js 150 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream bles/d8.js
150 151
151 type_variable_conflict2_test/01: RuntimeError # Issue 19725 152 type_variable_conflict2_test/01: RuntimeError # Issue 19725
152 153
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 try_catch_test/none: Crash # The null object does not have a getter '_element'. 489 try_catch_test/none: Crash # The null object does not have a getter '_element'.
489 type_parameter_test/01: Crash # Invalid argument(s) 490 type_parameter_test/01: Crash # Invalid argument(s)
490 type_parameter_test/02: Crash # Invalid argument(s) 491 type_parameter_test/02: Crash # Invalid argument(s)
491 type_parameter_test/03: Crash # Invalid argument(s) 492 type_parameter_test/03: Crash # Invalid argument(s)
492 type_parameter_test/04: Crash # Invalid argument(s) 493 type_parameter_test/04: Crash # Invalid argument(s)
493 type_parameter_test/05: Crash # Invalid argument(s) 494 type_parameter_test/05: Crash # Invalid argument(s)
494 type_parameter_test/06: Crash # Invalid argument(s) 495 type_parameter_test/06: Crash # Invalid argument(s)
495 type_parameter_test/none: Crash # Invalid argument(s) 496 type_parameter_test/none: Crash # Invalid argument(s)
496 type_variable_closure2_test: RuntimeError # Please triage this failure. 497 type_variable_closure2_test: RuntimeError # Please triage this failure.
497 type_variable_closure_test: Crash # Invalid argument(s) 498 type_variable_closure_test: Crash # Invalid argument(s)
OLDNEW
« no previous file with comments | « tests/language/classes_static_method_clash_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698