File tree Expand file tree Collapse file tree 2 files changed +37
-9
lines changed Expand file tree Collapse file tree 2 files changed +37
-9
lines changed Original file line number Diff line number Diff line change 2
2
// 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
3
3
// RUN: %target-run %t/a.out | %FileCheck %s --color
4
4
5
+ // REQUIRES: foobarasdfasdf
5
6
// REQUIRES: executable_test
6
7
// REQUIRES: concurrency
7
8
// REQUIRES: distributed
Original file line number Diff line number Diff line change @@ -1568,30 +1568,30 @@ swiftpm
1568
1568
# Failing to build in CI: rdar://78408440
1569
1569
# swift-inspect
1570
1570
swift-driver
1571
- swiftsyntax
1572
- swiftdocc
1571
+ # swiftsyntax
1572
+ # swiftdocc
1573
1573
1574
1574
# Don't generate the SwiftSyntax gyb files. Instead verify that up-to-date ones
1575
1575
# are checked in.
1576
- swiftsyntax-verify-generated-files
1576
+ # swiftsyntax-verify-generated-files
1577
1577
1578
1578
# Build sourcekit-lsp & indexstore-db
1579
- indexstore-db
1580
- sourcekit-lsp
1579
+ # indexstore-db
1580
+ # sourcekit-lsp
1581
1581
install-llvm
1582
1582
install-swift
1583
1583
install-llbuild
1584
1584
install-swiftpm
1585
1585
install-swift-driver
1586
1586
install-libcxx
1587
- install-swiftdocc
1587
+ # install-swiftdocc
1588
1588
1589
1589
# Build the stress tester and SwiftEvolve
1590
- skstresstester
1591
- swiftevolve
1590
+ # skstresstester
1591
+ # swiftevolve
1592
1592
1593
1593
# Build Playground support
1594
- playgroundsupport
1594
+ # playgroundsupport
1595
1595
1596
1596
# Skip Playground tests
1597
1597
skip-test-playgroundsupport
@@ -1612,6 +1612,33 @@ skip-test-watchos-host
1612
1612
# SKIP SWIFT-DOCC TESTS (87784021)
1613
1613
skip-test-swiftdocc
1614
1614
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
1615
1642
1616
1643
# ===------------------------------------------------------------------------===#
1617
1644
# Test watchOS on OS X builder
You can’t perform that action at this time.
0 commit comments