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


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to