Skip to content

Conversation

bkhouri
Copy link
Contributor

@bkhouri bkhouri commented Aug 12, 2025

Migrate a few suites to Swift Teting, namely,

  • SwiftSDKCommandTests
  • MultiRootSupportTests

Depends on: #9012
Relates to: #8997
issue: rdar://157669245

@bkhouri bkhouri force-pushed the tt/main/gh8997_rdar157669245_migrate_SwiftDDKCommandTests_to_ST_and_augment branch from 56d2213 to 2e0a0ef Compare August 12, 2025 16:43
@bkhouri bkhouri force-pushed the tt/main/gh8997_rdar157669245_migrate_SwiftDDKCommandTests_to_ST_and_augment branch 2 times, most recently from 5954b71 to 47f63a3 Compare August 21, 2025 19:38
@bkhouri
Copy link
Contributor Author

bkhouri commented Aug 21, 2025

@swift-ci test

@bkhouri bkhouri marked this pull request as ready for review August 21, 2025 19:38
@bkhouri bkhouri changed the title Tests: Migrate 3 suites to Swift Testing Tests: Migrate 2 suites to Swift Testing Aug 21, 2025
Migrate a few suites to Swift Teting, namely,
  - SwiftSDKCommandTests
  - MultiRootSupportTests

Depends on: swiftlang#9012
Relates to: swiftlang#8997
issue: rdar://157669245
@bkhouri bkhouri force-pushed the tt/main/gh8997_rdar157669245_migrate_SwiftDDKCommandTests_to_ST_and_augment branch from 47f63a3 to ee16803 Compare August 29, 2025 18:10
@bkhouri
Copy link
Contributor Author

bkhouri commented Aug 29, 2025

@swift-ci test

@bkhouri
Copy link
Contributor Author

bkhouri commented Aug 29, 2025

@swift-ci test windows

@bkhouri bkhouri enabled auto-merge (squash) August 29, 2025 18:17
Copy link
Contributor

@bripeticca bripeticca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

return false
}
}
return true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (non-blocking): for fun, you could also make this helper a one-line implementation! :D

return subset.allSatisfy({ array.contains($0) })

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this. I'll address this in a follow-up change.

@bkhouri bkhouri merged commit a94832b into swiftlang:main Sep 2, 2025
6 checks passed
johnbute pushed a commit to johnbute/fork-swift-package-manager that referenced this pull request Oct 2, 2025
Migrate a few suites to Swift Teting, namely,
  - SwiftSDKCommandTests
  - MultiRootSupportTests

Depends on: swiftlang#9012
Relates to: swiftlang#8997
issue: rdar://157669245
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