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

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

Issue 2800593002: Update dart2js status (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 | « tests/compiler/dart2js_extra/dart2js_extra.status ('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 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 273
274 [ $minified ] 274 [ $minified ]
275 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 275 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
276 regress_21795_test: RuntimeError # Issue 12605 276 regress_21795_test: RuntimeError # Issue 12605
277 277
278 [ $compiler == dart2js ] 278 [ $compiler == dart2js ]
279 accessor_conflict_export2_test: Crash # Issue 25626 279 accessor_conflict_export2_test: Crash # Issue 25626
280 accessor_conflict_export_test: Crash # Issue 25626 280 accessor_conflict_export_test: Crash # Issue 25626
281 generic_field_mixin4_test: Crash # Issue 18651 281 generic_field_mixin4_test: Crash # Issue 18651
282 generic_field_mixin5_test: Crash # Issue 18651 282 generic_field_mixin5_test: Crash # Issue 18651
283 method_override5_test: RuntimeError # Issue 12809
284
285 [ $compiler == dart2js ]
283 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors 286 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors
284 method_override5_test: RuntimeError # Issue 12809
285 287
286 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] 288 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ]
287 issue23244_test: RuntimeError # 23244 289 issue23244_test: RuntimeError # 23244
288 290
289 [ $compiler == dart2js && $host_checked ] 291 [ $compiler == dart2js && $host_checked ]
290 regress_26855_test/1: Crash # Issue 26867 292 regress_26855_test/1: Crash # Issue 26867
291 regress_26855_test/2: Crash # Issue 26867 293 regress_26855_test/2: Crash # Issue 26867
292 regress_26855_test/3: Crash # Issue 26867 294 regress_26855_test/3: Crash # Issue 26867
293 regress_26855_test/4: Crash # Issue 26867 295 regress_26855_test/4: Crash # Issue 26867
294 296
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 factory_redirection_test/02: Crash # Issue 27394 672 factory_redirection_test/02: Crash # Issue 27394
671 factory_redirection_test/03: Crash # Issue 27394 673 factory_redirection_test/03: Crash # Issue 27394
672 mixin_cyclic_test/02: Crash # Issue 27394 674 mixin_cyclic_test/02: Crash # Issue 27394
673 mixin_illegal_cycles_test/01: Crash # Issue 27394 675 mixin_illegal_cycles_test/01: Crash # Issue 27394
674 mixin_illegal_cycles_test/05: Crash # Issue 27394 676 mixin_illegal_cycles_test/05: Crash # Issue 27394
675 named_parameters_test/01: Crash # Issue 27394 677 named_parameters_test/01: Crash # Issue 27394
676 named_parameters_test/03: Crash # Issue 27394 678 named_parameters_test/03: Crash # Issue 27394
677 named_parameters_test/05: Crash # Issue 27394 679 named_parameters_test/05: Crash # Issue 27394
678 named_parameters_test/07: Crash # Issue 27394 680 named_parameters_test/07: Crash # Issue 27394
679 named_parameters_test/09: Crash # Issue 27394 681 named_parameters_test/09: Crash # Issue 27394
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698