Skip to content

Commit bffb37e

Browse files
committed
[test] Disable pthread_mutexattr_t.swift
1 parent 6f37524 commit bffb37e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-typecheck-verify-swift -verify-ignore-unknown -I %S/Inputs -enable-objc-interop -enable-experimental-cxx-interop
22
// REQUIRES: OS=macosx
33

4+
// Temporarily disable (rdar://128544755)
5+
// REQUIRES: rdar128544755
6+
47
import Darwin
58

69
_ = pthread_mutexattr_t() // expected-warning {{'init()' is deprecated: This zero-initializes the backing memory of the struct}}

0 commit comments

Comments
 (0)