finagolfin
09a751f698
[build][android] Use a CMake toolchain file to cross-compile Testing ( #83260 )
...
Also, disable a recently failing test for Android armv7 and enable another one
that now passes.
2025-08-02 15:27:45 +05:30
Ravi Kandhadai
614a87279d
[Tests] Fix places where "CHECK" and similar file check commands are
...
used without a colon.
2019-07-10 15:49:24 -07:00
Karoy Lorentey
9d47f2a79e
[test] Remove a fixme for requiring optimized stdlib in String literal test
...
The requirement is valid; debug builds are not expected to pass due to invariant checks etc.
2019-01-12 00:58:53 +00:00
Karoy Lorentey
694b153992
Merge pull request #20643 from lorentey/string-32-simple
...
[stdlib] _StringObject: Use a full 8-bit discriminator on 32-bit platforms
2018-11-20 17:50:53 +00:00
Karoy Lorentey
27d49a6181
[test] Disable concat_string_literals.32.swift in stdlib-DebugAssert builds
...
The breakage may be a bug, but it needs more investigation.
2018-11-16 18:38:03 +00:00
Karoy Lorentey
3b748933f1
[stdlib] _StringObject: Use a full 8-bit discriminator on 32-bit platforms
...
We now have plenty of extra inhabitants in the variant enum, so we can get rid of the 7-bit hack.
It’d also be possible now to increase small string capacity to a spacious 11 bytes; however this needs a full overhaul of the 32-bit representation, so it needs a little bit more time in the oven.
2018-11-16 18:36:03 +00:00
Karoy Lorentey
40aae6b235
[String] 32-bit platform support
...
Add support for 32-bit platforms for UTF-8 backed String.
2018-11-04 10:42:41 -08:00