[Lldb-commits] [PATCH] D121487: [lldb] Require native for command-thread-siginfo.test

Ayush Sahay via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 11 12:20:43 PST 2022


asahay created this revision.
Herald added a project: All.
asahay requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

command-thread-siginfo.test employs a subject with a call to wait, and
thus requires system-linux. However, it's possible to target non-Linux
platforms despite operating on Linux hosts. So, have it require native
too.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121487

Files:
  lldb/test/Shell/Commands/command-thread-siginfo.test


Index: lldb/test/Shell/Commands/command-thread-siginfo.test
===================================================================
--- lldb/test/Shell/Commands/command-thread-siginfo.test
+++ lldb/test/Shell/Commands/command-thread-siginfo.test
@@ -1,4 +1,4 @@
-# REQUIRES: system-linux
+# REQUIRES: native && system-linux
 # RUN: %clang_host -g %S/Inputs/sigchld.c -o %t
 # RUN: %lldb %t -b -s %s | FileCheck %s
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121487.414728.patch
Type: text/x-patch
Size: 412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220311/226b2173/attachment.bin>


More information about the lldb-commits mailing list