Commit Graph

11 Commits

Author SHA1 Message Date
Doug Gregor
d4e1558dd9 Deal with tests that don't import the Swift standard library 2023-11-16 10:42:55 -08:00
Doug Gregor
3baf6ac31a Revert "[Typed throws] Support overrides that are contravariant in the thrown error" 2023-11-16 10:40:23 -08:00
Doug Gregor
07b26e2a17 Deal with tests that don't import the Swift standard library 2023-11-15 22:36:06 -08:00
Yuta Saito
1371e22fef [test][IRGen] Disable dylib related tests on WebAssembly 2023-10-12 21:40:07 +00:00
Arnold Schwaighofer
3b5ebaa46c Fix some tests in IRGen folder 2023-06-21 10:10:32 -07:00
Arnold Schwaighofer
c1a93e0bde Move tests over to use the %use_no_opaque_pointers option 2023-06-14 10:49:48 -07:00
Arnold Schwaighofer
d45fd3c4ac IRGen: Adjust to new AddressSanitizer's way of marking globals to be ignored
rdar://102152139
2022-11-11 09:55:16 -08:00
Alastair Houghton
741478908a [IRGen][Tests] Fix test to work on Linux.
Linux uses different section names.

rdar://97690618
2022-08-23 06:59:44 -07:00
Alastair Houghton
bb74130818 [IRGen][Tests] Fix test case to work for Windows.
Windows adds a `comdat` flag.

rdar://97290618
2022-08-23 13:56:10 +01:00
Alastair Houghton
428789dc83 [IRGen][Tests] Fix test case to work for 32-bit architectures.
Changed the test case to pattern match various parts to make it work
on 32-bit.

rdar://97290618
2022-08-23 11:00:00 +01:00
Alastair Houghton
62f54019af [IRGen] Rearrange fix slightly and add a test case.
isDependentConformance() should always check for synthesized conformances,
so do that further up the function.

Also add a test.

rdar://97290618
2022-08-23 09:50:06 +01:00