The exponential back off code forgot to import 'time'. This code will trigger (and has on our end) a python exception for 'time' missing.
I'm fixing this now. On Tue, Apr 5, 2016 at 7:13 AM, Tamas Berghammer via lldb-commits < lldb-commits@lists.llvm.org> wrote: > This revision was automatically updated to reflect the committed changes. > Closed by commit rL265398: [NFC] Cleanup the code used to run shell > commands from tests (authored by tberghammer). > > Changed prior to commit: > http://reviews.llvm.org/D18789?vs=52681&id=52685#toc > > Repository: > rL LLVM > > http://reviews.llvm.org/D18789 > > Files: > > lldb/trunk/packages/Python/lldbsuite/test/functionalities/process_attach/attach_denied/TestAttachDenied.py > > lldb/trunk/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py > lldb/trunk/packages/Python/lldbsuite/test/lldbtest.py > lldb/trunk/packages/Python/lldbsuite/test/lldbutil.py > > lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py > > lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/platform-process-connect/TestPlatformProcessConnect.py > > > _______________________________________________ > lldb-commits mailing list > lldb-commits@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits > > -- -Todd
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits