summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--absl/container/BUILD.bazel1
-rw-r--r--absl/flags/BUILD.bazel10
-rw-r--r--absl/log/BUILD.bazel3
-rw-r--r--absl/log/internal/BUILD.bazel2
-rw-r--r--absl/synchronization/BUILD.bazel1
5 files changed, 17 insertions, 0 deletions
diff --git a/absl/container/BUILD.bazel b/absl/container/BUILD.bazel
index bc577fe7..e69c44d8 100644
--- a/absl/container/BUILD.bazel
+++ b/absl/container/BUILD.bazel
@@ -944,6 +944,7 @@ cc_test(
linkopts = ABSL_DEFAULT_LINKOPTS,
shard_count = 10,
tags = [
+ "no_test:os:ios",
"no_test_ios",
"no_test_wasm",
],
diff --git a/absl/flags/BUILD.bazel b/absl/flags/BUILD.bazel
index 935d8539..3d6d59e6 100644
--- a/absl/flags/BUILD.bazel
+++ b/absl/flags/BUILD.bazel
@@ -328,6 +328,8 @@ cc_test(
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [
+ "no_test:os:android",
+ "no_test:os:ios",
"no_test_android",
"no_test_ios",
"no_test_wasm",
@@ -369,6 +371,8 @@ cc_test(
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [
+ "no_test:os:android",
+ "no_test:os:ios",
"no_test_android",
"no_test_ios",
"no_test_wasm",
@@ -435,6 +439,8 @@ cc_test(
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [
+ "no_test:os:android",
+ "no_test:os:ios",
"no_test_android",
"no_test_ios",
"no_test_wasm",
@@ -491,6 +497,8 @@ cc_test(
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [
+ "no_test:os:android",
+ "no_test:os:ios",
"no_test_android",
"no_test_ios",
"no_test_wasm",
@@ -553,6 +561,8 @@ cc_test(
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [
+ "no_test:os:android",
+ "no_test:os:ios",
"no_test_android",
"no_test_ios",
"no_test_wasm",
diff --git a/absl/log/BUILD.bazel b/absl/log/BUILD.bazel
index 2a643c72..45208bd1 100644
--- a/absl/log/BUILD.bazel
+++ b/absl/log/BUILD.bazel
@@ -222,6 +222,7 @@ cc_test(
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [
+ "no_test:os:ios",
"no_test_ios",
"no_test_wasm",
],
@@ -347,6 +348,7 @@ cc_test(
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [
+ "no_test:os:ios",
"no_test_ios",
"no_test_wasm",
],
@@ -413,6 +415,7 @@ cc_test(
linkopts = ABSL_DEFAULT_LINKOPTS,
linkstatic = 1,
tags = [
+ "no_test:os:ios",
"no_test_ios",
"no_test_wasm",
],
diff --git a/absl/log/internal/BUILD.bazel b/absl/log/internal/BUILD.bazel
index c674f288..54b221bb 100644
--- a/absl/log/internal/BUILD.bazel
+++ b/absl/log/internal/BUILD.bazel
@@ -286,6 +286,8 @@ cc_test(
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [
+ "no_test:os:android",
+ "no_test:os:ios",
"no_test_android",
"no_test_darwin_x86_64",
"no_test_ios",
diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel
index 64d3b929..3a378160 100644
--- a/absl/synchronization/BUILD.bazel
+++ b/absl/synchronization/BUILD.bazel
@@ -259,6 +259,7 @@ cc_test(
srcs = ["notification_test.cc"],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
+ tags = ["no_test_lexan"],
deps = [
":synchronization",
"//absl/time",