Commit 49081b8d by Abseil Team Committed by Copybara-Service

Replace the tag "no_test_msvc_x64" with "no_test_lexan" in absl.

PiperOrigin-RevId: 501644407
Change-Id: Ie98d22e4983cfbd9cad2176925774d624d4702cf
parent 61fc0966
...@@ -494,18 +494,6 @@ cc_test( ...@@ -494,18 +494,6 @@ cc_test(
], ],
) )
BENCHMARK_TAGS = [
"benchmark",
"no_test_android_arm",
"no_test_android_arm64",
"no_test_android_x86",
"no_test_darwin_x86_64",
"no_test_ios_x86_64",
"no_test_loonix",
"no_test_msvc_x64",
"no_test_wasm",
]
# Benchmarks for various methods / test utilities # Benchmarks for various methods / test utilities
cc_binary( cc_binary(
name = "benchmarks", name = "benchmarks",
...@@ -515,7 +503,7 @@ cc_binary( ...@@ -515,7 +503,7 @@ cc_binary(
], ],
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
tags = BENCHMARK_TAGS, tags = ["benchmark"],
deps = [ deps = [
":distributions", ":distributions",
":random", ":random",
......
...@@ -393,7 +393,7 @@ ABSL_RANDOM_NONPORTABLE_TAGS = [ ...@@ -393,7 +393,7 @@ ABSL_RANDOM_NONPORTABLE_TAGS = [
"no_test_darwin_x86_64", "no_test_darwin_x86_64",
"no_test_ios_x86_64", "no_test_ios_x86_64",
"no_test_loonix", "no_test_loonix",
"no_test_msvc_x64", "no_test_lexan",
"no_test_wasm", "no_test_wasm",
] ]
......
...@@ -792,8 +792,8 @@ cc_test( ...@@ -792,8 +792,8 @@ cc_test(
"no_test_android_arm64", "no_test_android_arm64",
"no_test_android_x86", "no_test_android_x86",
"no_test_ios_x86_64", "no_test_ios_x86_64",
"no_test_lexan",
"no_test_loonix", "no_test_loonix",
"no_test_msvc_x64",
], ],
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
......
...@@ -108,8 +108,8 @@ cc_test( ...@@ -108,8 +108,8 @@ cc_test(
"no_test_android_arm64", "no_test_android_arm64",
"no_test_android_x86", "no_test_android_x86",
"no_test_ios_x86_64", "no_test_ios_x86_64",
"no_test_lexan",
"no_test_loonix", "no_test_loonix",
"no_test_msvc_x64",
"no_test_wasm", "no_test_wasm",
], ],
deps = [ deps = [
......
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