@@ -718,8 +718,7 @@ build-swift-stdlib-unittest-extra
718
718
# Executes the lit tests for the installable package that is created
719
719
# Assumes the swift-integration-tests repo is checked out
720
720
721
- # Skip test-installable-package build due to rdar://problem/33715252
722
- # test-installable-package
721
+ test-installable-package
723
722
724
723
# Path to the root of the installation filesystem.
725
724
install-destdir =%(install_destdir)s
@@ -748,8 +747,6 @@ install-foundation
748
747
install-libdispatch
749
748
reconfigure
750
749
751
- # Skip lldb build due to rdar://problem/33715252
752
- skip-build-lldb
753
750
754
751
# Linux package with out test
755
752
[preset: buildbot_linux,no_test]
@@ -804,8 +801,6 @@ install-libdispatch
804
801
reconfigure
805
802
skip-test-lldb
806
803
807
- # Skip lldb build due to rdar://problem/33715252
808
- skip-build-lldb
809
804
810
805
[preset: buildbot_linux_1404_no_lldb]
811
806
mixin-preset =buildbot_incremental_linux
@@ -972,8 +967,7 @@ install-prefix=%(install_toolchain_dir)s/usr
972
967
# Executes the lit tests for the installable package that is created
973
968
# Assumes the swift-integration-tests repo is checked out
974
969
975
- # Skip test-installable-package build due to rdar://problem/33715252
976
- # test-installable-package
970
+ test-installable-package
977
971
978
972
# If someone uses this for incremental builds, force reconfiguration.
979
973
reconfigure
@@ -1115,8 +1109,6 @@ skip-test-ios-host
1115
1109
skip-test-tvos-host
1116
1110
skip-test-watchos-host
1117
1111
1118
- # Skip lldb build due to rdar://problem/33715252
1119
- skip-build-lldb
1120
1112
1121
1113
# ===------------------------------------------------------------------------===#
1122
1114
# Test watchOS on OS X builder
0 commit comments