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