This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Python 3 support: don't assume URL params order
ClosedPublic

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

Details

Summary

Test server/ui/V4Pages.py tests on 2 occasions an address redirection
with parameters in it. However order of those parameters changes between
Python 2 and Python 3. This commit adapts the tests to accept all
possible orders.

Event Timeline

thopre created this revision.Oct 15 2019, 7:23 AM
cmatthews accepted this revision.Dec 4 2019, 11:34 AM

We should probably use the url parser on these, and check them formally. This is okay for now though.

This revision is now accepted and ready to land.Dec 4 2019, 11:34 AM
thopre closed this revision.Dec 5 2019, 4:35 AM