Skip to content

Commit 1135d36

Browse files
authored
[AIX] [lit] Fix shtest-format.py to account for behaviour on AIX (#121426)
The changes from #121376 has broken the ppc64 aix bot: https://lab.llvm.org/buildbot/#/builders/64/builds/1835. Adjusted the testcase to account for `cat` behaviour on AIX prior to the changes
1 parent 2a90efd commit 1135d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/lit/tests/shtest-format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# CHECK: Command Output (stderr):
1919
# CHECK-NEXT: --
2020
# CHECK-NOT: --
21-
# CHECK: cat{{(_64)?(\.exe)?}}: {{.*does-not-exist.*}}: No such file or directory
21+
# CHECK: cat{{(_64)?(\.exe)?}}: {{(cannot open does-not-exist|.*does-not-exist.*: No such file or directory)}}
2222
# CHECK: --
2323

2424
# CHECK: FAIL: shtest-format :: external_shell/fail_with_bad_encoding.txt

0 commit comments

Comments
 (0)