Search completed in 1.49 seconds.
6 results for "Reftests":
Creating reftest-based unit tests
MozillaCreating reftest-based unit tests
to run all the reftests, go to the directory where you save firefox's source code and run: ./mach reftest if you want to run a particular set of reftests, pass the path as an argument: ./mach reftest path/from/sourcedir/reftest.list and to run a single reftest just pass the path to the test file (not the reference file): ./mach reftest path/from/sourcedir/reftest-name.html there is no reftest equivalent to mach ...
... running ipc reftests reftests can also be run in a separate process, which can differ from same-process rendering in significant ways.
... currently, ipc reftests are only being run on linux.
...And 7 more matches
Running Automated JavaScript Tests
MozillaProjectsSpiderMonkeyRunning Automated JavaScript Tests
sometimes jstests are called js reftests because of how they are run in the browser.
...(some js reftests will be skipped when run in the browser, as it lacks some shell-specific testing functionality.) running jstests running jstests on a js shell the jstests shell harness is js/src/tests/jstests.py.
...e argument, where pattern is a regexp pattern that is tested against file:///{path_to_obj_dir}/dist/test-stage/jsreftest/tests/jsreftest.html?test={relative_path_to_test_from_js/src/tests} string: ./mach jstestbrowser --filter=pattern running jstests on treeherder when viewing treeherder after a push to the mozilla repositories, jstests run in the browser are shown as r(j) meaning "javascript reftests".
Running Windows Debug Builds Downloaded From Tinderbox - Archive of obsolete content
ArchiveMozillaRunning Windows Debug Builds
to run tests of the tests package you can, for example, run the reftests as follows: python reftest/runreftest.py --appname=firefox/firefox.exe --utility-path=bin --extra-profile-file=bin/plugins reftest/tests/layout/reftests/reftest.list ...
reftest opportunities files - Archive of obsolete content
ArchiveMozillareftest opportunities files
flag needs one or more reftests.
Index
MozillaProjectsSpiderMonkeyIndex
3 creating javascript jstest reftests ecmascript, guide, javascript, test in the js/src/tests directory, there are a few important subdirectories.