diff options
author | Jinsong Ji <jji@us.ibm.com> | 2021-08-17 14:05:28 +0000 |
---|---|---|
committer | Jinsong Ji <jji@us.ibm.com> | 2021-08-17 14:05:30 +0000 |
commit | 3c4fad6a69887311f4e9feeca28126a89f314d45 (patch) | |
tree | 475aa014c8385698f560cf7c2e74acfb3852675b | |
parent | ef198cd99e6bac3a2e87adb6c8a18fb461056fa6 (diff) | |
download | llvm-3c4fad6a69887311f4e9feeca28126a89f314d45.zip llvm-3c4fad6a69887311f4e9feeca28126a89f314d45.tar.gz llvm-3c4fad6a69887311f4e9feeca28126a89f314d45.tar.bz2 |
[LIT]Accept cat_64 command name on AIX in shtest
AIX may use cat_64 for 64 bit cat, this is just update the lit test to accept the name as well.
Reviewed By: #powerpc, shchenz
Differential Revision: https://reviews.llvm.org/D108149
-rw-r--r-- | llvm/utils/lit/tests/shtest-format.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/shtest-format.py b/llvm/utils/lit/tests/shtest-format.py index a15c0f9..4d8004d 100644 --- a/llvm/utils/lit/tests/shtest-format.py +++ b/llvm/utils/lit/tests/shtest-format.py @@ -20,7 +20,7 @@ # CHECK-NEXT: line 2: failed test output on stdout # CHECK: Command Output (stderr): # CHECK-NEXT: -- -# CHECK-NEXT: cat{{(\.exe)?}}: {{cannot open does-not-exist|does-not-exist: No such file or directory}} +# CHECK-NEXT: 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 |