Commit Graph

14 Commits

Author SHA1 Message Date
Anthony Latsis b5aec4cc34 [test] Remove pre-rebranch nocapture matches
These were added in https://github.com/swiftlang/swift/pull/81375 (and
several other follow-up PRs because we missed a few places) and
are no longer needed.
2025-10-24 02:07:22 +01:00
Anthony Latsis 55e5618eab [test] Match nocapture to succeed both on main and rebranch
Both the syntax and relative order of the LLVM `nocapture` parameter
attribute changed upstream in 29441e4f5fa5f5c7709f7cf180815ba97f611297.
To reduce conflicts with rebranch, adjust FileCheck patterns to expect
both syntaxes and orders anywhere the presence of the attribute is not
critical to the test. These changes are temporary and will be cleaned
up once rebranch is merged into main.
2025-05-08 23:52:43 +01:00
Felipe de Azevedo Piovezan a321b0afe0 [DebugInfo] Update tests to expect new LLVM debug format 2024-07-23 11:06:12 -07:00
Adrian Prantl 8c4dcc7c7d Update debuginfo tests for slightly shuffled i386 output
(cherry picked from commit 259480a7d0)
2021-09-04 19:37:53 -07:00
Adrian Prantl 612c53be8f Update testcase for upstream LLVM changes.
(cherry picked from commit 8ed230fb73)
2020-01-14 11:34:38 -08:00
Erik Eckstein 39bb14b094 change mangling prefix from $S to $s
This is the final ABI mangling prefix

rdar://problem/38471478
2018-09-19 13:55:11 -07:00
Mike Ash add0189c66 [Runtime][ABI] Fix up additional tests for the swift_willThrow ABI change.
rdar://problem/37578477
2018-08-24 12:37:16 -04:00
Erik Eckstein cd3d50a5d9 ABI: Change the mangling prefix from _T0 to $S 2018-01-06 13:55:59 -08:00
Pavel Yaskevich c18edfc632 [Mangling/ABI] NFC: Fix test failures uncovered by CI on i386 (IRGen/stdlib/DebugInfo) 2017-12-18 21:06:54 -08:00
Adrian Prantl a2d36afda1 Adapt testcase to upstream LLVM changes. 2017-08-24 15:56:48 -07:00
Adrian Prantl 373ec73181 Fix XFAILed testcase by re-arranging CHECK lines.
<rdar://problem/31886890> DebugInfo/ErrorVar.swift fails on i386
2017-04-28 10:03:28 -07:00
Arnold Schwaighofer 54d71fb3ca DebugInfo: Disable test
rdar://31886890
2017-04-28 07:54:22 -07:00
Jordan Rose 903c8c15f2 [test] Fix mangled name for renamed test. 2017-04-27 17:48:47 -07:00
Adrian Prantl d50448a55f Represent Swift errors as DW_TAG_thrown_type in DWARF
This allows the debugger to display them alongside the function's
return value when finish-ing a function.

rdar://problem/29481673
2017-04-27 09:45:54 -07:00