Skip to content

Commit b7cb8e8

Browse files
authored
Tests: re-enable swift-testing in bootstrap (#8673)
Swift Testing was disabled in #8608 to due to swiftlang/swift#81144. However, a workaround was applied to the SwiftPM linux smoke test preset to allow swift-testing to execute by not building Swift Standard library with assertions in the respective *Swift TestL Linux Platform (smoke test)* pipeline. See swiftlang/swift#81513
1 parent 31b2c4a commit b7cb8e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Utilities/bootstrap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,6 @@ def test(args):
467467
cmd = [
468468
os.path.join(args.bin_dir, "swift-test")
469469
]
470-
# Disabling in release/6.2 due to crash
471-
cmd.append("--disable-swift-testing")
472470
if args.parallel:
473471
cmd.append("--parallel")
474472
for arg in args.filter:

0 commit comments

Comments
 (0)