Use unittest.TestCase.id() to get the test name instead of regexp matching Python v3.11 slightly changed the string representation of unittest.TestCase object. This change broke test-webkitpy. https://docs.python.org/3.11/library/unittest.html > test_isupper (__main__.TestStringMethods.test_isupper) ... ok https://docs.python.org/3.10/library/unittest.html > test_isupper (__main__.TestStringMethods) ... ok
Created attachment 464100 [details] Patch
Committed 258076@main (cb0b510690bb): <https://commits.webkit.org/258076@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 464100 [details].
<rdar://problem/103510183>