Commit Graph

6 Commits

Author SHA1 Message Date
Max Desiatov
9c6fba67cf test/embedded: re-enable hello.swift for wasip1 (#83290)
This test was disabled by mistake after renaming `wasi` to `wasip1` component of WASI triples.
2025-07-24 11:39:58 -07:00
Max Desiatov
ce162890cf Use OS=wasi in test/embedded/hello.swift 2025-07-01 11:43:43 +01:00
Max Desiatov
1efd278f24 Enable more tests for Embedded Wasm 2025-07-01 11:43:43 +01: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 Mracek
22e3493cdc [embedded] Fix up lit.cfg and embedded/hello.swift's REQUIRES line 2024-10-25 15:13:18 -07:00
Kuba Mracek
8620a99b18 [embedded] Add QEMU-based testing configs for ARM and AVR for runtime testing 2024-10-25 14:52:49 -07:00