Skip to content

Commit

Permalink
Skipping some tests that are currently incompatible with MMTk
Browse files Browse the repository at this point in the history
  • Loading branch information
udesou committed Feb 12, 2025
1 parent ff81d27 commit 3aa548c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ WITH_GC_VERIFY := 0
WITH_GC_DEBUG_ENV := 0

# Use stock if MMTK_PLAN hasn't been defined
MMTK_PLAN ?= Immix
MMTK_PLAN ?= StickyImmix

# Enable DTrace support
WITH_DTRACE := 0
Expand Down
2 changes: 1 addition & 1 deletion stdlib/Profile/test/allocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ end
@test length(string(first_alloc.type)) > 0

@testset for type in (Task, Vector{Float64},)
@test length(filter(a->a.type <: type, profile.allocs)) >= NUM_TASKS
@test length(filter(a->a.type <: type, profile.allocs)) >= NUM_TASKS
end

# TODO: it would be nice to assert that these tasks
Expand Down

0 comments on commit 3aa548c

Please sign in to comment.