[NFC] test: Factor out feature frontend tests into subdirectory

This commit is contained in:
Anthony Latsis
2025-03-01 03:55:09 +00:00
parent 7f8de34084
commit d18425e3dc
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=