Commit Graph

12 Commits

Author SHA1 Message Date
Kuba Mracek
d8c0c25b4b [embedded] Centralize the OS/target requirements on (most) Embedded Swift tests 2025-01-19 11:44:55 -08:00
Kuba Mracek
1952449d64 [embedded] Test changes for new Embedded Swift mangling prefix 2024-12-03 09:10:45 -08:00
Daniel Rodríguez Troitiño
ba68faaed5 [test] Mark tests that use experimental/upcoming features as such
Find all the usages of `--enable-experimental-feature` or
`--enable-upcoming-feature` in the tests and replace some of the
`REQUIRES: asserts` to use `REQUIRES: swift-feature-Foo` instead, which
should correctly apply to depending on the asserts/noasserts mode of the
toolchain for each feature.

Remove some comments that talked about enabling asserts since they don't
apply anymore (but I might had miss some).

All this was done with an automated script, so some formatting weirdness
might happen, but I hope I fixed most of those.

There might be some tests that were `REQUIRES: asserts` that might run
in `noasserts` toolchains now. This will normally be because their
feature went from experimental to upcoming/base and the tests were not
updated.
2024-11-02 11:46:46 -07:00
Kuba (Brecka) Mracek
52d438c1de Merge pull request #70064 from kubamracek/embedded-linux2
[embedded] Start building embedded support on Linux/ELF, expand archs of the embedded stdlib to cover common embedded targets, take 2
2023-11-29 09:28:40 -08:00
Ben Barham
b2da814fd9 [Test] Use split-file rather than split_file.py
We've had a bunch of problems with unicode support for Python,
`split_file.py` looks to be another one. Just use `split-file` instead.

Resolves rdar://118892583.
2023-11-28 12:39:30 -08:00
Kuba Mracek
a0ec73ef42 [embedded] Start building embedded support on Linux/ELF, expand archs of the embedded stdlib to cover common embedded targets, take 2 2023-11-28 10:31:39 -08:00
Doug Gregor
130adac5c5 Revert "[embedded] Start building embedded support on Linux/ELF, expand archs of the embedded stdlib to cover common embedded targets" 2023-11-27 22:20:54 -08:00
Kuba Mracek
1ad839f101 [embedded] Fix modules test expectations on Linux, skip LTO and Concurrency tests on Linux 2023-11-17 21:48:31 -08:00
Kuba Mracek
971ad79f37 [embedded] Start building embedded support on Linux/ELF, expand archs of the embedded stdlib to cover common embedded targets 2023-11-17 21:30:12 -08:00
Kuba Mracek
f5e9e076c5 [embedded] Mark modules-globals.swift/modules-globals-many.swift as REQUIRES: OS=macosx 2023-09-24 17:34:19 -07:00
Kuba Mracek
77d3f40093 [embedded] Require VENDOR=apple in the module global tests 2023-09-24 17:34:19 -07:00
Kuba Mracek
4709bdcca6 [embedded] Deserialize and import global variables in embedded Swift mode 2023-09-24 17:34:03 -07:00