This is an archive of the discontinued LLVM Phabricator instance.

[asan][test] Handle Solaris in large_func_test.cpp etc.
ClosedPublic

Authored by ro on Mar 4 2021, 4:09 AM.

Details

Summary

Two ASan tests currently `FAIL' on Solaris

AddressSanitizer-i386-sunos :: TestCases/large_func_test.cpp
AddressSanitizer-i386-sunos :: TestCases/use-after-delete.cpp

both for the same reason:

error: no check strings found with prefix 'CHECK-SunOS:'

Fixed by adding the appropriate check strings.

Tested on amd64-pc-solaris2.11 and x86_64-pc-linux-gnu.

Diff Detail

Event Timeline

ro created this revision.Mar 4 2021, 4:09 AM
ro requested review of this revision.Mar 4 2021, 4:09 AM
Herald added a subscriber: Restricted Project. · View Herald TranscriptMar 4 2021, 4:09 AM
vitalybuka accepted this revision.Mar 5 2021, 12:08 PM
This revision is now accepted and ready to land.Mar 5 2021, 12:08 PM
This revision was automatically updated to reflect the committed changes.