Commit Graph

5 Commits

Author SHA1 Message Date
finagolfin
21d90c5a41 [test] Fix or disable tests for 32-bit platforms (#82501)
Fix two IRGen tests that are failing on Android armv7 and disable eight ClangImporter, C++ Interop, and SILOptimizer tests, two of which that were already failing on other 32-bit platforms.
2025-07-11 16:20:08 +05:30
Allan Shortlidge
cb578172ea Tests: Remove -disable-availability-checking in more tests that use concurrency.
Use the `%target-swift-5.1-abi-triple` substitution to compile the tests for
deployment to the minimum OS versions required for use of _Concurrency APIs,
instead of disabling availability checking.
2024-10-19 12:35:20 -07:00
Kavon Farvardin
13619a6bee Test: disable on arm64_32 too
The word-size difference is contributing to the changes in expected LLVM IR, which are irrelevant changes for what this test covers.
2024-08-15 15:01:10 -07:00
Kavon Farvardin
7f7162046e Test: disable on armv7k 2024-08-14 15:41:00 -07:00
Kavon Farvardin
0cce602bce SIL: branch weights for try_apply's 2024-08-08 21:21:52 -04:00