[PATCH] D151465: [Dexter] Remove builder from Dexter

Michael Buch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 08:29:43 PDT 2023


Michael137 added a comment.

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?


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