-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Swift test suite doesn't honour LIT_FILTER_OUT environment variable #80058
Comments
Based on the change history #80040 might be cause. |
I marked that test unsupported on Windows, but apparently the Windows CI is testing Android:
|
@hjyamauchi are you able to run the test and gather a backtrace I could use to understand the problem further? I don't have a way to reproduce Windows test failures and unfortunately the crash in the log from the bot is completely unsymbolicated so I have nothing to work with. I'll probably mark the test unsupported for Android, but it would be nice to see if I can reproduce the crash another way and fix it. |
…roid. Unblocks Windows CI, which apparently tests Android. The underlying issue is tracked by swiftlang#80058.
Test disabled here #80060. |
I think some Android tests are/were expected to fail, right? And the CI should pass now after disabling? I'd be happy to get a backtrace if it's still needed. |
If you can get a backtrace I'd appreciate it, but no rush. |
My PR this morning was supposed to fix that: #80053 |
I do think that the revert makes sense - the test is expecting failure because it is testing something in the driver not the host that the generated code is for. I think that it makes sense to limit it to |
The ClangImporter test only fails on Windows, not on the community Android CI, which runs on linux: @weliveindetail, you'll want to inform all your TBC people of the Windows-specific test blocklist you've added for your Android tests, so these tests aren't disabled for Android because of Windows-specific issues. You can check the results of the community Android CI to see if the failure is specific to Windows or not, and then inform Swift devs like Allan of where the problem is. Please revert #80060, as that is not necessary. |
@finagolfin Yes, I agree with both:
|
For the moment, they should go back to green after #80148. Seems like https://ci-external.swift.org/job/swift-main-windows-toolchain/1162/ doesn't have this change, but the next one hopefully will 🙏 In the end, the build failed only due to unexpectedly passing tests. And these were intended to be skipped as per the filter:
So, I am afraid the remaining issue here is investigate why the Swift test suite doesn't honour the |
Description
https://ci-external.swift.org/job/swift-main-windows-toolchain/1155/
Reproduction
swift-main-windows-toolchain
Expected behavior
No failures
Environment
swift-main-windows-toolchain
Additional information
No response
The text was updated successfully, but these errors were encountered: