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

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

Issue 43663003: dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 7 years, 1 month 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 8
9 [ $compiler == none ] 9 [ $compiler == none ]
10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code
11 isolate2_negative_test: Skip # Issue 12587. 11 #isolate2_negative_test: Skip # Issue 12587.
12 isolate3_negative_test: Skip # Issue 12587. 12 #isolate3_negative_test: Skip # Issue 12587.
13 13
14 [ $analyzer ] 14 [ $analyzer ]
15 isolate2_negative_test: Fail 15 isolate2_negative_test: Fail
16 isolate_negative_test: Fail 16 isolate_negative_test: Fail
17 spawn_function_negative_test: Fail 17 spawn_function_negative_test: Fail
18 spawn_uri_vm_negative_test: Fail 18 spawn_uri_vm_negative_test: Fail
19 unresolved_ports_negative_test: Fail 19 unresolved_ports_negative_test: Fail
20 20
21 [ $compiler == dart2js && $jscl ] 21 [ $compiler == dart2js && $jscl ]
22 browser/*: SkipByDesign # Browser specific tests 22 browser/*: SkipByDesign # Browser specific tests
23 illegal_msg_stream_test: RuntimeError # Issue 6750
24
25 [ $compiler == dart2js && $browser ]
26 illegal_msg_stream_test: Fail, Pass # Issue 6750
27 23
28 [ $compiler == dart2js && $runtime == drt ] 24 [ $compiler == dart2js && $runtime == drt ]
29 unresolved_ports_negative_test: Pass, Crash # Issue 10613 25 unresolved_ports_negative_test: Pass, Crash # Issue 10613
30 isolate_stress_test: Pass, Crash # Issue 14438 26 isolate_stress_test: Pass, Crash # Issue 14438
31 27
32 [ $compiler == dart2js ] 28 [ $compiler == dart2js ]
33 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart 29 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly declared in isolate_patch.dart
34 illegal_msg_test: RuntimeError # Issue 6750
35 stream_mangling_test: RuntimeError # Issue 9245
36 30
37 global_error_handler_test: Pass, RuntimeError # Issue 9012, Issue 9024 31 global_error_handler_test: Pass, RuntimeError # Issue 9012, Issue 9024
38 global_error_handler_stream_test: Pass, RuntimeError # Issue 9012, Issue 9024
39 global_error_handler2_test: Pass, RuntimeError # Issue 9012, Issue 9024 32 global_error_handler2_test: Pass, RuntimeError # Issue 9012, Issue 9024
40 global_error_handler_stream2_test: Pass, RuntimeError # Issue 9012, Issue 9024
41 33
42 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run time == safari) ] 34 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run time == safari) ]
43 browser/typed_data_message_test: Fail # Issue 12624 35 browser/typed_data_message_test: Fail # Issue 12624
44 36
45 [ $compiler == dart2js && $runtime == safari ] 37 [ $compiler == dart2js && $runtime == safari ]
46 cross_isolate_message_test: Skip # Issue 12627 38 cross_isolate_message_test: Skip # Issue 12627
47 message_test: Skip # Issue 12627 39 message_test: Skip # Issue 12627
48 40
49 [ $compiler == dart2js && $runtime == opera ] 41 [ $compiler == dart2js && $runtime == opera ]
50 isolate2_negative_test: Skip # Issue 12625 42 isolate2_negative_test: Skip # Issue 12625
51 unresolved_ports_negative_test: Skip # Issue 12626 43 unresolved_ports_negative_test: Skip # Issue 12626
52 44
53 [ $compiler == dart2js ] 45 [ $compiler == dart2js ]
54 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. 46 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI.
55 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. 47 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI.
56 spawn_uri_vm_negative_test: SkipByDesign # Test uses a ".dart" URI. 48 spawn_uri_vm_negative_test: SkipByDesign # Test uses a ".dart" URI.
57 49
58 [ $compiler == dart2js && $browser ] 50 [ $compiler == dart2js && $browser ]
59 isolate2_negative_test: Fail, Pass # Issue 7769 51 isolate2_negative_test: Fail, Pass # Issue 7769
60 52
61 [ $compiler == dart2js && $jscl ] 53 [ $compiler == dart2js && $jscl ]
62 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell 54 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
63 55
64 [ $compiler == dart2js && $runtime == ie9 ] 56 [ $compiler == dart2js && $runtime == ie9 ]
65 spawn_uri_test: Fail # Issue 12630 57 spawn_uri_test: Fail # Issue 12630
66 58
67 [ $compiler == dart2js && $runtime == none ] 59 [ $compiler == dart2js && $runtime == none ]
68 spawn_function_negative_test: Fail # Issue 12628 60 spawn_function_negative_test: Fail # Issue 12628
69 unresolved_ports_negative_test: Fail # Issue 12628 61 unresolved_ports_negative_test: Fail # Issue 12628
70 stream_mangling_test: Pass # Issue 12628
71 isolate_negative_test: Fail # Issue 12628 62 isolate_negative_test: Fail # Issue 12628
72 serialization_test: Pass # Issue 12628 63 serialization_test: Pass # Issue 12628
73 isolate_import_negative_test: Fail # Issue 12628 64 isolate_import_negative_test: Fail # Issue 12628
74 isolate2_negative_test: Fail # Issue 12628 65 isolate2_negative_test: Fail # Issue 12628
75 illegal_msg_test: Pass # Issue 12628 66 illegal_msg_test: Pass # Issue 12628
76 67
77 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 68 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
78 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. 69 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
79 mandel_isolate_stream_test: Pass, Slow # TODO(kasperl): Please triage.
80 70
81 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. 71 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage.
82 72
83 [ $compiler == dart2dart ] 73 [ $compiler == dart2dart ]
84 *: Skip # Issue 12629 74 *: Skip # Issue 12629
85 75
86 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ] 76 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ]
87 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 77 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952
88 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952
89 78
90 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ] 79 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome ) ]
91 isolate_stress_test: Pass, Slow # Issue 10697 80 isolate_stress_test: Pass, Slow # Issue 10697
92 81
93 [ $compiler == none && $runtime == drt ] 82 [ $compiler == none && $runtime == drt ]
94 isolate_stress_test: Skip # Issue 12537 83 isolate_stress_test: Skip # Issue 12537
95 nested_spawn_stream2_test: Fail # Issue 13433
96 cross_isolate_message_stream_test: Fail # Issue 13433
97 84
98 [ $csp ] 85 [ $csp ]
99 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 86 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454
100 spawn_uri_test: Fail # http://dartbug.com/13454 87 spawn_uri_test: Fail # http://dartbug.com/13454
101 88
102 [ $jscl || $runtime == ie9 ] 89 [ $jscl || $runtime == ie9 ]
103 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 90 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544
104 91
105 [ $compiler == none && $runtime == dartium ] 92 [ $compiler == none && $runtime == dartium ]
106 cross_isolate_message_stream_test: Fail # Issue 13719: Please triage this failur e.
107 global_error_handler2_test: Fail # Issue 13719: Please triage this failure. 93 global_error_handler2_test: Fail # Issue 13719: Please triage this failure.
108 global_error_handler_stream2_test: Fail # Issue 13719: Please triage this failur e.
109 nested_spawn_stream2_test: Fail # Issue 13719: Please triage this failure.
110 94
111 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 95 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
112 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. 96 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
113 browser/compute_this_script_browser_stream_test: Fail
114 browser/compute_this_script_browser_test: Fail 97 browser/compute_this_script_browser_test: Fail
115 browser/typed_data_message_test: Skip # 13961 98 browser/typed_data_message_test: Skip # 13961
116 count_stream_test: Fail
117 count_test: Fail 99 count_test: Fail
118 cross_isolate_message_test: Fail 100 cross_isolate_message_test: Fail
119 global_error_handler2_test: Fail 101 global_error_handler2_test: Fail
120 global_error_handler_stream2_test: Fail
121 global_error_handler_stream_test: Fail
122 global_error_handler_test: Fail 102 global_error_handler_test: Fail
123 illegal_msg_stream_test: Fail
124 illegal_msg_test: Fail 103 illegal_msg_test: Fail
125 isolate_complex_messages_stream_test: Fail
126 isolate_complex_messages_test: Fail 104 isolate_complex_messages_test: Fail
127 isolate_stress_test: Fail 105 isolate_stress_test: Fail
128 mandel_isolate_stream_test: Fail
129 mandel_isolate_test: Fail 106 mandel_isolate_test: Fail
130 message2_test: Fail 107 message2_test: Fail
131 message_stream2_test: Fail
132 message_stream_test: Fail
133 message_test: Fail 108 message_test: Fail
134 mint_maker_test: Fail 109 mint_maker_test: Fail
135 nested_spawn2_test: Fail 110 nested_spawn2_test: Fail
136 nested_spawn_stream_test: Fail
137 nested_spawn_test: Fail 111 nested_spawn_test: Fail
138 request_reply_test: Fail 112 request_reply_test: Fail
139 spawn_function_custom_class_test: Fail 113 spawn_function_custom_class_test: Fail
140 spawn_function_test: Fail 114 spawn_function_test: Fail
141 stacktrace_message_test: Fail 115 stacktrace_message_test: Fail
142 unresolved_ports_test: Fail 116 unresolved_ports_test: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698