mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
pr feedback
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user