Skip to content

Commit dd51a58

Browse files
committed
---
yaml --- r: 96084 b: refs/heads/dist-snap c: fcf9844 h: refs/heads/master v: v3
1 parent 6efb0cb commit dd51a58

25 files changed

+27
-57
lines changed

[refs]

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

branches/dist-snap/src/test/run-pass/deriving-global.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// xfail-fast #7103 `extern mod` does not work on windows
1+
// xfail-fast #7103 `extern mod` does not work on check-fast
22
// xfail-pretty - does not converge
33

44
// Copyright 2013 The Rust Project Developers. See the COPYRIGHT

branches/dist-snap/src/test/run-pass/extern-pass-TwoU64s-ref.rs

Lines changed: 0 additions & 29 deletions
This file was deleted.

branches/dist-snap/src/test/run-pass/extern-pass-TwoU64s.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
// Test a foreign function that accepts and returns a struct
1212
// by value.
1313

14-
// xfail-fast This works standalone on windows but not with check-fast.
15-
// possibly because there is another test that uses this extern fn but gives it
16-
// a different signature
17-
// xfail-fast #9205
14+
// xfail-win32 #9205
1815

1916
#[deriving(Eq)]
2017
struct TwoU64s {

branches/dist-snap/src/test/run-pass/extern-return-TwoU64s.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-
// xfail-fast #9205
11+
// xfail-win32 #9205
1212

1313
struct TwoU64s {
1414
one: u64, two: u64

branches/dist-snap/src/test/run-pass/glob-std.rs

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

11-
// xfail-fast windows doesn't like 'extern mod extra'
11+
// xfail-fast check-fast doesn't like 'extern mod extra'
12+
// xfail-win32 TempDir may cause IoError on windows: #10462
1213

1314
extern mod extra;
1415

branches/dist-snap/src/test/run-pass/issue-4208.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
// aux-build:issue-4208-cc.rs
12-
// xfail-fast - Windows hates cross-crate tests
12+
// xfail-fast - check-fast hates cross-crate tests
1313

1414
extern mod numeric;
1515
use numeric::{sin, Angle};

branches/dist-snap/src/test/run-pass/issue-4545.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-
// xfail-fast windows doesn't like aux-build
11+
// xfail-fast check-fast doesn't like aux-build
1212
// aux-build:issue-4545.rs
1313

1414
extern mod somelib(name = "issue-4545");

branches/dist-snap/src/test/run-pass/issue-8044.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-
// xfail-fast windows doesn't like aux-build
11+
// xfail-fast check-fast doesn't like aux-build
1212
// aux-build:issue-8044.rs
1313

1414
extern mod minimal(name= "issue-8044");

branches/dist-snap/src/test/run-pass/issue-9123.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-
// xfail-fast windows doesn't like aux-build
11+
// xfail-fast check-fast doesn't like aux-build
1212
// aux-build:issue_9123.rs
1313

1414
extern mod issue_9123;

branches/dist-snap/src/test/run-pass/issue-9188.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
// aux-build:issue_9188.rs
12-
// xfail-fast windows doesn't like aux-build
12+
// xfail-fast check-fast doesn't like aux-build
1313

1414
extern mod issue_9188;
1515

branches/dist-snap/src/test/run-pass/issue-9906.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-
// xfail-fast windows doesn't like extern mod
11+
// xfail-fast check-fast doesn't like extern mod
1212
// aux-build:issue-9906.rs
1313

1414
extern mod testmod(name = "issue-9906");

branches/dist-snap/src/test/run-pass/issue-9968.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-
// xfail-fast windows doesn't like extern mod
11+
// xfail-fast check-fast doesn't like extern mod
1212
// aux-build:issue-9968.rs
1313

1414
extern mod lib(name = "issue-9968");

branches/dist-snap/src/test/run-pass/issue_9155.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
// aux-build:issue_9155.rs
12-
// xfail-fast windows doesn't like the aux-build
12+
// xfail-fast check-fast doesn't like the aux-build
1313

1414
extern mod issue_9155;
1515

branches/dist-snap/src/test/run-pass/linkage-visibility.rs

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

11-
// xfail-android: FIXME(#10379)
12-
1311
// aux-build:linkage-visibility.rs
14-
// xfail-fast windows doesn't like aux-build
12+
// xfail-fast check-fast doesn't like 'extern mod'
13+
// xfail-android: FIXME(#10379)
14+
// xfail-win32: std::unstable::dynamic_lib does not work on win32 well
1515

1616
extern mod foo(name = "linkage-visibility");
1717

branches/dist-snap/src/test/run-pass/logging_before_rt_started.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
// exec-env:RUST_LOG=std::ptr
12-
// xfail-fast this would cause everything to print forever on windows...
12+
// xfail-fast this would cause everything to print forever on check-fast...
1313

1414
// In issue #9487, it was realized that std::ptr was invoking the logging
1515
// infrastructure, and when std::ptr was used during runtime initialization,

branches/dist-snap/src/test/run-pass/macro-with-attrs1.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-
// xfail-fast windows doesn't like compile-flags
11+
// xfail-fast check-fast doesn't like compile-flags
1212
// compile-flags: --cfg foo
1313

1414
#[feature(macro_rules)];

branches/dist-snap/src/test/run-pass/reexport-should-still-link.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
// aux-build:reexport-should-still-link.rs
12-
// xfail-fast windows doesn't like extern mod
12+
// xfail-fast check-fast doesn't like extern mod
1313

1414
extern mod foo(name = "reexport-should-still-link");
1515

branches/dist-snap/src/test/run-pass/rt-run-twice.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-
// xfail-fast windows uses a different test runner
11+
// xfail-fast make-check does not like `#[start]`
1212

1313
use std::rt;
1414

branches/dist-snap/src/test/run-pass/smallest-hello-world.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
// xfail-test - FIXME(#8538) some kind of problem linking induced by extern "C" fns that I do not understand
12-
// xfail-fast - windows doesn't like this
12+
// xfail-fast - check-fast doesn't like this
1313

1414
// Smallest hello world with no runtime
1515

branches/dist-snap/src/test/run-pass/struct-return.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-
// xfail-fast #9205
11+
// xfail-win32 #9205
1212

1313
pub struct Quad { a: u64, b: u64, c: u64, d: u64 }
1414
pub struct Floats { a: f64, b: u8, c: f64 }

branches/dist-snap/src/test/run-pass/tempfile.rs

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

11-
// xfail-fast windows doesn't like 'extern mod extra'
11+
// xfail-fast check-fast doesn't like 'extern mod'
12+
// xfail-win32 TempDir may cause IoError on windows: #10463
1213

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

branches/dist-snap/src/test/run-pass/typeid-intrinsic.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-
// xfail-fast windows doesn't like aux-build
11+
// xfail-fast check-fast doesn't like aux-build
1212
// aux-build:typeid-intrinsic.rs
1313
// aux-build:typeid-intrinsic2.rs
1414

branches/dist-snap/src/test/run-pass/xcrate-address-insignificant.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-
// xfail-fast windows doesn't like aux-build
11+
// xfail-fast check-fast doesn't like aux-build
1212
// aux-build:xcrate_address_insignificant.rs
1313

1414
extern mod foo(name = "xcrate_address_insignificant");

0 commit comments

Comments
 (0)