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

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

Issue 916473003: Update test status for slow ASAN bot. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 10 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-runtime.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
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 profiler/metrics_num_test: Skip # Because of a int / double type test. 319 profiler/metrics_num_test: Skip # Because of a int / double type test.
320 320
321 [ $arch == simarm64 ] 321 [ $arch == simarm64 ]
322 convert/utf85_test: Skip # Pass, Slow Issue 20111. 322 convert/utf85_test: Skip # Pass, Slow Issue 20111.
323 323
324 [ $mode == debug && $arch == ia32 && $system == windows ] 324 [ $mode == debug && $arch == ia32 && $system == windows ]
325 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 325 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
326 326
327 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] 327 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ]
328 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 328 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
329
330 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
331 mirrors/immutable_collections_test: Skip # Timeout.
332 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698