You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LNT] Python 3 support: don't assume URL params order
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.
Reviewers: cmatthews, hubert.reinterpretcast, kristof.beyls, leandron, PrzemekWirkus
Reviewed By: cmatthews
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D68989
0 commit comments