Skip to content

Commit e26ddca

Browse files
committed
[test] Update list of false positives in source stability test
1 parent 6ead0d8 commit e26ddca

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

test/api-digester/stability-stdlib-abi-without-asserts.test

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,4 +837,21 @@ Struct EnumeratedSequence has added a conformance to an existing protocol Bidire
837837
Struct EnumeratedSequence has added a conformance to an existing protocol Collection
838838
Struct EnumeratedSequence has added a conformance to an existing protocol RandomAccessCollection
839839

840+
Accessor Optional._unsafelyUnwrappedUnchecked.Get() has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Escapable>
841+
Accessor Optional._unsafelyUnwrappedUnchecked.Get() has mangled name changing from 'Swift.Optional._unsafelyUnwrappedUnchecked.getter : A' to '(extension in Swift):Swift.Optional< where A: ~Swift.Escapable>._unsafelyUnwrappedUnchecked.getter : A'
842+
Var Optional._unsafelyUnwrappedUnchecked has mangled name changing from 'Swift.Optional._unsafelyUnwrappedUnchecked : A' to '(extension in Swift):Swift.Optional< where A: ~Swift.Escapable>._unsafelyUnwrappedUnchecked : A'
843+
Var Optional._unsafelyUnwrappedUnchecked is now with @_preInverseGenerics
844+
Accessor UnsafeBufferPointer.indices.Get() has generic signature change from <Element> to <Element where Element : ~Copyable>
845+
Accessor UnsafeBufferPointer.indices.Get() has mangled name changing from 'Swift.UnsafeBufferPointer.indices.getter : Swift.Range<Swift.Int>' to '(extension in Swift):Swift.UnsafeBufferPointer< where A: ~Swift.Copyable>.indices.getter : Swift.Range<Swift.Int>'
846+
Var UnsafeBufferPointer.indices has mangled name changing from 'Swift.UnsafeBufferPointer.indices : Swift.Range<Swift.Int>' to '(extension in Swift):Swift.UnsafeBufferPointer< where A: ~Swift.Copyable>.indices : Swift.Range<Swift.Int>'
847+
Var UnsafeBufferPointer.indices is now with @_preInverseGenerics
848+
Accessor UnsafeMutableBufferPointer.indices.Get() has generic signature change from <Element> to <Element where Element : ~Copyable>
849+
Accessor UnsafeMutableBufferPointer.indices.Get() has mangled name changing from 'Swift.UnsafeMutableBufferPointer.indices.getter : Swift.Range<Swift.Int>' to '(extension in Swift):Swift.UnsafeMutableBufferPointer< where A: ~Swift.Copyable>.indices.getter : Swift.Range<Swift.Int>'
850+
Var UnsafeMutableBufferPointer.indices has mangled name changing from 'Swift.UnsafeMutableBufferPointer.indices : Swift.Range<Swift.Int>' to '(extension in Swift):Swift.UnsafeMutableBufferPointer< where A: ~Swift.Copyable>.indices : Swift.Range<Swift.Int>'
851+
Var UnsafeMutableBufferPointer.indices is now with @_preInverseGenerics
852+
Constructor ObjectIdentifier.init(_:) has been removed
853+
Func !=(_:_:) has been removed
854+
Func ==(_:_:) has been removed
855+
Func type(of:) has been removed
856+
840857
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)

0 commit comments

Comments
 (0)