From f5a99d5272b50e93b340bd2f34a4871139c502be Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 26 Oct 2018 14:51:01 -0700 Subject: [PATCH] Enable generated tests, but keep 'sin' disabled. PiperOrigin-RevId: 218917937 --- tensorflow/contrib/lite/build_def.bzl | 2 +- tensorflow/contrib/lite/testing/BUILD | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tensorflow/contrib/lite/build_def.bzl b/tensorflow/contrib/lite/build_def.bzl index b30c05a2e23..1277de4ec00 100644 --- a/tensorflow/contrib/lite/build_def.bzl +++ b/tensorflow/contrib/lite/build_def.bzl @@ -280,7 +280,7 @@ def generated_test_models(): "rsqrt", "shape", "sigmoid", - "sin", + #"sin", # b/118502200 "slice", "softmax", "space_to_batch_nd", diff --git a/tensorflow/contrib/lite/testing/BUILD b/tensorflow/contrib/lite/testing/BUILD index 64070e6c82a..891d44d2b60 100644 --- a/tensorflow/contrib/lite/testing/BUILD +++ b/tensorflow/contrib/lite/testing/BUILD @@ -37,9 +37,6 @@ load( tags = tags + [ "gen_zip_test", "no_oss", - "noasan", # b/118502200 - "notsan", - "nomsan", "tflite_not_portable_intentional", ], test_name = test_name,