Bug 222678 - [resultsdbpy] Make testing compatible with Python 3.8
Summary: [resultsdbpy] Make testing compatible with Python 3.8
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-03 12:29 PST by Jonathan Bedard
Modified: 2021-03-03 13:05 PST (History)
3 users (show)

See Also:


Attachments
Patch (5.27 KB, patch)
2021-03-03 12:35 PST, Jonathan Bedard
no flags Details | Formatted Diff | Diff
Patch for landing (5.28 KB, patch)
2021-03-03 12:44 PST, Jonathan Bedard
jbedard: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2021-03-03 12:29:57 PST
The current testing architecture is not compatible with Python 3.8. Although that compatibility is because of some specific implementation decisions, and not structural.
Comment 1 Radar WebKit Bug Importer 2021-03-03 12:30:15 PST
<rdar://problem/74997936>
Comment 2 Jonathan Bedard 2021-03-03 12:35:59 PST
Created attachment 422135 [details]
Patch
Comment 3 Aakash Jain 2021-03-03 12:39:59 PST
Comment on attachment 422135 [details]
Patch

rs=me
Comment 4 Aakash Jain 2021-03-03 12:40:19 PST
Comment on attachment 422135 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=422135&action=review

> Tools/ChangeLog:3
> +        [resultsdbpy] Make testing compatible with 3.8

Nit: 3.8 => Python 3.8
Comment 5 Jonathan Bedard 2021-03-03 12:44:45 PST
Created attachment 422136 [details]
Patch for landing
Comment 6 Jonathan Bedard 2021-03-03 13:05:29 PST
Committed r273834 (234804@main): <https://commits.webkit.org/234804@main>