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

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

Issue 1162033005: Fix http://dartbug.com/23578: (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update to ToT. 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
« runtime/vm/isolate.cc ('K') | « runtime/vm/zone_test.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 [ $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 checked_test: Skip # Issue 23578
9 8
10 [ $runtime != vm ] 9 [ $runtime != vm ]
11 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
12 11
13 [ $runtime == vm && $arch == mips && $mode == debug ] 12 [ $runtime == vm && $arch == mips && $mode == debug ]
14 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. 13 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device.
15 14
16 [ $compiler == none ] 15 [ $compiler == none ]
17 compile_time_error_test/01: Skip # Issue 12587 16 compile_time_error_test/01: Skip # Issue 12587
18 ping_test: Skip # Resolve test issues 17 ping_test: Skip # Resolve test issues
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 raw_port_test: Crash # Instance of 'TypeOperator': type casts not implemented. 154 raw_port_test: Crash # Instance of 'TypeOperator': type casts not implemented.
156 request_reply_test: Crash # Instance of 'TypeOperator': type casts not implement ed. 155 request_reply_test: Crash # Instance of 'TypeOperator': type casts not implement ed.
157 spawn_function_custom_class_test: Crash # Instance of 'TypeOperator': type casts not implemented. 156 spawn_function_custom_class_test: Crash # Instance of 'TypeOperator': type casts not implemented.
158 spawn_function_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 157 spawn_function_test: Crash # Instance of 'TypeOperator': type casts not implemen ted.
159 spawn_uri_multi_test/01: Crash # Instance of 'TypeOperator': type casts not impl emented. 158 spawn_uri_multi_test/01: Crash # Instance of 'TypeOperator': type casts not impl emented.
160 spawn_uri_multi_test/none: Crash # Instance of 'TypeOperator': type casts not im plemented. 159 spawn_uri_multi_test/none: Crash # Instance of 'TypeOperator': type casts not im plemented.
161 stacktrace_message_test: Crash # Instance of 'TypeOperator': type casts not impl emented. 160 stacktrace_message_test: Crash # Instance of 'TypeOperator': type casts not impl emented.
162 static_function_test: Crash # Instance of 'TypeOperator': type casts not impleme nted. 161 static_function_test: Crash # Instance of 'TypeOperator': type casts not impleme nted.
163 timer_isolate_test: Crash # Instance of 'TypeOperator': type casts not implement ed. 162 timer_isolate_test: Crash # Instance of 'TypeOperator': type casts not implement ed.
164 unresolved_ports_test: Crash # Instance of 'TypeOperator': type casts not implem ented. 163 unresolved_ports_test: Crash # Instance of 'TypeOperator': type casts not implem ented.
OLDNEW
« runtime/vm/isolate.cc ('K') | « runtime/vm/zone_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698