-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[5.5][TypeChecker] NFC: Complicate perf test-case (rdar://19737632) by add… #37959
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
…ing more operators This test has become flaky in different configurations due to a varying number of available operator overloads, let's use more operators to make sure that it's "too complex" regardless of configuration. Resolves: rdar://79414045
@swift-ci test Apple Silicon macOS platform |
@shahmishal Is think LLBuild issue being tracked somewhere? Looks like last successful run was on Jun 3... |
@swift-ci test Apple Silicon macOS platform |
There was one llbuild issue that should be fixed by swiftlang/swift-llbuild#730, is that what you were referring to? |
@varungandhi-apple It's not a test issue, it's failing build:
|
That issue is due to arm64e/arm64 mixup. There's a PR with a workaround #37961 . |
@swift-ci test Apple Silicon macOS platform |
3 similar comments
@swift-ci test Apple Silicon macOS platform |
@swift-ci test Apple Silicon macOS platform |
@swift-ci test Apple Silicon macOS platform |
@swift-ci please test |
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.
Test-only changes are fine, thanks!
…ing more operators
This test has become flaky in different configurations due to a varying
number of available operator overloads, let's use more operators to make
sure that it's "too complex" regardless of configuration.
Resolves: rdar://79414045