Skip to content

Commit 97baf34

Browse files
committed
---
yaml --- r: 132777 b: refs/heads/dist-snap c: 1b2dc76 h: refs/heads/master i: 132775: b1ef92d v: v3
1 parent 9c50d3a commit 97baf34

28 files changed

+28
-28
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: 457a3c991d79b971be07fce75f9d0c12848fb37c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: 3dfd12967aed35b7788f7d3c7460b76b76e70b60
9+
refs/heads/dist-snap: 1b2dc760aff713c707e3d39285ad6901585c9290
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/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

branches/dist-snap/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)]

branches/dist-snap/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)]

branches/dist-snap/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)]

branches/dist-snap/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

branches/dist-snap/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

branches/dist-snap/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

branches/dist-snap/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

branches/dist-snap/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

branches/dist-snap/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

branches/dist-snap/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

branches/dist-snap/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

branches/dist-snap/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

branches/dist-snap/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;

branches/dist-snap/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

branches/dist-snap/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) {

branches/dist-snap/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

branches/dist-snap/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

branches/dist-snap/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

branches/dist-snap/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

branches/dist-snap/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;

branches/dist-snap/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)]

branches/dist-snap/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.

branches/dist-snap/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

branches/dist-snap/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.

branches/dist-snap/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

branches/dist-snap/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)