Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down