[all-commits] [llvm/llvm-project] 9ad5d3: [lldb] Correct wording of EXP_MSG

David Spickett via All-commits all-commits at lists.llvm.org
Wed Aug 26 03:52:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ad5d37fd917a5b8b3ffe5c12145c85021ee2578
      https://github.com/llvm/llvm-project/commit/9ad5d37fd917a5b8b3ffe5c12145c85021ee2578
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2020-08-26 (Wed, 26 Aug 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/lldbtest.py

  Log Message:
  -----------
  [lldb] Correct wording of EXP_MSG

EXP_MSG generates a message to show on assert
failure. Currently it looks like:
AssertionError: False is not True : '<cmd>'
returns expected result, got '<actual output>'

Which seems to say that the test failed but
also got the expected result.

It should say:
AssertionError: False is not True : '<cmd>'
returned unexpected result, got '<actual output>'

Reviewed By: teemperor, #lldb

Differential Revision: https://reviews.llvm.org/D86603




More information about the All-commits mailing list