Merge pull request #79720 from AnthonyLatsis/haliotis-rufescens

[NFC] test: Factor out feature frontend tests into subdirectory
This commit is contained in:
Anthony Latsis
2025-03-04 03:33:31 +00:00
committed by GitHub
5 changed files with 3 additions and 3 deletions

View File

@@ -13,10 +13,10 @@ import sys
# they cannot automatically be checked.
EXCEPTIONAL_FILES = [
# Tests for ParserValidation not being defined in no-asserts compilers
pathlib.Path("test/Frontend/experimental-features-no-asserts.swift"),
pathlib.Path("test/Frontend/features/experimental-features-no-asserts.swift"),
# Tests for UnknownFeature not existing
pathlib.Path("test/Frontend/upcoming_feature.swift"),
pathlib.Path("test/Frontend/strict_features.swift"),
pathlib.Path("test/Frontend/features/upcoming_feature.swift"),
pathlib.Path("test/Frontend/features/strict_features.swift"),
# Tests for ModuleInterfaceExportAs being ignored
pathlib.Path("test/ModuleInterface/swift-export-as.swift"),
# Uses the pseudo-feature AvailabilityMacro=