Skip to content

Commit 02ad7e1

Browse files
committed
test/run-pass: Add/remove some ignore-win32 flags
1 parent 758807c commit 02ad7e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/test/run-pass/backtrace.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-win32 FIXME #13259
1112
// ignore-fast this is executing itself
12-
#[no_uv];
13+
#![no_uv]
1314

1415
extern crate native;
1516

src/test/run-pass/extern-fn-reachable.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// ignore-fast
12+
// ignore-win32 dynamic_lib can read dllexported symbols only
1213
// ignore-linux apparently dlsym doesn't work on program symbols?
1314
// ignore-android apparently dlsym doesn't work on program symbols?
1415
// ignore-freebsd apparently dlsym doesn't work on program symbols?

0 commit comments

Comments
 (0)