Skip to content

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
@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.

2 participants