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

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

Issue 742873002: Isolates: allow sending of arbitrary objects in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments and map-serialization fix. Created 6 years 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
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 message3_test/constList_identical: RuntimeError # Issue TODO
9 message3_test/constMap: RuntimeError # Issue TODO
10 message3_test/fun: RuntimeError # Issue TODO
11 message3_test/constInstance: RuntimeError # Issue TODO
8 12
9 [ $runtime == vm && $arch == mips && $mode == debug ] 13 [ $runtime == vm && $arch == mips && $mode == debug ]
10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. 14 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device.
11 15
12 [ $compiler == none || $compiler == dart2dart ] 16 [ $compiler == none || $compiler == dart2dart ]
13 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
14 compile_time_error_test/01: Skip # Issue 12587 17 compile_time_error_test/01: Skip # Issue 12587
15 capability_test: Fail # Not implemented yet 18 capability_test: Fail # Not implemented yet
16 start_paused_test: Fail # Not implemented yet 19 start_paused_test: Fail # Not implemented yet
17 ondone_test: Fail # Not implemented yet 20 ondone_test: Fail # Not implemented yet
18 ping_test: Fail # Not implemented yet 21 ping_test: Fail # Not implemented yet
19 ping_pause_test: Fail # Not implemented yet 22 ping_pause_test: Fail # Not implemented yet
20 kill_test: Fail # Not implemented yet 23 kill_test: Fail # Not implemented yet
21 kill2_test: Fail # Not implemented yet 24 kill2_test: Fail # Not implemented yet
22 kill3_test: Fail # Not implemented yet 25 kill3_test: Fail # Not implemented yet
23 kill_self_test: Fail # Not implemented yet 26 kill_self_test: Fail # Not implemented yet
24 handle_error_test: Fail # Not implemented yet 27 handle_error_test: Fail # Not implemented yet
25 handle_error2_test: Fail # Not implemented yet 28 handle_error2_test: Fail # Not implemented yet
26 handle_error3_test: Fail # Not implemented yet 29 handle_error3_test: Fail # Not implemented yet
27 function_send_test: Fail # Not implemented yet 30 function_send_test: Fail # Not implemented yet
28 31
29 [ $compiler == none && $runtime == ContentShellOnAndroid ] 32 [ $compiler == none && $runtime == ContentShellOnAndroid ]
30 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795 33 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795
31 34
32 [ $compiler == dart2js && $runtime == safarimobilesim ] 35 [ $compiler == dart2js && $runtime == safarimobilesim ]
33 compile_time_error_test/none: Pass, Slow 36 compile_time_error_test/none: Pass, Slow
34 37
35 [ $compiler == dart2js && $jscl ] 38 [ $compiler == dart2js && $jscl ]
36 browser/*: SkipByDesign # Browser specific tests 39 browser/*: SkipByDesign # Browser specific tests
37 40
38 [ $compiler == dart2js && $runtime == jsshell ] 41 [ $compiler == dart2js && $runtime == jsshell ]
39 pause_test: Fail # non-zero timer not supported. 42 pause_test: Fail # non-zero timer not supported.
40 43
41 [ $compiler == dart2js ]
42 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart
43
44 function_send_test/01: RuntimeError # dart2js allows sending closures to the sam e isolate.
45
46 [ $compiler == dart2js && $runtime == safari ] 44 [ $compiler == dart2js && $runtime == safari ]
47 cross_isolate_message_test: Skip # Issue 12627 45 cross_isolate_message_test: Skip # Issue 12627
48 message_test: Skip # Issue 12627 46 message_test: Skip # Issue 12627
49 47
50 [ $compiler == dart2js ] 48 [ $compiler == dart2js ]
51 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. 49 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI.
52 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. 50 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI.
51 message3_test/constList: RuntimeError # Issue TODO
52 message3_test/constList_identical: RuntimeError # Issue TODO
53 message3_test/constMap: RuntimeError # Issue TODO
54 message3_test/constInstance: RuntimeError # Issue TODO
53 55
54 [ $compiler == dart2js && $jscl ] 56 [ $compiler == dart2js && $jscl ]
55 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell 57 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
56 58
57 [ $compiler == dart2js && $runtime == none ]
58 serialization_test: Pass # Issue 12628
59
60 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 59 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
61 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. 60 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
62 61
63 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. 62 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage.
64 63
65 [ $compiler == dart2dart ] 64 [ $compiler == dart2dart ]
66 illegal_msg_mirror_test: RuntimeError # Issue 16548 65 illegal_msg_mirror_test: RuntimeError # Issue 16548
67 spawn_uri_multi_test/none: RuntimeError # Issue 16549 66 spawn_uri_multi_test/none: RuntimeError # Issue 16549
68 spawn_uri_nested_vm_test: RuntimeError # Issue 16549 67 spawn_uri_nested_vm_test: RuntimeError # Issue 16549
69 spawn_uri_test: RuntimeError # Issue 16549 68 spawn_uri_test: RuntimeError # Issue 16549
(...skipping 24 matching lines...) Expand all
94 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction 93 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 94 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
96 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction 95 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
97 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 96 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
98 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 97 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649
99 spawn_uri_missing_test: Skip # Times out. 98 spawn_uri_missing_test: Skip # Times out.
100 99
101 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 100 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
102 browser/typed_data_message_test: StaticWarning 101 browser/typed_data_message_test: StaticWarning
103 mint_maker_test: StaticWarning 102 mint_maker_test: StaticWarning
104 serialization_test: StaticWarning
105 103
106 [ $compiler != none || $runtime != vm ] 104 [ $compiler != none || $runtime != vm ]
107 package_root_test: SkipByDesign # Uses dart:io. 105 package_root_test: SkipByDesign # Uses dart:io.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698