test/run-pass: Add/remove some ignore-win32 flags

This commit is contained in:
klutzy 2014-04-03 12:34:26 +09:00 committed by Alex Crichton
parent 35ed58c1e6
commit b4f7b6d672
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -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?