From ec0787015e2fa817fc1a5526fe2aaf804e408964 Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Sun, 11 Feb 2024 18:22:33 +0000 Subject: [PATCH] Ignore JSON tree dumps and DFG stats in test-snap/test-diff --- test_regress/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_regress/Makefile b/test_regress/Makefile index 420fbbc4d..56f7194ac 100644 --- a/test_regress/Makefile +++ b/test_regress/Makefile @@ -102,9 +102,9 @@ TEST_SNAP_DIR ?= snapshot # Command to diff directories 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 *.dot \ - *.csv *.xml *.hash *.cmake gmon.out.* CMakeFiles \ +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 define TEST_SNAP_template