Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use ignore-freebsd for tests broken on FreeBSD
  • Loading branch information
brson committed Mar 22, 2014
commit 40c3976150b99f4192fb3dadd5fe9a6e15c2beaf
2 changes: 1 addition & 1 deletion src/test/compile-fail/issue-5806.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-test FIXME #12460
// ignore-freebsd FIXME #12460

#[path = "../compile-fail"]
mod foo; //~ ERROR: illegal operation on a directory
Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/class-cast-to-trait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-test FIXME fails on BSD
// ignore-freebsd FIXME fails on BSD

#[feature(managed_boxes)];

Expand Down