[all-commits] [llvm/llvm-project] ec7c95: [Dexter] Fix incorrect test expectations for float...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Mon Jun 13 11:07:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec7c959671e80a0853d23e7b5d099b4361619ece
https://github.com/llvm/llvm-project/commit/ec7c959671e80a0853d23e7b5d099b4361619ece
Author: Stephen Tozer <stephen.tozer at sony.com>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_multiple.cpp
M cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_no_arg.cpp
Log Message:
-----------
[Dexter] Fix incorrect test expectations for floating point tests
A pair of tests had incorrect expectations set, one being an off-by-one
error and the other using decimal points in the expect that lldb omits.
More information about the All-commits
mailing list