[Lldb-commits] [lldb] e761b6b - [lldb] (Temporarily) disable vfork-follow-parent-wp.test on Darwin
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 8 15:06:13 PDT 2021
Author: Jonas Devlieghere
Date: 2021-04-08T15:05:27-07:00
New Revision: e761b6b4c58d4f7ae1073d925d7cb321d68ee93a
URL: https://github.com/llvm/llvm-project/commit/e761b6b4c58d4f7ae1073d925d7cb321d68ee93a
DIFF: https://github.com/llvm/llvm-project/commit/e761b6b4c58d4f7ae1073d925d7cb321d68ee93a.diff
LOG: [lldb] (Temporarily) disable vfork-follow-parent-wp.test on Darwin
The test is failing on GreenDragon. Pinged MichaĆ in D98822.
Added:
Modified:
lldb/test/Shell/Subprocess/vfork-follow-parent-wp.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Subprocess/vfork-follow-parent-wp.test b/lldb/test/Shell/Subprocess/vfork-follow-parent-wp.test
index d73b854b6647d..8c74e28dbc199 100644
--- a/lldb/test/Shell/Subprocess/vfork-follow-parent-wp.test
+++ b/lldb/test/Shell/Subprocess/vfork-follow-parent-wp.test
@@ -1,5 +1,6 @@
# REQUIRES: native && dbregs-set
# UNSUPPORTED: system-windows
+# UNSUPPORTED: system-darwin
# RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t
# RUN: %lldb -b -s %s %t | FileCheck %s
process launch -s
More information about the lldb-commits
mailing list