This is an archive of the discontinued LLVM Phabricator instance.

Fix DebugCounterTest when running all SupportTests
ClosedPublic

Authored by aganea on Aug 29 2018, 6:43 AM.

Details

Summary

This fixes DebugCounterTest.CounterCheck when all SupportTests are being ran for a Debug target.

Diff Detail

Repository
rL LLVM

Event Timeline

aganea created this revision.Aug 29 2018, 6:43 AM

Thanks for this!

unittests/Support/DebugCounterTest.cpp
17 ↗(On Diff #163075)

Would it be possible/simpler to move this into the TEST instead?

aganea updated this revision to Diff 163107.Aug 29 2018, 9:01 AM
aganea marked an inline comment as done.
aganea removed a reviewer: gbiv.

Of course, thanks! See updated diff.

LGTM. Thanks again!

This revision is now accepted and ready to land.Aug 29 2018, 9:05 AM
This revision was automatically updated to reflect the committed changes.