[lldb] Require native for command-thread-siginfo.test
authorAyush Sahay <quic_asahay@quicinc.com>
Mon, 14 Mar 2022 15:25:13 +0000 (20:55 +0530)
committerAyush Sahay <quic_asahay@quicinc.com>
Mon, 14 Mar 2022 15:50:21 +0000 (21:20 +0530)
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.

Reviewed By: mgorny, labath

Differential Revision: https://reviews.llvm.org/D121487

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

index 92829f3dcb0c44f635de834fd14d86846a7a6227..1f2beee90e4403e861333bc5a8cffe260e774e57 100644 (file)
@@ -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