bench.py |
|
831 |
benchmark |
|
|
mach_test_package_commands.py |
|
3495 |
moz.build |
|
624 |
MozGtestFriend.h |
|
468 |
mozilla |
|
|
remotegtests.py |
A test harness to run gtest on Android.
|
16849 |
rungtests.py |
Run a single C++ unit test program.
Arguments:
* prog: The path to the test program to run.
* env: The environment to use for running the program.
* cwd: The directory to run tests from (support files will be found
in this direcotry).
* symbols_path: A path to a directory containing Breakpad-formatted
symbol files for producing stack traces on crash.
* utility_path: A path to a directory containing utility programs.
currently used to locate a stack fixer to provide
symbols symbols for assertion stacks.
Return True if the program exits with a zero status, False otherwise.
|
9412 |