File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -311,6 +311,10 @@ configurations. The currently supported fields for XFAIL entries are:
311
311
- ` "platform" ` : the platform(s) it fails on, e.g. ` "Darwin" ` or ` "Linux" `
312
312
- ` "configuration" ` : the build configuration(s) if fails with, i.e. ` "release" `
313
313
or ` "debug" ` )
314
+ - ` "job" ` : Allows XFailing the project for only the source compatibility build
315
+ or the SourceKit Stress Tester. Use ` "source-compat" ` to only XFail the Source
316
+ Compatibility Suite CI job and ` "stress-test" ` to only stress test the
317
+ SourceKit Stress Tester CI job.
314
318
315
319
Values can either be a single string literal or a list of alternative string
316
320
literals to match against. For example the below action is expected to fail on
You can’t perform that action at this time.
0 commit comments