Skip to content

Conversation

@charles-zablit
Copy link
Contributor

@charles-zablit charles-zablit commented Nov 20, 2025

This patch improves the SKIP_TESTS substitution pattern matching in build-windows-toolchain.bat.

Currently, if a skipped test (swift) is a substring of another test (lldb-swift), then that other test will also be skipped. i.e both swift and lldb-swift are skipped.

This patch fixes this by looking for ,test-name, rather than test-name in SKIP_TESTS.

This patch has been tested with:

  • SKIP_TESTS=
  • SKIP_TESTS=,
  • SKIP_TESTS=lldb
  • SKIP_TESTS=lldb,
  • SKIP_TESTS=lldb,swift

rdar://165122745

@charles-zablit charles-zablit self-assigned this Nov 20, 2025
@charles-zablit
Copy link
Contributor Author

@swift-ci please smoke test

@charles-zablit
Copy link
Contributor Author

@swift-ci please smoke test macOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants