Skip to content

Commit 8dad899

Browse files
authored
[test] Disable parse_stdlib.sil on Apple platforms to unblock builders (#14098)
Tracked within Apple by <rdar://problem/36754225> Swift CI: parse_stdlib.sil tests failing with vtable verification. The error is an assertion failure that we haven't traced back to its cause yet: Assertion failed: (EntriesSZ == VTableEntryCache.size() && "Cache size is not equal to true number of VTable entries"), function verify, file /Users/buildnode/jenkins/workspace/ oss-swift-package-osx/swift/lib/SIL/SILVerifier.cpp, line 4747.
1 parent b8a8703 commit 8dad899

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/SIL/parse_stdlib.sil

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil -enable-sil-verify-all=true %t.sil > /dev/null
44
// REQUIRES: long_test
55
// REQUIRES: nonexecutable_test
6+
7+
// <rdar://problem/36754225> Swift CI: parse_stdlib.sil tests failing with vtable verification
8+
// XFAIL: objc_interop

0 commit comments

Comments
 (0)