You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the code under test is currently compiled on all platforms.
The current tests' assertions are not guaranteed to hold outside of
Windows systems. (It would be unusual to call the functions they
are testing outside of Windows. They are mainly not `cfg(windows)`
to allow non-conditional compilation e.g. `if cfg!(windows)`, which
is still usually fast since "runtime" conditions that are `false`
constants facilitate removal of deda code.) So they are marked
ignored, even though they are built.
0 commit comments