Bug 22316
| Summary: | Share code between check-for-global-initializers and check-for-exit-time-destructors | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | darin, ddkilzer |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=160302 | ||
Adam Roben (:aroben)
The check-for-global-initializers and check-for-exit-time-destructors scripts have a lot of duplicated code, and very similar structures. It would be nice to share more of this code rather than duplicating it. Doing so would make it easier to make the changes needed to adopt these scripts on Windows (bug 22314 and bug 22315).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
Both of these scripts are being removed in Bug 160302, so this is NTBF.