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

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

Issue 1151163004: Implementation of null-aware operators. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | « tests/language/language.status ('k') | tests/language/this_conditional_operator_test.dart » ('j') | 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 ref_before_declaration_test/01: MissingCompileTimeError 52 ref_before_declaration_test/01: MissingCompileTimeError
53 ref_before_declaration_test/02: MissingCompileTimeError 53 ref_before_declaration_test/02: MissingCompileTimeError
54 ref_before_declaration_test/03: MissingCompileTimeError 54 ref_before_declaration_test/03: MissingCompileTimeError
55 ref_before_declaration_test/04: MissingCompileTimeError 55 ref_before_declaration_test/04: MissingCompileTimeError
56 ref_before_declaration_test/05: MissingCompileTimeError 56 ref_before_declaration_test/05: MissingCompileTimeError
57 ref_before_declaration_test/06: MissingCompileTimeError 57 ref_before_declaration_test/06: MissingCompileTimeError
58 58
59 regress_22976_test/01: CompileTimeError # Issue 23132 59 regress_22976_test/01: CompileTimeError # Issue 23132
60 regress_22976_test/02: CompileTimeError # Issue 23132 60 regress_22976_test/02: CompileTimeError # Issue 23132
61 61
62 # Null-aware operators aren't implemented in dart2js yet. 62 if_null_assignment_behavior_test/13: Crash # Issue 23491
63 if_null_evaluation_order_test: CompileTimeError 63 if_null_assignment_behavior_test/14: Crash # Issue 23491
64 if_null_precedence_test: CompileTimeError
65 if_null_behavior_test: CompileTimeError
66 if_null_assignment_behavior_test: CompileTimeError
67 if_null_assignment_static_test: CompileTimeError
68 conditional_property_assignment_test: CompileTimeError
69 conditional_property_access_test: CompileTimeError
70 conditional_method_invocation_test: CompileTimeError
71 super_conditional_operator_test/none: CompileTimeError
72
73 64
74 # VM specific tests that should not be run by dart2js. 65 # VM specific tests that should not be run by dart2js.
75 vm/*: Skip # Issue 12699 66 vm/*: Skip # Issue 12699
76 67
77 [ $compiler == dart2js && $checked ] 68 [ $compiler == dart2js && $checked ]
78 type_variable_bounds_test/02: Fail # Issue 12702 69 type_variable_bounds_test/02: Fail # Issue 12702
79 type_variable_bounds2_test/01: Fail # Issue 12702 70 type_variable_bounds2_test/01: Fail # Issue 12702
80 type_variable_bounds2_test/04: Fail # Issue 12702 71 type_variable_bounds2_test/04: Fail # Issue 12702
81 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 72 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
82 type_variable_bounds3_test/00: Fail # Issue 12702 73 type_variable_bounds3_test/00: Fail # Issue 12702
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 1029 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted.
1039 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 1030 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
1040 typevariable_substitution2_test/01: Crash # Please triage this failure. 1031 typevariable_substitution2_test/01: Crash # Please triage this failure.
1041 typevariable_substitution2_test/02: Crash # Please triage this failure. 1032 typevariable_substitution2_test/02: Crash # Please triage this failure.
1042 typevariable_substitution2_test/none: Crash # Please triage this failure. 1033 typevariable_substitution2_test/none: Crash # Please triage this failure.
1043 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1034 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1044 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1035 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1045 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1036 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1046 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1037 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1047 void_type_test: Crash # Unhandled node 1038 void_type_test: Crash # Unhandled node
1039
1040 # Null-aware operators aren't implemented in the CPS IR yet.
1041 if_null_evaluation_order_test: Crash
1042 if_null_precedence_test: Crash
1043 if_null_behavior_test: Crash
1044 if_null_assignment_behavior_test: Crash
1045 if_null_assignment_static_test: Crash
1046 conditional_property_assignment_test: Fail
1047 conditional_property_assignment_test/06: Crash
1048 conditional_property_assignment_test/11: Crash
1049 conditional_property_assignment_test/14: Crash
1050 conditional_property_assignment_test/15: Crash
1051 conditional_property_assignment_test/16: Crash
1052 conditional_property_assignment_test/17: Crash
1053 conditional_property_assignment_test/18: Crash
1054 conditional_property_assignment_test/19: Crash
1055 conditional_property_assignment_test/20: Crash
1056 conditional_property_assignment_test/21: Crash
1057 conditional_property_assignment_test/22: Crash
1058
1059 conditional_property_access_test: Fail
1060 conditional_property_access_test/07: Crash
1061 conditional_property_access_test/08: Crash
1062 conditional_property_access_test/09: Crash
1063 conditional_method_invocation_test: Fail
1064 conditional_method_invocation_test/none: Pass
1065 conditional_method_invocation_test/09: Crash
1066 conditional_method_invocation_test/10: Crash
1067 conditional_method_invocation_test/11: Crash
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/this_conditional_operator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698