This is an archive of the discontinued LLVM Phabricator instance.

[Asan] Fix the heavy_uar_test.cc test to pass on FreeBSD
ClosedPublic

Authored by kutuzov.viktor.84 on Nov 25 2014, 6:31 AM.

Details

Summary

The stack size is tight for the main thread in multithread environment on FreeBSD.

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to [Asan] Fix the heavy_uar_test.cc test to pass on FreeBSD.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added reviewers: kcc, samsonov, emaste.
kutuzov.viktor.84 added a subscriber: Unknown Object (MLST).
test/asan/TestCases/heavy_uar_test.cc
30 ↗(On Diff #16615)

Hmm, should it be named 'RecursiveFunctionWithStackFrame'--with 's' in the middle?

samsonov accepted this revision.Nov 25 2014, 4:24 PM
samsonov edited edge metadata.

LGTM

test/asan/TestCases/heavy_uar_test.cc
30 ↗(On Diff #16615)

Right, fixed.

47 ↗(On Diff #16615)

Please add a comment about the reasons to exclude it.

This revision is now accepted and ready to land.Nov 25 2014, 4:24 PM
Diffusion closed this revision.Nov 26 2014, 3:39 AM
Diffusion updated this revision to Diff 16643.

Closed by commit rL222826 (authored by vkutuzov).