[llvm-bugs] [Bug 44564] New: FindExplicitReferences test fails with EXPENSIVE_CHECKS
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jan 15 23:07:26 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=44564
Bug ID: 44564
Summary: FindExplicitReferences test fails with
EXPENSIVE_CHECKS
Product: clang-tools-extra
Version: unspecified
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: clangd
Assignee: unassignedclangbugs at nondot.org
Reporter: aemerson at apple.com
CC: llvm-bugs at lists.llvm.org
When running with EXPENSIVE_TESTS the FindExplicitReferencesTest in the clangd
unit tests fails, somewhat non-deterministically.
This is likely due to using some data structure with non-deterministic
iteration order, as STLExtras will shuffle elements with EXPENSIVE_TESTS.
This is showing up in the greendragon bot:
http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-expensive/15318/
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200116/a6367276/attachment.html>
More information about the llvm-bugs
mailing list