swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.2k stars 264 forks source link

Skip `testJumpToSatisfiedProtocolRequirementInExtension` if the toolchain does not mark overridable function declarations as dynamic #1480

Closed ahoppen closed 2 weeks ago

ahoppen commented 2 weeks ago

This test requires https://github.com/apple/swift/pull/74080 and should be skipped if the host toolchain does not have that change.

Fixes a test failure when running SourceKit-LSP tests using Xcode 15.4.

ahoppen commented 2 weeks ago

@swift-ci Please test