Skip to content

Commit 1b2dc76

Browse files
committed
Replace "ignore-win32" in tests with "ignore-windows"
1 parent 3dfd129 commit 1b2dc76

27 files changed

+27
-27
lines changed

src/test/bench/shootout-regex-dna.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
// OF THE POSSIBILITY OF SUCH DAMAGE.
4040

4141
// FIXME(#13725) windows needs fixing.
42-
// ignore-win32
42+
// ignore-windows
4343
// ignore-stage1
4444
// ignore-cross-compile #12102
4545

src/test/compile-fail-fulldeps/syntax-extension-regex-invalid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// FIXME(#13725) windows needs fixing.
12-
// ignore-win32
12+
// ignore-windows
1313
// ignore-stage1
1414

1515
#![feature(phase)]

src/test/compile-fail-fulldeps/syntax-extension-regex-unused-static.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// FIXME(#13725) windows needs fixing.
12-
// ignore-win32
12+
// ignore-windows
1313
// ignore-stage1
1414

1515
#![feature(phase)]

src/test/compile-fail-fulldeps/syntax-extension-regex-unused.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// FIXME(#13725) windows needs fixing.
12-
// ignore-win32
12+
// ignore-windows
1313
// ignore-stage1
1414

1515
#![feature(phase)]

src/test/debuginfo/basic-types-globals-metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32: FIXME #13256
11+
// ignore-windows: FIXME #13256
1212
// ignore-android: FIXME(#10381)
1313

1414
// compile-flags:-g

src/test/debuginfo/basic-types-globals.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// about UTF-32 character encoding and will print a rust char as only
1515
// its numerical value.
1616

17-
// ignore-win32: FIXME #13256
17+
// ignore-windows: FIXME #13256
1818
// ignore-android: FIXME(#10381)
1919

2020
// compile-flags:-g

src/test/debuginfo/basic-types-mut-globals.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// about UTF-32 character encoding and will print a rust char as only
1515
// its numerical value.
1616

17-
// ignore-win32: FIXME #13256
17+
// ignore-windows: FIXME #13256
1818
// ignore-android: FIXME(#10381)
1919

2020
// compile-flags:-g

src/test/debuginfo/c-style-enum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32: FIXME #13256
11+
// ignore-windows: FIXME #13256
1212
// ignore-android: FIXME(#10381)
1313

1414
// compile-flags:-g

src/test/debuginfo/lexical-scopes-in-block-expression.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32: FIXME #13256
11+
// ignore-windows: FIXME #13256
1212
// ignore-android: FIXME(#10381)
1313

1414
// compile-flags:-g

src/test/debuginfo/simple-struct.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32: FIXME #13256
11+
// ignore-windows: FIXME #13256
1212
// ignore-android: FIXME(#10381)
1313

1414
// compile-flags:-g

src/test/debuginfo/simple-tuple.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32: FIXME #13256
11+
// ignore-windows: FIXME #13256
1212
// ignore-android: FIXME(#10381)
1313

1414
// compile-flags:-g

src/test/debuginfo/vec-slices.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32: FIXME #13256
11+
// ignore-windows: FIXME #13256
1212
// ignore-android: FIXME(#10381)
1313

1414
// compile-flags:-g

src/test/debuginfo/vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32: FIXME #13256
11+
// ignore-windows: FIXME #13256
1212
// ignore-android: FIXME(#10381)
1313

1414
// compile-flags:-g

src/test/run-pass/backtrace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// no-pretty-expanded FIXME #15189
12-
// ignore-win32 FIXME #13259
12+
// ignore-windows FIXME #13259
1313
extern crate native;
1414

1515
use std::os;

src/test/run-pass/glob-std.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32 TempDir may cause IoError on windows: #10462
11+
// ignore-windows TempDir may cause IoError on windows: #10462
1212

1313
#![feature(macro_rules)]
1414

src/test/run-pass/issue-14393.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32: FIXME #13793
11+
// ignore-windows: FIXME #13793
1212

1313
fn main() {
1414
match ("", 1u) {

src/test/run-pass/issue-15487.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32
11+
// ignore-windows
1212

1313
#![feature(link_args)]
1414

src/test/run-pass/lang-item-public.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// aux-build:lang-item-public.rs
1212
// ignore-android
13-
// ignore-win32 #13361
13+
// ignore-windows #13361
1414

1515
#![no_std]
1616

src/test/run-pass/linkage-visibility.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// aux-build:linkage-visibility.rs
1212
// ignore-android: FIXME(#10379)
13-
// ignore-win32: std::dynamic_lib does not work on win32 well
13+
// ignore-windows: std::dynamic_lib does not work on win32 well
1414

1515
extern crate foo = "linkage-visibility";
1616

src/test/run-pass/linkage1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32
11+
// ignore-windows
1212
// ignore-android
1313
// ignore-macos
1414
// aux-build:linkage1.rs

src/test/run-pass/logging-only-prints-once.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32
11+
// ignore-windows
1212
// exec-env:RUST_LOG=debug
1313

1414
use std::cell::Cell;

src/test/run-pass/logging-separate-lines.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// ignore-android
12-
// ignore-win32
12+
// ignore-windows
1313
// exec-env:RUST_LOG=debug
1414

1515
#![feature(phase)]

src/test/run-pass/process-detach.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32
11+
// ignore-windows
1212
// ignore-android
1313

1414
// This test ensures that the 'detach' field on processes does the right thing.

src/test/run-pass/signal-exit-status.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32
11+
// ignore-windows
1212

1313
extern crate debug;
1414

src/test/run-pass/spawning-with-debug.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32
11+
// ignore-windows
1212
// exec-env:RUST_LOG=debug
1313

1414
// regression test for issue #10405, make sure we don't call println! too soon.

src/test/run-pass/tempfile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-win32 TempDir may cause IoError on windows: #10463
11+
// ignore-windows TempDir may cause IoError on windows: #10463
1212

1313
// These tests are here to exercise the functionality of the `tempfile` module.
1414
// One might expect these tests to be located in that module, but sadly they

src/test/run-pass/test-runner-hides-main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// compile-flags:--test
12-
// ignore-win32 #10872
12+
// ignore-windows #10872
1313
// ignore-pretty: does not work well with `--test`
1414

1515
// Building as a test runner means that a synthetic main will be run,

0 commit comments

Comments
 (0)