Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2022-02-14 22:53:59 +0300
committerRaman Tenneti <rtenneti@google.com>2022-02-14 22:56:01 +0300
commit31eccf99ec6be3c55986d3cf0b28d23f93bd6f77 (patch)
tree4e67425efd0cdf68b701d516129a0f199bca25ab /libc
parent2a8f9a5e95dec3adcdee603358dc03def6d2245e (diff)
[libc] [Obvious] Fix.
Disable getenv_test. Reviewed By: rtenneti Differential Revision: https://reviews.llvm.org/D119758
Diffstat (limited to 'libc')
-rw-r--r--libc/test/loader/linux/CMakeLists.txt25
1 files changed, 13 insertions, 12 deletions
diff --git a/libc/test/loader/linux/CMakeLists.txt b/libc/test/loader/linux/CMakeLists.txt
index 4a42fe8bf27d..27d808c16a00 100644
--- a/libc/test/loader/linux/CMakeLists.txt
+++ b/libc/test/loader/linux/CMakeLists.txt
@@ -43,18 +43,19 @@ add_loader_test(
libc.loader.linux.crt1
)
-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
-)
+# 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
+# )
# TODO: Disableing this test temporarily to investigate why gold fails to link