]> granicus.if.org Git - graphviz/commit
tests: adjust #2092 test case to expect failure
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 22 Apr 2022 04:51:59 +0000 (21:51 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Apr 2022 15:00:34 +0000 (08:00 -0700)
commitc7a0411857ea627c2a943881d266759e61a219c6
treea45de02c5345441d44a74cefd5e56209f82b5a0d
parent108b4be87fccfe588b0d0d28bf78f0ce4b1e6f5e
tests: adjust #2092 test case to expect failure

Even when this is fixed to not crash, it should still not exit with success
because the input it is given is invalid. Unfortunately we need to also adjust
the xfail condition to be non-strict because this passes under ASan, due to
exiting with 1 when an invalid memory reference is detected.

Gitlab: #2092
rtest/test_regression.py