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

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

Issue 2871883002: Update status for mixin test (Closed)
Patch Set: Created 3 years, 7 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 156 multiline_newline_test/05: MissingCompileTimeError # Issue 23888
157 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 157 multiline_newline_test/06: MissingCompileTimeError # Issue 23888
158 multiline_newline_test/none: RuntimeError # Issue 23888 158 multiline_newline_test/none: RuntimeError # Issue 23888
159 multiline_newline_test/01r: CompileTimeError # Issue 23888 159 multiline_newline_test/01r: CompileTimeError # Issue 23888
160 multiline_newline_test/02r: CompileTimeError # Issue 23888 160 multiline_newline_test/02r: CompileTimeError # Issue 23888
161 multiline_newline_test/03r: CompileTimeError # Issue 23888 161 multiline_newline_test/03r: CompileTimeError # Issue 23888
162 multiline_newline_test/04r: MissingCompileTimeError # Issue 23888 162 multiline_newline_test/04r: MissingCompileTimeError # Issue 23888
163 multiline_newline_test/05r: MissingCompileTimeError # Issue 23888 163 multiline_newline_test/05r: MissingCompileTimeError # Issue 23888
164 multiline_newline_test/06r: MissingCompileTimeError # Issue 23888 164 multiline_newline_test/06r: MissingCompileTimeError # Issue 23888
165 165
166 mixin_mixin_type_arguments_test: RuntimeError # Issue 29587
167
166 [ $compiler == dart2js && $checked ] 168 [ $compiler == dart2js && $checked ]
167 async_return_types_test/nestedFuture: Fail # Issue 26429 169 async_return_types_test/nestedFuture: Fail # Issue 26429
168 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 170 async_return_types_test/wrongTypeParameter: Fail # Issue 26429
169 regress_26133_test: RuntimeError # Issue 26429 171 regress_26133_test: RuntimeError # Issue 26429
170 regress_29405_test: Fail # Issue 29422 172 regress_29405_test: Fail # Issue 29422
171 type_variable_bounds_test/02: Fail # Issue 12702 173 type_variable_bounds_test/02: Fail # Issue 12702
172 type_variable_bounds2_test/01: Fail # Issue 12702 174 type_variable_bounds2_test/01: Fail # Issue 12702
173 type_variable_bounds2_test/04: Fail # Issue 12702 175 type_variable_bounds2_test/04: Fail # Issue 12702
174 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 176 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
175 type_variable_bounds3_test/00: Fail # Issue 12702 177 type_variable_bounds3_test/00: Fail # Issue 12702
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 factory_redirection_test/02: Crash # Issue 27394 638 factory_redirection_test/02: Crash # Issue 27394
637 factory_redirection_test/03: Crash # Issue 27394 639 factory_redirection_test/03: Crash # Issue 27394
638 mixin_cyclic_test/02: Crash # Issue 27394 640 mixin_cyclic_test/02: Crash # Issue 27394
639 mixin_illegal_cycles_test/01: Crash # Issue 27394 641 mixin_illegal_cycles_test/01: Crash # Issue 27394
640 mixin_illegal_cycles_test/05: Crash # Issue 27394 642 mixin_illegal_cycles_test/05: Crash # Issue 27394
641 named_parameters_test/01: Crash # Issue 27394 643 named_parameters_test/01: Crash # Issue 27394
642 named_parameters_test/03: Crash # Issue 27394 644 named_parameters_test/03: Crash # Issue 27394
643 named_parameters_test/05: Crash # Issue 27394 645 named_parameters_test/05: Crash # Issue 27394
644 named_parameters_test/07: Crash # Issue 27394 646 named_parameters_test/07: Crash # Issue 27394
645 named_parameters_test/09: Crash # Issue 27394 647 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