Skip to content

Commit 532a3f1

Browse files
authored
Merge pull request #29867 from apple/shahmishal/SR-12213
2 parents 4b2b436 + d4077f3 commit 532a3f1

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

utils/build-presets.ini

+36
Original file line numberDiff line numberDiff line change
@@ -1694,6 +1694,42 @@ assertions
16941694
indexstore-db
16951695
sourcekit-lsp
16961696

1697+
#===------------------------------------------------------------------------===#
1698+
# Test Swift Corelibs XCTest
1699+
#===------------------------------------------------------------------------===#
1700+
1701+
[preset: buildbot_xctest_linux]
1702+
mixin-preset=
1703+
mixin_linux_install_components_with_clang
1704+
1705+
libicu
1706+
llbuild
1707+
swiftpm
1708+
xctest
1709+
foundation
1710+
libdispatch
1711+
indexstore-db
1712+
sourcekit-lsp
1713+
1714+
release
1715+
validation-test
1716+
reconfigure
1717+
1718+
install-foundation
1719+
install-libdispatch
1720+
install-libicu
1721+
install-libcxx
1722+
install-swift
1723+
install-llbuild
1724+
install-swiftpm
1725+
install-xctest
1726+
install-sourcekit-lsp
1727+
1728+
skip-test-cmark
1729+
skip-test-swift
1730+
skip-test-libdispatch
1731+
skip-test-foundation
1732+
16971733
#===------------------------------------------------------------------------===#
16981734
# Remote Mirror Library
16991735
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)