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

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

Issue 825353007: Update co19 status on firefox and chrome. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/co19/co19-dartium.status ('k') | 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 [ $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
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ]
207 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 207 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
208 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 208 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
209 convert/streamed_conversion_utf8_encode_test: Pass, Slow # Issue 12029
210 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 209 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589
211 210
211 [ $runtime == chrome || $runtime == ff]
212 convert/streamed_conversion_utf8_encode_test: Pass, Slow, Timeout # Issue 12029
213 async/slow_consumer2_test: Pass, Timeout # Please triage this issue.
214
212 [ $compiler == dart2js ] 215 [ $compiler == dart2js ]
213 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 216 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275
214 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 217 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533
215 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 218 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275
216 219
217 [ $runtime == opera ] 220 [ $runtime == opera ]
218 async/multiple_timer_test: Pass, Fail # Probably issue 14734 221 async/multiple_timer_test: Pass, Fail # Probably issue 14734
219 222
220 [ $runtime == opera && $system == windows] 223 [ $runtime == opera && $system == windows]
221 # TODO(efortuna): Investigate. 224 # TODO(efortuna): Investigate.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 profiler/metrics_num_test: Skip # Because of a int / double type test. 314 profiler/metrics_num_test: Skip # Because of a int / double type test.
312 315
313 [ $arch == simarm64 ] 316 [ $arch == simarm64 ]
314 convert/utf85_test: Skip # Pass, Slow Issue 20111. 317 convert/utf85_test: Skip # Pass, Slow Issue 20111.
315 318
316 [ $mode == debug && $arch == ia32 && $system == windows ] 319 [ $mode == debug && $arch == ia32 && $system == windows ]
317 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 320 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
318 321
319 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] 322 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ]
320 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 323 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
OLDNEW
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698