aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-10-17 14:11:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-17 14:15:34 -0700
commitbb7869aad43e329e9fafa027a23ee96d4ccca124 (patch)
tree60f44cbcda826f0574e1c0745eff1de132f98bd1
parenta760b9945511e64172bc4073d3c0efa0888dc2a1 (diff)
Remove remaining nomac tags for TFBT as the memory corruption issue is fixed.
PiperOrigin-RevId: 172512636
-rw-r--r--tensorflow/contrib/boosted_trees/BUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/tensorflow/contrib/boosted_trees/BUILD b/tensorflow/contrib/boosted_trees/BUILD
index 1b85c260c0..66a04d42e9 100644
--- a/tensorflow/contrib/boosted_trees/BUILD
+++ b/tensorflow/contrib/boosted_trees/BUILD
@@ -81,9 +81,6 @@ py_test(
size = "small",
srcs = ["python/utils/losses_test.py"],
srcs_version = "PY2AND3",
- tags = [
- "nomac", # b/63258195
- ],
deps = [
":losses",
"//tensorflow/python:array_ops",
@@ -135,7 +132,6 @@ py_test(
srcs = ["python/training/functions/gbdt_batch_test.py"],
srcs_version = "PY2AND3",
tags = [
- "nomac", # b/63258195
"notsan", # b/62863147
],
deps = [
@@ -164,9 +160,6 @@ py_test(
size = "small",
srcs = ["python/kernel_tests/model_ops_test.py"],
srcs_version = "PY2AND3",
- tags = [
- "nomac", # b/63258195
- ],
deps = [
":model_ops_py",
":prediction_ops_py",
@@ -187,9 +180,6 @@ py_test(
size = "small",
srcs = ["python/kernel_tests/prediction_ops_test.py"],
srcs_version = "PY2AND3",
- tags = [
- "nomac", # b/63258195
- ],
deps = [
":model_ops_py",
":prediction_ops_py",
@@ -207,9 +197,6 @@ py_test(
size = "small",
srcs = ["python/kernel_tests/quantile_ops_test.py"],
srcs_version = "PY2AND3",
- tags = [
- "nomac", # b/63258195
- ],
deps = [
":quantile_ops_py",
"//tensorflow/contrib/boosted_trees/proto:quantiles_proto_py",
@@ -247,9 +234,6 @@ py_test(
size = "small",
srcs = ["python/kernel_tests/stats_accumulator_ops_test.py"],
srcs_version = "PY2AND3",
- tags = [
- "nomac", # b/63258195
- ],
deps = [
":stats_accumulator_ops_py",
"//tensorflow/python:framework_ops",
@@ -264,9 +248,6 @@ py_test(
size = "small",
srcs = ["python/kernel_tests/training_ops_test.py"],
srcs_version = "PY2AND3",
- tags = [
- "nomac", # b/63258195
- ],
deps = [
":model_ops_py",
":training_ops_py",