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

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

Issue 537933002: Try to remove RuntimeError annotations for mirrors_reader_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | 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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 102 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670
103 mirrors/symbol_validation_test/01: RuntimeError # Issue 13597 103 mirrors/symbol_validation_test/01: RuntimeError # Issue 13597
104 mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164 104 mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164
105 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 105 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
106 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 106 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
107 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 107 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
108 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 108 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335
109 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 109 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
110 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 110 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
111 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490 111 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490
112 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 112 mirrors/mirrors_reader_test: Slow # Issue 20806
113 113
114 [ $runtime == safari || $runtime == safarimobilesim ] 114 [ $runtime == safari || $runtime == safarimobilesim ]
115 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set 115 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set
116 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set 116 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set
117 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set 117 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set
118 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine). 118 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine).
119 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie s are already fine). 119 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie s are already fine).
120 mirrors/null_test: Fail # http://dartbug.com/16831 120 mirrors/null_test: Fail # http://dartbug.com/16831
121 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 121 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920
122 122
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 convert/json_lib_test: Fail # Issue 10961 204 convert/json_lib_test: Fail # Issue 10961
205 205
206 [ $compiler == dart2js && $minified ] 206 [ $compiler == dart2js && $minified ]
207 mirrors/mirrors_used_get_name_test: RuntimeError 207 mirrors/mirrors_used_get_name_test: RuntimeError
208 mirrors/mirrors_used_get_name2_test: RuntimeError 208 mirrors/mirrors_used_get_name2_test: RuntimeError
209 209
210 [ $runtime == ff ] 210 [ $runtime == ff ]
211 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 211 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
212 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 212 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
213 convert/streamed_conversion_utf8_encode_test: Pass, Slow # Issue 12029 213 convert/streamed_conversion_utf8_encode_test: Pass, Slow # Issue 12029
214 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 214 mirrors/mirrors_reader_test: Timeout, Slow # Issue 20806
215 215
216 [ $runtime == ie9 ] 216 [ $runtime == ie9 ]
217 # IE9 doesn't support typed arrays. 217 # IE9 doesn't support typed arrays.
218 typed_data/*: Fail # Issue 11971 218 typed_data/*: Fail # Issue 11971
219 convert/chunked_conversion_utf88_test: Skip # Issue 12029 219 convert/chunked_conversion_utf88_test: Skip # Issue 12029
220 convert/streamed_conversion_json_utf8_decode_test: Skip # Issue 12029 220 convert/streamed_conversion_json_utf8_decode_test: Skip # Issue 12029
221 async/deferred/*: Skip # http://dartbug.com/12635 221 async/deferred/*: Skip # http://dartbug.com/12635
222 mirrors/deferred*: Pass, Fail # http://dartbug.com/12635 222 mirrors/deferred*: Pass, Fail # http://dartbug.com/12635
223 convert/streamed_conversion_utf8_decode_test: Skip # http://dartbug.com/12768 223 convert/streamed_conversion_utf8_decode_test: Skip # http://dartbug.com/12768
224 convert/utf85_test: Skip # Issue 12029. 224 convert/utf85_test: Skip # Issue 12029.
225 convert/json_util_test: Fail # Issue 16109 225 convert/json_util_test: Fail # Issue 16109
226 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 226 mirrors/mirrors_reader_test: Slow # Issue 20806
227 227
228 [ $compiler == dart2js ] 228 [ $compiler == dart2js ]
229 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 229 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275
230 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 230 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533
231 231
232 [ $runtime == opera ] 232 [ $runtime == opera ]
233 async/multiple_timer_test: Pass, Fail # Probably issue 14734 233 async/multiple_timer_test: Pass, Fail # Probably issue 14734
234 234
235 [ $runtime == opera && $system == windows] 235 [ $runtime == opera && $system == windows]
236 # TODO(efortuna): Investigate. 236 # TODO(efortuna): Investigate.
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 325
326 [ $arch == simarm ] 326 [ $arch == simarm ]
327 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 327 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
328 convert/utf85_test: Skip # Pass, Slow Issue 12644. 328 convert/utf85_test: Skip # Pass, Slow Issue 12644.
329 329
330 [ $compiler == dart2js ] 330 [ $compiler == dart2js ]
331 profiler/metrics_num_test: Skip # Because of a int / double type test. 331 profiler/metrics_num_test: Skip # Because of a int / double type test.
332 332
333 [ $arch == simarm64 ] 333 [ $arch == simarm64 ]
334 convert/utf85_test: Skip # Pass, Slow Issue 20111. 334 convert/utf85_test: Skip # Pass, Slow Issue 20111.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698