teak-llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step
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
..
main.cpp
Makefile [vscode] Skip some of the vscode tests on Linux and fix one 2018-08-24 21:42:53 +00:00
TestVSCode_step.py TestVCCode_step: replace assertTrue with more specific assertions 2019-04-05 07:56:26 +00:00