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

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

Issue 2071583004: Mark convert/streamed_conversion_json_utf8_decode_test as slow (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: fschneider review Created 4 years, 6 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
« 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 [ $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 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 222 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533
223 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 223 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275
224 224
225 [ $runtime == opera ] 225 [ $runtime == opera ]
226 async/multiple_timer_test: Pass, Fail # Probably issue 14734 226 async/multiple_timer_test: Pass, Fail # Probably issue 14734
227 227
228 [ $runtime == opera && $system == windows] 228 [ $runtime == opera && $system == windows]
229 # TODO(efortuna): Investigate. 229 # TODO(efortuna): Investigate.
230 async/timer_test: Fail, Pass 230 async/timer_test: Fail, Pass
231 231
232 [ $runtime == vm ]
233 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeo uts.
234
232 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 235 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
233 async/timer_not_available_test: Fail, OK 236 async/timer_not_available_test: Fail, OK
234 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 237 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
235 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors. 238 mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors.
236 239
237 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com piler == dart2appjit ] 240 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com piler == dart2appjit ]
238 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 241 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
239 242
240 mirrors/symbol_validation_test: RuntimeError # Issue 13596 243 mirrors/symbol_validation_test: RuntimeError # Issue 13596
241 244
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 mirrors/*: SkipByDesign 366 mirrors/*: SkipByDesign
364 367
365 [ $noopt || $compiler == precompiler ] 368 [ $noopt || $compiler == precompiler ]
366 convert/chunked_conversion_utf88_test: Pass, Timeout 369 convert/chunked_conversion_utf88_test: Pass, Timeout
367 convert/utf85_test: Pass, Timeout 370 convert/utf85_test: Pass, Timeout
368 371
369 [ $arch == simdbc || $arch == simdbc64 ] 372 [ $arch == simdbc || $arch == simdbc64 ]
370 # TODO(vegorov) LoadField bytecode supports only up to 256 fields. Need a long 373 # TODO(vegorov) LoadField bytecode supports only up to 256 fields. Need a long
371 # version. 374 # version.
372 mirrors/accessor_cache_overflow_test: Skip 375 mirrors/accessor_cache_overflow_test: Skip
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