mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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.
9 lines
490 B
Plaintext
9 lines
490 B
Plaintext
// RUN: rm -f %t.*
|
|
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil -enable-sil-verify-all=true -sil-disable-ast-dump %platform-module-dir/Swift.swiftmodule -module-name=Swift -o %t.sil
|
|
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil -enable-sil-verify-all=true %t.sil > /dev/null
|
|
// REQUIRES: long_test
|
|
// REQUIRES: nonexecutable_test
|
|
|
|
// <rdar://problem/36754225> Swift CI: parse_stdlib.sil tests failing with vtable verification
|
|
// XFAIL: objc_interop
|