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

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

Issue 1255293005: Fix analyzer interpretation of 'ClassName?.staticMember'. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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) 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 [ $compiler == none ] 8 [ $compiler == none ]
9 built_in_identifier_prefix_test: Fail # Issue 6970 9 built_in_identifier_prefix_test: Fail # Issue 6970
10 10
(...skipping 24 matching lines...) Expand all
35 unicode_bom_test: Fail # Issue 16067 35 unicode_bom_test: Fail # Issue 16067
36 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. 36 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
37 try_catch_optimized1_test: Skip # Srdjan investigating 37 try_catch_optimized1_test: Skip # Srdjan investigating
38 38
39 [ $compiler == none && $checked ] 39 [ $compiler == none && $checked ]
40 type_variable_bounds4_test/01: Fail # Issue 14006 40 type_variable_bounds4_test/01: Fail # Issue 14006
41 41
42 [ $compiler == none ] 42 [ $compiler == none ]
43 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 43 dynamic_prefix_core_test/01: RuntimeError # Issue 12478
44 multiline_strings_test: Fail # Issue 23020 44 multiline_strings_test: Fail # Issue 23020
45 conditional_method_invocation_test/12: Fail # Issue 23794
46 conditional_method_invocation_test/13: Fail # Issue 23794
47 conditional_method_invocation_test/14: Fail # Issue 23794
48 conditional_method_invocation_test/15: Fail # Issue 23794
49 conditional_method_invocation_test/16: Fail # Issue 23794
50 conditional_method_invocation_test/17: Fail # Issue 23794
51 conditional_method_invocation_test/18: Fail # Issue 23794
52 conditional_method_invocation_test/19: Fail # Issue 23794
53 conditional_property_access_test/10: Fail # Issue 23794
54 conditional_property_access_test/11: Fail # Issue 23794
55 conditional_property_access_test/12: Fail # Issue 23794
56 conditional_property_access_test/13: Fail # Issue 23794
57 conditional_property_access_test/14: Fail # Issue 23794
58 conditional_property_access_test/15: Fail # Issue 23794
59 conditional_property_access_test/16: Fail # Issue 23794
60 conditional_property_access_test/17: Fail # Issue 23794
61 conditional_property_assignment_test/23: Fail # Issue 23794
62 conditional_property_assignment_test/24: Fail # Issue 23794
63 conditional_property_assignment_test/25: Fail # Issue 23794
64 conditional_property_assignment_test/26: Fail # Issue 23794
65 conditional_property_assignment_test/27: Fail # Issue 23794
66 conditional_property_assignment_test/28: Fail # Issue 23794
67 conditional_property_assignment_test/29: Fail # Issue 23794
68 conditional_property_assignment_test/30: Fail # Issue 23794
69 conditional_property_assignment_test/31: Fail # Issue 23794
70 conditional_property_assignment_test/32: Fail # Issue 23794
71 conditional_property_assignment_test/33: Fail # Issue 23794
72 conditional_property_assignment_test/34: Fail # Issue 23794
73 conditional_property_assignment_test/35: Fail # Issue 23794
74 conditional_property_increment_decrement_test/17: Fail # Issue 23794
75 conditional_property_increment_decrement_test/18: Fail # Issue 23794
76 conditional_property_increment_decrement_test/19: Fail # Issue 23794
77 conditional_property_increment_decrement_test/20: Fail # Issue 23794
78 conditional_property_increment_decrement_test/21: Fail # Issue 23794
79 conditional_property_increment_decrement_test/22: Fail # Issue 23794
80 conditional_property_increment_decrement_test/23: Fail # Issue 23794
81 conditional_property_increment_decrement_test/24: Fail # Issue 23794
82 conditional_property_increment_decrement_test/25: Fail # Issue 23794
83 conditional_property_increment_decrement_test/26: Fail # Issue 23794
84 conditional_property_increment_decrement_test/27: Fail # Issue 23794
85 conditional_property_increment_decrement_test/28: Fail # Issue 23794
86 conditional_property_increment_decrement_test/29: Fail # Issue 23794
87 conditional_property_increment_decrement_test/30: Fail # Issue 23794
88 conditional_property_increment_decrement_test/31: Fail # Issue 23794
89 conditional_property_increment_decrement_test/32: Fail # Issue 23794
90 conditional_property_increment_decrement_test/33: Fail # Issue 23794
91 conditional_property_increment_decrement_test/34: Fail # Issue 23794
92 conditional_property_increment_decrement_test/35: Fail # Issue 23794
93 conditional_property_increment_decrement_test/36: Fail # Issue 23794
94 conditional_property_increment_decrement_test/37: Fail # Issue 23794
95 conditional_property_increment_decrement_test/38: Fail # Issue 23794
96 conditional_property_increment_decrement_test/39: Fail # Issue 23794
97 conditional_property_increment_decrement_test/40: Fail # Issue 23794
98 if_null_assignment_behavior_test/31: Fail # Issue 23794
99 if_null_assignment_behavior_test/32: Fail # Issue 23794
45 100
46 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] 101 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
47 dynamic_prefix_core_test/none: Fail # Issue 12478 102 dynamic_prefix_core_test/none: Fail # Issue 12478
48 export_ambiguous_main_negative_test: Fail # Issue 14763 103 export_ambiguous_main_negative_test: Fail # Issue 14763
49 104
50 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $unchecked ] 105 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $unchecked ]
51 assertion_test: Fail # Issue 14651. 106 assertion_test: Fail # Issue 14651.
52 generic_test: Fail # Issue 14651. 107 generic_test: Fail # Issue 14651.
53 list_literal4_test: Fail # Issue 14651. 108 list_literal4_test: Fail # Issue 14651.
54 map_literal4_test: Fail # Issue 14651. 109 map_literal4_test: Fail # Issue 14651.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 143
89 [ $compiler == none && $runtime == ContentShellOnAndroid ] 144 [ $compiler == none && $runtime == ContentShellOnAndroid ]
90 gc_test: SkipSlow # Times out flakily. Issue 20956 145 gc_test: SkipSlow # Times out flakily. Issue 20956
91 146
92 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a rch == simarmv5te || $arch == armv5te || $arch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] 147 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a rch == simarmv5te || $arch == armv5te || $arch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ]
93 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151 148 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151
94 149
95 [ $compiler == none && $runtime == dartium ] 150 [ $compiler == none && $runtime == dartium ]
96 mixin_super_test: Fail # Can't pass VMOptions to dartium. 151 mixin_super_test: Fail # Can't pass VMOptions to dartium.
97 mixin_super_bound2_test: Fail # Can't pass VMOptions to dartium. 152 mixin_super_bound2_test: Fail # Can't pass VMOptions to dartium.
OLDNEW
« no previous file with comments | « tests/language/if_null_assignment_behavior_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698