Skip to content

Commit 612beaa

Browse files
committed
Skip come specs for rb_gc_latest_gc_info
1 parent 3774c24 commit 612beaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/mmtk.mspec

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# frozen_string_literal: true
22

3+
# GC.latest_gc_info doesn't return anything
4+
MSpec.register(:exclude, "CApiGCSpecs rb_gc_latest_gc_info returns a value when symbol is given")
5+
MSpec.register(:exclude, "CApiGCSpecs rb_gc_latest_gc_info returns the populated hash when a hash is given")
36
# Testing behaviour specific to default GC
47
MSpec.register(:exclude, "GC.stat increases major_gc_count after GC is run")
58
MSpec.register(:exclude, "GC.stat provides some number for heap_free_slots")

0 commit comments

Comments
 (0)