From 3aa548c570e424b87180814d2332cbc4d47c14d9 Mon Sep 17 00:00:00 2001 From: Eduardo Souza Date: Thu, 23 Jan 2025 19:34:46 +0000 Subject: [PATCH] Skipping some tests that are currently incompatible with MMTk --- Make.inc | 2 +- stdlib/Profile/test/allocs.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Make.inc b/Make.inc index 7e0f0f97f20ac..2c351a1b16a2a 100644 --- a/Make.inc +++ b/Make.inc @@ -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 diff --git a/stdlib/Profile/test/allocs.jl b/stdlib/Profile/test/allocs.jl index 8f6539e0baed6..955817590efad 100644 --- a/stdlib/Profile/test/allocs.jl +++ b/stdlib/Profile/test/allocs.jl @@ -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