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

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


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG31eccf99ec6b: [libc] [Obvious] Fix. (authored by rtenneti).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119758/new/

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.408542.patch
Type: text/x-patch
Size: 789 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220214/7a8b70b7/attachment.bin>


More information about the libc-commits mailing list