Re-enable some passing TF tests. (#9657)
Fixes https://github.com/iree-org/iree/issues/5400
A few tests are still failing though.
SwiftShader: [full logs](https://source.cloud.google.com/results/invocations/10d9e5b2-f415-4fa5-abb0-bdb855b8dcc3/targets/iree%2Fgcp_ubuntu%2Fcmake-bazel%2Flinux%2Fx86-swiftshader%2Fpresubmit/log)
```
Failed Tests (2):
TENSORFLOW_TESTS :: iree_tf_tests/math/vulkan__dynamic_dim_accumulate_n.run
TENSORFLOW_TESTS :: iree_tf_tests/math/vulkan__dynamic_dim_add_n.run
```
NVIDIA Turing: [full logs](https://source.cloud.google.com/results/invocations/20c4bec6-ccce-4787-81ac-993068c1804a/targets/iree%2Fgcp_ubuntu%2Fcmake-bazel%2Flinux%2Fx86-turing%2Fpresubmit/log)
```
Failed Tests (2):
TENSORFLOW_TESTS :: iree_tf_tests/math/vulkan__dynamic_dim_mod.run
TENSORFLOW_TESTS :: iree_tf_tests/math/vulkan__mod.run
```
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_count_nonzero.run b/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_count_nonzero.run
index c4498bf..6ff2885 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_count_nonzero.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_count_nonzero.run
@@ -1,4 +1,2 @@
# REQUIRES: llvmaot
-# REQUIRES: bugfix
-# TODO(#8083): re-enable once passing
# RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_llvmaot --dynamic_dims=true --functions=count_nonzero --artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_l2_normalize.run b/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_l2_normalize.run
index cd489e6..e34e7d1 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_l2_normalize.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_l2_normalize.run
@@ -1,4 +1,2 @@
# REQUIRES: llvmaot
-# REQUIRES: bugfix
-# TODO(#8083): re-enable once passing
# RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_llvmaot --dynamic_dims=true --functions=l2_normalize --artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__dynamic_dim_count_nonzero.run b/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__dynamic_dim_count_nonzero.run
index c4498bf..6ff2885 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__dynamic_dim_count_nonzero.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__dynamic_dim_count_nonzero.run
@@ -1,4 +1,2 @@
# REQUIRES: llvmaot
-# REQUIRES: bugfix
-# TODO(#8083): re-enable once passing
# RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_llvmaot --dynamic_dims=true --functions=count_nonzero --artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_count_nonzero.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_count_nonzero.run
index a9d8803..f3a7518 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_count_nonzero.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_count_nonzero.run
@@ -1,4 +1,2 @@
# REQUIRES: vulkan
-# REQUIRES: bugfix
-# TODO(#8083): re-enable once passing
# RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=count_nonzero --artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_l2_normalize.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_l2_normalize.run
index 4edad35..d976d1f 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_l2_normalize.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_l2_normalize.run
@@ -1,4 +1,2 @@
# REQUIRES: vulkan
-# REQUIRES: bugfix
-# TODO(#8083): re-enable once passing
# RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=l2_normalize --artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__digamma.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__digamma.run
index 9ec504d..ba1f4c8 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__digamma.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__digamma.run
@@ -1,4 +1,2 @@
# REQUIRES: vulkan
-# REQUIRES: bugfix
-# TODO(#8083): re-enable once passing
# RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=false --functions=digamma --artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_accumulate_n.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_accumulate_n.run
index 55714f6..39b905d 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_accumulate_n.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_accumulate_n.run
@@ -1,4 +1,4 @@
# REQUIRES: vulkan
# REQUIRES: bugfix
-# TODO(#8083): re-enable once passing
+# Fails on SwiftShader
# RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=accumulate_n --artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_add_n.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_add_n.run
index 1bcfab8..50c6f1a 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_add_n.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_add_n.run
@@ -1,4 +1,4 @@
# REQUIRES: vulkan
# REQUIRES: bugfix
-# TODO(#8083): re-enable once passing
+# Fails on SwiftShader
# RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=add_n --artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_count_nonzero.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_count_nonzero.run
index a9d8803..f3a7518 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_count_nonzero.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_count_nonzero.run
@@ -1,4 +1,2 @@
# REQUIRES: vulkan
-# REQUIRES: bugfix
-# TODO(#8083): re-enable once passing
# RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=count_nonzero --artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_digamma.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_digamma.run
index 6f4091c..62fec3d 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_digamma.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_digamma.run
@@ -1,4 +1,2 @@
# REQUIRES: vulkan
-# REQUIRES: bugfix
-# TODO(#8083): re-enable once passing
# RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=digamma --artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_mod.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_mod.run
index b24af87..ccf123d 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_mod.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_mod.run
@@ -1,4 +1,4 @@
# REQUIRES: vulkan
# REQUIRES: bugfix
-# TODO(#8083): re-enable once passing
+# Fails on NVIDIA Turing
# RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=mod --artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__mod.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__mod.run
index 25efdd1..d771480 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__mod.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__mod.run
@@ -1,4 +1,4 @@
# REQUIRES: vulkan
# REQUIRES: bugfix
-# TODO(#8083): re-enable once passing
+# Fails on NVIDIA Turing
# RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=false --functions=mod --artifacts_dir=%t