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: unassignedclangb...@nondot.org
          Reporter: aemer...@apple.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to