[all-commits] [llvm/llvm-project] eefbff: [lldb] s/CHECK-NEXT/CHECK-DAG in dwp-debug-types.s
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Feb 25 01:04:18 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eefbff0082c5228e01611f7e6987695d0b1c6d32
https://github.com/llvm/llvm-project/commit/eefbff0082c5228e01611f7e6987695d0b1c6d32
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M lldb/test/Shell/SymbolFile/DWARF/dwp-debug-types.s
Log Message:
-----------
[lldb] s/CHECK-NEXT/CHECK-DAG in dwp-debug-types.s
These can come out nondeterministically for two reasons:
- sorting based on ConstStringified pointer values
- different relative speeds of the indexing threads
Making these nondeterministic without incurring performance penalties is
hard, so I just make the test expect them in any order (the order is not
important in this test anyway.
More information about the All-commits
mailing list