This will be used to mark tests that require a specific shadow scale.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12249 Build 12249: arc lint + arc unit
Event Timeline
compiler-rt/test/lit.common.cfg | ||
---|---|---|
325 | can we see a patch where it's used? |
compiler-rt/test/lit.common.cfg | ||
---|---|---|
325 |
compiler-rt/test/lit.common.cfg | ||
---|---|---|
325 | 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 | ||
---|---|---|
325 | That sounds much better. Thanks. |
can we see a patch where it's used?