mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[test] Temporarily disable String.completePath() test.
This commit is contained in:
@@ -363,8 +363,12 @@ NSStringAPIs.test("compare(_:options:range:locale:)") {
|
|||||||
"абв".compare("абв", locale: Locale.current))
|
"абв".compare("абв", locale: Locale.current))
|
||||||
}
|
}
|
||||||
|
|
||||||
NSStringAPIs.test("completePath(into:caseSensitive:matchesInto:filterTypes)") {
|
NSStringAPIs.test("completePath(into:caseSensitive:matchesInto:filterTypes)")
|
||||||
|
// FIXME: temporarily disabled due to OS problems
|
||||||
|
.skip(.always("rdar://29593261"))
|
||||||
|
.code {
|
||||||
let (existingPath, nonExistentPath) = createNSStringTemporaryFile()
|
let (existingPath, nonExistentPath) = createNSStringTemporaryFile()
|
||||||
|
|
||||||
do {
|
do {
|
||||||
var count = nonExistentPath.completePath(caseSensitive: false)
|
var count = nonExistentPath.completePath(caseSensitive: false)
|
||||||
expectEqual(0, count)
|
expectEqual(0, count)
|
||||||
|
|||||||
Reference in New Issue
Block a user