[all-commits] [llvm/llvm-project] 450073: Change the patterns to include the prefix '= ' so ...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Mon Jan 6 15:20:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 450073c639d7f182e48ec8b1b588212194089a52
https://github.com/llvm/llvm-project/commit/450073c639d7f182e48ec8b1b588212194089a52
Author: Jason Molenda <jmolenda at apple.com>
Date: 2020-01-06 (Mon, 06 Jan 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py
Log Message:
-----------
Change the patterns to include the prefix '= ' so we don't pass errantly.
Looking at a sometimes-passing test case on a platform
where random values were being returned - sometimes
the expected digit ('1' or '2') would be included in the
random returned value. Add a prefix to reduce the likelihood of
this a bit.
More information about the All-commits
mailing list