labath wrote:

> > It looks like the test is flaky: 
> > https://lab.llvm.org/buildbot/#/builders/59/builds/535
> > It looks like the order of the types is nondeterministic. I think you 
> > should be able to use CHECK-DAG along with [this trick to match 
> > newlines](https://llvm.org/docs/CommandGuide/FileCheck.html#matching-newline-characters)
> >  to make the test accept both orderings.
> 
> What are lldb's guarantees in this regard? Clang/LLVM/etc require 
> nondeterministic output - presumably the same would be valuable to lldb, but 
> I don't know what lldb's precedents are in this regard.

It would be useful, but we've never made a serious effort to try to achieve 
that.

https://github.com/llvm/llvm-project/pull/87740
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to