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

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

Issue 12628003: Fix crash in issue 8919. The test still fails. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 type_variable_field_initializer_closure_test: Crash # issue 8847 67 type_variable_field_initializer_closure_test: Crash # issue 8847
68 68
69 super_getter_setter_test: Fail # Issue 8917 69 super_getter_setter_test: Fail # Issue 8917
70 super_operator_index7_test: Fail # Issue 8918 70 super_operator_index7_test: Fail # Issue 8918
71 71
72 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 72 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
73 gc_test: Skip # Issue 1487, flaky. 73 gc_test: Skip # Issue 1487, flaky.
74 74
75 [ $compiler == none && $mode == debug ] 75 [ $compiler == none && $mode == debug ]
76 gc_test: Skip # Takes too long. 76 gc_test: Skip # Takes too long.
77 super_operator_index5_test: Crash # Issue 8919 77 super_operator_index5_test: Fail # Issue 8919
78 78
79 [ $compiler == none && $unchecked ] 79 [ $compiler == none && $unchecked ]
80 80
81 # Only checked mode reports an error on type assignment 81 # Only checked mode reports an error on type assignment
82 # problems in compile time constants. 82 # problems in compile time constants.
83 compile_time_constant_checked_test/02: Fail, OK 83 compile_time_constant_checked_test/02: Fail, OK
84 compile_time_constant_checked2_test/01: Fail, OK 84 compile_time_constant_checked2_test/01: Fail, OK
85 compile_time_constant_checked2_test/02: Fail, OK 85 compile_time_constant_checked2_test/02: Fail, OK
86 compile_time_constant_checked2_test/03: Fail, OK 86 compile_time_constant_checked2_test/03: Fail, OK
87 compile_time_constant_checked2_test/04: Fail, OK 87 compile_time_constant_checked2_test/04: Fail, OK
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 # 299 #
300 # Add new dartc annotations above in alphabetical order 300 # Add new dartc annotations above in alphabetical order
301 # 301 #
302 302
303 # VM specific tests that should not be run by DartC. 303 # VM specific tests that should not be run by DartC.
304 *vm_test: Skip 304 *vm_test: Skip
305 *vm_negative_test: Skip 305 *vm_negative_test: Skip
306 306
307 307
308 [ $compiler == none && $runtime == drt ] 308 [ $compiler == none && $runtime == drt ]
309 type_variable_field_initializer_closure_test: Fail # issue 8847 309 type_variable_field_initializer_closure_test: Fail # issue 8847
310 final_variable_assignment_test/01: Fail 310 final_variable_assignment_test/01: Fail
311 final_variable_assignment_test/02: Fail 311 final_variable_assignment_test/02: Fail
312 final_variable_assignment_test/03: Fail 312 final_variable_assignment_test/03: Fail
313 final_variable_assignment_test/04: Fail 313 final_variable_assignment_test/04: Fail
314 gc_test: Skip # Issue 1487 314 gc_test: Skip # Issue 1487
315 315
316 316
317 [ $runtime == dartium ] 317 [ $runtime == dartium ]
318 import_combinators_test: Fail 318 import_combinators_test: Fail
319 319
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 compile_time_constant_checked3_test/01: Fail, OK 537 compile_time_constant_checked3_test/01: Fail, OK
538 compile_time_constant_checked3_test/02: Fail, OK 538 compile_time_constant_checked3_test/02: Fail, OK
539 compile_time_constant_checked3_test/03: Fail, OK 539 compile_time_constant_checked3_test/03: Fail, OK
540 compile_time_constant_checked3_test/04: Fail, OK 540 compile_time_constant_checked3_test/04: Fail, OK
541 compile_time_constant_checked3_test/05: Fail, OK 541 compile_time_constant_checked3_test/05: Fail, OK
542 compile_time_constant_checked3_test/06: Fail, OK 542 compile_time_constant_checked3_test/06: Fail, OK
543 543
544 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 544 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
545 type_parameter_literal_test: Fail 545 type_parameter_literal_test: Fail
546 546
547 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 547 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847
548 548
549 super_getter_setter_test: Fail # VM bug: issue 8917 549 super_getter_setter_test: Fail # VM bug: issue 8917
550 super_operator_index7_test: Fail # VM bug: issue 8918 550 super_operator_index7_test: Fail # VM bug: issue 8918
551 551
552 [ $compiler == dart2dart && $minified ] 552 [ $compiler == dart2dart && $minified ]
553 553
554 # TODO(tball): Assign proper bug numbers. 554 # TODO(tball): Assign proper bug numbers.
555 class_literal_test/none: Fail 555 class_literal_test/none: Fail
556 556
557 import_core_prefix_test: Pass 557 import_core_prefix_test: Pass
558 prefix22_test: Pass 558 prefix22_test: Pass
559 invocation_mirror_test: Fail, OK # hardcoded names. 559 invocation_mirror_test: Fail, OK # hardcoded names.
560 invocation_mirror2_test: Fail, OK # hardcoded names. 560 invocation_mirror2_test: Fail, OK # hardcoded names.
561 super_call4_test: Fail, OK # hardcoded names. 561 super_call4_test: Fail, OK # hardcoded names.
562 562
563 [ $arch == arm ] 563 [ $arch == arm ]
564 *: Skip 564 *: Skip
565 565
566 [ $arch == simarm ] 566 [ $arch == simarm ]
567 *: Skip 567 *: Skip
568 568
569 [ $arch == mips ] 569 [ $arch == mips ]
570 *: Skip 570 *: Skip
571 571
572 [ $arch == simmips ] 572 [ $arch == simmips ]
573 *: Skip 573 *: Skip
OLDNEW
« runtime/vm/flow_graph_builder.cc ('K') | « runtime/vm/flow_graph_builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698