rust/src/tools/compiletest
Alex Crichton 96283fc083 test: Add a min-llvm-version directive
We've got tests which require a particular version of LLVM to run as they're
testing bug fixes. Our build system, however, supports multiple LLVM versions,
so we can't run these tests on all LLVM versions.

This adds a new `min-llvm-version` directive for tests so they can opt out of
being run on older versions of LLVM. This then namely applies that logic to the
`issue-36023.rs` test case and...

Closes #36138
2016-09-01 16:14:17 -07:00
..
src test: Add a min-llvm-version directive 2016-09-01 16:14:17 -07:00
build.rs rustbuild: Add support for compiletest test suites 2016-04-18 16:30:01 -07:00
Cargo.lock Update cargo bootstrap rev and add fix for cargo#3005 2016-08-23 00:05:33 +00:00
Cargo.toml add serialize as a dep for compiletest 2016-04-21 04:42:25 -04:00