From 25f9489a4e5a5a340cdb5475d0de1a50f8548b47 Mon Sep 17 00:00:00 2001 From: Brian Gesiak Date: Thu, 3 Mar 2016 14:04:01 -0800 Subject: [PATCH] [build-presets] Add corelibs-xctest CI preset This preset will be used to test swift-corelibs-xctest on Apple CI. It's also pretty handy for contributors to swift-corelibs-xctest. --- utils/build-presets.ini | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/utils/build-presets.ini b/utils/build-presets.ini index 96d3e8885184a..61825a786d49a 100644 --- a/utils/build-presets.ini +++ b/utils/build-presets.ini @@ -256,6 +256,24 @@ skip-test-osx skip-test-ios skip-test-watchos +# This preset is used by CI to test swift-corelibs-xctest. +[preset: buildbot_incremental,tools=RA,stdlib=RA,XCTest] +# We don't use buildbot_incremental_base_all_platforms because we don't need to +# build for iOS/tvOS. +mixin-preset=buildbot_incremental_base + +# Build Foundation, then build and test XCTest. +foundation +xctest + +dash-dash + +# This preset is meant to test XCTest, not Swift or Foundation. We don't +# want stochastic failures in those test suites to prevent XCTest tests from +# being run. +skip-test-cmark +skip-test-swift +skip-test-foundation [preset: buildbot_incremental_asan,tools=RDA,stdlib=RDA] mixin-preset=buildbot_incremental_base_all_platforms