Skip to content

Commit

Permalink
Start deleting tests that are no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jul 9, 2019
1 parent 97402cb commit 8824396
Show file tree
Hide file tree
Showing 224 changed files with 2,314 additions and 21,649 deletions.
7 changes: 2 additions & 5 deletions .buckconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,20 @@
remote = //java/client/src/org/openqa/selenium/remote:remote
safari = //java/client/src/org/openqa/selenium/safari:safari

grid = //java/server/src/org/openqa/grid/selenium:selenium
grid-tng = //java/server/src/org/openqa/selenium/grid:selenium
leg-rc = //java/client/src/com/thoughtworks/selenium:legacy-selenium-client
rc-server = //java/server/src/org/openqa/selenium/server:rc
selenium-java = //java/client/src/org/openqa/selenium:selenium

selenium-server-standalone = //java/server/src/org/openqa/grid/selenium:selenium
selenium-server-standalone = //java/server/src/org/openqa/selenium/remote/server:standalone-server
htmlrunner = //java/server/src/org/openqa/selenium/server/htmlrunner:selenium-runner

# Tests
chrome-test = //java/client/test/org/openqa/selenium/chrome:chrome
firefox-test = //java/client/test/org/openqa/selenium/firefox:marionette
legacy-firefox-test = //java/client/test/org/openqa/selenium/firefox:test-synthesized
internal-grid-test = //java/server/test/org/openqa/grid/common:common //java/server/test/org/openqa/grid:grid //java/server/test/org/openqa/grid/e2e:e2e
grid-test = //java/client/test/org/openqa/selenium/remote:remote-driver-grid-tests
htmlunit-test = //java/client/test/org/openqa/selenium/htmlunit:htmlunit
ie-test = //java/client/test/org/openqa/selenium/ie:ie
opera-test = //java/client/test/org/openqa/selenium/opera:opera
safari-test = //java/client/test/org/openqa/selenium/safari:safari
java-small-tests = //java/client/test/org/openqa/selenium:small-tests //java/client/test/org/openqa/selenium/json:small-tests //java/client/test/org/openqa/selenium/support:small-tests //java/client/test/org/openqa/selenium/remote:small-tests //java/server/test/org/openqa/grid/selenium/node:node //java/server/test/org/openqa/grid/selenium/proxy:proxy //java/server/test/org/openqa/selenium/remote/server:small-tests //java/server/test/org/openqa/selenium/remote/server/log:test
java-small-tests = //java/client/test/org/openqa/selenium:small-tests //java/client/test/org/openqa/selenium/json:small-tests //java/client/test/org/openqa/selenium/support:small-tests //java/client/test/org/openqa/selenium/remote:small-tests //java/server/test/org/openqa/selenium/remote/server:small-tests //java/server/test/org/openqa/selenium/remote/server/log:test
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ matrix:
- env: MARIONETTE=1 SELENIUM_BROWSER=firefox NPM=test
<<: *node
<<: *firefox-latest
- env: BUCK="build selenium-server-standalone java-small-tests chrome-test firefox-test legacy-firefox-test grid-test htmlunit-test ie-test opera-test java-small-tests //java/client/test/org/openqa/selenium/testing/drivers/..."
- env: BUCK="build selenium-server-standalone java-small-tests chrome-test firefox-test legacy-firefox-test htmlunit-test ie-test opera-test java-small-tests //java/client/test/org/openqa/selenium/testing/drivers/..."
<<: *java
- env: BUCK="test //java/client/test/org/openqa/selenium/atoms:test"
<<: *java
Expand All @@ -104,11 +104,6 @@ matrix:
<<: *firefox-nightly
- env: MARIONETTE=1 BUCK="test --labels small --always-exclude //java/..."
<<: *java
- env: BUCK="test internal-grid-test"
<<: *java
- env: MARIONETTE=1 BUCK="test grid-test"
<<: *java
<<: *firefox-nightly
- env: CHROME=1 BUCK="test chrome-test"
<<: *java
<<: *chrome
Expand Down
1 change: 0 additions & 1 deletion java/client/src/com/thoughtworks/selenium/webdriven/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ java_library(
"//java/client/src/com/thoughtworks/selenium/...",
"//java/client/test/com/thoughtworks/selenium/...",
"//java/server/src/com/thoughtworks/selenium/webdriven:rc-emulation-servlet",
"//java/server/src/org/openqa/grid/selenium:classes",
"//java/server/src/org/openqa/selenium/server/htmlrunner:htmlrunner",
],
)
Expand Down
3 changes: 1 addition & 2 deletions java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ java_library(
"//java/client/src/org/openqa/selenium/support:support",
],
visibility = [
"//java/server/src/org/openqa/grid/selenium:classes",
"//java/server/test/org/openqa/selenium:lib",
],
)
Expand All @@ -87,7 +86,7 @@ zip_file(
java_binary(
name = "client-combined-" + SE_VERSION,
blacklist = [
"^(?!com.thoughtworks.selenium.*|org.openqa.selenium.*|org.openqa.grid.*)",
"^(?!com.thoughtworks.selenium.*|org.openqa.selenium.*)",
],
deps = [
":client-combined",
Expand Down
1 change: 0 additions & 1 deletion java/client/src/org/openqa/selenium/tools/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ java_binary(
],
visibility = [
"//java/client/src/org/openqa/selenium:client-combined-sources",
"//java/server/src/org/openqa/grid/selenium:selenium-server-sources",
"//java/server/src/org/openqa/selenium/grid:selenium-server-sources",
],
)
Expand Down
1 change: 0 additions & 1 deletion java/client/test/org/openqa/selenium/testing/drivers/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ java_library(
"//java/client/test/org/openqa/selenium:helpers",
"//java/client/test/org/openqa/selenium/build:build",
"//java/client/test/org/openqa/selenium/testing:annotations",
"//java/server/src/org/openqa/grid/selenium:selenium",
"//third_party/java/guava:guava",
"//third_party/java/selenium:htmlunit-driver",
"//third_party/java/junit:junit",
Expand Down
1 change: 0 additions & 1 deletion java/server/src/com/thoughtworks/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ java_library(
"//java/server/src/org/openqa/selenium/server/htmlrunner:htmlrunner",
],
visibility = [
"//java/server/src/org/openqa/grid/selenium:classes",
"//java/server/test/org/openqa/selenium:lib",
],
)
40 changes: 0 additions & 40 deletions java/server/src/org/openqa/grid/BUCK

This file was deleted.

100 changes: 0 additions & 100 deletions java/server/src/org/openqa/grid/common/GridConfiguredJson.java

This file was deleted.

65 changes: 0 additions & 65 deletions java/server/src/org/openqa/grid/common/GridRole.java

This file was deleted.

0 comments on commit 8824396

Please sign in to comment.