-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
import_deps_checker tests aren't compatible with the current Bazel JDK #8162
Comments
In #8164, I add all tests under //src/java_tools except the tests for |
Buildtools also fails under jdk8. I don't know if there's a way to fix this for both. |
@katre can you also link a log or an error snippet for buildtools? |
I found the buildkite run: https://buildkite.com/bazel/bazel-bazel-github-presubmit/builds/2717#533453ca-1692-4357-a693-15e7257602b1 Tests are failing with |
@kevin1e100 FYI for import_deps_checker.
I would try dropping in
That probably indicates the necessary |
This seems to be fixed. |
Should the following tests be re-enabled again: Lines 82 to 83 in 415f85a
|
likely, let's try? |
@meisterT did you try? |
Nope, I though @meteorcloudy did, but I don't see a sign. Do you want to try it? |
Sorry, I didn't, it was a drop-by comment when I was fixing something else. |
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 90 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-bazeler". Please reach out to the triage team ( |
A compatible JDK 8 is fetched via `remote_java_repository`. Requires fixing paths in golden files to not contain `third_party/bazel/` as well as the expected exit code of the `MethodHandle#invoke` test, which is expected to pass. Fixes bazelbuild#8162 Closes bazelbuild#20655. PiperOrigin-RevId: 602641568 Change-Id: I54ec568d981e3bd27caab9e24c0c9eb2a25c6372
Because tests under //src/java_tools haven't been run, the code has decayed badly. I don't understand how to fix these.
To reproduce:
I suspect that even cleaning this up to build, the tests still won't actually pass.
The text was updated successfully, but these errors were encountered: