[Lldb-commits] [PATCH] D150772: Add code snippet line numbers to TestExprDiagnostics output
    Timm Bäder via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed May 17 06:07:18 PDT 2023
    
    
  
tbaeder added a comment.
In D150772#4349595 <https://reviews.llvm.org/D150772#4349595>, @Michael137 wrote:
> In D150772#4349592 <https://reviews.llvm.org/D150772#4349592>, @tbaeder wrote:
>
>> Can you tell me what I have to do so `ninja check-lldb-api` actually runs the test? All 1114 tests are currently marked "unsupported" for me.
>
> Did you configure LLDB with `-DLLDB_ENABLE_PYTHON`? We should probably add that info to https://lldb.llvm.org/resources/test.html#running-the-full-test-suite
Ah yes, that seems to be the problem. Looks like that won't work when using sanitizers though, so I'll have to do another build and it will take a little longer.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150772/new/
https://reviews.llvm.org/D150772
    
    
More information about the lldb-commits
mailing list