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

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

Issue 1136523008: Revert "dart2js cps: Introduce GetStatic/SetStatic." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 | Annotate | Revision Log
« 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 && $arch == mips && $mode == debug ] 9 [ $runtime == vm && $arch == mips && $mode == debug ]
10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. 10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device.
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 string_from_environment_default_value_test: Skip 116 string_from_environment_default_value_test: Skip
117 117
118 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 118 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
119 browser/typed_data_message_test: StaticWarning 119 browser/typed_data_message_test: StaticWarning
120 mint_maker_test: StaticWarning 120 mint_maker_test: StaticWarning
121 121
122 [ $compiler != none || $runtime != vm ] 122 [ $compiler != none || $runtime != vm ]
123 package_root_test: SkipByDesign # Uses dart:io. 123 package_root_test: SkipByDesign # Uses dart:io.
124 124
125 [ $compiler == dart2js && $cps_ir ] 125 [ $compiler == dart2js && $cps_ir ]
126 bool_from_environment_default_value_test : RuntimeError 126 bool_from_environment_default_value_test: Crash # (test): handleStaticFunctionGe t: function(test)
127 count_test : Crash # Instance of 'TypeOperator': type casts not implemented. 127 compile_time_error_test/01: Crash # (entry): handleStaticFunctionGet: function(e ntry)
128 cross_isolate_message_test : Crash # bailout: (switch (msg[0]){case "ready1":Sen dPort toIsolate1=msg[1];Isolate.spawn(crossIsolate2,toIsolate1);break;case "from Isolate1":expect(msg[1],100);fromIsolate1.close();break;default:fail("unreachabl e! Tag: ${msg[0]}");}): Unhandled node 128 compile_time_error_test/none: Crash # (entry): handleStaticFunctionGet: function (entry)
129 deferred_in_isolate2_test : Crash # bailout: unsupported element kind: _defaultE nvironment:field 129 count_test: Crash # (main): handleStaticFunctionGet: function(main)
130 function_send_test : Crash # bailout: (try {p.send(func);}finally {p.send(0);}): try/finally 130 cross_isolate_message_test: Crash # (main): handleStaticFunctionGet: function(ma in)
131 handle_error2_test : Crash # bailout: (switch (state){case 1:Expect.equals(new A rgumentError("whoops").toString(),"${error}");state++ ;break;case 2:Expect.equal s(new RangeError.value(37).toString(),"${error}");state++ ;reply.close();subscri ption.cancel();asyncEnd();break;default:throw "Bad state for error: ${state}: ${ error}";}): Unhandled node 131 deferred_in_isolate2_test: Crash # handleStaticFunctionGet: function(loadDeferre d)
132 handle_error3_test : Crash # bailout: (switch (state2){case 1:Expect.equals(new ArgumentError("whoops").toString(),"${error}");state2++ ;break;case 2:Expect.equ als(new RangeError.value(37).toString(),"${error}");state2++ ;reply2.close();iso late2.removeErrorListener(errorPort2.sendPort);errorPort2.close();asyncEnd();bre ak;default:throw "Bad state-2 for error: ${state}: ${error}";}): Unhandled node 132 function_send_test: Crash # (toplevel): handleStaticFunctionGet: function(toplev el)
133 handle_error_test : Crash # bailout: (switch (state){case 1:Expect.equals(new Ar gumentError("whoops").toString(),"${error}");state++ ;sendPort.send(state);break ;case 2:Expect.equals(new RangeError.value(37).toString(),"${error}");state++ ;s endPort.send(state);reply.close();subscription.cancel();asyncEnd();break;default :throw "Bad state for error: ${state}: ${error}";}): Unhandled node 133 handle_error2_test: Crash # (isomain1): handleStaticFunctionGet: function(isomai n1)
134 illegal_msg_function_test : Crash # Instance of 'TypeOperator': type casts not i mplemented. 134 handle_error3_test: Crash # (isomain1): handleStaticFunctionGet: function(isomai n1)
135 illegal_msg_mirror_test : Crash # Instance of 'TypeOperator': type casts not imp lemented. 135 handle_error_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain 1)
136 int_from_environment_default_value_test : RuntimeError 136 illegal_msg_function_test: Crash # (main): handleStaticFunctionGet: function(mai n)
137 isolate_complex_messages_test : Crash # Instance of 'TypeOperator': type casts n ot implemented. 137 illegal_msg_mirror_test: Crash # (main): handleStaticFunctionGet: function(main)
138 isolate_current_test : Crash # bailout: (switch (state){case 0:response.complete (v);state++ ;break;case 1:p.close();Expect.isTrue(v);asyncEnd();}): Unhandled no de 138 int_from_environment_default_value_test: Crash # (test): handleStaticFunctionGet : function(test)
139 mandel_isolate_test : Crash # bailout: unsupported element kind: _defaultEnviron ment:field 139 isolate_complex_messages_test: Crash # (main): handleStaticFunctionGet: function (main)
140 message2_test : Crash # Instance of 'TypeOperator': type casts not implemented. 140 isolate_current_test: Crash # (i2l): handleStaticFunctionGet: function(i2l)
141 message3_test/byteBuffer : Crash # Instance of 'TypeOperator': type check unimpl emented for Map. 141 isolate_import_test/01: Crash # (entry): handleStaticFunctionGet: function(entry )
142 message3_test/constInstance : Crash # Assertion failure: Unknown variable: varia ble(runTests#constF). 142 isolate_import_test/none: Crash # (entry): handleStaticFunctionGet: function(ent ry)
143 message3_test/constList : Crash # Instance of 'TypeOperator': type check unimple mented for Map. 143 isolate_stress_test: Crash # (worker): handleStaticFunctionGet: function(worker)
144 message3_test/constList_identical : Crash # Instance of 'TypeOperator': type che ck unimplemented for Map. 144 issue_22778_test: Crash # (func): handleStaticFunctionGet: function(func)
145 message3_test/constMap : Crash # Instance of 'TypeOperator': type check unimplem ented for Map. 145 kill2_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1)
146 message3_test/fun : Crash # Instance of 'TypeOperator': type check unimplemented for Map. 146 kill_self_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1)
147 message3_test/int32x4 : Crash # Instance of 'TypeOperator': type check unimpleme nted for Map. 147 kill_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1)
148 message3_test/none : Crash # Instance of 'TypeOperator': type check unimplemente d for Map. 148 mandel_isolate_test: Crash # (main): handleStaticFunctionGet: function(main)
149 message_test : Crash # Instance of 'TypeOperator': type casts not implemented. 149 message2_test: Crash # (main): handleStaticFunctionGet: function(main)
150 mint_maker_test : Crash # Instance of 'TypeOperator': type casts not implemented . 150 message3_test/byteBuffer: Crash # (echoMain): handleStaticFunctionGet: function( echoMain)
151 nested_spawn2_test : Crash # Instance of 'TypeOperator': type casts not implemen ted. 151 message3_test/constInstance: Crash # (echoMain): handleStaticFunctionGet: functi on(echoMain)
152 nested_spawn_test : Crash # Instance of 'TypeOperator': type check unimplemented for Iterable. 152 message3_test/constList: Crash # (echoMain): handleStaticFunctionGet: function(e choMain)
153 raw_port_test : Crash # Instance of 'TypeOperator': type casts not implemented. 153 message3_test/constList_identical: Crash # (echoMain): handleStaticFunctionGet: function(echoMain)
154 request_reply_test : Crash # Instance of 'TypeOperator': type casts not implemen ted. 154 message3_test/constMap: Crash # (echoMain): handleStaticFunctionGet: function(ec hoMain)
155 spawn_function_custom_class_test : Crash # Instance of 'TypeOperator': type chec k unimplemented for Iterable. 155 message3_test/fun: Crash # (echoMain): handleStaticFunctionGet: function(echoMai n)
156 spawn_function_test : Crash # Instance of 'TypeOperator': type casts not impleme nted. 156 message3_test/int32x4: Crash # (echoMain): handleStaticFunctionGet: function(ech oMain)
157 spawn_uri_multi_test/01 : Crash # bailout: unsupported element kind: _defaultEnv ironment:field 157 message3_test/none: Crash # (echoMain): handleStaticFunctionGet: function(echoMa in)
158 spawn_uri_multi_test/none : Crash # bailout: unsupported element kind: _defaultE nvironment:field 158 message_enum_test: Crash # (sendIt): handleStaticFunctionGet: function(sendIt)
159 stacktrace_message_test : Crash # Instance of 'TypeOperator': type casts not imp lemented. 159 message_test: Crash # (main): handleStaticFunctionGet: function(main)
160 static_function_test : Crash # Instance of 'TypeOperator': type casts not implem ented. 160 mint_maker_test: Crash # (main): handleStaticFunctionGet: function(main)
161 string_from_environment_default_value_test : RuntimeError 161 nested_spawn2_test: Crash # (main): handleStaticFunctionGet: function(main)
162 timer_isolate_test : Crash # bailout: unsupported element kind: _defaultEnvironm ent:field 162 nested_spawn_test: Crash # (main): handleStaticFunctionGet: function(main)
163 unresolved_ports_test : Crash # bailout: unsupported element kind: _defaultEnvir onment:field 163 object_leak_test: Crash # (fun): handleStaticFunctionGet: function(fun)
164 ondone_test: Crash # (isomain): handleStaticFunctionGet: function(isomain)
165 pause_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1)
166 ping_pause_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1)
167 ping_test: Crash # (isomain1): handleStaticFunctionGet: function(isomain1)
168 raw_port_test: Crash # (main): handleStaticFunctionGet: function(main)
169 request_reply_test: Crash # (main): handleStaticFunctionGet: function(main)
170 simple_message_test/01: Crash # (entry): handleStaticFunctionGet: function(entry )
171 simple_message_test/none: Crash # (entry): handleStaticFunctionGet: function(ent ry)
172 spawn_function_custom_class_test: Crash # (main): handleStaticFunctionGet: funct ion(main)
173 spawn_function_test: Crash # (main): handleStaticFunctionGet: function(main)
174 spawn_uri_missing_from_isolate_test: Crash # (isolate): handleStaticFunctionGet: function(isolate)
175 spawn_uri_missing_test: Crash # (doTest): handleStaticFunctionGet: function(doTe st)
176 spawn_uri_multi_test/01: Crash # unsupported element kind: _defaultEnvironment:f ield
177 spawn_uri_multi_test/none: Crash # unsupported element kind: _defaultEnvironment :field
178 stacktrace_message_test: Crash # (main): handleStaticFunctionGet: function(main)
179 start_paused_test: Crash # (notyet): handleStaticFunctionGet: function(notyet)
180 static_function_test: Crash # (main): handleStaticFunctionGet: function(main)
181 string_from_environment_default_value_test: Crash # (test): handleStaticFunction Get: function(test)
182 timer_isolate_test: Crash # cannot compile methods that need interceptor calling convention.
183 typed_message_test: Crash # (logMessages): handleStaticFunctionGet: function(log Messages)
184 unresolved_ports_test: Crash # (main): handleStaticFunctionGet: function(main)
185
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