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

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

Issue 985953002: - Mark tests using Isolate.spawn as failing in the browser. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 9 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 [ $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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp ort spawnFunction 99 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp ort spawnFunction
100 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction 100 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
101 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction 101 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
102 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc tion 102 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc tion
103 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio n 103 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio n
104 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 104 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
105 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649 105 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649
106 spawn_uri_missing_test: SkipSlow # Times out. 106 spawn_uri_missing_test: SkipSlow # Times out.
107 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun ction 107 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun ction
108 function_send_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 108 function_send_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
109 ondone_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
110 kill_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
111 kill2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
112 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
113 kill_self_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
114 handle_error_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
115 handle_error2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
116 handle_error3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
109 117
110 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 118 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
111 browser/typed_data_message_test: StaticWarning 119 browser/typed_data_message_test: StaticWarning
112 mint_maker_test: StaticWarning 120 mint_maker_test: StaticWarning
113 121
114 [ $compiler != none || $runtime != vm ] 122 [ $compiler != none || $runtime != vm ]
115 package_root_test: SkipByDesign # Uses dart:io. 123 package_root_test: SkipByDesign # Uses dart:io.
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