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

Add Linux smoke test #3005

Merged
merged 2 commits into from
Apr 19, 2024
Merged

Add Linux smoke test #3005

merged 2 commits into from
Apr 19, 2024

Conversation

kennykerr
Copy link
Collaborator

@kennykerr kennykerr commented Apr 19, 2024

The existing Linux smoke test was compiling for a Linux target but not actually running any tests. This updates yml to actually test the code and repurposes the simple test component to actually test something interesting: the difference between wcslen on Windows and Linux.

This test should fail because of: #2996

Comment on lines +9 to +11
// TODO: https://github.com/microsoft/windows-rs/pull/3004 should enable the following test.
// let w: PCWSTR = w!("wide world");
// assert_eq!(w.to_string().unwrap(), "wide world");
Copy link
Collaborator Author

@kennykerr kennykerr Apr 19, 2024

Choose a reason for hiding this comment

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

@tyilo please uncomment this test in your PR... once I merge this PR.

@kennykerr kennykerr merged commit 0a74479 into master Apr 19, 2024
71 checks passed
@kennykerr kennykerr deleted the test_linux branch April 19, 2024 14:33
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.

None yet

1 participant