Drop references to an already-fixed test and some no-longer-existing files. (#15203)
Fixes #12496.
`loader_test` is fixed by #15201.
`compile_sample_module` no longer occurs as a substring according to
`git grep`, and two levels of enclosing directories also no longer
exist... so dropping that mention in the docs.
diff --git a/build_tools/cmake/ctest_all.sh b/build_tools/cmake/ctest_all.sh
index bddfc56..64be6a6 100755
--- a/build_tools/cmake/ctest_all.sh
+++ b/build_tools/cmake/ctest_all.sh
@@ -122,10 +122,6 @@
)
elif [[ "${OSTYPE}" =~ ^darwin ]]; then
excluded_tests+=(
- #TODO(#12496): Remove after fixing the test on macOS
- "iree/compiler/bindings/c/loader_test"
- #TODO(#12496): Remove after fixing the test on macOS
- "iree/compiler/bindings/python/test/transforms/ireec/compile_sample_module"
#TODO(#13501): Fix failing sample on macOS
"iree/samples/custom_module/async/test/example.mlir.test"
)
diff --git a/compiler/README.md b/compiler/README.md
index 47b9a18..4eed232 100644
--- a/compiler/README.md
+++ b/compiler/README.md
@@ -37,9 +37,3 @@
```
python -m pip install compiler/
```
-
-In order to sanity check once the package is installed:
-
-```
-python compiler/src/iree/compiler/bindings/python/test/transforms/ireec/compile_sample_module.py
-```