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

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

Issue 845793004: Update status files, replace "dartbug.com" with "Issue ". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove change to test_runner. Created 5 years, 11 months 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/language/language_analyzer2.status ('k') | tests/standalone/standalone.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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
11 11
12 [ $compiler == dart2js ] 12 [ $compiler == dart2js ]
13 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 13 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
14 14
15 math/double_pow_test: RuntimeError 15 math/double_pow_test: RuntimeError
16 math/low_test: RuntimeError 16 math/low_test: RuntimeError
17 math/random_big_test: RuntimeError # Using bigint seeds for random. 17 math/random_big_test: RuntimeError # Using bigint seeds for random.
18 18
19 mirrors/abstract_class_test: RuntimeError # Issue 12826 19 mirrors/abstract_class_test: RuntimeError # Issue 12826
20 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 20 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
21 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 21 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
22 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 22 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597
23 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 23 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 82 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
83 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607 83 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607
84 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607 84 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607
85 mirrors/reflected_type_typedefs_test: RuntimeError # Issue 12607 85 mirrors/reflected_type_typedefs_test: RuntimeError # Issue 12607
86 mirrors/reflected_type_typevars_test: RuntimeError # Issue 12607 86 mirrors/reflected_type_typevars_test: RuntimeError # Issue 12607
87 mirrors/relation_assignable_test: RuntimeError # Issue 6490 87 mirrors/relation_assignable_test: RuntimeError # Issue 6490
88 mirrors/relation_subtype_test: RuntimeError # Issue 6490 88 mirrors/relation_subtype_test: RuntimeError # Issue 6490
89 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 89 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670
90 mirrors/symbol_validation_test/01: RuntimeError # Issue 13597 90 mirrors/symbol_validation_test/01: RuntimeError # Issue 13597
91 mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164 91 mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164
92 mirrors/typedef_test: RuntimeError # http://dartbug.com/6490 92 mirrors/typedef_test: RuntimeError # Issue 6490
93 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 93 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
94 mirrors/typedef_reflected_type_test/01: RuntimeError # Issue 12607 94 mirrors/typedef_reflected_type_test/01: RuntimeError # Issue 12607
95 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 95 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
96 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 96 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335
97 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 97 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
98 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 98 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
99 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490 99 mirrors/raw_type_test/01: RuntimeError # Issue 6490
100 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 100 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589
101 101
102 [ $runtime == safari || $runtime == safarimobilesim ] 102 [ $runtime == safari || $runtime == safarimobilesim ]
103 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine). 103 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine).
104 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie s are already fine). 104 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie s are already fine).
105 mirrors/null_test: Fail # http://dartbug.com/16831 105 mirrors/null_test: Fail # Issue 16831
106 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 106 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920
107 107
108 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim ] 108 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim ]
109 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set 109 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set
110 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set 110 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set
111 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set 111 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set
112 112
113 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 113 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
114 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 114 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
115 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 115 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
116 116
117 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim && $runtime != safari && $runtime != ff && $runtime != ie10] 117 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim && $runtime != safari && $runtime != ff && $runtime != ie10]
118 math/math_test: RuntimeError 118 math/math_test: RuntimeError
119 math/math2_test: RuntimeError 119 math/math2_test: RuntimeError
120 120
121 [ $compiler == dart2js && $jscl && $unchecked ] 121 [ $compiler == dart2js && $jscl && $unchecked ]
122 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 122 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566
123 123
124 [ $compiler == dart2js && $jscl && $checked ] 124 [ $compiler == dart2js && $jscl && $checked ]
125 mirrors/invocation_fuzz_test/none: RuntimeError # Issue 15566 125 mirrors/invocation_fuzz_test/none: RuntimeError # Issue 15566
126 126
127 [ $compiler == dart2js && ($minified || $runtime == jsshell) ] 127 [ $compiler == dart2js && ($minified || $runtime == jsshell) ]
128 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 128 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566
129 129
130 [ $compiler == dart2js && $runtime == jsshell ] 130 [ $compiler == dart2js && $runtime == jsshell ]
131 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8. 131 async/future_test: RuntimeError # Timer interface not supported; Issue 7728.
132 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug .com/7728. 132 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7 728.
133 async/slow_consumer3_test: RuntimeError # Timer interface not supported; dartbug .com/7728. 133 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7 728.
134 async/slow_consumer_test: RuntimeError # Timer interface not supported; dartbug. com/7728. 134 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77 28.
135 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; d artbug.com/7728. 135 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I ssue 7728.
136 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor ted; dartbug.com/7728. 136 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor ted; Issue 7728.
137 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. 137 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run.
138 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. 138 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run.
139 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. 139 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run.
140 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. 140 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run.
141 async/timer_isolate_test: Fail, OK # Needs Timer to run. 141 async/timer_isolate_test: Fail, OK # Needs Timer to run.
142 async/timer_repeat_test: RuntimeError,OK # Needs Timer to run. 142 async/timer_repeat_test: RuntimeError,OK # Needs Timer to run.
143 async/timer_test: RuntimeError,OK # Needs Timer to run. 143 async/timer_test: RuntimeError,OK # Needs Timer to run.
144 async/stream_controller_async_test: RuntimeError # Timer interface not supported ; dartbug.com/7728. 144 async/stream_controller_async_test: RuntimeError # Timer interface not supported ; Issue 7728.
145 async/stream_periodic_test: RuntimeError # Timer interface not supported; dartbu g.com/7728. 145 async/stream_periodic_test: RuntimeError # Timer interface not supported; Issue 7728.
146 async/stream_periodic2_test: RuntimeError # Timer interface not supported; dartb ug.com/7728. 146 async/stream_periodic2_test: RuntimeError # Timer interface not supported; Issue 7728.
147 async/stream_periodic3_test: RuntimeError # Timer interface not supported; dartb ug.com/7728. 147 async/stream_periodic3_test: RuntimeError # Timer interface not supported; Issue 7728.
148 async/stream_periodic4_test: RuntimeError # Timer interface not supported; dartb ug.com/7728. 148 async/stream_periodic4_test: RuntimeError # Timer interface not supported; Issue 7728.
149 async/stream_periodic5_test: RuntimeError # Timer interface not supported; dartb ug.com/7728. 149 async/stream_periodic5_test: RuntimeError # Timer interface not supported; Issue 7728.
150 async/run_zoned7_test: RuntimeError # Timer interface not supported: dartbug.com /7728. 150 async/run_zoned7_test: RuntimeError # Timer interface not supported: Issue 7728.
151 async/catch_errors22_test: RuntimeError # Timer interface not supported: dartbug .com/7728. 151 async/catch_errors22_test: RuntimeError # Timer interface not supported: Issue 7 728.
152 async/timer_isActive_test: RuntimeError # Timer interface not supported: dartbug .com/7728. 152 async/timer_isActive_test: RuntimeError # Timer interface not supported: Issue 7 728.
153 async/zone_empty_description2_test: RuntimeError # Timer interface not supported : dartbug.com/7728. 153 async/zone_empty_description2_test: RuntimeError # Timer interface not supported : Issue 7728.
154 async/zone_create_timer2_test: RuntimeError # Timer interface not supported: dar tbug.com/7728. 154 async/zone_create_timer2_test: RuntimeError # Timer interface not supported: Iss ue 7728.
155 async/zone_create_periodic_timer_test: RuntimeError # Timer interface not suppor ted: dartbug.com/7728. 155 async/zone_create_periodic_timer_test: RuntimeError # Timer interface not suppor ted: Issue 7728.
156 async/stream_iterator_test: RuntimeError, OK # Timer interface not supported: da rtbug.com/7728. 156 async/stream_iterator_test: RuntimeError, OK # Timer interface not supported: Is sue 7728.
157 async/catch_errors12_test: Fail # Timer interface not supported: dartbug.com/772 8. 157 async/catch_errors12_test: Fail # Timer interface not supported: Issue 7728.
158 async/catch_errors13_test: Fail # Timer interface not supported: dartbug.com/772 8. 158 async/catch_errors13_test: Fail # Timer interface not supported: Issue 7728.
159 async/catch_errors14_test: Fail # Timer interface not supported: dartbug.com/772 8. 159 async/catch_errors14_test: Fail # Timer interface not supported: Issue 7728.
160 async/catch_errors15_test: Fail # Timer interface not supported: dartbug.com/772 8. 160 async/catch_errors15_test: Fail # Timer interface not supported: Issue 7728.
161 async/catch_errors18_test: Fail # Timer interface not supported: dartbug.com/772 8. 161 async/catch_errors18_test: Fail # Timer interface not supported: Issue 7728.
162 async/catch_errors19_test: Fail # Timer interface not supported: dartbug.com/772 8. 162 async/catch_errors19_test: Fail # Timer interface not supported: Issue 7728.
163 async/catch_errors20_test: Fail # Timer interface not supported: dartbug.com/772 8. 163 async/catch_errors20_test: Fail # Timer interface not supported: Issue 7728.
164 async/catch_errors28_test: Fail # Timer interface not supported: dartbug.com/772 8. 164 async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728.
165 async/catch_errors8_test: Fail # Timer interface not supported: dartbug.com/7728 . 165 async/catch_errors8_test: Fail # Timer interface not supported: Issue 7728.
166 async/run_zoned8_test: Fail # Timer interface not supported: dartbug.com/7728. 166 async/run_zoned8_test: Fail # Timer interface not supported: Issue 7728.
167 async/zone_bind_test: Fail # Timer interface not supported: dartbug.com/7728. 167 async/zone_bind_test: Fail # Timer interface not supported: Issue 7728.
168 async/future_timeout_test: Fail # Timer interface not supported: dartbug.com/772 8. 168 async/future_timeout_test: Fail # Timer interface not supported: Issue 7728.
169 async/stream_timeout_test: Fail # Timer interface not supported: dartbug.com/772 8. 169 async/stream_timeout_test: Fail # Timer interface not supported: Issue 7728.
170 async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: dar tbug.com/7728. 170 async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: Iss ue 7728.
171 async/stream_asyncmap_test: RuntimeError # Timer interface not supported: dartbu g.com/7728. 171 async/stream_asyncmap_test: RuntimeError # Timer interface not supported: Issue 7728.
172 async/stream_transformation_broadcast_test: RuntimeError # Timer interface not s upported: dartbug.com/7728. 172 async/stream_transformation_broadcast_test: RuntimeError # Timer interface not s upported: Issue 7728.
173 async/stream_controller_test: Fail # Timer interface not supported: dartbug.com/ 7728. 173 async/stream_controller_test: Fail # Timer interface not supported: Issue 7728.
174 174
175 [ $compiler == dart2js && $checked ] 175 [ $compiler == dart2js && $checked ]
176 convert/utf85_test: Pass, Slow # Issue 12029. 176 convert/utf85_test: Pass, Slow # Issue 12029.
177 mirrors/list_constructor_test/01: RuntimeError # Issue 19635. 177 mirrors/list_constructor_test/01: RuntimeError # Issue 19635.
178 178
179 [ $compiler == dart2js ] 179 [ $compiler == dart2js ]
180 convert/chunked_conversion_utf88_test: Slow, Pass 180 convert/chunked_conversion_utf88_test: Slow, Pass
181 convert/utf85_test: Slow, Pass 181 convert/utf85_test: Slow, Pass
182 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding. 182 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t he multi-test comments when this test starts succeeding.
183 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding. 183 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding.
184 184
185 185
186 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] 186 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ]
187 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 187 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
188 # implement timer (currently only in js shell) 188 # implement timer (currently only in js shell)
189 189
190 # 'js' tests import the dart:js library, so they only make sense in 190 # 'js' tests import the dart:js library, so they only make sense in
191 # a browser environment. 191 # a browser environment.
192 [ $runtime == vm ] 192 [ $runtime == vm ]
193 js/*: Skip 193 js/*: Skip
194 194
195 [ $compiler == dart2dart ] 195 [ $compiler == dart2dart ]
196 mirrors/*: Skip # http://dartbug.com/11511 196 mirrors/*: Skip # Issue 11511
197 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910 197 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910
198 198
199 [ $compiler == dart2dart && $minified ] 199 [ $compiler == dart2dart && $minified ]
200 convert/json_lib_test: Fail # Issue 10961 200 convert/json_lib_test: Fail # Issue 10961
201 201
202 [ $compiler == dart2js && $minified ] 202 [ $compiler == dart2js && $minified ]
203 mirrors/mirrors_used_get_name_test: RuntimeError 203 mirrors/mirrors_used_get_name_test: RuntimeError
204 mirrors/mirrors_used_get_name2_test: RuntimeError 204 mirrors/mirrors_used_get_name2_test: RuntimeError
205 205
206 [ $runtime == ff ] 206 [ $runtime == ff ]
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 241
242 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ] 242 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ]
243 async/schedule_microtask6_test: Fail # Issue 10910 243 async/schedule_microtask6_test: Fail # Issue 10910
244 async/timer_test: Fail, Pass # Issue 15487 244 async/timer_test: Fail, Pass # Issue 15487
245 async/multiple_timer_test: Fail, Pass # Issue 15487 245 async/multiple_timer_test: Fail, Pass # Issue 15487
246 async/stream_periodic3_test: Fail, Pass # Issue 15487 246 async/stream_periodic3_test: Fail, Pass # Issue 15487
247 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i s not allowed on Dartium's DOM thread. 247 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i s not allowed on Dartium's DOM thread.
248 mirrors/immutable_collections_test: Skip # Dartium debug uses -O0, so this will just timeout and waste bot cycles. 248 mirrors/immutable_collections_test: Skip # Dartium debug uses -O0, so this will just timeout and waste bot cycles.
249 mirrors/mirrors_reader_test: Skip # Dartium debug uses -O0, so this will just ti meout and waste bot cycles. 249 mirrors/mirrors_reader_test: Skip # Dartium debug uses -O0, so this will just ti meout and waste bot cycles.
250 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 250 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
251 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 251 mirrors/local_isolate_test: Skip # Issue 12188
252 252
253 [ $compiler == none && $runtime == drt && $system == windows ] 253 [ $compiler == none && $runtime == drt && $system == windows ]
254 async/multiple_timer_test: Fail, Pass # See Issue 10982 254 async/multiple_timer_test: Fail, Pass # See Issue 10982
255 async/timer_test: Fail, Pass # See Issue 10982 255 async/timer_test: Fail, Pass # See Issue 10982
256 256
257 [ $compiler == none && $runtime == dartium ] 257 [ $compiler == none && $runtime == dartium ]
258 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 258 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
259 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 259 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
260 260
261 [$compiler == none && $runtime == ContentShellOnAndroid ] 261 [$compiler == none && $runtime == ContentShellOnAndroid ]
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 profiler/metrics_num_test: Skip # Because of a int / double type test. 317 profiler/metrics_num_test: Skip # Because of a int / double type test.
318 318
319 [ $arch == simarm64 ] 319 [ $arch == simarm64 ]
320 convert/utf85_test: Skip # Pass, Slow Issue 20111. 320 convert/utf85_test: Skip # Pass, Slow Issue 20111.
321 321
322 [ $mode == debug && $arch == ia32 && $system == windows ] 322 [ $mode == debug && $arch == ia32 && $system == windows ]
323 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 323 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
324 324
325 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] 325 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ]
326 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 326 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698