]> git.lizzy.rs Git - rust.git/commit
compiletest: Add support for `// ignore-musl`
authorAlex Crichton <alex@alexcrichton.com>
Fri, 24 Apr 2015 01:40:54 +0000 (18:40 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 27 Apr 2015 17:11:15 +0000 (10:11 -0700)
commit60f8f6bde9be62554a850c31c770357e7d3e576e
tree09d439b7e30ba4d145b699cae4ca3dbb2fa9a613
parent7dd62155d85e9556c2b2b70c03acce9910896696
compiletest: Add support for `// ignore-musl`

Add the ability to ignore a test based on the environment of the triple being
used.
src/compiletest/header.rs
src/compiletest/util.rs