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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to