aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/ijar/test/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/ijar/test/BUILD b/third_party/ijar/test/BUILD
index d1c32e1cad..57c9f43c1e 100644
--- a/third_party/ijar/test/BUILD
+++ b/third_party/ijar/test/BUILD
@@ -39,6 +39,7 @@ sh_test(
"//tools/jdk:langtools",
],
shard_count = 5,
+ tags = ["zip"],
)
sh_test(
@@ -56,6 +57,7 @@ sh_test(
"//src/test/shell:bashunit",
"//third_party/ijar:zipper",
],
+ tags = ["zip"],
)
java_library(
@@ -63,6 +65,7 @@ java_library(
testonly = 1,
srcs = ["invokedynamic/ClassWithLambda.java"],
javacopts = ["-source 8 -target 8"],
+ tags = ["jdk8"],
)
# For testing purposes: a class which exposes a private nested class in
@@ -94,6 +97,7 @@ java_library(
name = "typeannotations2",
srcs = glob(["typeannotations2/**/*.java"]),
javacopts = ["-source 8 -target 8"],
+ tags = ["jdk8"],
)
java_test(
@@ -111,6 +115,7 @@ java_test(
"package-info.java",
":interface_ijar_testlib",
],
+ tags = ["zip"],
deps = [
"//src/java_tools/buildjar:BazelJavaCompiler",
"//third_party:asm",