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

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. 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
« no previous file with comments | « tests/isolate/function_send_test.dart ('k') | tests/isolate/message3_test.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 message3_test/constList_identical: RuntimeError # Issue TODO
sra1 2014/12/04 19:02:11 If possible create the issue and update TODOs befo
9 message3_test/constMap: RuntimeError # Issue TODO
10 message3_test/fun: RuntimeError # Issue TODO
11 message3_test/constInstance: RuntimeError # Issue TODO
12 message3_test/byteBuffer: Crash # Issue TODO
13 message3_test/int32x4: Crash # Issue TODO
8 14
9 [ $runtime == vm && $arch == mips && $mode == debug ] 15 [ $runtime == vm && $arch == mips && $mode == debug ]
10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. 16 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device.
11 17
12 [ $compiler == none || $compiler == dart2dart ] 18 [ $compiler == none || $compiler == dart2dart ]
13 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
14 compile_time_error_test/01: Skip # Issue 12587 19 compile_time_error_test/01: Skip # Issue 12587
15 capability_test: Fail # Not implemented yet 20 capability_test: Fail # Not implemented yet
16 start_paused_test: Fail # Not implemented yet 21 start_paused_test: Fail # Not implemented yet
17 ondone_test: Fail # Not implemented yet 22 ondone_test: Fail # Not implemented yet
18 ping_test: Fail # Not implemented yet 23 ping_test: Fail # Not implemented yet
19 ping_pause_test: Fail # Not implemented yet 24 ping_pause_test: Fail # Not implemented yet
20 kill_test: Fail # Not implemented yet 25 kill_test: Fail # Not implemented yet
21 kill2_test: Fail # Not implemented yet 26 kill2_test: Fail # Not implemented yet
22 kill3_test: Fail # Not implemented yet 27 kill3_test: Fail # Not implemented yet
23 kill_self_test: Fail # Not implemented yet 28 kill_self_test: Fail # Not implemented yet
24 handle_error_test: Fail # Not implemented yet 29 handle_error_test: Fail # Not implemented yet
25 handle_error2_test: Fail # Not implemented yet 30 handle_error2_test: Fail # Not implemented yet
26 handle_error3_test: Fail # Not implemented yet 31 handle_error3_test: Fail # Not implemented yet
27 function_send_test: Fail # Not implemented yet 32 function_send_test: Fail # Not implemented yet
28 33
29 [ $compiler == none && $runtime == ContentShellOnAndroid ] 34 [ $compiler == none && $runtime == ContentShellOnAndroid ]
30 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795 35 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue 19795
31 36
32 [ $compiler == dart2js && $runtime == safarimobilesim ] 37 [ $compiler == dart2js && $runtime == safarimobilesim ]
33 compile_time_error_test/none: Pass, Slow 38 compile_time_error_test/none: Pass, Slow
34 39
35 [ $compiler == dart2js && $jscl ] 40 [ $compiler == dart2js && $jscl ]
36 browser/*: SkipByDesign # Browser specific tests 41 browser/*: SkipByDesign # Browser specific tests
37 42
38 [ $compiler == dart2js && $runtime == jsshell ] 43 [ $compiler == dart2js && $runtime == jsshell ]
39 pause_test: Fail # non-zero timer not supported. 44 pause_test: Fail # non-zero timer not supported.
40 45
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 ] 46 [ $compiler == dart2js && $runtime == safari ]
47 cross_isolate_message_test: Skip # Issue 12627 47 cross_isolate_message_test: Skip # Issue 12627
48 message_test: Skip # Issue 12627 48 message_test: Skip # Issue 12627
49 49
50 [ $compiler == dart2js ] 50 [ $compiler == dart2js ]
51 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. 51 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI.
52 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. 52 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI.
53 message3_test/constList: RuntimeError # Issue TODO
54 message3_test/constList_identical: RuntimeError # Issue TODO
55 message3_test/constMap: RuntimeError # Issue TODO
56 message3_test/constInstance: RuntimeError # Issue TODO
53 57
54 [ $compiler == dart2js && $jscl ] 58 [ $compiler == dart2js && $jscl ]
55 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell 59 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
56 60
57 [ $compiler == dart2js && $runtime == none ]
58 serialization_test: Pass # Issue 12628
59
60 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 61 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
61 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. 62 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
62 63
63 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. 64 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage.
64 65
65 [ $compiler == dart2dart ] 66 [ $compiler == dart2dart ]
66 illegal_msg_mirror_test: RuntimeError # Issue 16548 67 illegal_msg_mirror_test: RuntimeError # Issue 16548
67 spawn_uri_multi_test/none: RuntimeError # Issue 16549 68 spawn_uri_multi_test/none: RuntimeError # Issue 16549
68 spawn_uri_nested_vm_test: RuntimeError # Issue 16549 69 spawn_uri_nested_vm_test: RuntimeError # Issue 16549
69 spawn_uri_test: RuntimeError # Issue 16549 70 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 95 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 96 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 97 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 98 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 99 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649
99 spawn_uri_missing_test: Skip # Times out. 100 spawn_uri_missing_test: Skip # Times out.
100 101
101 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 102 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
102 browser/typed_data_message_test: StaticWarning 103 browser/typed_data_message_test: StaticWarning
103 mint_maker_test: StaticWarning 104 mint_maker_test: StaticWarning
104 serialization_test: StaticWarning
105 105
106 [ $compiler != none || $runtime != vm ] 106 [ $compiler != none || $runtime != vm ]
107 package_root_test: SkipByDesign # Uses dart:io. 107 package_root_test: SkipByDesign # Uses dart:io.
OLDNEW
« no previous file with comments | « tests/isolate/function_send_test.dart ('k') | tests/isolate/message3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698