Nick Desaulniers via llvm-dev
2021-May-17 18:16 UTC
[llvm-dev] failing tests on release/12.x branch
Not sure if these had been reported, but I ran check all on release/12.x as part of verifying a cherry pick, and I observed the following errors: Failed Tests (3): LeakSanitizer-AddressSanitizer-i386 :: TestCases/many_threads_detach.cpp lld :: ELF/wrap-dynamic-undef.s lld :: MachO/segments.s -- Thanks, ~Nick Desaulniers
Neil Nelson via llvm-dev
2021-May-17 18:58 UTC
[llvm-dev] failing tests on release/12.x branch
Nick, Just above in the log file quoted from is detail for the failed tests. You may not have access to create a bug, but you can copy that detail here. We should also have the OS and version. For example, mine is Xubuntu 21.04. Neil On 5/17/21 12:16 PM, Nick Desaulniers via llvm-dev wrote:> Not sure if these had been reported, but I ran check all on > release/12.x as part of verifying a cherry pick, and I observed the > following errors: > > Failed Tests (3): > LeakSanitizer-AddressSanitizer-i386 :: TestCases/many_threads_detach.cpp > lld :: ELF/wrap-dynamic-undef.s > lld :: MachO/segments.s >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210517/f5f3df6a/attachment.html>
Tom Stellard via llvm-dev
2021-May-18 14:11 UTC
[llvm-dev] failing tests on release/12.x branch
On 5/17/21 11:16 AM, Nick Desaulniers wrote:> Not sure if these had been reported, but I ran check all on > release/12.x as part of verifying a cherry pick, and I observed the > following errors: > > Failed Tests (3): > LeakSanitizer-AddressSanitizer-i386 :: TestCases/many_threads_detach.cpp > lld :: ELF/wrap-dynamic-undef.s > lld :: MachO/segments.s >OK, thanks. I will take a look. -Tom