Skip to content

Commit c5b425d

Browse files
Enabling previously disabled test and mark broken (#554)
1 parent 79e5e6a commit c5b425d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/mtl/metal.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ let ev = MTLEvent(dev)
146146
end
147147

148148
let ev = MTLSharedEvent(dev)
149-
# XXX: this returns nothing, which seems like a Metal bug,
150-
# especially because it does return a device under validation.
151-
#@test ev.device == dev
149+
# This returns nothing, which aligns with the description from the Metal SDK headers.
150+
# Interestingly, under validation, a device is returned.
151+
@test ev.device === nothing broken=shader_validation
152152
@test ev.label === nothing
153153
ev.label = "MyEvent"
154154
@test ev.label == "MyEvent"

0 commit comments

Comments
 (0)