[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 <asiva@google.com>
Auto-Submit: Sergey Grekhov <sgrekhov22@gmail.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
This commit is contained in:
Sergey G. Grekhov 2024-02-23 08:01:59 +00:00 committed by Commit Queue
parent 34213ba605
commit fe4ae77b22

View file

@ -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 ]