Skip to content

Commit 87b06aa

Browse files
authored
Merge pull request #12383 from apple/r33715252
2 parents 8e7475b + f517d02 commit 87b06aa

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,7 @@ build-swift-stdlib-unittest-extra
718718
# Executes the lit tests for the installable package that is created
719719
# Assumes the swift-integration-tests repo is checked out
720720

721-
# Skip test-installable-package build due to rdar://problem/33715252
722-
# test-installable-package
721+
test-installable-package
723722

724723
# Path to the root of the installation filesystem.
725724
install-destdir=%(install_destdir)s
@@ -748,8 +747,6 @@ install-foundation
748747
install-libdispatch
749748
reconfigure
750749

751-
# Skip lldb build due to rdar://problem/33715252
752-
skip-build-lldb
753750

754751
# Linux package with out test
755752
[preset: buildbot_linux,no_test]
@@ -804,8 +801,6 @@ install-libdispatch
804801
reconfigure
805802
skip-test-lldb
806803

807-
# Skip lldb build due to rdar://problem/33715252
808-
skip-build-lldb
809804

810805
[preset: buildbot_linux_1404_no_lldb]
811806
mixin-preset=buildbot_incremental_linux
@@ -972,8 +967,7 @@ install-prefix=%(install_toolchain_dir)s/usr
972967
# Executes the lit tests for the installable package that is created
973968
# Assumes the swift-integration-tests repo is checked out
974969

975-
# Skip test-installable-package build due to rdar://problem/33715252
976-
# test-installable-package
970+
test-installable-package
977971

978972
# If someone uses this for incremental builds, force reconfiguration.
979973
reconfigure
@@ -1115,8 +1109,6 @@ skip-test-ios-host
11151109
skip-test-tvos-host
11161110
skip-test-watchos-host
11171111

1118-
# Skip lldb build due to rdar://problem/33715252
1119-
skip-build-lldb
11201112

11211113
#===------------------------------------------------------------------------===#
11221114
# Test watchOS on OS X builder

0 commit comments

Comments
 (0)