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