Commit Graph

17 Commits

Author SHA1 Message Date
Guillaume Lessard cb85c226c0 [StdlibUnittest] rename .requireCapability to .require 2026-05-07 15:30:25 -07:00
Guillaume Lessard a2c9886d62 [test] replace wasi-based skips with feature-based requirements 2026-05-07 13:20:40 -07:00
Guillaume Lessard a4c6bec0c2 [test] skip rather than avoid crash tests for WASI 2026-05-07 13:20:39 -07:00
Guillaume Lessard c30307e21f [test] replace uses of String(validatingUTF8:)
- use the new name `String(validatingCString:)`
2023-09-11 14:17:05 -07:00
Max Desiatov 94271b53f1 test/stdlib/StringAPICString.swift: disable crashing tests on WASI 2023-07-22 14:41:31 +01:00
Anthony Latsis 52ce15ee9d Gardening: Migrate test suite to GH issues: stdlib 2022-09-22 03:21:39 +03:00
swift-ci a7edd6065c Merge pull request #42287 from glessard/rdar90336023
[test] check for availability before testing
2022-04-10 16:45:50 -07:00
Guillaume Lessard f4533d4a53 [test] check for availability before testing
- These tests verify updated behaviour of existing API, and should check for availability first.
2022-04-10 14:01:32 -06:00
Guillaume Lessard 622eb497a5 Merge pull request #42232 from glessard/rdar90336023
[test] expectCrashLater(withMessage:) reliability workaround
2022-04-07 14:43:06 -06:00
Guillaume Lessard 8e3a47682b [test] just don’t check for the crash message 2022-04-07 10:44:31 -06:00
Guillaume Lessard 152353157c [stdlib] less assumingMemoryBound, rebind instead 2022-04-06 16:18:02 -06:00
Guillaume Lessard 8032a7c0c9 [test] work around a linux testing issue 2022-04-06 04:18:17 -06:00
Guillaume Lessard a76b6ae8d0 [test] add tests of String-from-C-string inout conversion overloads 2022-04-04 17:53:54 -06:00
Guillaume Lessard a8e2463cc2 [test] add tests of String-from-C-string String overloads 2022-04-04 17:53:20 -06:00
Guillaume Lessard 32fc00ee0b [test] add tests of String-from-C-string Array overloads 2022-04-04 17:44:37 -06:00
Ben Cohen e338344bae Remove overloads that were needed pre-conditional conformance 2018-09-11 21:00:36 -07:00
Michael Ilseman c3d9a22548 [test] Split CString API tests into other file; NFC 2018-03-13 15:32:20 -07:00