Files
sdk/tests/co19/co19-kernel.status
T
Sergey G. Grekhov 929657adc6 [co19] Roll co19 to 4ebc13c27af77129889a11fd1f95cff04dccd8f9
2025-04-10 sgrekhov22@gmail.com dart-lang/co19#3057. Add more flow analysis tests for while loop (dart-lang/co19#3141)
2025-04-10 sgrekhov22@gmail.com dart-lang/co19#2119. Rename unary_minus.dart to be visible for the test runner (dart-lang/co19#3140)
2025-04-09 sgrekhov22@gmail.com dart-lang/co19#3057. Add flow analysis try-finally tests (dart-lang/co19#3139)
2025-04-08 sgrekhov22@gmail.com Fixes dart-lang/co19#3136. Update expected errors location in initializer_not_a_constant_t03.dart (dart-lang/co19#3138)
2025-04-08 sgrekhov22@gmail.com dart-lang/co19#3057. Add flow analysis try-catch tests (dart-lang/co19#3137)
2025-04-08 sgrekhov22@gmail.com dart-lang/co19#3057. Add switch-expression tests (dart-lang/co19#3135)
2025-04-07 sgrekhov22@gmail.com Fixes dart-lang/co19#3133. Fix language version format. (dart-lang/co19#3134)

Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try
Change-Id: Ibef7bb6dbc070122711ade17173946466f468a7e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/422060
Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Chloe Stefantsova <cstefantsova@google.com>
Auto-Submit: Sergey Grekhov <sgrekhov22@gmail.com>
2025-04-11 03:38:56 -07:00

36 lines
1.9 KiB
Plaintext

# Copyright (c) 2018, 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.
[ $runtime == dart_precompiled ]
Language/Classes/Instance_Methods/Operators/unary_minus_t01: SkipByDesign # dart:mirrors is not supported
Language/Expressions/Constants/Constant_Contexts/constant_context_A02_t01: SkipByDesign # dart:mirrors is not supported.
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
[ $simulator ]
LanguageFeatures/FinalizationRegistry/ffi/*: SkipByDesign # https://github.com/dart-lang/sdk/issues/37299
[ $compiler == dartk && $runtime == vm && $system == macos ]
LibTest/collection/ListBase/ListBase_class_A01_t02: Slow, Pass
LibTest/collection/ListBase/ListBase_class_A01_t03: Slow, Pass
LibTest/collection/ListMixin/ListMixin_class_A01_t02: Slow, Pass
LibTest/collection/ListMixin/ListMixin_class_A01_t03: Slow, Pass
LibTest/core/List/List_class_A01_t02: Slow, Pass
LibTest/core/List/List_class_A01_t03: Slow, Pass
[ $runtime == dart_precompiled && $simulator ]
LibTest/collection/ListBase/ListBase_class_A01_t01: SkipSlow # Issue 43036
LibTest/collection/ListMixin/ListMixin_class_A01_t01: SkipSlow # Issue 43036
# It makes no sense to run any test that uses spawnURI under the simulator
# as that would involve running CFE (the front end) in simulator mode
# to compile the URI file specified in spawnURI code.
# These Isolate tests that use spawnURI are hence skipped on purpose.
[ $runtime == dart_precompiled || $runtime == vm && $simulator ]
LibTest/isolate/Isolate/spawnUri*: Skip