test/run-pass: Add/remove some ignore-win32 flags
This commit is contained in:
parent
35ed58c1e6
commit
b4f7b6d672
@ -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;
|
||||
|
||||
|
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user