Skip to content

Commit b5aa972

Browse files
authored
Revert "Disable validation-test/Python/build_swift.swift" (#29481)
This reverts commit df2e553. Repair the preset rather than disabling the tests.
1 parent 7551278 commit b5aa972

File tree

3 files changed

+10
-124
lines changed

3 files changed

+10
-124
lines changed

utils/build-presets.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,6 @@ install-lldb
22632263
install-llbuild
22642264
install-swiftpm
22652265
install-swiftsyntax
2266-
skip-install-swiftsyntax-module
22672266
install-skstresstester
22682267
install-swiftevolve
22692268
install-playgroundsupport
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Continuous integration for the OS X Platform also runs the tests in the
2+
// iPhone, Apple TV and Apple Watch simulators. We only need to run the
3+
// build_swift module unit-tests once per OSX Platform test run, rather than
4+
// once for each supported Apple device.
5+
6+
// UNSUPPORTED: OS=ios
7+
// UNSUPPORTED: OS=tvos
8+
// UNSUPPORTED: OS=watchos
9+
10+
// RUN: %{python} %utils/build_swift/run_tests.py

0 commit comments

Comments
 (0)