Bug 5253
Summary: | run-webkit-tests should replace run-javascriptcore-tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ian, pknight |
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Eric Seidel (no email)
I was just talkign with Maciej, and we both agree that run-javascript-core could use some improvements.
Some examples:
1. print "."s just like run-webkit-tests.
2. run all tests in a single process (avoid the fork/exec cost)
3. Supposedly sometimes it incorrectly recognizes crashes as successes.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
All 3 good ideas, and ones that occurred to me too! How about 3 separate bugs for these ideas?
Eric Seidel (no email)
bug 15609 covers number 2. But we should just get rid of run-javascriptcore-tests, it adds no value over run-webkit-tests.