Bug 261471

Summary: REGRESSION(267765@main) builtins-generator suite is failing with wrong copyright and outdated baseline
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: JavaScriptCoreAssignee: Lauro Moura <lmoura>
Status: RESOLVED FIXED    
Severity: Normal CC: keith_miller, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=242537

Description Lauro Moura 2023-09-12 11:18:15 PDT
Example of failed run from wpe builder: https://build.webkit.org/#/builders/40/builds/11923/steps/21/logs/stdio

Two issues:

- The copyright template in `builtins_templates.py` doesn't need the end year, which is added by `BuiltinsCollection.copyrights()` from `builtins_model.py`.
- The results needed to be updated with `--reset-results` to account for the new `JSC::SourceTaintedOrigin::Untainted` parameter.

Patch incoming
Comment 1 Lauro Moura 2023-09-12 11:21:03 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17698
Comment 2 Radar WebKit Bug Importer 2023-09-19 11:19:19 PDT
<rdar://problem/115736986>
Comment 3 EWS 2023-09-25 11:04:49 PDT
Committed 268401@main (e911779c50f0): <https://commits.webkit.org/268401@main>

Reviewed commits have been landed. Closing PR #17698 and removing active labels.