[PATCH] D151465: [Dexter] Remove builder from Dexter
Stephen Tozer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 08:43:48 PDT 2023
StephenTozer added a comment.
In D151465#4603767 <https://reviews.llvm.org/D151465#4603767>, @Michael137 wrote:
> FYI, looks like debug-info tests started failing on the public x86_64 bot after this patch: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/59089/console
>
> Exit Code: 1
>
> Command Output (stderr):
> --
> /Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_check_json_step_count.cpp:8:19: error: CHECK-COUNT: expected string not found in input (1 out of 3)
> // CHECK-COUNT-3: json_step_count.cpp",
> ^
> <stdin>:3:12: note: scanning from here
> ## BEGIN ##
> ^
> <stdin>:7:20: note: possible intended match here
> limit_steps_check_json_step_count.cpp:14 [index] ExpectValue [18/21]
> ^
>
> Input file: <stdin>
> Check file: /Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_check_json_step_count.cpp
>
> Mind taking a look?
Errors look odd, I'll take a look - if you think this needs a revert I'll take care of that too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151465/new/
https://reviews.llvm.org/D151465
More information about the llvm-commits
mailing list