Skip to content

Commit

Permalink
Skip tests that have been failing on Windows nightly builds. (iree-or…
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd authored Sep 16, 2024
1 parent f2eaa2a commit a63717b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_tools/cmake/ctest_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ if [[ "${OSTYPE}" =~ ^msys ]]; then
# TODO(#11070): Fix argument/result signature mismatch
"iree/tests/e2e/tosa_ops/check_vmvx_local-sync_microkernels_fully_connected.mlir"
"iree/tests/e2e/tosa_ops/check_vmvx_local-sync_microkernels_matmul.mlir"
# TODO(#18428): Fix these tests failing on GitHub-hosted Windows runners
"iree/tests/e2e/stablehlo_models/mnist_fake_weights_llvm_cpu_static_c_test"
"iree/tests/e2e/stablehlo_models/simple_mul_llvm_cpu_static_c_test"
"iree/samples/static_library/static_library_demo_c_test"
)
elif [[ "${OSTYPE}" =~ ^darwin ]]; then
excluded_tests+=(
Expand Down

0 comments on commit a63717b

Please sign in to comment.