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

[libc][FIXME] Disable another test on GPU #76444

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Conversation

jplehr
Copy link
Contributor

@jplehr jplehr commented Dec 27, 2023

This test fails on some internal buildbot machines / setups. Disable for now and to fix later.

@jplehr jplehr requested a review from jhuber6 December 27, 2023 15:17
@llvmbot llvmbot added the libc label Dec 27, 2023
@llvmbot
Copy link
Collaborator

llvmbot commented Dec 27, 2023

@llvm/pr-subscribers-libc

Author: Jan Patrick Lehr (jplehr)

Changes

This test fails on some internal buildbot machines / setups. Disable for now and to fix later.


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

1 Files Affected:

  • (modified) libc/test/src/__support/CMakeLists.txt (+1)
diff --git a/libc/test/src/__support/CMakeLists.txt b/libc/test/src/__support/CMakeLists.txt
index fe8b3c4c84c388..eee4141ac1e821 100644
--- a/libc/test/src/__support/CMakeLists.txt
+++ b/libc/test/src/__support/CMakeLists.txt
@@ -42,6 +42,7 @@ add_libc_test(
   DEPENDS
     libc.src.__support.high_precision_decimal
     libc.src.__support.uint128
+  UNIT_TEST_ONLY
 )
 
 add_libc_test(

@@ -42,6 +42,7 @@ add_libc_test(
DEPENDS
libc.src.__support.high_precision_decimal
libc.src.__support.uint128
Copy link
Contributor

Choose a reason for hiding this comment

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

Put a FIXME here with the reason why it's disabled.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure

This test fails on some internal buildbot machines / setups. Disable for now and
to fix later.
@jplehr jplehr merged commit fe94ae8 into llvm:main Dec 27, 2023
4 checks passed
@jplehr jplehr deleted the fix/libc-newbot branch December 27, 2023 16:38
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