[Webkit-unassigned] [Bug 127095] run-webkit-tests should support assert-only js tests w/o expected.txt files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 24 01:32:44 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127095





--- Comment #6 from youenn fablet <youennf at gmail.com>  2014-01-24 01:30:12 PST ---
The end-goal being to enable regular testing of web platform tests, an alternative may be to generate js tests baselines by disabling assert() in testharness.js.

The process would be:
- import the latest version of w3c tests in a imported/temp folder
- generate baselines by running all js tests from imported/temp with the assert-disabled testharness.js
- run all js tests with the regular testharness.js
- check results: lines in baselines that do not start with PASS, generated baselines with existing imported/w3c baselines...

We would get an overall picture of how aligned is webkit with w3c tests.
We would also check whether imported tests are still functionally in sync or not

Any thoughts?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list