Skip to content

Commit 273dac3

Browse files
committed
[build-presets] Enabled SourceKit-LSP tests on Linux
The SourceKit-LSP test failures seem to be caused by a bug of `swift test --parallel` on Linux. Since SourceKit-LSP now runs its test on Linux serially, we should be able to enable the tests again.
1 parent 2f0ae44 commit 273dac3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

utils/build-presets.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,6 @@ foundation
873873
libdispatch
874874
indexstore-db
875875
sourcekit-lsp
876-
# SourceKit-LSP tests are flaky on Linux due to rdar://92260631
877-
skip-test-sourcekit-lsp
878876
swiftdocc
879877
lit-args=-v --time-tests
880878

@@ -1110,8 +1108,6 @@ swiftsyntax
11101108
swiftsyntax-verify-generated-files
11111109
indexstore-db
11121110
sourcekit-lsp
1113-
# SourceKit-LSP tests are flaky on Linux due to rdar://92260631
1114-
skip-test-sourcekit-lsp
11151111
install-llvm
11161112
install-swift
11171113
install-llbuild
@@ -1680,9 +1676,6 @@ skip-test-foundation
16801676
skip-test-libdispatch
16811677
skip-test-xctest
16821678

1683-
# SourceKit-LSP tests are flaky on Linux due to rdar://92260631
1684-
skip-test-sourcekit-lsp
1685-
16861679
# Builds enough of the the toolchain to build a swift pacakge on macOS.
16871680
[preset: mixin_swiftpm_package_macos_platform]
16881681
mixin-preset=mixin_swiftpm_macos_platform

0 commit comments

Comments
 (0)