From 4ce2e94bda24d0911f0814455f702e874c8a59a0 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Thu, 9 Oct 2025 11:12:33 +0200 Subject: [PATCH] Enable Metal testing on 1.12. --- test/runtests.jl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 243a96b0..8fc7d827 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -110,12 +110,6 @@ if LLVM.is_asserts() # XXX: GCN's non-0 stack address space triggers LLVM assertions due to Julia bugs push!(skip_tests, "gcn") end -@dispose ctx=Context() begin - # XXX: some back-ends do not support opaque pointers - if !supports_typed_pointers(ctx) - push!(skip_tests, "metal") - end -end if VERSION < v"1.11" append!(skip_tests, ["ptx/precompile", "native/precompile"]) end