Files
swift-mirror/validation-test/stdlib
Andrew Trick b73352af7a Disable Unsafe[Raw]BufferPointer testing in optimized mode.
The optimized-build behavior of UnsafeBufferPointer bounds/overflow
checking cannot be tested. The standard library always compiles with debug
checking enabled, so the behavior of the optimized test depends on whether
the inlining heuristics decide to inline these methods. To fix this, we need
a way to force @_inlineable UnsafeBufferPointer methods to be emitted inside
the client code, and thereby subject the stdlib implementation to the test
case's compile options.
2017-10-19 21:12:09 -07:00
..
2017-05-21 16:59:46 -07:00
2017-01-06 16:41:22 +01:00
2017-03-10 17:09:28 -08:00
2017-01-06 16:41:22 +01:00
2017-01-06 16:41:22 +01:00
2017-08-29 17:29:50 -07:00
2017-05-21 16:59:46 -07:00
2017-08-29 17:23:11 -07:00