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

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

Issue 2992903002: Fix a couple of things causing bot redness: (Closed)
Patch Set: Created 3 years, 4 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
OLDNEW
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. 5 # The VM and dart2js do not implement the Dart 2.0 static type errors yet.
6 # Analyzer does, but only when "--strong" is used. 6 # Analyzer does, but only when "--strong" is used.
7 [ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong && ! $checked) ] 7 [ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong && ! $checked) ]
8 abstract_beats_arguments_test: MissingCompileTimeError 8 abstract_beats_arguments_test: MissingCompileTimeError
9 abstract_exact_selector_test/01: MissingCompileTimeError 9 abstract_exact_selector_test/01: MissingCompileTimeError
10 abstract_factory_constructor_test/00: MissingCompileTimeError 10 abstract_factory_constructor_test/00: MissingCompileTimeError
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 bit_operations_test/04: Crash 559 bit_operations_test/04: Crash
560 bit_operations_test/none: Crash 560 bit_operations_test/none: Crash
561 black_listed_test/none: Crash 561 black_listed_test/none: Crash
562 bool_check_test: Crash 562 bool_check_test: Crash
563 bool_test: Crash 563 bool_test: Crash
564 bootstrap_test: RuntimeError 564 bootstrap_test: RuntimeError
565 bound_closure_equality_test: Crash 565 bound_closure_equality_test: Crash
566 bound_closure_primitives_test: Crash 566 bound_closure_primitives_test: Crash
567 branch_canonicalization_test: RuntimeError 567 branch_canonicalization_test: RuntimeError
568 break_test: Crash 568 break_test: Crash
569 built_in_identifier_test/01: Crash
570 built_in_identifier_test/none: Crash
569 571
570 [ $compiler == dart2js && $runtime != none && $checked ] 572 [ $compiler == dart2js && $runtime != none && $checked ]
571 assert_with_message_test: RuntimeError 573 assert_with_message_test: RuntimeError
572 574
573 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 575 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
574 async_return_types_test/nestedFuture: Fail 576 async_return_types_test/nestedFuture: Fail
575 async_return_types_test/wrongTypeParameter: Fail 577 async_return_types_test/wrongTypeParameter: Fail
576 578
577 # These test entries will be valid for vm (with and without kernel). 579 # These test entries will be valid for vm (with and without kernel).
578 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 580 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 681 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
680 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 682 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
681 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 683 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
682 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 684 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
683 async_star_no_cancel_test: Skip # Flutter Issue 9110 685 async_star_no_cancel_test: Skip # Flutter Issue 9110
684 686
685 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] 687 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ]
686 bool_check_test: RuntimeError # Issue 29647 688 bool_check_test: RuntimeError # Issue 29647
687 bool_condition_check_test: RuntimeError 689 bool_condition_check_test: RuntimeError
688 690
691 [ $compiler == precompiler && $runtime == dart_precompiled ]
692 bool_check_test: RuntimeError
693
689 [ $compiler == dart2analyzer ] 694 [ $compiler == dart2analyzer ]
690 bad_initializer2_negative_test: fail # Issue 14880 695 bad_initializer2_negative_test: fail # Issue 14880
691 black_listed_test/none: fail # Issue 14228 696 black_listed_test/none: fail # Issue 14228
692 bad_initializer1_negative_test: CompileTimeError # Issue 14529 697 bad_initializer1_negative_test: CompileTimeError # Issue 14529
693 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 698 bad_named_constructor_negative_test: CompileTimeError # Issue 18693
694 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 699 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695
700 built_in_identifier_prefix_test: CompileTimeError
695 701
696 [ $strong ] 702 [ $runtime == vm ]
697 #bad_constructor_test: Skip 703 built_in_identifier_prefix_test: CompileTimeError
698 #bad_initializer1_negative_test: Skip 704
699 #bad_initializer2_negative_test: Skip 705 [ $compiler == dart2js ]
700 #bad_named_constructor_negative_test: Skip 706 built_in_identifier_prefix_test: CompileTimeError
701 #bad_named_parameters2_test: Skip 707
702 #bad_named_parameters_test: Skip 708 [ $compiler == dartdevc ]
703 #bad_override_test: Skip 709 built_in_identifier_prefix_test: CompileTimeError
704 #black_listed_test: Skip
705 #body_less_constructor_wrong_arg_negative_test: Skip
OLDNEW
« no previous file with comments | « tests/language_2/built_in_identifier_test.dart ('k') | tests/language_strong/built_in_identifier_prefix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698