Merge pull request #12616 from apple/enable-lldb-and-package-tests

Enable lldb build and package tests
diff --git a/utils/build-presets.ini b/utils/build-presets.ini
index d2bd531..db1555f 100644
--- a/utils/build-presets.ini
+++ b/utils/build-presets.ini
@@ -718,8 +718,7 @@
 # Executes the lit tests for the installable package that is created
 # Assumes the swift-integration-tests repo is checked out
 
-# Skip test-installable-package build due to rdar://problem/33715252
-# test-installable-package
+test-installable-package
 
 # Path to the root of the installation filesystem.
 install-destdir=%(install_destdir)s
@@ -748,8 +747,6 @@
 install-libdispatch
 reconfigure
 
-# Skip lldb build due to rdar://problem/33715252
-skip-build-lldb
 
 # Linux package with out test
 [preset: buildbot_linux,no_test]
@@ -804,8 +801,6 @@
 reconfigure
 skip-test-lldb
 
-# Skip lldb build due to rdar://problem/33715252
-skip-build-lldb
 
 [preset: buildbot_linux_1404_no_lldb]
 mixin-preset=buildbot_incremental_linux
@@ -972,8 +967,7 @@
 # Executes the lit tests for the installable package that is created
 # Assumes the swift-integration-tests repo is checked out
 
-# Skip test-installable-package build due to rdar://problem/33715252
-# test-installable-package
+test-installable-package
 
 # If someone uses this for incremental builds, force reconfiguration.
 reconfigure
@@ -1115,8 +1109,6 @@
 skip-test-tvos-host
 skip-test-watchos-host
 
-# Skip lldb build due to rdar://problem/33715252
-skip-build-lldb
 
 #===------------------------------------------------------------------------===#
 # Test watchOS on OS X builder