Bug 242457
| Summary: | The `CSSPropertyNames.cpp` file is code-generated with non-deterministic contents | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Argyrios Kyrtzidis <akyrtzi> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aperez, fujii.hironori, gsnedders, koivisto, sam, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=237521 | ||
Argyrios Kyrtzidis
Every time `Source/WebCore/css/makeprop.pl` runs it generates different contents for `CSSPropertyNames.gprof` (and subsequently for `CSSPropertyNames.cpp`).
The switch-case statements for the properties are written out in a non-deterministic order.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Sneddon [:gsnedders]
rdar://96607159
Argyrios Kyrtzidis
I have a fix at https://github.com/WebKit/WebKit/pull/2179
Argyrios Kyrtzidis
Pull request: https://github.com/WebKit/WebKit/pull/2196
EWS
Committed 252297@main (e4ff5dfc94ce): <https://commits.webkit.org/252297@main>
Reviewed commits have been landed. Closing PR #2196 and removing active labels.