-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[build] Reenable lldb tests for macOS toolchain package #35357
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
[build] Reenable lldb tests for macOS toolchain package #35357
Conversation
@shahmishal what's the right way to test this? Is it this?
Or do I need to include "toolchain" too? |
@shahmishal friendly ping |
preset=buildbot_osx_package |
@swift-ci build toolchain macOS |
890bafe
to
bb1f6ff
Compare
@swift-ci build toolchain macOS |
bb1f6ff
to
85698e2
Compare
@swift-ci build toolchain macOS |
7 similar comments
@swift-ci build toolchain macOS |
@swift-ci build toolchain macOS |
@swift-ci build toolchain macOS |
@swift-ci build toolchain macOS |
@swift-ci build toolchain macOS |
@swift-ci build toolchain macOS |
@swift-ci build toolchain macOS |
There are three failures, I have a fix for one. For the other two, I think we could disable them, in order to re-enable this test and prevent regressions to the package build test. |
85698e2
to
64f83f5
Compare
@swift-ci build toolchain macOS |
@swift-ci smoke test |
Reenable lldb tests for package builds. The cause of the test failures have been fixed in the recent releases of lldb.
rdar://67820344