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

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

Issue 26616002: Mark spawnFunction tests as Fail on Dartium (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « no previous file | 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 8
9 [ $compiler == none ] 9 [ $compiler == none ]
10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 101
102 [ $jscl || $runtime == ie9 ] 102 [ $jscl || $runtime == ie9 ]
103 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 103 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544
104 104
105 [ $compiler == none && $runtime == dartium ] 105 [ $compiler == none && $runtime == dartium ]
106 cross_isolate_message_stream_test: Fail # Issue 13719: Please triage this failur e. 106 cross_isolate_message_stream_test: Fail # Issue 13719: Please triage this failur e.
107 global_error_handler2_test: Fail # Issue 13719: Please triage this failure. 107 global_error_handler2_test: Fail # Issue 13719: Please triage this failure.
108 global_error_handler_stream2_test: Fail # Issue 13719: Please triage this failur e. 108 global_error_handler_stream2_test: Fail # Issue 13719: Please triage this failur e.
109 nested_spawn_stream2_test: Fail # Issue 13719: Please triage this failure. 109 nested_spawn_stream2_test: Fail # Issue 13719: Please triage this failure.
110 110
111 [ $compiler == none && ($runtime == drt || $runtme == dartium) ]
112 # spawnFunction is not allowed on Dartium's DOM thread.
113 browser/compute_this_script_browser_stream_test: Fail
114 browser/compute_this_script_browser_test: Fail
115 count_stream_test: Fail
116 count_test: Fail
117 cross_isolate_message_test: Fail
118 global_error_handler2_test: Fail
119 global_error_handler_stream2_test: Fail
120 global_error_handler_stream_test: Fail
121 global_error_handler_test: Fail
122 illegal_msg_stream_test: Fail
123 illegal_msg_test: Fail
124 isolate_complex_messages_stream_test: Fail
125 isolate_complex_messages_test: Fail
126 mandel_isolate_stream_test: Fail
127 mandel_isolate_test: Fail
128 message2_test: Fail
129 message_stream2_test: Fail
130 message_stream_test: Fail
131 message_test: Fail
132 mint_maker_test: Fail
133 nested_spawn2_test: Fail
134 nested_spawn_stream_test: Fail
135 nested_spawn_test: Fail
136 request_reply_test: Fail
137 spawn_function_custom_class_test: Fail
138 spawn_function_test: Fail
139 stacktrace_message_test: Fail
140 unresolved_ports_test: Fail
siva 2013/10/08 23:51:57 I think we should change these tests to first do a
vsm 2013/10/09 05:00:49 Done.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698