Skip to content

Commit 04711ba

Browse files
authored
Merge pull request #60269 from hyp/reenable-arm64etests
[interop][SwiftToCxx] re-enable enum runtime tests on ARM64e
2 parents 48b0dc4 + fa99c78 commit 04711ba

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

test/Interop/SwiftToCxx/enums/large-enums-pass-return-in-cxx-execution.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// RUN: %target-run %t/swift-enums-execution | %FileCheck %s
1010

1111
// REQUIRES: executable_test
12-
// UNSUPPORTED: CPU=arm64e
1312

1413
#include <cassert>
1514
#include <cstdint>

test/Interop/SwiftToCxx/enums/small-enums-pass-return-in-cxx-execution.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// RUN: %target-run %t/swift-enums-execution | %FileCheck %s
1010

1111
// REQUIRES: executable_test
12-
// UNSUPPORTED: CPU=arm64e
1312

1413
#include <cassert>
1514
#include <cstddef>

test/Interop/SwiftToCxx/enums/swift-enum-case-functions-execution.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// RUN: %target-run %t/swift-enums-execution
1010

1111
// REQUIRES: executable_test
12-
// UNSUPPORTED: CPU=arm64e
1312

1413
#include <cassert>
1514
#include "enums.h"

test/Interop/SwiftToCxx/enums/swift-enum-extract-payload-execution.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// RUN: %target-run %t/swift-enums-execution
1010

1111
// REQUIRES: executable_test
12-
// UNSUPPORTED: CPU=arm64e
1312

1413
#include <cassert>
1514
#include "enums.h"

0 commit comments

Comments
 (0)