]> git.lizzy.rs Git - rust.git/commit
test: Fix some tests to run with musl
authorAlex Crichton <alex@alexcrichton.com>
Fri, 24 Apr 2015 01:41:37 +0000 (18:41 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 28 Apr 2015 16:35:22 +0000 (09:35 -0700)
commit247842b741db380fbd0e0d73f37e86f6c561ca9d
treedcc21f170f0a25e063605a9a1c24b4a30df84fd2
parent60f8f6bde9be62554a850c31c770357e7d3e576e
test: Fix some tests to run with musl

There were a few test cases to fix:

* Dynamic libraries are not supported with MUSL right now, so all of those
  related test which force or require dylibs are ignored.
* Looks like the default stack for MUSL is smaller than glibc, so a few stack
  allocations in benchmarks were boxed up (shouldn't have a perf impact).
* Some small linkage tweaks here and there
* Out-of-stack detection does not currently work with MUSL
mk/rt.mk
src/test/bench/noise.rs
src/test/bench/shootout-reverse-complement.rs
src/test/run-pass-fulldeps/issue-13560.rs
src/test/run-pass/issue-12133-3.rs
src/test/run-pass/linkage-visibility.rs
src/test/run-pass/out-of-stack-new-thread-no-split.rs
src/test/run-pass/sepcomp-extern.rs