From a9ea9da67e707d8e696e21f18c9cfababbd03912 Mon Sep 17 00:00:00 2001 From: Evan Wilde Date: Tue, 5 Sep 2023 11:42:40 -0700 Subject: [PATCH 1/2] Disabling DebugInfo tests for rebranch Disabling failing tests: - DebugInfo/BridgingHeaderPCH.swift - DebugInfo/ClangModuleBreadcrumbs.swift Trying to get more visibility on Linux for rebranch status. Radar to track fixing these test failures: rdar://114728459 --- test/DebugInfo/BridgingHeaderPCH.swift | 2 ++ test/DebugInfo/ClangModuleBreadcrumbs.swift | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/DebugInfo/BridgingHeaderPCH.swift b/test/DebugInfo/BridgingHeaderPCH.swift index 5fecc1eefe546..09570b2d3028c 100644 --- a/test/DebugInfo/BridgingHeaderPCH.swift +++ b/test/DebugInfo/BridgingHeaderPCH.swift @@ -1,3 +1,5 @@ +// REQUIRES: rdar114728459 + // RUN: %target-swift-frontend \ // RUN: -emit-pch %S/Inputs/InlineBridgingHeader.h -o %t.pch // RUN: %target-swift-frontend \ diff --git a/test/DebugInfo/ClangModuleBreadcrumbs.swift b/test/DebugInfo/ClangModuleBreadcrumbs.swift index 724f506c9f07c..598c7a9ccae3b 100644 --- a/test/DebugInfo/ClangModuleBreadcrumbs.swift +++ b/test/DebugInfo/ClangModuleBreadcrumbs.swift @@ -1,3 +1,5 @@ +// REQUIRES: rdar114728459 + // RUN: %target-swift-frontend -emit-ir %s -g -I %S/Inputs \ // RUN: -Xcc -DFOO="foo" -Xcc -UBAR -o - | %FileCheck %s // From 5a1a5f749c9d84fbc4b99fd7d118b065dd6f15b0 Mon Sep 17 00:00:00 2001 From: Evan Wilde Date: Tue, 5 Sep 2023 11:44:50 -0700 Subject: [PATCH 2/2] Disabling dependencies-fine test for rebranch Disabling failing test: - Frontend/dependencies-fine.swift Trying to get more visibility on Linux for rebranch status. Radar to track fixing this test failure: rdar://114207865 --- test/Frontend/dependencies-fine.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Frontend/dependencies-fine.swift b/test/Frontend/dependencies-fine.swift index 7aa13928459ab..aae02e727b4fb 100644 --- a/test/Frontend/dependencies-fine.swift +++ b/test/Frontend/dependencies-fine.swift @@ -1,3 +1,5 @@ +// REQUIRES: rdar114207865 + // RUN: %empty-directory(%t) // RUN: %target-swift-frontend -emit-dependencies-path - -resolve-imports "%S/../Inputs/empty file.swift" | %FileCheck -check-prefix=CHECK-BASIC %s