We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72456f5 + f1fda3c commit ce351d4Copy full SHA for ce351d4
test/stdlib/UnsafeRawBufferPointer.swift
@@ -5,6 +5,9 @@
5
// General Collection behavior tests are in
6
// validation-test/stdlib/UnsafeBufferPointer.swift.
7
8
+// rdar://35052802 unexpected assertions when test is run with optimize_size
9
+// XFAIL: swift_test_mode_optimize_size && optimized_stdlib
10
+
11
import StdlibUnittest
12
13
var UnsafeRawBufferPointerTestSuite = TestSuite("UnsafeRawBufferPointer")
validation-test/stdlib/UnsafeBufferPointer.swift.gyb
@@ -1,6 +1,9 @@
1
// RUN: %target-run-simple-swiftgyb
2
// REQUIRES: executable_test
3
4
import StdlibCollectionUnittest
0 commit comments