You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`bash ./test_all.sh` passes after minor updates to the following test
cases to handle slightly different behavior under Bazel 7:
- `test_custom_reporter_class_has_been_set` makes the test output dir
writable, since it no longer is by default.
- `test_scala_import_expect_failure_on_missing_direct_deps_warn_mode`
removes preexisting output, since Bazel 7 won't emit warnings if it
already exists.
---
FYI: Under Bazel 7.0 and Bazel 7.1, buildifier warnings for external
targets in the following test cases changed to begin with `@@repo_name`
instead of `@repo_name`:
- test/shell/test_scala_library.sh:
`test_scala_library_expect_failure_on_missing_direct_external_deps_jar`
`test_scala_library_expect_failure_on_missing_direct_external_deps_file_group`
- test/shell/test_strict_dependency.sh:
`test_stamped_target_label_loading`
`test_strict_deps_filter_included_target`
- test/shell/test_test_unused_dependency.sh:
`test_unused_deps_filter_included_target`
However, as of Bazel 7.2, those warnings changed back to `@repo_name`,
so those changes aren't reflected in this commit.
0 commit comments