[codemod] markDynamoStrictTest torch_np/numpy_tests/lib/test_histograms (#116649)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/116649
Approved by: https://github.com/bdhirsh
ghstack dependencies: #116638, #116673, #116639, #116640, #116641, #116642, #116643, #116644, #116645, #116646, #116647, #116648
diff --git a/torch/testing/_internal/dynamo_test_failures.py b/torch/testing/_internal/dynamo_test_failures.py
index 477f8f4..656f672 100644
--- a/torch/testing/_internal/dynamo_test_failures.py
+++ b/torch/testing/_internal/dynamo_test_failures.py
@@ -300,7 +300,6 @@
     "torch_np/numpy_tests/lib/test_arraypad",
     "torch_np/numpy_tests/lib/test_arraysetops",
     "torch_np/numpy_tests/lib/test_function_base",
-    "torch_np/numpy_tests/lib/test_histograms",
 }
 
 # We generate unittest.expectedFailure for all of the following tests
@@ -1379,6 +1378,18 @@
     "TestExpandDims.test_repeated_axis",
     "TestExpandDims.test_axis_out_of_range",
     "TestApplyAlongAxis.test_0d_array",
+    "TestHistogramdd.test_bins_errors",
+    "TestHistogramdd.test_equal_edges",
+    "TestHistogram.test_precision",
+    "TestHistogramdd.test_finite_range",
+    "TestHistogramdd.test_weights",
+    "TestHistogram.test_error_binnum_type",
+    "TestHistogram.test_finite_range",
+    "TestHistogramdd.test_inf_edges",
+    "TestHistogramdd.test_bins_error_2",
+    "TestHistogramdd.test_simple",
+    "TestHistogram.test_one_bin",
+    "TestHistogram.test_unsigned_monotonicity_check",
 }
 
 dynamo_skips = {