[PATCH] D118691: Make shtest-format.py CHECK lines more flexible
Douglas Yung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 10 01:43:22 PST 2022
dyung updated this revision to Diff 407424.
dyung added a comment.
Update change based on @probinson 's feedback.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118691/new/
https://reviews.llvm.org/D118691
Files:
llvm/utils/lit/tests/shtest-format.py
Index: llvm/utils/lit/tests/shtest-format.py
===================================================================
--- llvm/utils/lit/tests/shtest-format.py
+++ llvm/utils/lit/tests/shtest-format.py
@@ -17,7 +17,8 @@
# CHECK-NEXT: line 2: failed test output on stdout
# CHECK: Command Output (stderr):
# CHECK-NEXT: --
-# CHECK-NEXT: cat{{(_64)?(\.exe)?}}: {{cannot open does-not-exist|does-not-exist: No such file or directory}}
+# CHECK-NOT: --
+# CHECK: cat{{(_64)?(\.exe)?}}: {{cannot open does-not-exist|does-not-exist: No such file or directory}}
# CHECK: --
# CHECK: FAIL: shtest-format :: external_shell/fail_with_bad_encoding.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118691.407424.patch
Type: text/x-patch
Size: 644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220210/7661df2f/attachment.bin>
More information about the llvm-commits
mailing list