From e761b6b4c58d4f7ae1073d925d7cb321d68ee93a Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 8 Apr 2021 15:05:26 -0700 Subject: [PATCH] [lldb] (Temporarily) disable vfork-follow-parent-wp.test on Darwin MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The test is failing on GreenDragon. Pinged Michał in D98822. --- lldb/test/Shell/Subprocess/vfork-follow-parent-wp.test | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/Shell/Subprocess/vfork-follow-parent-wp.test b/lldb/test/Shell/Subprocess/vfork-follow-parent-wp.test index d73b854b..8c74e28 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 -- 2.7.4