mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
f0c270e96d
The timeouts are crashing the test infra when trying to deflake the failures and preventing more results from getting uploaded. These tests are timing out right now on the canary bot because support for the new runtime types hasn't been fully landed. They should be enabled again after all the support has landed and should have results at parity with the non-canary configurations. Change-Id: Ia8814c02445acccb906c4b376c82da88480155b9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274483 Reviewed-by: Mark Zhou <markzipan@google.com> Commit-Queue: Nicholas Shahan <nshahan@google.com>
57 lines
3 KiB
Text
57 lines
3 KiB
Text
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
[ $builder_tag == canary && ($compiler == dartdevc || $compiler == dartdevk) ]
|
|
async/catch_errors11_test: Skip # Issue 50666
|
|
async/catch_errors12_test: Skip # Issue 50666
|
|
async/catch_errors15_test: Skip # Issue 50666
|
|
async/catch_errors17_test: Skip # Issue 50666
|
|
async/catch_errors20_test: Skip # Issue 50666
|
|
async/catch_errors21_test: Skip # Issue 50666
|
|
async/catch_errors23_test: Skip # Issue 50666
|
|
async/catch_errors24_test: Skip # Issue 50666
|
|
async/catch_errors26_test: Skip # Issue 50666
|
|
async/catch_errors27_test: Skip # Issue 50666
|
|
async/catch_errors5_test: Skip # Issue 50666
|
|
async/catch_errors7_test: Skip # Issue 50666
|
|
async/catch_errors8_test: Skip # Issue 50666
|
|
async/stream_iterator_test: Skip # Issue 50666
|
|
async/stream_zones_test: Skip # Issue 50666
|
|
|
|
[ $runtime == chrome && ($compiler == dartdevc || $compiler == dartdevk) ]
|
|
html/js_dispatch_property_test: Skip # Timeout Issue 31030
|
|
|
|
[ $system == linux && ($compiler == dartdevc || $compiler == dartdevk) ]
|
|
html/interactive_geolocation_test: Skip # Requires allowing geo location.
|
|
|
|
[ $system == macos && ($compiler == dartdevc || $compiler == dartdevk) ]
|
|
html/interactive_media_test: Skip # Requires interactive camera, microphone permissions.
|
|
|
|
[ $system == windows && ($compiler == dartdevc || $compiler == dartdevk) ]
|
|
html/xhr_test: Skip # Times out. Issue 21527
|
|
|
|
[ $compiler == dartdevc || $compiler == dartdevk ]
|
|
convert/chunked_conversion_utf88_test: Slow, Pass
|
|
convert/json_utf8_chunk_test: Slow, Pass
|
|
convert/streamed_conversion_utf8_decode_test: Slow, Pass # Issue 29922
|
|
convert/utf85_test: Slow, Pass
|
|
developer/metrics_num_test: Skip # Because of an int / double type test.
|
|
html/callback_list_test: Skip # Test requires user interaction to accept permissions.
|
|
html/custom/attribute_changed_callback_test: Skip # Issue 31577
|
|
html/custom/created_callback_test: Skip # Issue 31577
|
|
html/custom/document_register_basic_test: Skip # Issue 31577
|
|
html/custom/document_register_template_test: Skip # Issue 31577
|
|
html/custom/document_register_type_extensions_test: Skip # Issue 31577
|
|
html/custom/element_upgrade_test: Skip # Issue 31577
|
|
html/custom/entered_left_view/*: Skip # Issue 31577
|
|
html/custom_element_method_clash_test: Skip # Issue 29922
|
|
html/custom_element_name_clash_test: Skip # Issue 29922
|
|
html/custom_elements_23127_test: Skip # Issue 29922
|
|
html/custom_elements_test: Skip # Issue 29922
|
|
html/notification_permission_test: Skip # Issue 32002
|
|
isolate/*: SkipByDesign # No support for dart:isolate in dart4web (http://dartbug.com/30538)
|
|
js/js_util/js_prefix_test: SkipByDesign # JS$ prefix not implemented on ddc.
|
|
mirrors/*: SkipByDesign # Mirrors not supported on web in Dart 2.0.
|
|
typed_data/int64_list_load_store_test: SkipByDesign # dartdevk/c does not support Int64List
|
|
typed_data/typed_data_hierarchy_int64_test: SkipByDesign # dartdevk/c does not support Int64List
|