We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8f9a5 commit 31eccf9Copy full SHA for 31eccf9
libc/test/loader/linux/CMakeLists.txt
@@ -43,18 +43,19 @@ add_loader_test(
43
libc.loader.linux.crt1
44
)
45
46
-add_loader_test(
47
- getenv_test
48
- SRC
49
- getenv_test.cpp
50
- DEPENDS
51
- .loader_test
52
- libc.loader.linux.crt1
53
- libc.src.stdlib.getenv
54
- ENV
55
- FRANCE=Paris
56
- GERMANY=Berlin
57
-)
+# TODO: Disableing this test temporarily.
+# add_loader_test(
+# getenv_test
+# SRC
+# getenv_test.cpp
+# DEPENDS
+# .loader_test
+# libc.loader.linux.crt1
+# libc.src.stdlib.getenv
+# ENV
+# FRANCE=Paris
+# GERMANY=Berlin
58
+# )
59
60
61
# TODO: Disableing this test temporarily to investigate why gold fails to link
0 commit comments