This is an archive of the discontinued LLVM Phabricator instance.

[asan] Fix OOB_char on arm 32bit
ClosedPublic

Authored by vitalybuka on Aug 22 2016, 7:38 PM.

Details

Summary

This does not actually fixes the test.
AddressSanitizer::OOB_char behavior is inconsistent and but it somehow usually
works. On arm it runs more interations then expected. And adding a new test with AddressSanitizerInterface prefix breaks OOB_char test.
So I will rename my test to make the bot gree and will continue to investigate the test.

Diff Detail

Event Timeline

vitalybuka updated this revision to Diff 68946.Aug 22 2016, 7:38 PM
vitalybuka retitled this revision from to [asan] Fix OOB_char on arm 32bit.
vitalybuka updated this object.
vitalybuka added a reviewer: krasin.
vitalybuka added a subscriber: llvm-commits.
krasin accepted this revision.Aug 22 2016, 7:39 PM
krasin edited edge metadata.
This revision is now accepted and ready to land.Aug 22 2016, 7:39 PM
vitalybuka updated this revision to Diff 68947.Aug 22 2016, 7:42 PM
vitalybuka edited edge metadata.

fixed typos

This revision was automatically updated to reflect the committed changes.