Commit Graph

7 Commits

Author SHA1 Message Date
Anthony Latsis
52ce15ee9d Gardening: Migrate test suite to GH issues: stdlib 2022-09-22 03:21:39 +03:00
Kuba (Brecka) Mracek
d2957338f8 Set SWIFT_STDLIB_ENABLE_VECTOR_TYPES=0 for the freestanding stdlib (#41169) 2022-02-06 07:47:57 -08:00
Steve (Numerics) Canon
ba2b7e2f80 Fixup jsInteger function. 2019-01-25 15:25:01 -05:00
Steve (Numerics) Canon
0f89ac2d99 Disable floating-point SIMD Codable tests entirely
These are still breaking on 10.11, so we'll turn them off for now.
2019-01-25 13:52:38 -05:00
Steve (Numerics) Canon
a328c2511e Ensure that integer values used in SIMD Codable test are representable as JS "integers" 2019-01-25 13:30:42 -05:00
Stephen Canon
dd0cddff9c Disable some SIMD Codable tests that are failing on i386. (#22116)
It looks like JSONEncoder can't round-trip floating-point values on i386 only. Likely an x87 excess-precision bug, but I don't have time to investigate right now. Tracked by https://bugs.swift.org/browse/SR-9759
2019-01-25 11:12:46 -05:00
Stephen Canon
3501568fc0 Make SIMD types Codable. (#22092)
* Make SIMD types codable. We're considering this a bugfix.

This is a very tiny ABI change, in that user-defined SIMD types compiled with an earlier version of 5.0 will be missing the necessary conformance to Codable. Discussed with Ben, and we're OK with this because we don't think there are such types yet, and it can be fixed with a recompile.

* Add basic tests
2019-01-24 23:08:29 -05:00