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

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

Issue 1171773004: Update dart2js-cps_ir test expectations after bac7481d3d2816dbfa40d34e3cb54c4197684456. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/html/html.status ('k') | tests/language/language_dart2js.status » ('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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
8 8
9 [ $runtime != vm ] 9 [ $runtime != vm ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 string_from_environment_default_value_test: Skip 119 string_from_environment_default_value_test: Skip
120 120
121 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 121 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
122 browser/typed_data_message_test: StaticWarning 122 browser/typed_data_message_test: StaticWarning
123 mint_maker_test: StaticWarning 123 mint_maker_test: StaticWarning
124 124
125 [ $compiler != none || $runtime != vm ] 125 [ $compiler != none || $runtime != vm ]
126 package_root_test: SkipByDesign # Uses dart:io. 126 package_root_test: SkipByDesign # Uses dart:io.
127 127
128 [ $compiler == dart2js && $cps_ir ] 128 [ $compiler == dart2js && $cps_ir ]
129 count_test: Crash # Instance of 'TypeOperator': type casts not implemented. 129 count_test: Crash # Unhandled node
130 cross_isolate_message_test: Crash # Unhandled node 130 cross_isolate_message_test: Crash # Unhandled node
131 deferred_in_isolate2_test: Crash # Instance of 'TypeOperator': type casts not im plemented. 131 deferred_in_isolate2_test: Crash # Unhandled node
132 function_send_test: Crash # (try {p.send(func);}finally {p.send(0);}): try/final ly 132 function_send_test: Crash # (try {p.send(func);}finally {p.send(0);}): try/final ly
133 handle_error2_test: Crash # Unhandled node 133 handle_error2_test: Crash # Unhandled node
134 handle_error3_test: Crash # Unhandled node 134 handle_error3_test: Crash # Unhandled node
135 handle_error_test: Crash # Unhandled node 135 handle_error_test: Crash # Unhandled node
136 illegal_msg_function_test: Crash # Instance of 'TypeOperator': type casts not im plemented. 136 illegal_msg_function_test: Crash # Unhandled node
137 illegal_msg_mirror_test: Crash # Instance of 'TypeOperator': type casts not impl emented. 137 illegal_msg_mirror_test: Crash # Unhandled node
138 isolate_complex_messages_test: Crash # Instance of 'TypeOperator': type casts no t implemented. 138 isolate_complex_messages_test: Crash # Unhandled node
139 isolate_current_test: Crash # Unhandled node 139 isolate_current_test: Crash # Unhandled node
140 mandel_isolate_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 140 mandel_isolate_test: Crash # Unhandled node
141 message2_test: Crash # Instance of 'TypeOperator': type casts not implemented. 141 message2_test: Crash # Unhandled node
142 message3_test/byteBuffer: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 142 message3_test/byteBuffer: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
143 message3_test/constInstance: Crash # Please triage this failure. 143 message3_test/constInstance: Crash # Please triage this failure.
144 message3_test/constList: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 144 message3_test/constList: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
145 message3_test/constList_identical: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 145 message3_test/constList_identical: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
146 message3_test/constMap: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 146 message3_test/constMap: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
147 message3_test/fun: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 147 message3_test/fun: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
148 message3_test/int32x4: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 148 message3_test/int32x4: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
149 message3_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 149 message3_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
150 message_test: Crash # Instance of 'TypeOperator': type casts not implemented. 150 message_test: Crash # Unhandled node
151 mint_maker_test: Crash # Instance of 'TypeOperator': type casts not implemented. 151 mint_maker_test: Crash # Unhandled node
152 nested_spawn2_test: Crash # Instance of 'TypeOperator': type casts not implement ed. 152 nested_spawn2_test: Crash # Unhandled node
153 nested_spawn_test: Crash # Instance of 'TypeOperator': type casts not implemente d. 153 nested_spawn_test: Crash # Unhandled node
154 raw_port_test: Crash # Instance of 'TypeOperator': type casts not implemented. 154 raw_port_test: Crash # Unhandled node
155 request_reply_test: Crash # Instance of 'TypeOperator': type casts not implement ed. 155 request_reply_test: Crash # Unhandled node
156 spawn_function_custom_class_test: Crash # Instance of 'TypeOperator': type casts not implemented. 156 spawn_function_custom_class_test: Crash # Unhandled node
157 spawn_function_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 157 spawn_function_test: Crash # Unhandled node
158 spawn_uri_multi_test/01: Crash # Instance of 'TypeOperator': type casts not impl emented. 158 spawn_uri_multi_test/01: Crash # Unhandled node
159 spawn_uri_multi_test/none: Crash # Instance of 'TypeOperator': type casts not im plemented. 159 spawn_uri_multi_test/none: Crash # Unhandled node
160 stacktrace_message_test: Crash # Instance of 'TypeOperator': type casts not impl emented. 160 stacktrace_message_test: Crash # Unhandled node
161 static_function_test: Crash # Instance of 'TypeOperator': type casts not impleme nted. 161 static_function_test: Crash # Unhandled node
162 timer_isolate_test: Crash # Instance of 'TypeOperator': type casts not implement ed. 162 timer_isolate_test: Crash # Unhandled node
163 unresolved_ports_test: Crash # Instance of 'TypeOperator': type casts not implem ented. 163 unresolved_ports_test: Crash # Unhandled node
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698