Skip to content

Commit 569c344

Browse files
committed
---
yaml --- r: 154357 b: refs/heads/try2 c: 1b2dc76 h: refs/heads/master i: 154355: c8ea739 v: v3
1 parent 98ec3d0 commit 569c344

28 files changed

+28
-28
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 3dfd12967aed35b7788f7d3c7460b76b76e70b60
8+
refs/heads/try2: 1b2dc760aff713c707e3d39285ad6901585c9290
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

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