Commit 37c5c2e5 by Abseil Team Committed by Copybara-Service

Added some more no_test.. tags to build targets for controlling testing.

PiperOrigin-RevId: 471256712
Change-Id: I2a1e4846a524bccd3c935a40abab0c0218afdfc0
parent 34838efe
...@@ -944,6 +944,7 @@ cc_test( ...@@ -944,6 +944,7 @@ cc_test(
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
shard_count = 10, shard_count = 10,
tags = [ tags = [
"no_test:os:ios",
"no_test_ios", "no_test_ios",
"no_test_wasm", "no_test_wasm",
], ],
......
...@@ -328,6 +328,8 @@ cc_test( ...@@ -328,6 +328,8 @@ cc_test(
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [ tags = [
"no_test:os:android",
"no_test:os:ios",
"no_test_android", "no_test_android",
"no_test_ios", "no_test_ios",
"no_test_wasm", "no_test_wasm",
...@@ -369,6 +371,8 @@ cc_test( ...@@ -369,6 +371,8 @@ cc_test(
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [ tags = [
"no_test:os:android",
"no_test:os:ios",
"no_test_android", "no_test_android",
"no_test_ios", "no_test_ios",
"no_test_wasm", "no_test_wasm",
...@@ -435,6 +439,8 @@ cc_test( ...@@ -435,6 +439,8 @@ cc_test(
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [ tags = [
"no_test:os:android",
"no_test:os:ios",
"no_test_android", "no_test_android",
"no_test_ios", "no_test_ios",
"no_test_wasm", "no_test_wasm",
...@@ -491,6 +497,8 @@ cc_test( ...@@ -491,6 +497,8 @@ cc_test(
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [ tags = [
"no_test:os:android",
"no_test:os:ios",
"no_test_android", "no_test_android",
"no_test_ios", "no_test_ios",
"no_test_wasm", "no_test_wasm",
...@@ -553,6 +561,8 @@ cc_test( ...@@ -553,6 +561,8 @@ cc_test(
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [ tags = [
"no_test:os:android",
"no_test:os:ios",
"no_test_android", "no_test_android",
"no_test_ios", "no_test_ios",
"no_test_wasm", "no_test_wasm",
......
...@@ -222,6 +222,7 @@ cc_test( ...@@ -222,6 +222,7 @@ cc_test(
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [ tags = [
"no_test:os:ios",
"no_test_ios", "no_test_ios",
"no_test_wasm", "no_test_wasm",
], ],
...@@ -347,6 +348,7 @@ cc_test( ...@@ -347,6 +348,7 @@ cc_test(
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [ tags = [
"no_test:os:ios",
"no_test_ios", "no_test_ios",
"no_test_wasm", "no_test_wasm",
], ],
...@@ -413,6 +415,7 @@ cc_test( ...@@ -413,6 +415,7 @@ cc_test(
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
linkstatic = 1, linkstatic = 1,
tags = [ tags = [
"no_test:os:ios",
"no_test_ios", "no_test_ios",
"no_test_wasm", "no_test_wasm",
], ],
......
...@@ -286,6 +286,8 @@ cc_test( ...@@ -286,6 +286,8 @@ cc_test(
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [ tags = [
"no_test:os:android",
"no_test:os:ios",
"no_test_android", "no_test_android",
"no_test_darwin_x86_64", "no_test_darwin_x86_64",
"no_test_ios", "no_test_ios",
......
...@@ -259,6 +259,7 @@ cc_test( ...@@ -259,6 +259,7 @@ cc_test(
srcs = ["notification_test.cc"], srcs = ["notification_test.cc"],
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
tags = ["no_test_lexan"],
deps = [ deps = [
":synchronization", ":synchronization",
"//absl/time", "//absl/time",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment