]> git.lizzy.rs Git - rust.git/commitdiff
Disable regression test for issue #18804 on Emscripten and Asmjs
authorGabriel Smith <ga29smith@gmail.com>
Tue, 24 Jul 2018 12:51:57 +0000 (08:51 -0400)
committerGabriel Smith <ga29smith@gmail.com>
Wed, 25 Jul 2018 00:17:15 +0000 (20:17 -0400)
The Emscripten compiler does not support weak symbols at the moment.

Signed-off-by: Gabriel Smith <ga29smith@gmail.com>
src/test/run-pass/issue-18804/auxiliary/lib.rs

index 06d454b2c890a8e35086f130139ab7ad608d8d00..43434766362ffd74a0785da47bb01c389bf7c054 100644 (file)
@@ -8,6 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-asmjs no weak symbol support
+// ignore-emscripten no weak symbol support
+
 #![crate_type = "rlib"]
 #![feature(linkage)]