Bug 78701
| Summary: | [meta] Add scripts to create coverage database for selective testing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | lango.laszlo, ossy, zarvai |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 85966, 84141, 84330 | ||
| Bug Blocks: | 78699 | ||
Csaba Osztrogonác
We need scripts to determine which function changing affects which tests.
It is a meta bug, we have several subtasks:
- DRT patch to make possible to determine when it starts/finishes a test
- Script or build system patch to instrument functions
- Script to collect coverage infos after running run-webkit-tests (after instrumented binary)
- Script to create a function-test database
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Zoltan Arvai
(In reply to comment #0)
> We need scripts to determine which function changing affects which tests.
>
> It is a meta bug, we have several subtasks:
> - DRT patch to make possible to determine when it starts/finishes a test
> - Script or build system patch to instrument functions
> - Script to collect coverage infos after running run-webkit-tests (after instrumented binary)
> - Script to create a function-test database
I can not find DRT patch in bugs.webkit.org. Is it available somewhere?
Zoltan Arvai
Oh, maybe it is embedded to instrument patch :)
Csaba Osztrogonác
(In reply to comment #2)
> Oh, maybe it is embedded to instrument patch :)
We only need DRT patch for instrumentation - https://bugs.webkit.org/show_bug.cgi?id=84141