[all-commits] [llvm/llvm-project] 1ac12a: [lldb][ARM] Invert emulation test assert message
David Spickett via All-commits
all-commits at lists.llvm.org
Fri Jul 22 02:36:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ac12a517767c0108a6859b723bc1351d8ba2157
https://github.com/llvm/llvm-project/commit/1ac12a517767c0108a6859b723bc1351d8ba2157
Author: David Spickett <david.spickett at linaro.org>
Date: 2022-07-22 (Fri, 22 Jul 2022)
Changed paths:
M lldb/test/API/arm/emulation/TestEmulations.py
Log Message:
-----------
[lldb][ARM] Invert emulation test assert message
Previously you got:
AssertionError: False is not True : Emulation test succeeded.
Which is a bit of a head scratcher. The message is used when
the test fails, not when it succeeds.
More information about the All-commits
mailing list