Skip to content

[Do not merge] Cross-project tests #38454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

[Do not merge] Cross-project tests #38454

wants to merge 1 commit into from

Conversation

xymus
Copy link
Contributor

@xymus xymus commented Jul 17, 2021

No description provided.

@xymus
Copy link
Contributor Author

xymus commented Jul 17, 2021

swiftlang/swift-driver#652
@swift-ci please smoke test

@xymus
Copy link
Contributor Author

xymus commented Jul 17, 2021

swiftlang/swift-driver#652
@swift-ci please test Apple Silicon

1 similar comment
@xymus
Copy link
Contributor Author

xymus commented Jul 19, 2021

swiftlang/swift-driver#652
@swift-ci please test Apple Silicon

@xymus
Copy link
Contributor Author

xymus commented Jul 19, 2021

swiftlang/swift-driver#652
@swift-ci please test Apple Silicon

@xymus
Copy link
Contributor Author

xymus commented Jul 19, 2021

The first Apple Silicon failure is addressed by #38476.

@xymus
Copy link
Contributor Author

xymus commented Jul 20, 2021

@swift-ci please test Apple Silicon

1 similar comment
@xymus
Copy link
Contributor Author

xymus commented Jul 21, 2021

@swift-ci please test Apple Silicon

@xymus
Copy link
Contributor Author

xymus commented Jul 22, 2021

@xymus
Copy link
Contributor Author

xymus commented Jul 22, 2021

swiftlang/swift-driver#652
@swift-ci please test Apple Silicon

@xymus
Copy link
Contributor Author

xymus commented Jul 22, 2021

The remaining failing test on Apple Silicon is objc_extensions_jit.swift tracked by.

@xymus
Copy link
Contributor Author

xymus commented Aug 10, 2021

swiftlang/swift-driver#790
@swift-ci please smoke test

@xymus
Copy link
Contributor Author

xymus commented Aug 19, 2021

swiftlang/swift-driver#730
@swift-ci please smoke test

@xymus
Copy link
Contributor Author

xymus commented Sep 2, 2021

swiftlang/swift-driver#730
@swift-ci please test

@swift-ci
Copy link
Contributor

swift-ci commented Sep 2, 2021

Build failed
Swift Test OS X Platform
Git Sha - 72be5b21acaafd106f618a928f06c9c6fa27e5ae

@xymus
Copy link
Contributor Author

xymus commented Sep 9, 2021

swiftlang/swift-driver#730
@swift-ci please test

@swift-ci
Copy link
Contributor

swift-ci commented Sep 9, 2021

Build failed
Swift Test OS X Platform
Git Sha - 3d982fbd2062173ad36b9893d42a538e32e10a84

@swift-ci
Copy link
Contributor

swift-ci commented Sep 9, 2021

Build failed
Swift Test Linux Platform
Git Sha - 3d982fbd2062173ad36b9893d42a538e32e10a84

@xymus
Copy link
Contributor Author

xymus commented Sep 9, 2021

swiftlang/swift-driver#730
@swift-ci please smoke test

@xymus
Copy link
Contributor Author

xymus commented Sep 9, 2021

swiftlang/swift-driver#730
@swift-ci please smoke test

@xymus
Copy link
Contributor Author

xymus commented Sep 9, 2021

swiftlang/swift-driver#730
@swift-ci please smoke test Apple silicon

@xymus
Copy link
Contributor Author

xymus commented Sep 9, 2021

@xymus
Copy link
Contributor Author

xymus commented Sep 9, 2021

swiftlang/swift-driver#730
@swift-ci please smoke test macOS

@xymus
Copy link
Contributor Author

xymus commented Sep 10, 2021

swiftlang/swift-driver#832
@swift-ci please smoke test

@xymus
Copy link
Contributor Author

xymus commented Sep 14, 2021

swiftlang/swift-driver#838
@swift-ci please smoke test

@xymus
Copy link
Contributor Author

xymus commented Sep 22, 2021

swiftlang/swift-driver#849
@swift-ci Please test macOS

@swift-ci
Copy link
Contributor

Build failed
Swift Test OS X Platform
Git Sha - f222751

@xymus
Copy link
Contributor Author

xymus commented Nov 3, 2021

swiftlang/llvm-project#3497
@swift-ci Please test

@swift-ci
Copy link
Contributor

swift-ci commented Nov 3, 2021

Build failed
Swift Test OS X Platform
Git Sha - f222751

@swift-ci
Copy link
Contributor

swift-ci commented Nov 4, 2021

Build failed
Swift Test Linux Platform
Git Sha - f222751

@xymus
Copy link
Contributor Author

xymus commented Nov 5, 2021

We were getting the expected error on Linux with the llvm commit tested above:

/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-main/swift-corelibs-foundation/Sources/Foundation/NSLock.swift:26:35: error: no type named 'pthread_mutex_t' in module 'Glibc'
typealias pthread_mutex_t = Glibc.pthread_mutex_t
                                  ^

swiftlang/llvm-project#3497
swiftlang/swift-corelibs-foundation#3107
@swift-ci Please test

@xymus xymus changed the title [Do not merge] Driver test [Do not merge] Cross-project tests Nov 5, 2021
@swift-ci
Copy link
Contributor

swift-ci commented Nov 5, 2021

Build failed
Swift Test OS X Platform
Git Sha - f222751

@swift-ci
Copy link
Contributor

swift-ci commented Nov 5, 2021

Build failed
Swift Test Linux Platform
Git Sha - f222751

@xymus
Copy link
Contributor Author

xymus commented Nov 5, 2021

macOS fails on a related test ClangImporter/overlay.swift.

Linux fails on:

/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-main/swift-corelibs-foundation/Sources/FoundationNetworking/HTTPCookie.swift:626:17: error: cannot find 'in_addr' in scope
        var x = in_addr()
                ^~~~~~~

Which appears to be related as in_addr was likely imported from Glibc and may now be imported from CDispatch CoreFoundation instead.

@xymus
Copy link
Contributor Author

xymus commented Dec 2, 2021

swiftlang/swift-driver#922
Please smoke test

@xymus
Copy link
Contributor Author

xymus commented Dec 2, 2021

swiftlang/swift-driver#922
@swift-ci Please test source compatibility

@xymus
Copy link
Contributor Author

xymus commented Dec 7, 2021

swiftlang/swift-driver#922
Please smoke test

@xymus
Copy link
Contributor Author

xymus commented Dec 7, 2021

swiftlang/swift-driver#922
@swift-ci Please test source compatibility

@xymus
Copy link
Contributor Author

xymus commented Dec 10, 2021

swiftlang/swift-driver#922
Please test macOS

@xymus
Copy link
Contributor Author

xymus commented Jan 26, 2022

swiftlang/swift-driver#994
@swift-ci please smoke test

@xymus
Copy link
Contributor Author

xymus commented Dec 13, 2022

swiftlang/llvm-project#5547

@swift-ci Please smoke test macOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants