Files
swift-mirror/test/stdlib/PrintFloat.swift.gyb
Stephen Canon a5c91f65f1 Disable testing printing of subnormals on 32b ARM. (#16433)
On Darwin (and most other OSes), subnormal support is turned off for armv7, which causes these tests to fail. Longer-term, instead of gating this on architecture we may want to be able to query if subnormals are supported for a BinaryFloatingPoint type, and then we could key off of that instead.
2018-05-07 21:07:20 -04:00

38 KiB