[Lldb-commits] [Diffusion] rL246794: Roll dosep.py parallel test runner into dotest.py command line
Dawn Perchik via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 4 11:04:30 PDT 2015
dawn added a comment.
I really liked that dosep.py -s and dotest.py would report the run of each test case:
Collected 6 tests
1: test_double_type_from_block_with_dsym (TestFloatTypes.FloatTypesTestCase)
Test that double-type variables are displayed correctly from a block. ... ok
2: test_double_type_with_dsym (TestFloatTypes.FloatTypesTestCase)
Test that double-type variables are displayed correctly. ... ok
3: test_double_type_with_dwarf (TestFloatTypes.FloatTypesTestCase)
Test that double-type variables are displayed correctly. ... ok
4: test_float_type_from_block_with_dsym (TestFloatTypes.FloatTypesTestCase)
Test that float-type variables are displayed correctly from a block. ... ok
5: test_float_type_with_dsym (TestFloatTypes.FloatTypesTestCase)
Test that float-type variables are displayed correctly. ... ok
6: test_float_type_with_dwarf (TestFloatTypes.FloatTypesTestCase)
Test that float-type variables are displayed correctly. ... ok
----------------------------------------------------------------------
Ran 6 tests in 6.844s
RESULT: PASSED (6 passes, 0 failures, 0 errors, 0 skipped, 0 expected failures, 0 unexpected successes)
[TestFloatTypes.py PASSED]
I would like to have that back please.
Users:
tfiala (Author)
dawn (Auditor)
http://reviews.llvm.org/rL246794
More information about the lldb-commits
mailing list