[co19] RawDatargamSocket tests enabled
Change-Id: I3ea1e20eaa14f546da333a8841bfa2ef75891bda Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/263301 Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
committed by
Alexander Thomas
parent
a257c71253
commit
e4a8525d86
@@ -2,8 +2,6 @@
|
||||
# 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.
|
||||
|
||||
LibTest/io/RawDatagramSocket/*: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
|
||||
[ $compiler == dart2analyzer ]
|
||||
LanguageFeatures/nnbd/static/strong/*: SkipByDesign # Strong mode tests should not be run with analyzer
|
||||
LanguageFeatures/nnbd/static/weak/*: SkipByDesign # Weak mode tests should not be run with analyzer
|
||||
|
||||
@@ -11,21 +11,12 @@ LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t01: Sk
|
||||
LibTest/async/StreamController/stream_all_A01_t01: Skip # https://github.com/dart-lang/sdk/issues/50122
|
||||
|
||||
[ $runtime == dart_precompiled ]
|
||||
LibTest/io/RawDatagramSocket/join_A01_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/join_A01_t02: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/join_A02_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/multicastInterface_A01_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/receive_A02_t02: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/reduce_A01_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/reduce_A02_t02: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/reduce_A04_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported:
|
||||
|
||||
[ $runtime == vm ]
|
||||
LibTest/collection/ListBase/ListBase_class_A01_t02: Slow, Pass # Does many calls
|
||||
LibTest/collection/ListMixin/ListMixin_class_A01_t02: Slow, Pass # Does many calls
|
||||
LibTest/core/List/List_class_A01_t02: Slow, Pass # Does many calls
|
||||
LibTest/io/RawDatagramSocket/*: Skip # RawDatagramSocket are flaky. https://github.com/dart-lang/co19/issues/195
|
||||
|
||||
[ $compiler == dartk && $runtime == vm && $system == macos ]
|
||||
LibTest/collection/ListBase/ListBase_class_A01_t02: Slow, Pass
|
||||
|
||||
@@ -130,4 +130,3 @@ LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t13: Ski
|
||||
LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t15: SkipByDesign # https://github.com/dart-lang/sdk/issues/46483
|
||||
LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t17: SkipByDesign # https://github.com/dart-lang/sdk/issues/46483
|
||||
LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_typedef_l1_t19: SkipByDesign # https://github.com/dart-lang/sdk/issues/46483
|
||||
LibTest/io/RawDatagramSocket/*: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
|
||||
@@ -6,21 +6,12 @@
|
||||
LanguageFeatures/Instantiate-to-bound/typedef/static/typedef_l2_06_t04: SkipByDesign # Won't fix. See https://github.com/dart-lang/sdk/issues/46288
|
||||
|
||||
[ $runtime == dart_precompiled ]
|
||||
LibTest/io/RawDatagramSocket/join_A01_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/join_A01_t02: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/join_A02_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/multicastInterface_A01_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/receive_A02_t02: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/reduce_A01_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/reduce_A02_t02: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/io/RawDatagramSocket/reduce_A04_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
||||
LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported
|
||||
|
||||
[ $runtime == vm ]
|
||||
LibTest/collection/ListBase/ListBase_class_A01_t02: Slow, Pass # Does many calls
|
||||
LibTest/collection/ListMixin/ListMixin_class_A01_t02: Slow, Pass # Does many calls
|
||||
LibTest/core/List/List_class_A01_t02: Slow, Pass # Does many calls
|
||||
LibTest/io/RawDatagramSocket/*: Skip # RawDatagramSocket are flacky. Skip them all until rewritten
|
||||
|
||||
[ $compiler == dartk && $runtime == vm && $system == macos ]
|
||||
LibTest/collection/ListBase/ListBase_class_A01_t02: Slow, Pass
|
||||
|
||||
Reference in New Issue
Block a user