-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.O-windowsOperating system: WindowsOperating system: Windows
Description
Running the std unit tests on windows finishes with
running 1042 tests
test ascii::tests::test_ascii ... ok
test ascii::tests::test_ascii_fail_char_slice ... rust: task failed at '955 is not ascii', C:\code\rust\src\libstd\str\ascii.rs:143
rust: domain main @0xb93960 root task failed
Looks like the fail!() that is supposed to cause the test to pass is bringing down the whole executable instead of just the one test. May be related to #7999 .
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.O-windowsOperating system: WindowsOperating system: Windows