[all-commits] [llvm/llvm-project] a70d31: [MLGO] Disable mlgo-utils tests on Windows builders
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sat Jan 20 19:55:53 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a70d3101ba786b76f1796c2c2ac5fe469e9a57bd
https://github.com/llvm/llvm-project/commit/a70d3101ba786b76f1796c2c2ac5fe469e9a57bd
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2024-01-21 (Sun, 21 Jan 2024)
Changed paths:
M llvm/utils/mlgo-utils/tests/corpus/combine_training_corpus_test.py
M llvm/utils/mlgo-utils/tests/corpus/extract_ir_test.py
M llvm/utils/mlgo-utils/tests/corpus/make_corpus_test.py
Log Message:
-----------
[MLGO] Disable mlgo-utils tests on Windows builders
This patch disables the mlgo-utils tests on Windows builders. MLGO is
not currently supported on Windows.
These tests were failing as some of them look for specific file paths
and the path conventions are different between Linux and Windows.
More information about the All-commits
mailing list