Skip to content

Commit 3670ed0

Browse files
authored
Merge pull request #94 from apple/pr/remove-stress-tester
Remove check for sk-stress-test
2 parents ada7abd + dfaa817 commit 3670ed0

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
@@ -261,16 +261,3 @@ else:
261261
for name in ('swift-build', 'FileCheck', 'readelf'):
262262
config.substitutions.append((' {0} '.format(name),
263263
' unquoted-command-name-{0} '.format(name)))
264-
265-
# Add substitutions for SourceKit stress tester executables
266-
sk_stress_test_path = lit_config.params.get(
267-
"sk-stress-test",
268-
os.path.join(package_path, "usr", "bin", "sk-stress-test"))
269-
sk_swiftc_wrapper_path = lit_config.params.get(
270-
"sk-swiftc-wrapper",
271-
os.path.join(package_path, "usr", "bin", "sk-swiftc-wrapper"))
272-
273-
lit_config.note("testing using 'sk-stress-test': {}".format(sk_stress_test_path))
274-
lit_config.note("testing using 'sk-swiftc-wrapper': {}".format(sk_swiftc_wrapper_path))
275-
config.substitutions.append( ('%{sk-stress-test}', sk_stress_test_path) )
276-
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)