Skip to content

Commit b05a3da

Browse files
committed
Exclude test cases
Test cases in `TestObjSpace` and `TestRubyOptimization` are related to the specific behaviors of the default GC. Specifically, they test the amount of the off-heap malloc allocation, which is different when using MMTk. Test cases in `TestGc` are related to the GC count which is not yet implemented.
1 parent 4b40858 commit b05a3da

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

test/.excludes-mmtk/TestGc.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
exclude(:test_count, "GC count not yet implemented")
2+
exclude(:test_gc_disabled_start, "GC count not yet implemented")
13
exclude(:test_expand_heap, "testing behaviour specific to default GC")
24
exclude(:test_gc_config_disable_major, "testing behaviour specific to default GC")
35
exclude(:test_gc_config_disable_major_gc_start_always_works, "testing behaviour specific to default GC")
@@ -22,4 +24,5 @@
2224
exclude(:test_stat_heap, "testing behaviour specific to default GC")
2325
exclude(:test_stat_heap_all, "testing behaviour specific to default GC")
2426
exclude(:test_stat_heap_constraints, "testing behaviour specific to default GC")
27+
exclude(:test_stat_single, "GC count not yet implemented. Actually GC can be triggered between evaluation.")
2528
exclude(:test_thrashing_for_young_objects, "testing behaviour specific to default GC")

test/.excludes-mmtk/TestObjSpace.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
exclude(:test_dump_all_full, "testing behaviour specific to default GC")
22
exclude(:test_dump_flags, "testing behaviour specific to default GC")
33
exclude(:test_finalizer, "times out in debug mode on Ubuntu")
4+
exclude(:test_memsize_of, "testing behaviour specific to default GC")
5+
exclude(:test_memsize_of_root_shared_string, "testing behaviour specific to default GC")
6+
exclude(:test_dump_includes_slot_size, "testing behaviour specific to default GC")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude(:test_string_freeze_saves_memory, "testing behaviour specific to default GC")

0 commit comments

Comments
 (0)