Cite bug reports in xfail annotations

This commit is contained in:
Guillaume Lessard
2016-02-03 11:29:38 -07:00
parent cf7e3f6df4
commit f6e00cba4f
2 changed files with 4 additions and 4 deletions

View File

@@ -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" ],