Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lldb][test] Disable inline_sites_live.cpp for non-Windows targets #116196

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

dzhidzhoev
Copy link
Member

This is a follow-up for the conversation here
#115722.

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

This is a follow-up for the conversation here
llvm#115722.

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

llvmbot commented Nov 14, 2024

@llvm/pr-subscribers-lldb

Author: Vladislav Dzhidzhoev (dzhidzhoev)

Changes

This is a follow-up for the conversation here
#115722.

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


Full diff: https://github.com/llvm/llvm-project/pull/116196.diff

1 Files Affected:

  • (modified) lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp (+1-1)
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 \

@dzhidzhoev dzhidzhoev merged commit e0b76ba into llvm:main Nov 15, 2024
9 checks passed
akshayrdeodhar pushed a commit to akshayrdeodhar/llvm-project that referenced this pull request Nov 18, 2024
…lvm#116196)

This is a follow-up for the conversation here
llvm#115722.

This test is designed for Windows target/PDB format, so it shouldn't be
built and run for DWARF/etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants