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

Add requires darwin to verify-no-file.yaml #77188

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

rastogishubham
Copy link
Contributor

No description provided.

@rastogishubham rastogishubham merged commit ab073cb into llvm:main Jan 6, 2024
3 of 4 checks passed
@llvmbot
Copy link
Collaborator

llvmbot commented Jan 6, 2024

@llvm/pr-subscribers-debuginfo

Author: Shubham Sandeep Rastogi (rastogishubham)

Changes

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

1 Files Affected:

  • (modified) llvm/test/tools/llvm-dwarfdump/AArch64/verify-no-file.yaml (+1)
diff --git a/llvm/test/tools/llvm-dwarfdump/AArch64/verify-no-file.yaml b/llvm/test/tools/llvm-dwarfdump/AArch64/verify-no-file.yaml
index 1327cc26ee9ffc..808cc7be638b2a 100644
--- a/llvm/test/tools/llvm-dwarfdump/AArch64/verify-no-file.yaml
+++ b/llvm/test/tools/llvm-dwarfdump/AArch64/verify-no-file.yaml
@@ -1,5 +1,6 @@
 # RUN: yaml2obj %s -o %t.o
 # RUN: llvm-dwarfdump -arch arm64 --debug-line --verify %t.o 2>&1 | FileCheck %s
+# REQUIRES: system-darwin
 
 # CHECK-NOT: error: .debug_line[0x{{[0-9a-f]+}}][0] has invalid file index 1 (valid values are [1,0]):
 --- !mach-o

@dwblaikie
Copy link
Collaborator

Please don't send pull requests if review is not expected/required. If review is expected/required, please don't submit the code until that review has been completed. (we don't want to be in a situation where people get the impression that code review, once started, can be skipped if it takes too long, etc)

rastogishubham added a commit to rastogishubham/llvm-project that referenced this pull request Jan 8, 2024
@@ -1,5 +1,6 @@
# RUN: yaml2obj %s -o %t.o
# RUN: llvm-dwarfdump -arch arm64 --debug-line --verify %t.o 2>&1 | FileCheck %s
# REQUIRES: system-darwin
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neither yaml2obj or llvm-dwarfdump should have darwin-specific behavior? How did this fail?

justinfargnoli pushed a commit to justinfargnoli/llvm-project that referenced this pull request Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants