File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ add_libc_test(
20
20
libc.src.__support.common
21
21
)
22
22
23
- # This test fails with a segmentation fault on NVPTX.
23
+ # These tests fails with an illegal instruction
24
24
if (NOT LIBC_GPU_TARGET_ARCHITECTURE_IS_NVPTX )
25
25
add_libc_test (
26
26
high_precision_decimal_test
@@ -32,19 +32,19 @@ if(NOT LIBC_GPU_TARGET_ARCHITECTURE_IS_NVPTX)
32
32
libc.src.__support.high_precision_decimal
33
33
libc.src.__support.uint128
34
34
)
35
- endif ()
36
35
37
- add_libc_test (
38
- str_to_float_test
39
- SUITE
40
- libc-support-tests
41
- SRCS
42
- str_to_float_test.cpp
43
- DEPENDS
44
- libc.src.__support.str_to_float
45
- libc.src.__support.uint128
46
- libc.src.errno.errno
47
- )
36
+ add_libc_test (
37
+ str_to_float_test
38
+ SUITE
39
+ libc-support-tests
40
+ SRCS
41
+ str_to_float_test.cpp
42
+ DEPENDS
43
+ libc.src.__support.str_to_float
44
+ libc.src.__support.uint128
45
+ libc.src.errno.errno
46
+ )
47
+ endif ()
48
48
49
49
add_libc_test (
50
50
integer_to_string_test
You can’t perform that action at this time.
0 commit comments