Skip to content

Commit 3822723

Browse files
committed
Disable Interop/Cxx/value-witness-table/custom-destructors-non-virtual-irgen.swift on arm64e
radar://73755064
1 parent 9faf023 commit 3822723

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interop/Cxx/value-witness-table/custom-destructors-non-virtual-irgen.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -enable-cxx-interop -I %S/Inputs %s -emit-ir | %FileCheck %s
22

3+
// This tests output needs to be updated for arm64.
4+
// XFAIL: arm64e
5+
36
import CustomDestructor
47

58
protocol InitWithDummy {

0 commit comments

Comments
 (0)