This is an archive of the discontinued LLVM Phabricator instance.

[asan] Properly mark or disable tests that only work with shadow scale of 3
ClosedPublic

Authored by waltl on Nov 7 2017, 4:26 PM.

Event Timeline

waltl created this revision.Nov 7 2017, 4:26 PM
waltl updated this revision to Diff 122460.Nov 10 2017, 9:18 AM

Change approach to only override shadow scale in compiler_rt

waltl updated this revision to Diff 122471.Nov 10 2017, 10:25 AM

Minor cleanup.

vitalybuka accepted this revision.Nov 10 2017, 10:31 AM
This revision is now accepted and ready to land.Nov 10 2017, 10:31 AM
waltl updated this revision to Diff 123241.Nov 16 2017, 2:23 PM

Replace "UNSUPPORTED: custom-shadow-scale" with "REQUIRED: shadow-scale-3"

waltl retitled this revision from [asan] Disable unsupported tests for custom shadow scale to [asan] Properly mark or disable tests that only work with shadow scale of 3.Nov 16 2017, 2:31 PM
vitalybuka accepted this revision.Nov 16 2017, 2:40 PM

I hope we are going to try to remove some "REQUIRES: shadow-scale-3" by updating test later

This revision was automatically updated to reflect the committed changes.