We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3774c24 commit 612beaaCopy full SHA for 612beaa
spec/mmtk.mspec
@@ -1,5 +1,8 @@
1
# frozen_string_literal: true
2
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")
6
# Testing behaviour specific to default GC
7
MSpec.register(:exclude, "GC.stat increases major_gc_count after GC is run")
8
MSpec.register(:exclude, "GC.stat provides some number for heap_free_slots")
0 commit comments