Skip to content

Commit ebf7a8f

Browse files
committed
---
yaml --- r: 128831 b: refs/heads/try c: 1b2dc76 h: refs/heads/master i: 128829: c6e9726 128827: 2c5108c 128823: 55a533c 128815: c103e46 128799: ae3d470 128767: 46a1fc7 v: v3
1 parent 90b3e6f commit ebf7a8f

28 files changed

+28
-28
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 07d86b46a949a94223da714e35b343243e4ecce4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a86d9ad15e339ab343a12513f9c90556f677b9ca
5-
refs/heads/try: 3dfd12967aed35b7788f7d3c7460b76b76e70b60
5+
refs/heads/try: 1b2dc760aff713c707e3d39285ad6901585c9290
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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/try/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)