Skip to content

Commit 7c75add

Browse files
committed
Disable problematic test.
1 parent 7f7e5db commit 7c75add

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/device/intrinsics.jl

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ end
4545
endline = Sys.iswindows() ? "\r\n" : "\n"
4646

4747
@testset "formatted output" begin
48-
_, out = @grab_output @on_device oneAPI.@printf("")
49-
@test out == ""
48+
# BROKEN: cintel/compute-runtime#635
49+
#_, out = @grab_output @on_device oneAPI.@printf("")
50+
#@test out == ""
5051

5152
_, out = @grab_output @on_device oneAPI.@printf("Testing...\n")
5253
@test out == "Testing...$endline"

0 commit comments

Comments
 (0)