]> granicus.if.org Git - graphviz/commit
suppress XType warnings during testing on macOS
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 26 Jan 2022 07:25:46 +0000 (18:25 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 27 Jan 2022 09:32:36 +0000 (20:32 +1100)
commit1aa9c336e33ceffb2b3c884871e945b7e731eb09
treeb6e87a5b03c762f3361eb397c4055ec195372e34
parentdfae74b3c9f98e2aeb7ce13ad3bf177f7cd578cb
suppress XType warnings during testing on macOS

When upgrading from macOS 11 to macOS 12 in CI, running Graphviz outputs:

  dot[32116:62347] XType: com.apple.fonts is not accessible.
  dot[32116:62347] XType: XTFontStaticRegistry is enabled.

This causes some spurious failures in tests that are expecting stderr to be
silent. These warnings do not seem a serious issue, so this change suppresses
them during testing.

Gitlab: #2164
rtest/test_regression.py