From fe4ae77b22b7358df3a3734f404358f0491c3a4d Mon Sep 17 00:00:00 2001 From: "Sergey G. Grekhov" Date: Fri, 23 Feb 2024 08:01:59 +0000 Subject: [PATCH] [co19] In AOT mode turn-off tests that uses mirrors `dart:mirrors` is not supported in AOT mode. Bug: https://github.com/dart-lang/co19/issues/2546 Change-Id: I2b0d42df911c6f185e72239f4786a87c535de535 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/353522 Reviewed-by: Siva Annamalai Auto-Submit: Sergey Grekhov Reviewed-by: Alexander Thomas Commit-Queue: Alexander Thomas --- tests/co19/co19-kernel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/co19/co19-kernel.status b/tests/co19/co19-kernel.status index b1e0cec2a49..817ffb3bd58 100644 --- a/tests/co19/co19-kernel.status +++ b/tests/co19/co19-kernel.status @@ -3,6 +3,7 @@ # BSD-style license that can be found in the LICENSE file. [ $runtime == dart_precompiled ] +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 ]