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

PiperOrigin-RevId: 471256712
Change-Id: I2a1e4846a524bccd3c935a40abab0c0218afdfc0
pull/1267/head
Abseil Team 2 years ago committed by Copybara-Service
parent 34838efe8f
commit 37c5c2e5cc
  1. 1
      absl/container/BUILD.bazel
  2. 10
      absl/flags/BUILD.bazel
  3. 3
      absl/log/BUILD.bazel
  4. 2
      absl/log/internal/BUILD.bazel
  5. 1
      absl/synchronization/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",
],

@ -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",

@ -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",
],

@ -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",

@ -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",

Loading…
Cancel
Save