Skip to content

Commit d8840d8

Browse files
authored
Merge pull request #15163 from eeckstein/disable-oslogtest
2 parents 08cfea2 + 677fcad commit d8840d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/stdlib/os.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if #available(OSX 10.12, iOS 10.0, watchOS 3.0, tvOS 10.0, *) {
1717
os_log("test2: %@", "test")
1818
}
1919

20+
/* FIXME: currently disabled: rdar://problem/38354907
2021
osAPI.test("logData") {
2122
let data = "hello logging world".data(using: .utf8)!
2223

@@ -26,6 +27,7 @@ if #available(OSX 10.12, iOS 10.0, watchOS 3.0, tvOS 10.0, *) {
2627
os_log("%.*P", OpaquePointer(bytes))
2728
}
2829
}
30+
*/
2931
osAPI.test("newLog") {
3032
let newLog = OSLog(subsystem: "com.apple.Swift", category: "Test")
3133
os_log("test", log: newLog)

0 commit comments

Comments
 (0)