teak-llvm/lldb/packages/Python/lldbsuite/test/tools
Pavel Labath 546bccf61c TestVCCode_step: replace assertTrue with more specific assertions
When this test fails (flakes) all we get is an error message like "False
is not True". This replaces patterns like assertTrue(a == b) with
assertEqual(a, b), so we get a better error message (and hopefully a
hint as to why the test is flaky).

llvm-svn: 357747
2019-04-05 07:56:26 +00:00
..
lldb-mi [Python] Fix another batch of python 2/python 3 portability issues. 2019-03-13 00:48:29 +00:00
lldb-server Simplify TestGdbRemoteRegisterState 2019-04-02 07:47:38 +00:00
lldb-vscode TestVCCode_step: replace assertTrue with more specific assertions 2019-04-05 07:56:26 +00:00