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

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

Issue 834233003: Fix for issue 21398 (only send "literal like" objects across isolates spawned using spawnURI (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 11 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 | « sdk/lib/io/directory_impl.dart ('k') | tests/isolate/issue_21398_child_isolate.dart » ('j') | 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 [ $compiler == dart2js && $runtime == jsshell ] 42 [ $compiler == dart2js && $runtime == jsshell ]
43 pause_test: Fail # non-zero timer not supported. 43 pause_test: Fail # non-zero timer not supported.
44 44
45 [ $compiler == dart2js && $runtime == safari ] 45 [ $compiler == dart2js && $runtime == safari ]
46 cross_isolate_message_test: Skip # Issue 12627 46 cross_isolate_message_test: Skip # Issue 12627
47 message_test: Skip # Issue 12627 47 message_test: Skip # Issue 12627
48 48
49 [ $compiler == dart2js ] 49 [ $compiler == dart2js ]
50 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. 50 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI.
51 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. 51 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI.
52 issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI.
53 issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI.
52 message3_test/constList: RuntimeError # Issue 21817 54 message3_test/constList: RuntimeError # Issue 21817
53 message3_test/constList_identical: RuntimeError # Issue 21817 55 message3_test/constList_identical: RuntimeError # Issue 21817
54 message3_test/constMap: RuntimeError # Issue 21817 56 message3_test/constMap: RuntimeError # Issue 21817
55 message3_test/constInstance: RuntimeError # Issue 21817 57 message3_test/constInstance: RuntimeError # Issue 21817
56 58
57 [ $compiler == dart2js && $jscl ] 59 [ $compiler == dart2js && $jscl ]
58 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell 60 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
59 61
60 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 62 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
61 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. 63 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
62 64
63 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. 65 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage.
64 66
65 [ $compiler == dart2dart ] 67 [ $compiler == dart2dart ]
66 illegal_msg_mirror_test: RuntimeError # Issue 16548 68 illegal_msg_mirror_test: RuntimeError # Issue 16548
67 spawn_uri_multi_test/none: RuntimeError # Issue 16549 69 spawn_uri_multi_test/none: RuntimeError # Issue 16549
68 spawn_uri_nested_vm_test: RuntimeError # Issue 16549 70 spawn_uri_nested_vm_test: RuntimeError # Issue 16549
69 spawn_uri_test: RuntimeError # Issue 16549 71 spawn_uri_test: RuntimeError # Issue 16549
70 spawn_uri_vm_test: RuntimeError # Issue 16549 72 spawn_uri_vm_test: RuntimeError # Issue 16549
73 issue_21398_parent_isolate_test: RuntimeError # Issue 16549
74 issue_21398_parent_isolate1_test: RuntimeError # Issue 16549
71 75
72 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ] 76 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ]
73 isolate_stress_test: Pass, Slow # Issue 10697 77 isolate_stress_test: Pass, Slow # Issue 10697
74 78
75 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 79 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
76 unresolved_ports_test: Pass, Timeout # Issue 15610 80 unresolved_ports_test: Pass, Timeout # Issue 15610
77 81
78 [ $compiler == none && $runtime == drt ] 82 [ $compiler == none && $runtime == drt ]
79 spawn_uri_nested_vm_test: Skip # Issue 14463 83 spawn_uri_nested_vm_test: Skip # Issue 14463
80 84
81 [ $jscl ] 85 [ $jscl ]
82 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 86 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544
83 87
84 [ ($compiler == none || $compiler == dart2dart) && ($runtime == dartium || $runt ime == drt || $runtime == ContentShellOnAndroid) ] 88 [ ($compiler == none || $compiler == dart2dart) && ($runtime == dartium || $runt ime == drt || $runtime == ContentShellOnAndroid) ]
85 pause_test: Fail # Not implemented yet 89 pause_test: Fail # Not implemented yet
86 90
87 [ $compiler == none && $runtime == ContentShellOnAndroid ] 91 [ $compiler == none && $runtime == ContentShellOnAndroid ]
88 nested_spawn2_test: Skip # Issue 19127: This test is timing out. 92 nested_spawn2_test: Skip # Issue 19127: This test is timing out.
89 93
90 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 94 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
91 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. 95 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out.
92 96
93 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ] 97 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ]
94 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction 98 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
95 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 99 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
100 issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't suppo rt spawnFunction
101 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp ort spawnFunction
96 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction 102 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
97 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction 103 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
98 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc tion 104 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc tion
99 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio n 105 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio n
100 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 106 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
101 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 107 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649
102 spawn_uri_missing_test: Skip # Times out. 108 spawn_uri_missing_test: Skip # Times out.
103 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun ction 109 isolate_current_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFun ction
104 110
105 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 111 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
106 browser/typed_data_message_test: StaticWarning 112 browser/typed_data_message_test: StaticWarning
107 mint_maker_test: StaticWarning 113 mint_maker_test: StaticWarning
108 114
109 [ $compiler != none || $runtime != vm ] 115 [ $compiler != none || $runtime != vm ]
110 package_root_test: SkipByDesign # Uses dart:io. 116 package_root_test: SkipByDesign # Uses dart:io.
OLDNEW
« no previous file with comments | « sdk/lib/io/directory_impl.dart ('k') | tests/isolate/issue_21398_child_isolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698