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
 


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
 
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to