[all-commits] [llvm/llvm-project] b54e91: [MLGO] Fix make_corpus_script.test
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sun Jan 21 15:22:03 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b54e919573a8ee03b4b813ad9705b36cba62232d
https://github.com/llvm/llvm-project/commit/b54e919573a8ee03b4b813ad9705b36cba62232d
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2024-01-21 (Sun, 21 Jan 2024)
Changed paths:
M llvm/utils/mlgo-utils/tests/corpus/make_corpus_script.test
Log Message:
-----------
[MLGO] Fix make_corpus_script.test
This test is currently failing as the order that the files end up in the
corpus description is somewhat dependent upon platform and the check is
checking for a specific order. This patch switches to using the
CHECK-DAG directive to make the checks order invariant to fix the broken
bots.
More information about the All-commits
mailing list