]> granicus.if.org Git - graphviz/commit
add test case for #1879
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Apr 2021 21:40:11 +0000 (14:40 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 16 Jan 2022 01:02:47 +0000 (17:02 -0800)
commit00880235ced31a0b522a22d5ef65ed23750d76f8
tree20b26303762ef7e5e6525d6a1c362340a13042a7
parent229a4135633cb73f930decf5bcc6955e9899a412
add test case for #1879

Unfortunately we cannot xfail this test with `strict=True` because this test
passes or fails across various different platforms with no discernible pattern
to me. Results from the current commit:

  * pass: CentOS 7, CentOS 7 CMake, Fedora 35, macOS, macOS CMake, Ubuntu 20.04,
          MinGW 32 CMake, MinGW 64 CMake
  * fail: Fedora 34, Ubuntu 18.04, Ubuntu 18.04 CMake, Ubuntu 21.04,
          Ubuntu 21.04 CMake, Ubuntu 21.10, Ubuntu 21.10 CMake,
          Windows all debug builds
rtest/1879.dot [new file with mode: 0644]
rtest/1879.png [new file with mode: 0644]
rtest/test_regression.py