This is an archive of the discontinued LLVM Phabricator instance.

Fixed intermittent failures in TestGdbRemote*/TestLldbGdbServer
ClosedPublic

Authored by vharron on May 19 2015, 7:48 PM.

Details

Summary

test/tools/lldb-server/commandline/Test* were actually executing in
their parent directory. This looks fine at first because they aren't
compiling an inferior executable.

Unfortunately, they still call "make clean" during their cleanup,
which is likely causing all kinds of havok in tests running in the
parent directory

Diff Detail

Repository
rL LLVM

Event Timeline

vharron updated this revision to Diff 26115.May 19 2015, 7:48 PM
vharron retitled this revision from to Fixed intermittent failures in TestGdbRemote*/TestLldbGdbServer.
vharron updated this object.
vharron edited the test plan for this revision. (Show Details)
vharron added a reviewer: clayborg.
vharron added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.