[PATCH] D68708: [RFC] Adopt Dexter and use it to run debuginfo-tests

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 11:07:48 PDT 2019


aprantl added a comment.

I got it building now. Here's the first real error:

http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/3211/console

  ********************
  FAIL: debuginfo-tests :: dexter/feature_tests/subtools/test/err_paren_mline.cpp (38 of 53)
  ******************** TEST 'debuginfo-tests :: dexter/feature_tests/subtools/test/err_paren_mline.cpp' FAILED ********************
  Script:
  --
  : 'RUN: at line 10';   not /usr/local/bin/python3 /Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/debuginfo-tests/dexter/dexter.py test --lldb-executable /Users/buildslave/jenkins/workspace/lldb-cmake/lldb-build/bin/lldb test --builder 'clang' --debugger "lldb"      --cflags "-O0 -g" -v -- /Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp      | /Users/buildslave/jenkins/workspace/lldb-cmake/lldb-build/bin/FileCheck /Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp --match-full-lines --strict-whitespace
  --
  Exit Code: 2
  Hide Details
  
  
  Command Output (stderr):
  --
  Hide Details
  
  
  error: unrecognized argument: '--'
         unrecognized argument: '/Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp'
  Hide Details
  
  
  usage: DExTer test [-h] [--no-color-output] [--time-report] [-v] [-V] [-w]
                     [--unittest {off,show-failures,show-all}]
                     [--working-directory <file>] [--save-temps]
                     [--fail-lt <float>] [--binary <file>]
                     [--builder {clang,clang-c}] [--cflags CFLAGS]
                     [--ldflags LDFLAGS] [--lldb-executable <file>] --debugger
                     {dbgeng,lldb,vs2015,vs2017} [--max-steps <int>]
                     [--pause-between-steps <seconds>] [--show-debugger]
                     [--arch <architecture>]
                     [--penalty-variable-optimized <int>]
                     [--penalty-misordered-values <int>]
                     [--penalty-irretrievable <int>]
                     [--penalty-not-evaluatable <int>]
                     [--penalty-missing-values <int>]
                     [--penalty-incorrect-values <int>]
                     [--penalty-unreachable <int>]
                     [--penalty-misordered-steps <int>]
                     [--penalty-missing-step <int>]
                     [--penalty-incorrect-program-state <int>]
                     [--results-directory <directory>]
                     [<test-path>]
  FileCheck error: '-' is empty.
  FileCheck command line:  /Users/buildslave/jenkins/workspace/lldb-cmake/lldb-build/bin/FileCheck /Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp --match-full-lines --strict-whitespace


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

https://reviews.llvm.org/D68708





More information about the llvm-commits mailing list