[llvm] 84e888e - llvm-reduce: Speculative fix for windows build bot
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 3 14:00:41 PST 2023
Author: Matt Arsenault
Date: 2023-01-03T17:00:35-05:00
New Revision: 84e888e5e418bcaf2e468730f3bf94cfc305c14d
URL: https://github.com/llvm/llvm-project/commit/84e888e5e418bcaf2e468730f3bf94cfc305c14d
DIFF: https://github.com/llvm/llvm-project/commit/84e888e5e418bcaf2e468730f3bf94cfc305c14d.diff
LOG: llvm-reduce: Speculative fix for windows build bot
I'm guessing grep wasn't matching the backtick in the message for some
reason.
Added:
Modified:
llvm/test/tools/llvm-reduce/command-line-behavior.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-reduce/command-line-behavior.test b/llvm/test/tools/llvm-reduce/command-line-behavior.test
index 264b8263d53f..f3fd2c6fe255 100644
--- a/llvm/test/tools/llvm-reduce/command-line-behavior.test
+++ b/llvm/test/tools/llvm-reduce/command-line-behavior.test
@@ -3,7 +3,7 @@
# RUN: llvm-reduce | grep "LLVM automatic testcase reducer"
# Don't require any other arguments for --print-delta-passes
-# RUN: llvm-reduce --print-delta-passes | grep "Delta passes (pass to \`--delta-passes=\` as a comma separated list)"
+# RUN: llvm-reduce --print-delta-passes | grep "Delta passes"
# Missing test input
# RUN: not llvm-reduce --test FileCheck 2>&1 | grep "error: reduction testcase positional argument must be specified"
More information about the llvm-commits
mailing list