This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt/asan] Disable irrelevant unittest on win64
ClosedPublic

Authored by etienneb on Jul 19 2016, 4:59 PM.

Details

Summary

This test is allocating a 1gig chunk to make shadow allocation failed,
but on 64-bits architecture the test is working.

Diff Detail

Repository
rL LLVM

Event Timeline

etienneb updated this revision to Diff 64612.Jul 19 2016, 4:59 PM
etienneb retitled this revision from to [compiler-rt/asan] Disable irrelevant unittest on win64.
etienneb updated this object.
etienneb added a reviewer: rnk.
rnk accepted this revision.Jul 20 2016, 7:55 AM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jul 20 2016, 7:55 AM
etienneb closed this revision.Jul 20 2016, 8:00 AM
This revision was automatically updated to reflect the committed changes.