diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-04-18 11:17:01 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-04-18 11:17:01 -0700 |
| commit | 2686dcb98e7a48ea45fad3ea21e6406e26c97834 (patch) | |
| tree | 476e3662fc2d48e0c90169cc181dc8f133e1f152 | |
| parent | 8796c9fe2d4898b9984d1de53a18c15dcb6eaf08 (diff) | |
| download | rust-2686dcb98e7a48ea45fad3ea21e6406e26c97834.tar.gz rust-2686dcb98e7a48ea45fad3ea21e6406e26c97834.zip | |
test: Add more comments about why extern-pass-TwoU64s is xfailed
| -rw-r--r-- | src/test/run-pass/extern-pass-TwoU64s.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/run-pass/extern-pass-TwoU64s.rs b/src/test/run-pass/extern-pass-TwoU64s.rs index eb2e3b1158f..24dd3db8aca 100644 --- a/src/test/run-pass/extern-pass-TwoU64s.rs +++ b/src/test/run-pass/extern-pass-TwoU64s.rs @@ -11,7 +11,9 @@ // Test a foreign function that accepts and returns a struct // by value. -// xfail-fast This works standalone on windows but not with check-fast. don't know why +// xfail-fast This works standalone on windows but not with check-fast. +// possibly because there is another test that uses this extern fn but gives it +// a diferent signature #[deriving(Eq)] struct TwoU64s { |
