aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/kernel_tests/BUILD')
-rw-r--r--tensorflow/python/kernel_tests/BUILD50
1 files changed, 46 insertions, 4 deletions
diff --git a/tensorflow/python/kernel_tests/BUILD b/tensorflow/python/kernel_tests/BUILD
index 82d64bf5ad..e150b385f2 100644
--- a/tensorflow/python/kernel_tests/BUILD
+++ b/tensorflow/python/kernel_tests/BUILD
@@ -29,6 +29,7 @@ tf_py_test(
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:string_ops",
],
+ tags = ["no_windows"],
)
tf_py_test(
@@ -93,6 +94,7 @@ cuda_py_test(
"//tensorflow/python:platform",
"//tensorflow/python:platform_benchmark",
],
+ tags = ["no_windows"],
)
tf_py_test(
@@ -145,6 +147,7 @@ tf_py_test(
"//tensorflow/python:clip_ops",
"//tensorflow/python:framework_for_generated_wrappers",
],
+ tags = ["no_windows"],
)
tf_py_test(
@@ -241,6 +244,7 @@ tf_py_test(
"//tensorflow/python:nn_grad",
],
data = ["//tensorflow/core:image_testdata"],
+ tags = ["no_windows"],
)
tf_py_test(
@@ -873,6 +877,7 @@ tf_py_test(
"//tensorflow/python:resource_variable_ops",
"//tensorflow/python:variables",
],
+ tags = ["no_windows"],
)
tf_py_test(
@@ -920,7 +925,10 @@ cuda_py_test(
"//tensorflow/python:math_ops",
"//tensorflow/python:variables",
],
- tags = ["noasan"],
+ tags = [
+ "no_windows",
+ "noasan",
+ ],
)
cuda_py_test(
@@ -951,6 +959,7 @@ cuda_py_test(
"//tensorflow/python:platform",
],
shard_count = 2,
+ tags = ["no_windows_gpu"],
)
tf_py_test(
@@ -969,6 +978,8 @@ tf_py_test(
"//tensorflow/python:util",
"//tensorflow/python:variables",
],
+ data = ["//tensorflow/core:lmdb_testdata"],
+ tags = ["no_windows"],
)
cuda_py_test(
@@ -1250,6 +1261,7 @@ cuda_py_test(
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_for_generated_wrappers",
],
+ tags = ["manual"],
)
cuda_py_test(
@@ -1311,6 +1323,7 @@ cuda_py_test(
"//tensorflow/python:variable_scope",
"//tensorflow/python:variables",
],
+ tags = ["no_windows"],
)
cuda_py_test(
@@ -1493,6 +1506,7 @@ cuda_py_test(
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_for_generated_wrappers",
],
+ tags = ["no_windows_gpu"],
)
cuda_py_test(
@@ -1548,6 +1562,7 @@ cuda_py_test(
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:script_ops",
],
+ tags = ["no_windows"],
)
cuda_py_test(
@@ -1563,7 +1578,7 @@ cuda_py_test(
cuda_py_test(
name = "random_ops_test",
- size = "small",
+ size = "medium",
srcs = ["random_ops_test.py"],
additional_deps = [
"//third_party/py/numpy",
@@ -1888,6 +1903,7 @@ cuda_py_test(
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:parsing_ops",
],
+ tags = ["no_windows"],
)
cuda_py_test(
@@ -1950,6 +1966,7 @@ cuda_py_test(
"//tensorflow/python:client_testlib",
"//tensorflow/python:math_ops",
],
+ tags = ["no_windows_gpu"],
)
cuda_py_test(
@@ -2046,6 +2063,7 @@ cuda_py_test(
"//tensorflow/python:nn_grad",
"//tensorflow/python:nn_ops",
],
+ tags = ["manual"],
)
cuda_py_test(
@@ -2109,6 +2127,7 @@ cuda_py_test(
"//tensorflow/python:variables",
],
shard_count = 4,
+ tags = ["no_windows"],
)
cuda_py_test(
@@ -2139,6 +2158,7 @@ tf_py_test(
"//tensorflow/python:nn_grad",
"//tensorflow/python:nn_ops",
],
+ tags = ["no_windows"],
)
cuda_py_test(
@@ -2150,6 +2170,7 @@ cuda_py_test(
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_for_generated_wrappers",
],
+ tags = ["manual"],
)
cuda_py_test(
@@ -2256,6 +2277,7 @@ cuda_py_test(
"//tensorflow/python:variables",
],
shard_count = 10,
+ tags = ["no_windows"],
)
cuda_py_test(
@@ -2295,6 +2317,7 @@ cuda_py_test(
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:math_ops",
],
+ tags = ["no_windows"],
)
cuda_py_test(
@@ -2353,7 +2376,7 @@ cuda_py_test(
cuda_py_test(
name = "stage_op_test",
- size = "small",
+ size = "medium",
srcs = ["stage_op_test.py"],
additional_deps = [
"//tensorflow/python:array_ops",
@@ -2363,6 +2386,22 @@ cuda_py_test(
"//tensorflow/python:util",
"//tensorflow/python:data_flow_ops",
],
+ tags = ["manual"], # http://b/62429636
+)
+
+cuda_py_test(
+ name = "map_stage_op_test",
+ size = "medium",
+ srcs = ["map_stage_op_test.py"],
+ additional_deps = [
+ "//tensorflow/python:array_ops",
+ "//tensorflow/python:client_testlib",
+ "//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:math_ops",
+ "//tensorflow/python:util",
+ "//tensorflow/python:data_flow_ops",
+ ],
+ tags = ["manual"], # http://b/62429636
)
cuda_py_test(
@@ -2428,7 +2467,10 @@ cuda_py_test(
"//tensorflow/python:variables",
],
shard_count = 50,
- tags = ["notap"], # b/30226163
+ tags = [
+ "manual",
+ "notap", # b/30226163
+ ],
)
cuda_py_test(