[Lldb-commits] [PATCH] D146058: [lldb][gnustep] Add basic test and infrastructure for GNUstep ObjC runtime

Stefan Gränitz via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 15 09:15:05 PDT 2023


sgraenitz added a comment.

In D146058#4196060 <https://reviews.llvm.org/D146058#4196060>, @DavidSpickett wrote:

> If I run the test without the runtime installed I get these run lines [...]

Oh, excellent catch. Thanks! Now, with my last patch, given that:

  > grep GNUSTEP CMakeCache.txt
  LLDB_TEST_OBJC_GNUSTEP_DIR:PATH=

The test says:

  > bin/llvm-lit --filter=gnustep -a tools/lldb/test
  -- Testing: 1 of 1979 tests, 1 workers --
  UNSUPPORTED: lldb-shell :: Expr/objc-gnustep-print.m (1 of 1)
  Test requires the following unavailable features: objc-gnustep


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146058



More information about the lldb-commits mailing list