Skip to content

Commit 89560cd

Browse files
[libc] disable failing include tests (#114619)
These are failing to link for some buildbots. It's not immediately clear why, disable these and add a todo to investigate. Link: #111403 Link: #114566 Link: #114618
1 parent 083369f commit 89560cd

File tree

1 file changed

+36
-35
lines changed

1 file changed

+36
-35
lines changed

libc/test/include/CMakeLists.txt

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -372,41 +372,42 @@ add_libc_test(
372372
libc.include.llvm-libc-macros.math_function_macros
373373
)
374374

375-
add_libc_test(
376-
issignaling_c_test
377-
C_TEST
378-
UNIT_TEST_ONLY
379-
SUITE
380-
libc_include_tests
381-
SRCS
382-
issignaling_test.c
383-
COMPILE_OPTIONS
384-
-Wall
385-
-Werror
386-
DEPENDS
387-
libc.include.llvm-libc-macros.math_function_macros
388-
libc.src.math.issignaling
389-
libc.src.math.issignalingf
390-
libc.src.math.issignalingl
391-
)
392-
393-
add_libc_test(
394-
iscanonical_c_test
395-
C_TEST
396-
UNIT_TEST_ONLY
397-
SUITE
398-
libc_include_tests
399-
SRCS
400-
iscanonical_test.c
401-
COMPILE_OPTIONS
402-
-Wall
403-
-Werror
404-
DEPENDS
405-
libc.include.llvm-libc-macros.math_function_macros
406-
libc.src.math.iscanonical
407-
libc.src.math.iscanonicalf
408-
libc.src.math.iscanonicall
409-
)
375+
# TODO(https://github.com/llvm/llvm-project/issues/114618): fix linkage failures
376+
# add_libc_test(
377+
# issignaling_c_test
378+
# C_TEST
379+
# UNIT_TEST_ONLY
380+
# SUITE
381+
# libc_include_tests
382+
# SRCS
383+
# issignaling_test.c
384+
# COMPILE_OPTIONS
385+
# -Wall
386+
# -Werror
387+
# DEPENDS
388+
# libc.include.llvm-libc-macros.math_function_macros
389+
# libc.src.math.issignaling
390+
# libc.src.math.issignalingf
391+
# libc.src.math.issignalingl
392+
# )
393+
394+
# add_libc_test(
395+
# iscanonical_c_test
396+
# C_TEST
397+
# UNIT_TEST_ONLY
398+
# SUITE
399+
# libc_include_tests
400+
# SRCS
401+
# iscanonical_test.c
402+
# COMPILE_OPTIONS
403+
# -Wall
404+
# -Werror
405+
# DEPENDS
406+
# libc.include.llvm-libc-macros.math_function_macros
407+
# libc.src.math.iscanonical
408+
# libc.src.math.iscanonicalf
409+
# libc.src.math.iscanonicall
410+
# )
410411

411412
add_libc_test(
412413
isinf_c_test

0 commit comments

Comments
 (0)