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

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

Issue 1123343008: Implement raw list checks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update test expectations. 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
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: RuntimeError # Please triage this fail ure.
127 count_test : Crash # Instance of 'TypeOperator': type casts not implemented. 127 count_test: Crash # Instance of 'TypeOperator': type casts not implemented.
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 cross_isolate_message_test: Crash # Unhandled node
129 deferred_in_isolate2_test : Crash # bailout: unsupported element kind: _defaultE nvironment:field 129 deferred_in_isolate2_test: Crash # unsupported element kind: _defaultEnvironment :field
130 function_send_test : Crash # bailout: (try {p.send(func);}finally {p.send(0);}): try/finally 130 function_send_test: Crash # (try {p.send(func);}finally {p.send(0);}): try/final ly
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 handle_error2_test: Crash # Unhandled node
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 handle_error3_test: Crash # Unhandled node
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_error_test: Crash # Unhandled node
134 illegal_msg_function_test : Crash # Instance of 'TypeOperator': type casts not i mplemented. 134 illegal_msg_function_test: Crash # Instance of 'TypeOperator': type casts not im plemented.
135 illegal_msg_mirror_test : Crash # Instance of 'TypeOperator': type casts not imp lemented. 135 illegal_msg_mirror_test: Crash # Instance of 'TypeOperator': type casts not impl emented.
136 int_from_environment_default_value_test : RuntimeError 136 int_from_environment_default_value_test: RuntimeError # Please triage this failu re.
137 isolate_complex_messages_test : Crash # Instance of 'TypeOperator': type casts n ot implemented. 137 isolate_complex_messages_test: Crash # Instance of 'TypeOperator': type casts no t implemented.
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 isolate_current_test: Crash # Unhandled node
139 mandel_isolate_test : Crash # bailout: unsupported element kind: _defaultEnviron ment:field 139 mandel_isolate_test: Crash # unsupported element kind: _defaultEnvironment:field
140 message2_test : Crash # Instance of 'TypeOperator': type casts not implemented. 140 message2_test: Crash # Instance of 'TypeOperator': type casts not implemented.
141 message3_test/byteBuffer : Crash # Instance of 'TypeOperator': type check unimpl emented for Map. 141 message3_test/byteBuffer: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
142 message3_test/constInstance : Crash # Assertion failure: Unknown variable: varia ble(runTests#constF). 142 message3_test/constInstance: Crash # Please triage this failure.
143 message3_test/constList : Crash # Instance of 'TypeOperator': type check unimple mented for Map. 143 message3_test/constList: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
144 message3_test/constList_identical : Crash # Instance of 'TypeOperator': type che ck unimplemented for Map. 144 message3_test/constList_identical: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
145 message3_test/constMap : Crash # Instance of 'TypeOperator': type check unimplem ented for Map. 145 message3_test/constMap: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
146 message3_test/fun : Crash # Instance of 'TypeOperator': type check unimplemented for Map. 146 message3_test/fun: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
147 message3_test/int32x4 : Crash # Instance of 'TypeOperator': type check unimpleme nted for Map. 147 message3_test/int32x4: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
148 message3_test/none : Crash # Instance of 'TypeOperator': type check unimplemente d for Map. 148 message3_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
149 message_test : Crash # Instance of 'TypeOperator': type casts not implemented. 149 message_test: Crash # Instance of 'TypeOperator': type casts not implemented.
150 mint_maker_test : Crash # Instance of 'TypeOperator': type casts not implemented . 150 mint_maker_test: Crash # Instance of 'TypeOperator': type casts not implemented.
151 nested_spawn2_test : Crash # Instance of 'TypeOperator': type casts not implemen ted. 151 nested_spawn2_test: Crash # Instance of 'TypeOperator': type casts not implement ed.
152 nested_spawn_test : Crash # Instance of 'TypeOperator': type check unimplemented for Iterable. 152 nested_spawn_test: Crash # unsupported element kind: _defaultEnvironment:field
153 raw_port_test : Crash # Instance of 'TypeOperator': type casts not implemented. 153 raw_port_test: Crash # Instance of 'TypeOperator': type casts not implemented.
154 request_reply_test : Crash # Instance of 'TypeOperator': type casts not implemen ted. 154 request_reply_test: Crash # Instance of 'TypeOperator': type casts not implement ed.
155 spawn_function_custom_class_test : Crash # Instance of 'TypeOperator': type chec k unimplemented for Iterable. 155 spawn_function_custom_class_test: Crash # unsupported element kind: _defaultEnvi ronment:field
156 spawn_function_test : Crash # Instance of 'TypeOperator': type casts not impleme nted. 156 spawn_function_test: Crash # Instance of 'TypeOperator': type casts not implemen ted.
157 spawn_uri_multi_test/01 : Crash # bailout: unsupported element kind: _defaultEnv ironment:field 157 spawn_uri_multi_test/01: Crash # unsupported element kind: _defaultEnvironment:f ield
158 spawn_uri_multi_test/none : Crash # bailout: unsupported element kind: _defaultE nvironment:field 158 spawn_uri_multi_test/none: Crash # unsupported element kind: _defaultEnvironment :field
159 stacktrace_message_test : Crash # Instance of 'TypeOperator': type casts not imp lemented. 159 stacktrace_message_test: Crash # Instance of 'TypeOperator': type casts not impl emented.
160 static_function_test : Crash # Instance of 'TypeOperator': type casts not implem ented. 160 static_function_test: Crash # Instance of 'TypeOperator': type casts not impleme nted.
161 string_from_environment_default_value_test : RuntimeError 161 string_from_environment_default_value_test: RuntimeError # Please triage this fa ilure.
162 timer_isolate_test : Crash # bailout: unsupported element kind: _defaultEnvironm ent:field 162 timer_isolate_test: Crash # unsupported element kind: _defaultEnvironment:field
163 unresolved_ports_test : Crash # bailout: unsupported element kind: _defaultEnvir onment:field 163 unresolved_ports_test: Crash # unsupported element kind: _defaultEnvironment:fie ld
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698