Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
futurejones authored Mar 6, 2019
1 parent 7eaddf2 commit 409e163
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions test-patches/build-preset-tests-4.2.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
diff --git a/utils/build-presets.ini b/utils/build-presets.ini
index 1dd8054..7e00f96 100644
--- a/utils/build-presets.ini
+++ b/utils/build-presets.ini
@@ -781,6 +781,48 @@ skip-test-libdispatch
skip-test-playgroundsupport
skip-test-libicu

+# Linux Individual Tests
+[preset: buildbot_linux,test_libdispatch]
+mixin-preset=buildbot_linux
+
+skip-test-cmark
+skip-test-lldb
+skip-test-swift
+skip-test-llbuild
+skip-test-swiftpm
+skip-test-xctest
+skip-test-foundation
+#skip-test-libdispatch
+skip-test-playgroundsupport
+skip-test-libicu
+
+[preset: buildbot_linux,test_foundation]
+mixin-preset=buildbot_linux
+
+skip-test-cmark
+skip-test-lldb
+skip-test-swift
+skip-test-llbuild
+skip-test-swiftpm
+skip-test-xctest
+#skip-test-foundation
+skip-test-libdispatch
+skip-test-playgroundsupport
+skip-test-libicu
+
+[preset: buildbot_linux,test_swiftpm]
+mixin-preset=buildbot_linux
+
+skip-test-cmark
+skip-test-lldb
+skip-test-swift
+skip-test-llbuild
+#skip-test-swiftpm
+skip-test-xctest
+skip-test-foundation
+skip-test-libdispatch
+skip-test-playgroundsupport
+skip-test-libicu

# Ubuntu 16.10 preset for backwards compat and future customizations.
[preset: buildbot_linux_1610]

0 comments on commit 409e163

Please sign in to comment.