[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.
This commit is contained in:
Pavel Labath 2020-02-25 09:57:42 +01:00
parent ea6b95dc2f
commit eefbff0082
1 changed files with 6 additions and 6 deletions

View File

@ -16,15 +16,15 @@
# Make sure each entity is present in the index only once.
# SYMBOLS: Globals and statics:
# SYMBOLS-NEXT: 3fffffff/INFO/00000023 "A"
# SYMBOLS-NEXT: 3fffffff/INFO/0000005a "A"
# SYMBOLS-DAG: 3fffffff/INFO/00000023 "A"
# SYMBOLS-DAG: 3fffffff/INFO/0000005a "A"
# SYMBOLS-EMPTY:
# SYMBOLS: Types:
# SYMBOLS-NEXT: 3fffffff/TYPE/00000018 "ENUM0"
# SYMBOLS-NEXT: 3fffffff/TYPE/0000002d "int"
# SYMBOLS-NEXT: 3fffffff/TYPE/00000062 "int"
# SYMBOLS-NEXT: 3fffffff/TYPE/0000004d "ENUM1"
# SYMBOLS-DAG: 3fffffff/TYPE/00000018 "ENUM0"
# SYMBOLS-DAG: 3fffffff/TYPE/0000004d "ENUM1"
# SYMBOLS-DAG: 3fffffff/TYPE/0000002d "int"
# SYMBOLS-DAG: 3fffffff/TYPE/00000062 "int"
# SYMBOLS-EMPTY:
.ifdef MAIN