]> git.lizzy.rs Git - rust.git/commitdiff
test/run-pass: Add/remove some ignore-win32 flags
authorklutzy <klutzytheklutzy@gmail.com>
Thu, 3 Apr 2014 03:34:26 +0000 (12:34 +0900)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 3 Apr 2014 20:42:58 +0000 (13:42 -0700)
src/test/run-pass/backtrace.rs
src/test/run-pass/extern-fn-reachable.rs

index 7252e319372e6dab385c4fdb6f26bf751daa5f7e..edf0e195cb38ba8003272974a08397e598a9a0e5 100644 (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;
 
index d0526b75c966cd2efaa26dcf572573432c46de73..d0f12ae7b10c63bd5107eaf35d29dd368beca711 100644 (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?