From 7b4ad2926035cfbc61fee346b4fce41915a3f0b6 Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Thu, 9 Oct 2025 10:01:17 +0100 Subject: [PATCH] Testing: Ignore non-deterministic tests in `make test-snap` Added tests with expectedly unstable output to ignore list for `make test-snap` and `make test-diff`. --- test_regress/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test_regress/Makefile b/test_regress/Makefile index f0839a65b..68b716f04 100644 --- a/test_regress/Makefile +++ b/test_regress/Makefile @@ -103,12 +103,12 @@ TEST_SNAP_DIR ?= snapshot TEST_DIFF_TOOL ?= $(if $(shell which icdiff), icdiff -N -r, diff -r) TEST_SNAP_IGNORE := \ - *.status *.log *.dat *.d *.o *.a *.so *stats*.txt *.html \ - *.includecache *.out *.fst *.fst.vcd *.tree *.tree*.json \ - *.dot *.csv *.xml *.hash *.cmake gmon.out.* CMakeFiles \ - profile_exec.vcd t_pgo_threads *line-coverage*.txt \ - profile.vlt *linkdot.txt *linkcells.txt *.log.sort *.vpp \ - *.sarif + *.status *.log *.dat *.d *.o *.a *.so *stats*.txt *.html *.includecache \ + *.out *.fst *.fst.vcd *.tree *.tree*.json *.dot *.csv *.xml *.hash \ + *.cmake gmon.out.* CMakeFiles profile_exec.vcd *line-coverage*.txt \ + profile.vlt *linkdot.txt *linkcells.txt *.log.sort *.vpp *.sarif \ + t_flag_decorations_node t_flag_runtime_debug t_mod_empty t_pgo_threads \ + t_pgo_threads_hier t_trace_ub_misaligned_address \ define TEST_SNAP_template mkdir -p $(TEST_SNAP_DIR)