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
 


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