Skip to content

Revert "Disable validation-test/Python/build_swift.swift" #29481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2263,7 +2263,6 @@ install-lldb
install-llbuild
install-swiftpm
install-swiftsyntax
skip-install-swiftsyntax-module
install-skstresstester
install-swiftevolve
install-playgroundsupport
Expand Down
10 changes: 10 additions & 0 deletions validation-test/Python/build_swift.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Continuous integration for the OS X Platform also runs the tests in the
// iPhone, Apple TV and Apple Watch simulators. We only need to run the
// build_swift module unit-tests once per OSX Platform test run, rather than
// once for each supported Apple device.

// UNSUPPORTED: OS=ios
// UNSUPPORTED: OS=tvos
// UNSUPPORTED: OS=watchos

// RUN: %{python} %utils/build_swift/run_tests.py
Loading