mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Cite bug reports in xfail annotations
This commit is contained in:
@@ -81,8 +81,8 @@ Algorithm.test("min,max") {
|
||||
}
|
||||
|
||||
Algorithm.test("sorted/strings")
|
||||
.xfail(.LinuxAny(reason: "String comparison: ICU vs. Foundation"))
|
||||
.xfail(.FreeBSDAny(reason: "String comparison: ICU vs. Foundation"))
|
||||
.xfail(.NativeRuntime("String comparison: ICU vs. Foundation " +
|
||||
"https://bugs.swift.org/browse/SR-530"))
|
||||
.code {
|
||||
expectEqual(
|
||||
[ "Banana", "apple", "cherry" ],
|
||||
|
||||
Reference in New Issue
Block a user