Commit Graph

15 Commits

Author SHA1 Message Date
Meghana Gupta
e8abd59da5 Update tests 2024-11-18 18:09:19 -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
Erik Eckstein
52d6ae334d DeinitDevirtualizer: don't erase the destroy instruction if the the destroyed value can't be de-virtualized
This can happen if the destroyed type is resilient.
Fixes a verifier crash.
2024-08-12 13:34:50 +02:00
Alexis Laferrière
fe65a82790 Tests: Disable moveonly_swiftskell.swift when use_os_stdlib (rdar://132936383) 2024-07-31 17:14:45 -07:00
Hamish Knight
63e685dce7 [test] Disable moveonly_swiftskell.swift for back deployment 2024-05-28 21:56:29 +01:00
Kavon Farvardin
a626c6b089 Test: more coverage for deinits 2024-05-21 11:18:46 -07:00
Kavon Farvardin
af9ce5f557 Test: convert empty method to borrowing getter
it's cheap enough that it can be a computed property; and gives more
test coverage.
2024-05-21 11:10:24 -07:00
Kavon Farvardin
a74e7ce677 Test: promote check to library 2024-05-21 11:09:26 -07:00
Kavon Farvardin
c4b47cb12e Test: implement reverse 2024-05-21 10:50:17 -07:00
Kavon Farvardin
b72824d167 Test: start implementing List 2024-05-20 22:53:45 -07:00
Kavon Farvardin
a361eabbb1 Test: get to "hello world" 2024-05-20 17:42:51 -07:00
Kavon Farvardin
59050f7526 Test: re-enable test 2024-05-20 17:37:52 -07:00
Joe Groff
10f9289ef8 Enable 'BorrowingSwitch' feature. 2024-05-14 07:31:59 -07:00
Kavon Farvardin
0420310623 NCGenerics: it's no longer "experimental"
resolves rdar://127701059
2024-05-08 10:49:12 -07:00
Kavon Farvardin
108fd05619 flesh out more of Swiftskell test 2024-03-05 21:50:19 -08:00