From 7311939b42364ee18be8876aecb8c18f73a4322a Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 10 Oct 2024 16:13:39 -0400 Subject: [PATCH] Create test/.excludes-mmtk --- test/.excludes-mmtk/TestGc.rb | 25 ++++++++++++++++++++++++ test/.excludes-mmtk/TestObjSpace.rb | 2 ++ test/.excludes-mmtk/TestProcess.rb | 3 +++ test/.excludes-mmtk/TestTracepointObj.rb | 1 + 4 files changed, 31 insertions(+) create mode 100644 test/.excludes-mmtk/TestGc.rb create mode 100644 test/.excludes-mmtk/TestObjSpace.rb create mode 100644 test/.excludes-mmtk/TestProcess.rb create mode 100644 test/.excludes-mmtk/TestTracepointObj.rb diff --git a/test/.excludes-mmtk/TestGc.rb b/test/.excludes-mmtk/TestGc.rb new file mode 100644 index 00000000000000..228a344aa58480 --- /dev/null +++ b/test/.excludes-mmtk/TestGc.rb @@ -0,0 +1,25 @@ +exclude(:test_expand_heap, "testing behaviour specific to default GC") +exclude(:test_gc_config_disable_major, "testing behaviour specific to default GC") +exclude(:test_gc_config_disable_major_gc_start_always_works, "testing behaviour specific to default GC") +exclude(:test_gc_config_full_mark_by_default, "testing behaviour specific to default GC") +exclude(:test_gc_config_invalid_args, "testing behaviour specific to default GC") +exclude(:test_gc_config_setting_returns_updated_config_hash, "testing behaviour specific to default GC") +exclude(:test_gc_internals, "testing behaviour specific to default GC") +exclude(:test_gc_parameter, "testing behaviour specific to default GC") +exclude(:test_gc_parameter_init_slots, "testing behaviour specific to default GC") +exclude(:test_latest_gc_info, "testing behaviour specific to default GC") +exclude(:test_latest_gc_info_argument, "testing behaviour specific to default GC") +exclude(:test_latest_gc_info_need_major_by, "testing behaviour specific to default GC") +exclude(:test_latest_gc_info_weak_references_count, "testing behaviour specific to default GC") +exclude(:test_old_to_young_reference, "testing behaviour specific to default GC") +exclude(:test_profiler_enabled, "MMTk does not have GC::Profiler") +exclude(:test_profiler_raw_data, "MMTk does not have GC::Profiler") +exclude(:test_profiler_total_time, "MMTk does not have GC::Profiler") +exclude(:test_start_full_mark, "testing behaviour specific to default GC") +exclude(:test_start_immediate_sweep, "testing behaviour specific to default GC") +exclude(:test_stat, "testing behaviour specific to default GC") +exclude(:test_stat_constraints, "testing behaviour specific to default GC") +exclude(:test_stat_heap, "testing behaviour specific to default GC") +exclude(:test_stat_heap_all, "testing behaviour specific to default GC") +exclude(:test_stat_heap_constraints, "testing behaviour specific to default GC") +exclude(:test_thrashing_for_young_objects, "testing behaviour specific to default GC") diff --git a/test/.excludes-mmtk/TestObjSpace.rb b/test/.excludes-mmtk/TestObjSpace.rb new file mode 100644 index 00000000000000..94db85cc234c9f --- /dev/null +++ b/test/.excludes-mmtk/TestObjSpace.rb @@ -0,0 +1,2 @@ +exclude(:test_dump_all_full, "testing behaviour specific to default GC") +exclude(:test_dump_flags, "testing behaviour specific to default GC") diff --git a/test/.excludes-mmtk/TestProcess.rb b/test/.excludes-mmtk/TestProcess.rb new file mode 100644 index 00000000000000..3e67d10e05d437 --- /dev/null +++ b/test/.excludes-mmtk/TestProcess.rb @@ -0,0 +1,3 @@ +exclude(:test_warmup_frees_pages, "testing behaviour specific to default GC") +exclude(:test_warmup_promote_all_objects_to_oldgen, "testing behaviour specific to default GC") +exclude(:test_warmup_run_major_gc_and_compact, "testing behaviour specific to default GC") diff --git a/test/.excludes-mmtk/TestTracepointObj.rb b/test/.excludes-mmtk/TestTracepointObj.rb new file mode 100644 index 00000000000000..2e45e398a3ccf3 --- /dev/null +++ b/test/.excludes-mmtk/TestTracepointObj.rb @@ -0,0 +1 @@ +exclude(:test_tracks_objspace_count, "testing behaviour specific to default GC")