pr feedback

This commit is contained in:
Carl Peto
2025-12-03 11:48:25 +00:00
parent 959dc1bdb7
commit 2b1b10c7e1

View File

@@ -69,9 +69,11 @@ while (true) {
// make sure there are no threads before the crashing thread (rdar://164566321)
// CHECK-NOT: Thread {{[0-9]+}}:
// we expect the first thread not to be thread 0, it should be the crashing thread instead
// CHECK-NOT: Thread 0{{( ".*")?}}:
// CHECK: Thread {{[1-9]+}} {{(".*" )?}}crashed:
// we expect a crash on a thread other than 0
// CHECK: Thread {{[1-9][0-9]*}} {{(".*" )?}}crashed:
// CHECK: 0 0x{{[0-9a-f]+}} reallyCrashMe() + {{[0-9]+}} in CrashWithThreads at {{.*}}/CrashWithThreads
// CHECK-NEXT: 1 [ra] 0x{{[0-9a-f]+}} crashMe() + {{[0-9]+}} in CrashWithThreads at {{.*}}/CrashWithThreads