Skip to content

Commit

Permalink
Replace "ignore-win32" in tests with "ignore-windows"
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Aug 12, 2014
1 parent 3dfd129 commit 1b2dc76
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion src/test/bench/shootout-regex-dna.rs
Expand Up @@ -39,7 +39,7 @@
// OF THE POSSIBILITY OF SUCH DAMAGE.

// FIXME(#13725) windows needs fixing.
// ignore-win32
// ignore-windows
// ignore-stage1
// ignore-cross-compile #12102

Expand Down
Expand Up @@ -9,7 +9,7 @@
// except according to those terms.

// FIXME(#13725) windows needs fixing.
// ignore-win32
// ignore-windows
// ignore-stage1

#![feature(phase)]
Expand Down
Expand Up @@ -9,7 +9,7 @@
// except according to those terms.

// FIXME(#13725) windows needs fixing.
// ignore-win32
// ignore-windows
// ignore-stage1

#![feature(phase)]
Expand Down
Expand Up @@ -9,7 +9,7 @@
// except according to those terms.

// FIXME(#13725) windows needs fixing.
// ignore-win32
// ignore-windows
// ignore-stage1

#![feature(phase)]
Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/basic-types-globals-metadata.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32: FIXME #13256
// ignore-windows: FIXME #13256
// ignore-android: FIXME(#10381)

// compile-flags:-g
Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/basic-types-globals.rs
Expand Up @@ -14,7 +14,7 @@
// about UTF-32 character encoding and will print a rust char as only
// its numerical value.

// ignore-win32: FIXME #13256
// ignore-windows: FIXME #13256
// ignore-android: FIXME(#10381)

// compile-flags:-g
Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/basic-types-mut-globals.rs
Expand Up @@ -14,7 +14,7 @@
// about UTF-32 character encoding and will print a rust char as only
// its numerical value.

// ignore-win32: FIXME #13256
// ignore-windows: FIXME #13256
// ignore-android: FIXME(#10381)

// compile-flags:-g
Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/c-style-enum.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32: FIXME #13256
// ignore-windows: FIXME #13256
// ignore-android: FIXME(#10381)

// compile-flags:-g
Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/lexical-scopes-in-block-expression.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32: FIXME #13256
// ignore-windows: FIXME #13256
// ignore-android: FIXME(#10381)

// compile-flags:-g
Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/simple-struct.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32: FIXME #13256
// ignore-windows: FIXME #13256
// ignore-android: FIXME(#10381)

// compile-flags:-g
Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/simple-tuple.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32: FIXME #13256
// ignore-windows: FIXME #13256
// ignore-android: FIXME(#10381)

// compile-flags:-g
Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/vec-slices.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32: FIXME #13256
// ignore-windows: FIXME #13256
// ignore-android: FIXME(#10381)

// compile-flags:-g
Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/vec.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32: FIXME #13256
// ignore-windows: FIXME #13256
// ignore-android: FIXME(#10381)

// compile-flags:-g
Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/backtrace.rs
Expand Up @@ -9,7 +9,7 @@
// except according to those terms.

// no-pretty-expanded FIXME #15189
// ignore-win32 FIXME #13259
// ignore-windows FIXME #13259
extern crate native;

use std::os;
Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/glob-std.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

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

#![feature(macro_rules)]

Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/issue-14393.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32: FIXME #13793
// ignore-windows: FIXME #13793

fn main() {
match ("", 1u) {
Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/issue-15487.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32
// ignore-windows

#![feature(link_args)]

Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/lang-item-public.rs
Expand Up @@ -10,7 +10,7 @@

// aux-build:lang-item-public.rs
// ignore-android
// ignore-win32 #13361
// ignore-windows #13361

#![no_std]

Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/linkage-visibility.rs
Expand Up @@ -10,7 +10,7 @@

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

extern crate foo = "linkage-visibility";

Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/linkage1.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32
// ignore-windows
// ignore-android
// ignore-macos
// aux-build:linkage1.rs
Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/logging-only-prints-once.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32
// ignore-windows
// exec-env:RUST_LOG=debug

use std::cell::Cell;
Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/logging-separate-lines.rs
Expand Up @@ -9,7 +9,7 @@
// except according to those terms.

// ignore-android
// ignore-win32
// ignore-windows
// exec-env:RUST_LOG=debug

#![feature(phase)]
Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/process-detach.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32
// ignore-windows
// ignore-android

// This test ensures that the 'detach' field on processes does the right thing.
Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/signal-exit-status.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32
// ignore-windows

extern crate debug;

Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/spawning-with-debug.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32
// ignore-windows
// exec-env:RUST_LOG=debug

// regression test for issue #10405, make sure we don't call println! too soon.
Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/tempfile.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

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

// These tests are here to exercise the functionality of the `tempfile` module.
// One might expect these tests to be located in that module, but sadly they
Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/test-runner-hides-main.rs
Expand Up @@ -9,7 +9,7 @@
// except according to those terms.

// compile-flags:--test
// ignore-win32 #10872
// ignore-windows #10872
// ignore-pretty: does not work well with `--test`

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

4 comments on commit 1b2dc76

@bors
Copy link
Contributor

@bors bors commented on 1b2dc76 Aug 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at vadimcn@1b2dc76

@bors
Copy link
Contributor

@bors bors commented on 1b2dc76 Aug 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging vadimcn/rust/windows = 1b2dc76 into auto

@bors
Copy link
Contributor

@bors bors commented on 1b2dc76 Aug 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vadimcn/rust/windows = 1b2dc76 merged ok, testing candidate = 3b740b20

@bors
Copy link
Contributor

@bors bors commented on 1b2dc76 Aug 13, 2014

Please sign in to comment.