If the font configuration is reset roughly 1 in 40 times when
compiling the regtests, fonts from the Pango_font hash table
(physical_font_tab_) can potentially leak into any regtest,
causing unwanted bloat in the tarball.
TEST COMMIT, DO NOT MERGE WITH MASTER. (if possible)
(ly:set-option 'debug-gc-assert-parsed-dead #f)
(if (ly:get-option 'debug-gc)
(dump-gc-protects)
- (if (= (random 40) 1)
- (ly:reset-all-fonts)))))
+ (ly:reset-all-fonts))))
files)
;; we want the failed-files notice in the aggregrate logfile.