This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Python 3 support: adapt regex for div by 0 msg
ClosedPublic

Authored by thopre on Oct 15 2019, 7:21 AM.

Details

Summary

Test server/ui/V4Pages.py checks that the /explode page leads to a
division by zero exception message. However the exception message has
changed between Python 2 and Python 3 so this commit adapts the regex to
catch both texts.