Skip to content
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

Fix test harness for the latest main XCTest #426

Merged
merged 1 commit into from Apr 4, 2024

Conversation

kateinoigakukun
Copy link
Member

The latest XCTest bundled in Swift SDK for Wasm requires Bundle.main access to minimize behavior difference from other platforms. Bundle.main requires argv[0] and file system access to get the main bundle path.

The latest XCTest bundled in Swift SDK for Wasm requires `Bundle.main` access to
minimize behavior difference from other platforms. `Bundle.main`
requires `argv[0]` and file system access to get the main bundle path.
@kateinoigakukun kateinoigakukun added the bug Something isn't working label Apr 4, 2024
@kateinoigakukun kateinoigakukun merged commit f286203 into main Apr 4, 2024
3 of 4 checks passed
@kateinoigakukun kateinoigakukun deleted the katei/fix-xctest-for-main branch April 4, 2024 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant