Skip to content

Commit ce4741c

Browse files
committed
preset / test
1 parent 377cdc1 commit ce4741c

File tree

2 files changed

+37
-9
lines changed

2 files changed

+37
-9
lines changed

test/Distributed/Runtime/distributed_actor_localSystem.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %target-build-swift -module-name main -Xfrontend -enable-experimental-distributed -Xfrontend -disable-availability-checking -j2 -parse-as-library -I %t %s -o %t/a.out
33
// RUN: %target-run %t/a.out | %FileCheck %s --color
44

5+
// REQUIRES: foobarasdfasdf
56
// REQUIRES: executable_test
67
// REQUIRES: concurrency
78
// REQUIRES: distributed

utils/build-presets.ini

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,30 +1568,30 @@ swiftpm
15681568
# Failing to build in CI: rdar://78408440
15691569
# swift-inspect
15701570
swift-driver
1571-
swiftsyntax
1572-
swiftdocc
1571+
#swiftsyntax
1572+
#swiftdocc
15731573

15741574
# Don't generate the SwiftSyntax gyb files. Instead verify that up-to-date ones
15751575
# are checked in.
1576-
swiftsyntax-verify-generated-files
1576+
#swiftsyntax-verify-generated-files
15771577

15781578
# Build sourcekit-lsp & indexstore-db
1579-
indexstore-db
1580-
sourcekit-lsp
1579+
#indexstore-db
1580+
#sourcekit-lsp
15811581
install-llvm
15821582
install-swift
15831583
install-llbuild
15841584
install-swiftpm
15851585
install-swift-driver
15861586
install-libcxx
1587-
install-swiftdocc
1587+
#install-swiftdocc
15881588

15891589
# Build the stress tester and SwiftEvolve
1590-
skstresstester
1591-
swiftevolve
1590+
#skstresstester
1591+
#swiftevolve
15921592

15931593
# Build Playground support
1594-
playgroundsupport
1594+
#playgroundsupport
15951595

15961596
# Skip Playground tests
15971597
skip-test-playgroundsupport
@@ -1612,6 +1612,33 @@ skip-test-watchos-host
16121612
# SKIP SWIFT-DOCC TESTS (87784021)
16131613
skip-test-swiftdocc
16141614

1615+
skip-ios
1616+
skip-tvos
1617+
skip-watchos
1618+
skip-build-ios
1619+
skip-build-watchos
1620+
skip-build-benchmarks
1621+
skip-early-swift-driver
1622+
skip-test-swift
1623+
skip-test-cmark
1624+
skip-test-libicu
1625+
skip-test-foundation
1626+
skip-test-libdispatch
1627+
skip-test-xctest
1628+
skip-test-llbuild
1629+
skip-test-toolchain-benchmarks
1630+
skip-test-ios
1631+
skip-test-osx
1632+
skip-test-watchos
1633+
skip-test-ios-simulator
1634+
skip-test-tvos-simulator
1635+
skip-test-watchos-simulator
1636+
skip-test-swiftsyntax
1637+
skip-test-skstresstester
1638+
skip-test-swiftevolve
1639+
skip-test-indexstore-db
1640+
skip-test-sourcekit-lsp
1641+
skip-test-linux
16151642

16161643
#===------------------------------------------------------------------------===#
16171644
# Test watchOS on OS X builder

0 commit comments

Comments
 (0)