Commit Graph

11 Commits

Author SHA1 Message Date
Max Desiatov
27e5d5c551 Fix/xfail/disable remaining tests for embedded Wasm 2025-07-01 11:43:43 +01:00
Kuba (Brecka) Mracek
61f61c0e70 [embedded] Update 'REQUIRES' in dependencies-random.swift 2025-04-08 22:15:00 -07:00
Kuba Mracek
35a1ce0999 [embedded] Re-enable dependencies-random.swift test 2025-04-01 06:42:36 -07:00
Kuba Mracek
d8c0c25b4b [embedded] Centralize the OS/target requirements on (most) Embedded Swift tests 2025-01-19 11:44:55 -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 Mracek
7ae20b7039 [embedded] Port Swift.String to embedded Swift 2024-05-08 11:11:37 -07:00
Yuta Saito
65723193a9 [embedded] Use @_extern(c) instead of @_silgen_name for putchar in tests
Using inconsistent attributes between stdlib and tests causes
compilation errors. There are still several misuses of @_silgen_name in
tests, but leaving them as is for now to incrementally fix them.
2024-04-11 10:37:25 +00:00
Slava Pestov
0ac6860f9c Disable test/embedded/dependencies-random.swift pending resolution of rdar://121923818 2024-01-30 07:41:08 -05:00
Kuba Mracek
26c10676c1 [embedded] Adjust test/embedded/dependencies-random.swift for new print 2024-01-17 14:58:02 -08:00
Kuba Mracek
3cf84bec87 [embedded] Add an arc4random_buf stub for Linux for embedded/dependencies-random.swift test 2024-01-17 14:53:24 -08:00
Kuba Mracek
bd5913a176 [embedded] Make RNG APIs available on embedded Swift 2024-01-17 14:53:24 -08:00