Skip to content

Commit

Permalink
test/run-pass: Add/remove some ignore-win32 flags
Browse files Browse the repository at this point in the history
  • Loading branch information
klutzy authored and alexcrichton committed Apr 3, 2014
1 parent 35ed58c commit b4f7b6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/run-pass/backtrace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-win32 FIXME #13259
// ignore-fast this is executing itself
#[no_uv];
#![no_uv]

extern crate native;

Expand Down
1 change: 1 addition & 0 deletions src/test/run-pass/extern-fn-reachable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// except according to those terms.

// ignore-fast
// ignore-win32 dynamic_lib can read dllexported symbols only
// ignore-linux apparently dlsym doesn't work on program symbols?
// ignore-android apparently dlsym doesn't work on program symbols?
// ignore-freebsd apparently dlsym doesn't work on program symbols?
Expand Down

0 comments on commit b4f7b6d

Please sign in to comment.