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

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

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

Powered by Google App Engine
This is Rietveld 408576698