Commit Graph

7 Commits

Author SHA1 Message Date
Tim Kientzle
f73cfa7396 Reflection tests are incompatible with ASAN 2024-07-26 09:55:08 -07:00
tbkka
35dad1161a Fix reflection_Optional_Any to support non-Apple platforms (#35546)
* Fix reflection_Optional_Any to support non-Apple platforms

Apple and non-Apple platforms happen to use different number
of extra inhabitants in 64-bit pointers.  This is already
supported by the test framework, we just need to fill it in
properly for this one test.

* Remove OS= restriction
2021-01-22 11:51:37 -08:00
David Zarzycki
ab2f6c701b [Testing] Unbreak unified build testing
This test assumes an Apple platform but for reasons unknown, the Linux
bots (wrongly?) consider this test to be unsupported.
2021-01-20 08:51:06 -05:00
Tim Kientzle
cb1173d928 More test adjustments 2021-01-19 14:15:07 -08:00
Tim Kientzle
7f8bebb467 Merge branch 'Reflection-Support-OpaqueExistential-in-RecordTypeInfo-readExtraInhabitantIndex' of https://github.com/apple/swift into Reflection-Support-OpaqueExistential-in-RecordTypeInfo-readExtraInhabitantIndex 2021-01-19 12:32:10 -08:00
Tim Kientzle
73db0134c8 Rename test case, fix typos 2021-01-19 12:29:45 -08:00
Dave Lee
7ed7122c6b test fixes 2021-01-19 12:27:32 -08:00