This will be used to mark tests that require a specific shadow scale.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 11939 Build 11939: arc lint + arc unit
Event Timeline
compiler-rt/test/lit.common.cfg | ||
---|---|---|
332 ↗ | (On Diff #122459) | can we see a patch where it's used? |
compiler-rt/test/lit.common.cfg | ||
---|---|---|
332 ↗ | (On Diff #122459) |
compiler-rt/test/lit.common.cfg | ||
---|---|---|
332 ↗ | (On Diff #122459) | WDYT about "config.available_features.add("shadow-scale-%s" % (config.asan_shadow_scale if not empty else 3))"? So you can replace " UNSUPPORTED: custom-shadow-scale" with " REQUIRES: shadow-scale-3" |
compiler-rt/test/lit.common.cfg | ||
---|---|---|
332 ↗ | (On Diff #122459) | That sounds much better. Thanks. |