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

[clang] fix test PR69717.cpp #72134

Merged
merged 1 commit into from
Nov 13, 2023
Merged

[clang] fix test PR69717.cpp #72134

merged 1 commit into from
Nov 13, 2023

Conversation

antmox
Copy link
Contributor

@antmox antmox commented Nov 13, 2023

Test still fail on ARM machine (no float_control support)

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Nov 13, 2023
@llvmbot
Copy link
Collaborator

llvmbot commented Nov 13, 2023

@llvm/pr-subscribers-clang

Author: antoine moynault (antmox)

Changes

Test still fail on ARM machine (no float_control support)


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

1 Files Affected:

  • (modified) clang/test/Sema/PR69717.cpp (+1-1)
diff --git a/clang/test/Sema/PR69717.cpp b/clang/test/Sema/PR69717.cpp
index 42a87bd1ac1ec8d..3d1290dcbc32b43 100644
--- a/clang/test/Sema/PR69717.cpp
+++ b/clang/test/Sema/PR69717.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -verify -fsyntax-only %s
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown -verify -fsyntax-only %s
 // REQUIRES: x86-registered-target
 // expected-no-diagnostics
 

antmox referenced this pull request Nov 13, 2023
The test Sema/PR69717.cpp fails on platforms that do not support
pragma float_control. So run this test on x86 only.
@antmox antmox requested a review from spavloff November 13, 2023 16:43
@spavloff
Copy link
Collaborator

@antmox Thank you for fixing that!
LGTM.
Could you please commit the patch when tests pass?

@antmox
Copy link
Contributor Author

antmox commented Nov 13, 2023

No problem, thanks : )

@antmox antmox merged commit 5fdb70b into llvm:main Nov 13, 2023
3 of 4 checks passed
@antmox
Copy link
Contributor Author

antmox commented Nov 13, 2023

did not wait for last tests. hope thats ok

tru pushed a commit that referenced this pull request Nov 14, 2023
Test still fail on ARM machine (no float_control support)

(cherry picked from commit 5fdb70b)
zahiraam pushed a commit to zahiraam/llvm-project that referenced this pull request Nov 20, 2023
Test still fail on ARM machine (no float_control support)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants