Skip to content

Commit ce458b0

Browse files
test: Remove toolchain tests
1 parent ac8be11 commit ce458b0

File tree

21 files changed

+0
-171
lines changed

21 files changed

+0
-171
lines changed

test/lit.cfg

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ config.test_exec_root = lit_config.params.get(
2323
config.available_features.add("platform="+platform.system())
2424
config.available_features.add("scheme="+lit_config.params.get("scheme", "main"))
2525

26-
# --param package-path=PATH
27-
package_path = lit_config.params.get("package-path")
28-
if package_path:
29-
package_path = os.path.abspath(package_path)
30-
lit_config.note(f"testing toolchain package: {package_path}")
31-
else:
32-
lit_config.warning("'--param package-path=PATH' is not set, skipping toolchain tests")
33-
config.swift_package_path = package_path
34-
3526
# --param swift-sdk=<swift-sdk-id>
3627
swift_sdk = lit_config.params.get("swift-sdk")
3728
if swift_sdk:

test/toolchain/Inputs/clang-module-example/Package.swift

Lines changed: 0 additions & 11 deletions
This file was deleted.

test/toolchain/Inputs/clang-module-example/Sources/Main/ClangModuleExample.swift

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/toolchain/Inputs/clang-module-example/Sources/_CModule/_CModule.c

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/toolchain/Inputs/clang-module-example/Sources/_CModule/include/_CModule.h

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/toolchain/Inputs/clang-module-example/Sources/_CModule/include/module.modulemap

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/toolchain/Inputs/imports.swift

Lines changed: 0 additions & 17 deletions
This file was deleted.

test/toolchain/basic.swift

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/toolchain/clang-module.swift

Lines changed: 0 additions & 6 deletions
This file was deleted.

test/toolchain/foundation/Bundle.swift

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)