[libc-commits] [PATCH] D119758: [libc] [Obvious] Fix.

Raman Tenneti via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Feb 14 11:55:00 PST 2022


rtenneti created this revision.
rtenneti added a reviewer: rtenneti.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
rtenneti requested review of this revision.

Disable getenv_test.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119758

Files:
  libc/test/loader/linux/CMakeLists.txt


Index: libc/test/loader/linux/CMakeLists.txt
===================================================================
--- libc/test/loader/linux/CMakeLists.txt
+++ libc/test/loader/linux/CMakeLists.txt
@@ -43,18 +43,19 @@
     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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119758.408541.patch
Type: text/x-patch
Size: 789 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220214/a56df2bc/attachment.bin>


More information about the libc-commits mailing list