Skip to content

Commit 7980623

Browse files
committed
Add FIXME(string) to the skipped String tests
1 parent ad6cfda commit 7980623

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

benchmark/single-source/StringTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public func run_StringWithCString(_ N: Int) {
1818
}
1919
}
2020

21+
// FIXME(string)
2122
public func run_StringHasPrefix(_ N: Int) {
2223
#if _runtime(_ObjC)
2324
let prefix = "prefix"
@@ -32,6 +33,7 @@ public func run_StringHasPrefix(_ N: Int) {
3233
#endif
3334
}
3435

36+
// FIXME(string)
3537
public func run_StringHasSuffix(_ N: Int) {
3638
#if _runtime(_ObjC)
3739
let suffix = "Suffixed"
@@ -46,6 +48,7 @@ public func run_StringHasSuffix(_ N: Int) {
4648
#endif
4749
}
4850

51+
// FIXME(string)
4952
public func run_StringHasPrefixUnicode(_ N: Int) {
5053
#if _runtime(_ObjC)
5154
let prefix = "❄️prefix"
@@ -60,6 +63,7 @@ public func run_StringHasPrefixUnicode(_ N: Int) {
6063
#endif
6164
}
6265

66+
// FIXME(string)
6367
public func run_StringHasSuffixUnicode(_ N: Int) {
6468
#if _runtime(_ObjC)
6569
let suffix = "❄️Suffixed"

0 commit comments

Comments
 (0)