Skip to content

Commit

Permalink
Skip come specs for rb_gc_latest_gc_info
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Oct 23, 2024
1 parent 3774c24 commit 612beaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/mmtk.mspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# frozen_string_literal: true

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

0 comments on commit 612beaa

Please sign in to comment.