We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505c99f commit 351f75bCopy full SHA for 351f75b
src/tests/adding.md
@@ -167,6 +167,11 @@ source.
167
required for this test; the test is ignored if the system llvm is in
168
use and it doesn't meet the minimum version. This is useful when an
169
llvm feature has been backported to rust-llvm
170
+* `ignore-llvm-version` can be used to skip the test when certain LLVM
171
+ versions are used. This takes one or two arguments; the first
172
+ argument is the first version to ignore. If no second argument is
173
+ given, all subsequent versions are ignored; otherwise, the second
174
+ argument is the last version to ignore.
175
* `compile-pass` for UI tests, indicates that the test is
176
supposed to compile, as opposed to the default where the test is
177
supposed to error out.
0 commit comments