-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In Bazel 8, the default is to disallow empty globs. Rather than make more changes as we update, instead we'll flip the flag now and fix up any issues. This will make the Bazel 8 update simpler.
- Loading branch information
Showing
9 changed files
with
5 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
java/test/org/openqa/selenium/grid/sessionqueue/BUILD.bazel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +0,0 @@ | ||
load("@rules_jvm_external//:defs.bzl", "artifact") | ||
load("//java:defs.bzl", "JUNIT5_DEPS", "java_test_suite") | ||
load("//java:version.bzl", "TOOLS_JAVA_VERSION") | ||
|
||
java_test_suite( | ||
name = "SmallTests", | ||
size = "small", | ||
srcs = glob(["*Test.java"]), | ||
javacopts = [ | ||
"--release", | ||
TOOLS_JAVA_VERSION, | ||
], | ||
deps = [ | ||
"//java/src/org/openqa/selenium/events", | ||
"//java/src/org/openqa/selenium/events/local", | ||
"//java/src/org/openqa/selenium/grid/data", | ||
"//java/src/org/openqa/selenium/grid/security", | ||
"//java/src/org/openqa/selenium/grid/sessionqueue", | ||
"//java/src/org/openqa/selenium/grid/sessionqueue/local", | ||
"//java/src/org/openqa/selenium/grid/sessionqueue/remote", | ||
"//java/src/org/openqa/selenium/json", | ||
"//java/src/org/openqa/selenium/remote", | ||
"//java/src/org/openqa/selenium/support", | ||
"//java/test/org/openqa/selenium/grid/testing", | ||
"//java/test/org/openqa/selenium/remote/tracing:tracing-support", | ||
artifact("org.junit.jupiter:junit-jupiter-api"), | ||
artifact("io.opentelemetry:opentelemetry-api"), | ||
artifact("org.assertj:assertj-core"), | ||
artifact("com.google.guava:guava"), | ||
] + JUNIT5_DEPS, | ||
) | ||
17 changes: 0 additions & 17 deletions
17
java/test/org/openqa/selenium/remote/codec/jwp/BUILD.bazel
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,6 @@ js_library( | |
|
||
SRCS = glob( | ||
[ | ||
"public/**/*", | ||
"src/**/*", | ||
], | ||
exclude = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters