Skip to content

Commit 2082188

Browse files
committed
[lldb/test] Fix app_specific_backtrace_crashlog.test (NFC)
This patch fixes app_specific_backtrace_crashlog.test. It was failing because one of the loaded images was built with optimization which added a new warning message between the first `CHECK` and the `CHECK-NEXT`, breaking the expected ordering. Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent 885e610 commit 2082188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/ScriptInterpreter/Python/Crashlog/app_specific_backtrace_crashlog.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
# CHECK: (lldb) thread backtrace --extended true
23-
# CHECK-NEXT: * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_CRASH (code=0, subcode=0x0)
23+
# CHECK: * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_CRASH (code=0, subcode=0x0)
2424
# CHECK-NEXT: * frame #0: 0x00000001a08c7224{{.*}}[artificial]
2525
# CHECK-NEXT: frame #1: 0x00000001a08fdceb{{.*}}[artificial]
2626
# CHECK-NEXT: frame #2: 0x00000001a08372c7{{.*}}[artificial]

0 commit comments

Comments
 (0)