Skip to content

Commit 51e272f

Browse files
committed
Disable test/Interop/Cxx/class/move-only/inherited-field-access-silgen.swift
This test does not produce consistent SIL across various test configurations. We have a discrepancy on whether an argument is @in_guaranteed vs. @guaranteed. Tracked in rdar://128424443.
1 parent e1a82f6 commit 51e272f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interop/Cxx/class/move-only/inherited-field-access-silgen.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-swift-emit-sil -I %S/Inputs -cxx-interoperability-mode=swift-6 %s -validate-tbd-against-ir=none | %FileCheck %s
22
// RUN: %target-swift-emit-sil -I %S/Inputs -cxx-interoperability-mode=upcoming-swift %s -validate-tbd-against-ir=none | %FileCheck %s
33

4+
// REQUIRES: rdar128424443
5+
46
import MoveOnlyCxxValueType
57

68
func testGetX() -> CInt {

0 commit comments

Comments
 (0)