[PATCH] D124511: [Dexter] Allow Dexter watch commands to specify a range of acceptable FP values

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 06:36:38 PDT 2022


StephenTozer updated this revision to Diff 433377.
StephenTozer added a comment.

Make some changes to correctly handle the float_range=0.0 case, add tests to cover it, and change comment as requested.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124511/new/

https://reviews.llvm.org/D124511

Files:
  cross-project-tests/debuginfo-tests/dexter/Commands.md
  cross-project-tests/debuginfo-tests/dexter/dex/command/ParseCommand.py
  cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexExpectWatchBase.py
  cross-project-tests/debuginfo-tests/dexter/dex/utils/Exceptions.py
  cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/penalty/float_range_out_range.cpp
  cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/penalty/float_range_zero_nonmatch.cpp
  cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_multiple.cpp
  cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_no_arg.cpp
  cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_small.cpp
  cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/float_range_watch/float_range_zero_match.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124511.433377.patch
Type: text/x-patch
Size: 12973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220601/c9e9dc4e/attachment.bin>


More information about the llvm-commits mailing list