[Lldb-commits] [lldb] [lldb][test] Disable inline_sites_live.cpp for non-Windows targets (PR #116196)

Vladislav Dzhidzhoev via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 14 02:10:35 PST 2024


https://github.com/dzhidzhoev created https://github.com/llvm/llvm-project/pull/116196

This is a follow-up for the conversation here
https://github.com/llvm/llvm-project/pull/115722/.

This test is designed for Windows target/PDB format, so it shouldn't be built and run for DWARF/etc.

>From 31d2ce786f8017b74906be3d3f154f0e00c57cb1 Mon Sep 17 00:00:00 2001
From: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
Date: Thu, 14 Nov 2024 11:05:59 +0100
Subject: [PATCH] [lldb][test] Disable inline_sites_live.cpp for non-Windows
 targets

This is a follow-up for the conversation here
https://github.com/llvm/llvm-project/pull/115722/.

This test is designed for Windows target/PDB format, so it shouldn't be
built and run for DWARF/etc.
---
 lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp b/lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp
index 549bc881b19bb7..906f3d7dff0a56 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp
@@ -1,5 +1,5 @@
 // clang-format off
-// REQUIRES: system-windows
+// REQUIRES: target-windows
 
 // RUN: %build -o %t.exe -- %s
 // RUN: %lldb -f %t.exe -s \



More information about the lldb-commits mailing list