You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The real fix here is to make sure the . operator actually gets its own source
location. Right now, it depends on what code is being inlined from the stdlib
thus the failure with the debug stdlib only. We can relax the test further in
the short term.
rdar://108132971
(cherry picked from commit 9657c89)
Copy file name to clipboardExpand all lines: test/Sanitizers/symbolication.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ bar()
34
34
35
35
// Out-of-process
36
36
// FIXME: There is no instruction with the location of the failing `.` operator and it's used inside implicit setup code, thus the crash is associated with the previous line.
37
-
// OOP: #0 0x{{[0-9a-f]+}} in foo() symbolication.swift:[[@LINE-14]]
37
+
// OOP: #0 0x{{[0-9a-f]+}} in foo()
38
38
// OOP-NEXT: #1 0x{{[0-9a-f]+}} in bar() symbolication.swift:[[@LINE-9]]
39
39
// OOP-NEXT: #2 0x{{[0-9a-f]+}} in main symbolication.swift:[[@LINE-6]]
0 commit comments