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

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

Issue 56123009: Removed status file entries which refer to non-existent tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language_dart2js.status » ('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 [ $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_import_negative_test: Fail 16 isolate_import_negative_test: Fail
17 unresolved_ports_test: Pass 17 unresolved_ports_test: Pass
18 mandel_isolate_test: Fail # issue 14452 18 mandel_isolate_test: Fail # issue 14452
19 19
20 [ $compiler == dart2js && $jscl ] 20 [ $compiler == dart2js && $jscl ]
21 browser/*: SkipByDesign # Browser specific tests 21 browser/*: SkipByDesign # Browser specific tests
22 22
23 [ $compiler == dart2js && $runtime == drt ] 23 [ $compiler == dart2js && $runtime == drt ]
24 unresolved_ports_negative_test: Pass, Crash # Issue 10613 24 unresolved_ports_negative_test: Pass, Crash # Issue 10613
25 isolate_stress_test: Pass, Crash # Issue 14438 25 isolate_stress_test: Pass, Crash # Issue 14438
26 26
27 [ $compiler == dart2js ] 27 [ $compiler == dart2js ]
28 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
29 29
30 global_error_handler_test: Pass, RuntimeError # Issue 9012, Issue 9024
31 global_error_handler2_test: Pass, RuntimeError # Issue 9012, Issue 9024
32
33 [ $compiler == dart2js && $runtime == ie9 ] 30 [ $compiler == dart2js && $runtime == ie9 ]
34 browser/typed_data_message_test: Fail # Issue 12624 31 browser/typed_data_message_test: Fail # Issue 12624
35 32
36 [ $compiler == dart2js && $runtime == safari ] 33 [ $compiler == dart2js && $runtime == safari ]
37 cross_isolate_message_test: Skip # Issue 12627 34 cross_isolate_message_test: Skip # Issue 12627
38 message_test: Skip # Issue 12627 35 message_test: Skip # Issue 12627
39 36
40 [ $compiler == dart2js && $runtime == opera ] 37 [ $compiler == dart2js && $runtime == opera ]
41 isolate2_negative_test: Skip # Issue 12625 38 isolate2_negative_test: Skip # Issue 12625
42 unresolved_ports_negative_test: Skip # Issue 12626 39 unresolved_ports_negative_test: Skip # Issue 12626
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 spawn_uri_nested_vm_test: Skip # Issue 14463 82 spawn_uri_nested_vm_test: Skip # Issue 14463
86 83
87 [ $csp ] 84 [ $csp ]
88 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 85 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454
89 spawn_uri_test: Fail # http://dartbug.com/13454 86 spawn_uri_test: Fail # http://dartbug.com/13454
90 87
91 [ $jscl || $runtime == ie9 ] 88 [ $jscl || $runtime == ie9 ]
92 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 89 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544
93 90
94 [ $compiler == none && $runtime == dartium ] 91 [ $compiler == none && $runtime == dartium ]
95 global_error_handler2_test: Fail # Issue 13719: Please triage this failure.
96 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. 92 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out.
97 93
98 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 94 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
99 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. 95 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
100 browser/compute_this_script_browser_test: Fail 96 browser/compute_this_script_browser_test: Fail
101 browser/typed_data_message_test: Skip # 13961 97 browser/typed_data_message_test: Skip # 13961
102 count_test: Fail 98 count_test: Fail
103 cross_isolate_message_test: Fail 99 cross_isolate_message_test: Fail
104 global_error_handler2_test: Fail
105 global_error_handler_test: Fail
106 illegal_msg_function_test: Fail 100 illegal_msg_function_test: Fail
107 illegal_msg_mirror_test: Fail 101 illegal_msg_mirror_test: Fail
108 isolate_complex_messages_test: Fail 102 isolate_complex_messages_test: Fail
109 isolate_stress_test: Fail 103 isolate_stress_test: Fail
110 mandel_isolate_test: Fail 104 mandel_isolate_test: Fail
111 message2_test: Fail 105 message2_test: Fail
112 message_test: Fail 106 message_test: Fail
113 mint_maker_test: Fail 107 mint_maker_test: Fail
114 nested_spawn2_test: Fail 108 nested_spawn2_test: Fail
115 nested_spawn_test: Fail 109 nested_spawn_test: Fail
116 request_reply_test: Fail 110 request_reply_test: Fail
117 spawn_function_custom_class_test: Fail 111 spawn_function_custom_class_test: Fail
118 spawn_function_test: Fail 112 spawn_function_test: Fail
119 stacktrace_message_test: Fail 113 stacktrace_message_test: Fail
120 unresolved_ports_test: Fail 114 unresolved_ports_test: Fail
121 115
122 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 116 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
123 browser/typed_data_message_test: StaticWarning 117 browser/typed_data_message_test: StaticWarning
124 isolate3_negative_test: CompileTimeError 118 isolate3_negative_test: CompileTimeError
125 isolate_import_negative_test: CompileTimeError 119 isolate_import_negative_test: CompileTimeError
126 isolate/mint_maker_test: StaticWarning
127 isolate/unresolved_ports_test: StaticWarning
128 mandel_isolate_stream_test: StaticWarning
129 mandel_isolate_test: StaticWarning 120 mandel_isolate_test: StaticWarning
130 mint_maker_test: StaticWarning 121 mint_maker_test: StaticWarning
131 serialization_test: StaticWarning 122 serialization_test: StaticWarning
132 unresolved_ports_test: StaticWarning 123 unresolved_ports_test: StaticWarning
133 124
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698