We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7e5db commit 7c75addCopy full SHA for 7c75add
test/device/intrinsics.jl
@@ -45,8 +45,9 @@ end
45
endline = Sys.iswindows() ? "\r\n" : "\n"
46
47
@testset "formatted output" begin
48
- _, out = @grab_output @on_device oneAPI.@printf("")
49
- @test out == ""
+ # BROKEN: cintel/compute-runtime#635
+ #_, out = @grab_output @on_device oneAPI.@printf("")
50
+ #@test out == ""
51
52
_, out = @grab_output @on_device oneAPI.@printf("Testing...\n")
53
@test out == "Testing...$endline"
0 commit comments