[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
Mon Mar 14 08:50:52 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd506a9ef2b32: [lldb] Require native for command-thread-siginfo.test (authored by asahay).

Repository:
  rG LLVM Github Monorepo

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

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.415105.patch
Type: text/x-patch
Size: 412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220314/f4ad0cde/attachment-0001.bin>


More information about the lldb-commits mailing list