-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[benchmark] Fix swiftpm based benchmark build on Linux. #20121
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
[benchmark] Fix swiftpm based benchmark build on Linux. #20121
Conversation
Please test with following pull request: @swift-ci please test linux platform |
Build failed |
50b4e0e
to
09f3e2d
Compare
Please test with following pull request: @swift-ci please test linux platform |
3 similar comments
Please test with following pull request: @swift-ci please test linux platform |
Please test with following pull request: @swift-ci please test linux platform |
Please test with following pull request: @swift-ci please test linux platform |
Build failed |
09f3e2d
to
a2727a2
Compare
Please test with following pull request: @swift-ci please test linux platform |
2 similar comments
Please test with following pull request: @swift-ci please test linux platform |
Please test with following pull request: @swift-ci please test linux platform |
@@ -3,13 +3,19 @@ | |||
import PackageDescription | |||
import Foundation | |||
|
|||
var unsupportedTests: Set<String> = ["ObjectiveCNoBridgingStubs"] | |||
#if !os(macOS) && !os(iOS) && !os(watchOS) && !os(tvOS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'll be better to use canImport(Darwin)
or canImport(ObjectiveC)
Build failed |
|
@swift-ci build-toolchain |
@swift-ci build toolchain |
a2727a2
to
ba7815b
Compare
Please test with following pull request: @swift-ci please test linux platform |
@swift-ci smoke benchmark |
Please test with following pull request: @swift-ci please test linux platform |
@swift-ci smoke benchmark |
Please test with following pull request: @swift-ci please test linux platform |
Build failed |
Build comment file:No performance and code size changesHow to read the dataThe tables contain differences in performance which are larger than 8% and differences in code size which are larger than 1%.If you see any unexpected regressions, you should consider fixing the regressions before you merge the PR. Noise: Sometimes the performance results (not code size!) contain false alarms. Unexpected regressions which are marked with '(?)' are probably noise. If you see regressions which you cannot explain you can try to run the benchmarks again. If regressions still show up, please consult with the performance team (@eeckstein). Hardware Overview
|
@swift-ci smoke test os x platform |
Looking at those two compiler errors @aciidb0mb3r points out above… Aren't these bugs in how I mean, what is the point of Granted, there is a genuine issue in that |
Feel free to file on swift.org. |
Filed SR-9152. |
No description provided.