Skip to content

Commit dfaa817

Browse files
committed
Remove check for sk-stress-test
If sk-stress-test, sk-swiftc-wrapper and swift-evolve are no longer installed into the toolchain, we shouldn't test that they work properly. rdar://85079653
1 parent 5983543 commit dfaa817

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

lit.cfg

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -252,16 +252,3 @@ else:
252252
for name in ('swift-build', 'FileCheck', 'readelf'):
253253
config.substitutions.append((' {0} '.format(name),
254254
' unquoted-command-name-{0} '.format(name)))
255-
256-
# Add substitutions for SourceKit stress tester executables
257-
sk_stress_test_path = lit_config.params.get(
258-
"sk-stress-test",
259-
os.path.join(package_path, "usr", "bin", "sk-stress-test"))
260-
sk_swiftc_wrapper_path = lit_config.params.get(
261-
"sk-swiftc-wrapper",
262-
os.path.join(package_path, "usr", "bin", "sk-swiftc-wrapper"))
263-
264-
lit_config.note("testing using 'sk-stress-test': {}".format(sk_stress_test_path))
265-
lit_config.note("testing using 'sk-swiftc-wrapper': {}".format(sk_swiftc_wrapper_path))
266-
config.substitutions.append( ('%{sk-stress-test}', sk_stress_test_path) )
267-
config.substitutions.append( ('%{sk-swiftc-wrapper}', sk_swiftc_wrapper_path) )

sk-stress-test.txt

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

0 commit comments

Comments
 (0)