-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[cxx-interop] Temporarily exclude CxxSetToCollection benchmark from the build #81145
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
Conversation
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.
There were a couple others failing too, including VectorSum
and StringConversion
. Those should probably be commented out too.
7437b2e
to
8edd8d2
Compare
…he build This is needed to unblock nightly toolchains, which are currently failing to build with an assertion: ``` swift-frontend: /home/build-user/build/buildbot_linux/llvm-linux-x86_64/tools/clang/include/clang/AST/TypeNodes.inc:79: TypeInfo clang::ASTContext::getTypeInfoImpl(const Type *) const: Assertion `!T->isDependentType() && "should not see dependent types here"' failed. ``` rdar://150067288
8edd8d2
to
85d6be5
Compare
@swift-ci please benchmark |
@swift-ci please smoke test |
@j-hui good point! I disabled the other two, let's see if anything else is failing. |
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.
This looks good to me, but I'm wondering why you're commenting out the contents of the benchmark rather than commenting out the cmake entry (as you were doing originally)?
@swift-ci please smoke test macos platform |
1 similar comment
@swift-ci please smoke test macos platform |
@swift-ci smoke test macos |
@swift-ci smoke test macos |
@j-hui the benchmarks can be built as a Swift Package, in which case CMake flags won't be applied. This way we can be certain that the problematic code won't be built regardless of the build system used. |
@egorzhdan does this need a cherry-pick for 6.2? |
…k from the build (swiftlang#81145)" This reverts commit 86c30d6.
This is needed to unblock nightly toolchains, which are currently failing to build with an assertion:
rdar://150067288