Guidance on using REQUIRES, UNSUPPORTED, XFAIL, and the target=... feature.
Things I thought of while updating lots and lots of lit tests.
Differential D140479
[docs] Add tips on writing test constraints probinson on Dec 21 2022, 7:12 AM. Authored by
Details
Diff Detail Event TimelineComment Actions Thanks for writing this! This LGTM but I would suggest dumbing down your target example even more.
Comment Actions This landed as 2549b8bdae67ab8c1a6ecd974b17b3e3413ae622, closing to clear the review queue. |
I might even suggest doing target={{.+}}-freebsd-{{.+}} || target={{.+}}-netbsd-{{.+}}. Characters are cheap and IMO this is clearer than trying to cram more logic into something smaller.