1
Fork 0

Add ignore-windows to a test.

This test has an expected stderr containing text like this:

```
help: the following other types implement trait `std::error::Error`:
             ...
           and 43 others
```

However, the number 43 is platform-specific; on Windows, there are two
additional types, `InvalidHandleError` and `NullHandleError`, and the
number of 45. So for now, disable this test on Windows.
This commit is contained in:
Dan Gohman 2022-04-19 14:19:50 -07:00
parent 19ef182655
commit ef9a68f201

View file

@ -1,4 +1,5 @@
// revisions: nofallback fallback
// ignore-windows - the number of `Error` impls is platform-dependent
//[fallback] check-pass
//[nofallback] check-fail