We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e916a6 + ddf210b commit 3680f9cCopy full SHA for 3680f9c
test/ModuleInterface/arm64e-fallback.swift
@@ -11,7 +11,9 @@
11
// When run on arm64e, this tests that we build the same interface with
12
// `#if _ptrauth(_arm64e)` on.
13
//
14
-// REQUIRES: CPU=arm64 || CPU=arm64e
+// REQUIRES: CPU=arm64
15
+// Disabled arm64e for now since it isn't passing tests on apple silicon.
16
+// XFAIL: CPU=arm64e
17
18
import PtrAuthFramework // expected-remark{{rebuilding module 'PtrAuthFramework' from interface}}
19
test/stdlib/Reflection_objc.swift
@@ -12,6 +12,9 @@
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime
+// Disabled arm64e for now since it is failing
+
// DO NOT add more tests to this file. Add them to test/1_stdlib/Runtime.swift.
20
0 commit comments