Changes between Version 14 and Version 15 of Writing Reftests
- Timestamp:
- Jul 11, 2011, 2:18:41 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Reftests
v14 v15 1 1 = Writing Reftests = 2 3 == Disclaimer ==4 5 Currently, reftests run only with new-run-webkit-tests. That means a patch which is only tested with reftests might not be allowed to be checked in. Anyone not working in the chromium port will not run the reftests and can not notice regressions. Please be aware this limitation and use reftests carefully at your responsibility until reftests are available on all platforms.6 7 [Update]: Reftests can not work on Mac build of WebKit. See https://bugs.webkit.org/show_bug.cgi?id=58858.8 9 There are on-going efforts that try to run new-run-webkit-tests on all platforms.10 https://bugs.webkit.org/show_bug.cgi?id=3498411 2 12 3 == Reftests in WebKit == … … 82 73 == References == 83 74 84 * https://bugs.webkit.org/show_bug.cgi?id=36065 for the current status.75 * https://bugs.webkit.org/show_bug.cgi?id=36065 for make reftests work with old-run-webkit-tests 85 76 * https://developer.mozilla.org/en/Creating_reftest-based_unit_tests 86 77 * http://mxr.mozilla.org/mozilla-central/source/layout/tools/reftest/README.txt