diff options
| author | Ed Schouten <ed@nuxi.nl> | 2018-01-02 14:11:41 +0100 |
|---|---|---|
| committer | Ed Schouten <ed@nuxi.nl> | 2018-01-02 14:11:41 +0100 |
| commit | 3f880912e90825a88b0a25e235dd43b24da1055b (patch) | |
| tree | 701aa88d8f4f57eb0a56bf202f340117eaadab59 /src/test/parse-fail | |
| parent | b9cf26c38acf60fb1d7d88d914a22824b82ed829 (diff) | |
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
It looks like many of these tests are already disabled on emscripten, which also doesn't seem to support environment variables and subprocess spawning. Just add a similar tag for CloudABI. While there, sort some of the lists of operating systems alphabetically.
Diffstat (limited to 'src/test/parse-fail')
| -rw-r--r-- | src/test/parse-fail/mod_file_not_exist_windows.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/test/parse-fail/mod_file_not_exist_windows.rs b/src/test/parse-fail/mod_file_not_exist_windows.rs index c58603b4398..5cf821749e9 100644 --- a/src/test/parse-fail/mod_file_not_exist_windows.rs +++ b/src/test/parse-fail/mod_file_not_exist_windows.rs @@ -8,19 +8,20 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// ignore-gnu // ignore-android // ignore-bitrig -// ignore-macos +// ignore-cloudabi // ignore-dragonfly +// ignore-emscripten // ignore-freebsd +// ignore-gnu // ignore-haiku // ignore-ios // ignore-linux +// ignore-macos // ignore-netbsd // ignore-openbsd // ignore-solaris -// ignore-emscripten // compile-flags: -Z parse-only |
