Skip to content

Commit a70d310

Browse files
[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.
1 parent 8e99a63 commit a70d310

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

llvm/utils/mlgo-utils/tests/corpus/combine_training_corpus_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: python-38
1+
# REQUIRES: python-38, system-linux
22

33
## Test the functionality of combine_training_corpus_lib
44

llvm/utils/mlgo-utils/tests/corpus/extract_ir_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: python-38
1+
# REQUIRES: python-38, system-linux
22

33
## Test the functionality of extract_ir_lib
44

llvm/utils/mlgo-utils/tests/corpus/make_corpus_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: python-38
1+
# REQUIRES: python-38, system-linux
22

33
## Test the functionality of make_corpus_lib
44

0 commit comments

Comments
 (0)