Bug 226797 - CISupport/test-result-archive script reports "SyntaxError: invalid syntax" with Python 3
Summary: CISupport/test-result-archive script reports "SyntaxError: invalid syntax" wi...
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: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-06-08 17:11 PDT by Fujii Hironori
Modified: 2021-06-09 12:54 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.83 KB, patch)
2021-06-08 17:16 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2021-06-08 17:11:23 PDT
CISupport/test-result-archive script reports "SyntaxError: invalid syntax" with Python 3

PS C:\home\webkit\gc> python3 .\Tools\CISupport\test-result-archive --platform=wincairo --debug archive
  File "C:\home\webkit\gc\Tools\CISupport\test-result-archive", line 66
    except OSError, e:
                  ^
SyntaxError: invalid syntax
Comment 1 Fujii Hironori 2021-06-08 17:16:04 PDT
Created attachment 430919 [details]
Patch
Comment 2 Fujii Hironori 2021-06-09 12:53:53 PDT
Comment on attachment 430919 [details]
Patch

Clearing flags on attachment: 430919

Committed r278668 (238650@main): <https://commits.webkit.org/238650@main>
Comment 3 Fujii Hironori 2021-06-09 12:53:56 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2021-06-09 12:54:25 PDT
<rdar://problem/79093381>