[PATCH] D57592: Replace uses of %T with %t in from previous frontend test differential
Kamil Rytarowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 3 04:29:40 PST 2019
krytarowski added a comment.
The NetBSD buildbot breaks in these tests now:
http://lab.llvm.org:8011/builders/lldb-amd64-ninja-netbsd8/builds/18721
Both tests break in a similar way:
Command Output (stderr):
--
+ : 'RUN: at line 1'
+ not /home/motus/netbsd8/netbsd8/build/bin/clang -cc1 -internal-isystem /home/motus/netbsd8/netbsd8/build/lib/clang/9.0.0/include -nostdsysteminc -emit-llvm -o /home/motus/netbsd8/netbsd8/build/tools/clang/test/Frontend/Output/output-failures.c.tmp/doesnotexist/somename /home/motus/netbsd8/netbsd8/llvm/tools/clang/test/Frontend/output-failures.c
+ : 'RUN: at line 2'
+ /home/motus/netbsd8/netbsd8/build/bin/FileCheck -check-prefix=OUTPUTFAIL -input-file=/home/motus/netbsd8/netbsd8/build/tools/clang/test/Frontend/Output/output-failures.c.tmp /home/motus/netbsd8/netbsd8/llvm/tools/clang/test/Frontend/output-failures.c
/home/motus/netbsd8/netbsd8/llvm/tools/clang/test/Frontend/output-failures.c:4:16: error: OUTPUTFAIL: expected string not found in input
// OUTPUTFAIL: error: unable to open output file '{{.*}}doesnotexist{{.}}somename': '{{[nN]}}o such file or directory'
^
/home/motus/netbsd8/netbsd8/build/tools/clang/test/Frontend/Output/output-failures.c.tmp:1:1: note: scanning from here
error: unable to open output file '/home/motus/netbsd8/netbsd8/build/tools/clang/test/Frontend/Output/output-failures.c.tmp/doesnotexist/somename': 'Not a directory'
^
/home/motus/netbsd8/netbsd8/build/tools/clang/test/Frontend/Output/output-failures.c.tmp:1:86: note: possible intended match here
error: unable to open output file '/home/motus/netbsd8/netbsd8/build/tools/clang/test/Frontend/Output/output-failures.c.tmp/doesnotexist/somename': 'Not a directory'
^
--
Please fix.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57592/new/
https://reviews.llvm.org/D57592
More information about the cfe-commits
mailing list