File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,8 @@ be compiled or run.
129
129
* ` ignore-test ` always ignores the test
130
130
* ` ignore-lldb ` and ` ignore-gdb ` will skip a debuginfo test on that
131
131
debugger.
132
+ * ` ignore-gdb-version ` can be used to ignore the test when certain gdb
133
+ versions are used
132
134
133
135
Some examples of ` X ` in ` ignore-X ` :
134
136
@@ -157,8 +159,16 @@ source.
157
159
source is compiled, and this compilation is required to succeed.
158
160
The ` .fixed ` file can also be generated automatically with the
159
161
` --bless ` option, discussed [ below] ( #bless ) .
160
- * ` min-{gdb,lldb}-version `
161
- * ` min-llvm-version `
162
+ * ` min-gdb-version ` specifies the minimum gdb version required for
163
+ this test; see also ` ignore-gdb-version `
164
+ * ` min-lldb-version ` specifies the minimum lldb version required for
165
+ this test
166
+ * ` min-llvm-version ` specifies the minimum llvm version required for
167
+ this test
168
+ * ` min-system-llvm-version ` specifies the minimum system llvm version
169
+ required for this test; the test is ignored if the system llvm is in
170
+ use and it doesn't meet the minimum version. This is useful when an
171
+ llvm feature has been backported to rust-llvm
162
172
* ` compile-pass ` for UI tests, indicates that the test is
163
173
supposed to compile, as opposed to the default where the test is
164
174
supposed to error out.
You can’t perform that action at this time.
0 commit comments