[PATCH] D44598: [lit] Report line number for failed RUN command
Aaron Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 11 14:39:43 PDT 2018
asmith added a comment.
My team has some Windows 10 and Ubuntu 14 Azure VM's that build llvm and run the clang, llvm, lld, and lldb unit tests. I kicked off a test run with this patch and can report everything looks normal. It's cool to see the run line showing up on failing tests. LGTM.
2018-04-11T19:03:16.5491363Z FAIL: lldb :: Breakpoint/case-insensitive.test (335 of 343)
2018-04-11T19:03:16.5491683Z ******************** TEST 'lldb :: Breakpoint/case-insensitive.test' FAILED ********************
2018-04-11T19:03:16.5492308Z Script:
2018-04-11T19:03:16.5492996Z --
2018-04-11T19:03:16.5493638Z : 'RUN: at line 3'; C:/agent/_work/62/b/release/bin/clang.exe C:\agent\_work\62\s\llvm\tools\lldb\lit\Breakpoint/Inputs/case-sensitive.c -g -o C:\agent\_work\62\b\tools\lldb\lit\Breakpoint\Output\case-insensitive.test.tmp
2018-04-11T19:03:16.5494360Z : 'RUN: at line 4'; C:\agent\_work\62\b\release\bin\lldb-test.EXE breakpoints C:\agent\_work\62\b\tools\lldb\lit\Breakpoint\Output\case-insensitive.test.tmp
https://reviews.llvm.org/D44598
More information about the llvm-commits
mailing list