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

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

Issue 982723002: Fix for issue 20992 - Allow sending static/top-level functions to other isolates which are spawned … (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 | « tests/isolate/function_send1_test.dart ('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 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.
11 11
12 [ $compiler == none || $compiler == dart2dart ] 12 [ $compiler == none || $compiler == dart2dart ]
13 compile_time_error_test/01: Skip # Issue 12587 13 compile_time_error_test/01: Skip # Issue 12587
14 ondone_test: Fail # Not implemented yet 14 ondone_test: Fail # Not implemented yet
15 ping_test: Skip # Resolve test issues 15 ping_test: Skip # Resolve test issues
16 ping_pause_test: Skip # Resolve test issues 16 ping_pause_test: Skip # Resolve test issues
17 kill_test: Fail # Not implemented yet 17 kill_test: Fail # Not implemented yet
18 kill2_test: Fail # Not implemented yet 18 kill2_test: Fail # Not implemented yet
19 kill3_test: Fail # Not implemented yet 19 kill3_test: Fail # Not implemented yet
20 kill_self_test: Fail # Not implemented yet 20 kill_self_test: Fail # Not implemented yet
21 handle_error_test: Fail # Not implemented yet 21 handle_error_test: Fail # Not implemented yet
22 handle_error2_test: Fail # Not implemented yet 22 handle_error2_test: Fail # Not implemented yet
23 handle_error3_test: Fail # Not implemented yet 23 handle_error3_test: Fail # Not implemented yet
24 function_send_test: Fail # Not implemented yet
25 24
26 message3_test/constList_identical: RuntimeError # Issue 21816 25 message3_test/constList_identical: RuntimeError # Issue 21816
27 message3_test/constMap: RuntimeError # Issue 21816 26 message3_test/constMap: RuntimeError # Issue 21816
28 message3_test/fun: RuntimeError # Issue 21585
29 message3_test/constInstance: RuntimeError # Issue 21816 27 message3_test/constInstance: RuntimeError # Issue 21816
30 message3_test/byteBuffer: Crash # Issue 21818 28 message3_test/byteBuffer: Crash # Issue 21818
31 message3_test/int32x4: Crash # Issue 21818 29 message3_test/int32x4: Crash # Issue 21818
32 30
33 [ $compiler == none && $runtime == ContentShellOnAndroid ] 31 [ $compiler == none && $runtime == ContentShellOnAndroid ]
34 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795 32 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795
35 33
36 [ $compiler == dart2js && $runtime == safarimobilesim ] 34 [ $compiler == dart2js && $runtime == safarimobilesim ]
37 compile_time_error_test/none: Pass, Slow 35 compile_time_error_test/none: Pass, Slow
38 36
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 [ $compiler == dart2dart ] 68 [ $compiler == dart2dart ]
71 illegal_msg_mirror_test: RuntimeError # Issue 16548 69 illegal_msg_mirror_test: RuntimeError # Issue 16548
72 spawn_uri_multi_test/none: RuntimeError # Issue 16549 70 spawn_uri_multi_test/none: RuntimeError # Issue 16549
73 spawn_uri_nested_vm_test: RuntimeError # Issue 16549 71 spawn_uri_nested_vm_test: RuntimeError # Issue 16549
74 spawn_uri_test: RuntimeError # Issue 16549 72 spawn_uri_test: RuntimeError # Issue 16549
75 spawn_uri_vm_test: RuntimeError # Issue 16549 73 spawn_uri_vm_test: RuntimeError # Issue 16549
76 spawn_uri_exported_main_test: RuntimeError # Issue 16549 74 spawn_uri_exported_main_test: RuntimeError # Issue 16549
77 issue_21398_parent_isolate_test: RuntimeError # Issue 16549 75 issue_21398_parent_isolate_test: RuntimeError # Issue 16549
78 issue_21398_parent_isolate1_test: RuntimeError # Issue 16549 76 issue_21398_parent_isolate1_test: RuntimeError # Issue 16549
79 issue_21398_parent_isolate2_test: Skip # Not implemented yet 77 issue_21398_parent_isolate2_test: Skip # Not implemented yet
78 function_send_test: Fail # Not implemented yet
79 function_send1_test: Fail # Not implemented yet
80 message3_test/fun: RuntimeError # Issue 21585
80 81
81 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ] 82 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ]
82 isolate_stress_test: Pass, Slow # Issue 10697 83 isolate_stress_test: Pass, Slow # Issue 10697
83 84
84 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 85 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
85 unresolved_ports_test: Pass, Timeout # Issue 15610 86 unresolved_ports_test: Pass, Timeout # Issue 15610
86 87
87 [ $compiler == none && $runtime == drt ] 88 [ $compiler == none && $runtime == drt ]
88 spawn_uri_nested_vm_test: Skip # Issue 14463 89 spawn_uri_nested_vm_test: Skip # Issue 14463
89 90
(...skipping 15 matching lines...) Expand all
105 issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't suppo rt spawnFunction 106 issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't suppo rt spawnFunction
106 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp ort spawnFunction 107 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp ort spawnFunction
107 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction 108 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
108 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction 109 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
109 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc tion 110 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc tion
110 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio n 111 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio n
111 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 112 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
112 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649 113 spawn_uri_missing_from_isolate_test: RuntimeError # Issue 17649
113 spawn_uri_missing_test: SkipSlow # Times out. 114 spawn_uri_missing_test: SkipSlow # Times out.
114 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun ction 115 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun ction
116 function_send_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
117 function_send1_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
115 118
116 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 119 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
117 browser/typed_data_message_test: StaticWarning 120 browser/typed_data_message_test: StaticWarning
118 mint_maker_test: StaticWarning 121 mint_maker_test: StaticWarning
119 122
120 [ $compiler != none || $runtime != vm ] 123 [ $compiler != none || $runtime != vm ]
121 package_root_test: SkipByDesign # Uses dart:io. 124 package_root_test: SkipByDesign # Uses dart:io.
OLDNEW
« no previous file with comments | « tests/isolate/function_send1_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698