about summary refs log tree commit diff
diff options
context:
space:
mode:
authorklutzy <klutzytheklutzy@gmail.com>2014-04-03 12:34:26 +0900
committerAlex Crichton <alex@alexcrichton.com>2014-04-03 13:42:58 -0700
commitb4f7b6d6729e3d255477833b05e0fd0b58c9ee34 (patch)
tree743035cefcc8e63127b577b48fbec25d55feeea2
parent35ed58c1e61890c5325b5d1a29846a10fa23a5fd (diff)
downloadrust-b4f7b6d6729e3d255477833b05e0fd0b58c9ee34.tar.gz
rust-b4f7b6d6729e3d255477833b05e0fd0b58c9ee34.zip
test/run-pass: Add/remove some ignore-win32 flags
-rw-r--r--src/test/run-pass/backtrace.rs3
-rw-r--r--src/test/run-pass/extern-fn-reachable.rs1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/test/run-pass/backtrace.rs b/src/test/run-pass/backtrace.rs
index 7252e319372..edf0e195cb3 100644
--- a/src/test/run-pass/backtrace.rs
+++ b/src/test/run-pass/backtrace.rs
@@ -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;
 
diff --git a/src/test/run-pass/extern-fn-reachable.rs b/src/test/run-pass/extern-fn-reachable.rs
index d0526b75c96..d0f12ae7b10 100644
--- a/src/test/run-pass/extern-fn-reachable.rs
+++ b/src/test/run-pass/extern-fn-reachable.rs
@@ -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?