Commit a1cd5f01 by dmauro Committed by Mark Barolak

Export Test - Do Not Merge

Internal Change PiperOrigin-RevId: 347631521
parent 18f8200e
...@@ -72,6 +72,10 @@ py_test( ...@@ -72,6 +72,10 @@ py_test(
":gmock_leak_test_", ":gmock_leak_test_",
":gmock_test_utils", ":gmock_test_utils",
], ],
tags = [
"no_test_msvc2015",
"no_test_msvc2017",
],
) )
cc_test( cc_test(
...@@ -101,6 +105,10 @@ py_test( ...@@ -101,6 +105,10 @@ py_test(
], ],
python_version = "PY2", python_version = "PY2",
deps = [":gmock_test_utils"], deps = [":gmock_test_utils"],
tags = [
"no_test_msvc2015",
"no_test_msvc2017",
],
) )
cc_test( cc_test(
......
...@@ -156,6 +156,7 @@ py_library( ...@@ -156,6 +156,7 @@ py_library(
name = "gtest_test_utils", name = "gtest_test_utils",
testonly = 1, testonly = 1,
srcs = ["gtest_test_utils.py"], srcs = ["gtest_test_utils.py"],
imports = ["."],
) )
cc_binary( cc_binary(
...@@ -551,6 +552,10 @@ py_test( ...@@ -551,6 +552,10 @@ py_test(
srcs = ["googletest-param-test-invalid-name1-test.py"], srcs = ["googletest-param-test-invalid-name1-test.py"],
data = [":googletest-param-test-invalid-name1-test_"], data = [":googletest-param-test-invalid-name1-test_"],
deps = [":gtest_test_utils"], deps = [":gtest_test_utils"],
tags = [
"no_test_msvc2015",
"no_test_msvc2017",
],
) )
py_test( py_test(
...@@ -559,4 +564,8 @@ py_test( ...@@ -559,4 +564,8 @@ py_test(
srcs = ["googletest-param-test-invalid-name2-test.py"], srcs = ["googletest-param-test-invalid-name2-test.py"],
data = [":googletest-param-test-invalid-name2-test_"], data = [":googletest-param-test-invalid-name2-test_"],
deps = [":gtest_test_utils"], deps = [":gtest_test_utils"],
tags = [
"no_test_msvc2015",
"no_test_msvc2017",
],
) )
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