This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Remove XFAIL for asan-dynamic-runtime from test case sized_delete_test.cc
AbandonedPublic

Authored by seurer on Feb 19 2015, 12:52 PM.

Details

Reviewers
samsonov
Summary

With the changes for r229241 the test case sized_delete_test.cc in compiler-rt/test/asan/TestCases/Linux/ now passes while it previously failed. It is marked as XFAIL and this change just removes that.

I first noticed this in the ppc64 target but it does the same in the x86 target. It passing means the buildbot tests for the address sanitizer always fail.

Diff Detail

Event Timeline

seurer updated this revision to Diff 20324.Feb 19 2015, 12:52 PM
seurer retitled this revision from to [compiler-rt] Remove XFAIL for asan-dynamic-runtime from test case sized_delete_test.cc.
seurer updated this object.
seurer edited the test plan for this revision. (Show Details)
seurer added a subscriber: Unknown Object (MLST).
samsonov accepted this revision.Feb 19 2015, 5:41 PM
samsonov added a reviewer: samsonov.

LGTM

This revision is now accepted and ready to land.Feb 19 2015, 5:41 PM
seurer abandoned this revision.Mar 26 2015, 12:44 PM

Other changes have made this change unnecessary.