Skip to content

Commit

Permalink
Use release_archive to create java_tools' zips (reenabling tests).
Browse files Browse the repository at this point in the history
This is third part of bazelbuild#12615
Second part was bazelbuild#12628
  • Loading branch information
comius committed Dec 7, 2020
1 parent 1b02aca commit 389487e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/test/shell/bazel/bazel_java_tools_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ function test_java_tools_has_BUILD() {
expect_path_in_java_tools "BUILD"
}

# TODO(ilist): reenable after jacocoagent is patched
function disable_java_tools_has_jacocoagent() {
function test_java_tools_has_jacocoagent() {
expect_path_in_java_tools "java_tools/third_party/java/jacoco/jacocoagent-0.8.3.jar"
expect_path_in_java_tools "java_tools/third_party/java/jacoco/org.jacoco.agent-0.8.3.jar"
expect_path_in_java_tools "java_tools/third_party/java/jacoco/org.jacoco.core-0.8.3.jar"
Expand All @@ -188,8 +187,7 @@ function disable_java_tools_has_jacocoagent() {
expect_path_in_java_tools "java_tools/third_party/java/jacoco/LICENSE"
}

# TODO(ilist): reenable after proguard is patched
function disable_java_tools_has_proguard() {
function test_java_tools_has_proguard() {
expect_path_in_java_tools "java_tools/third_party/java/proguard/proguard.jar"
expect_path_in_java_tools "java_tools/third_party/java/proguard/GPL.html"
}
Expand Down

0 comments on commit 389487e

Please sign in to comment.