gecko-dev/testing
Eric Rahm a94c02e198 Bug 1313489 - Part 2: Convert DeadlockDetectorScalability to a gtest. r=froydnj
This converts the tests to gtests. Most of them are just runtime tests and just
hava dummy assertion that everything ran. One test remains disabled, although
it's still built-in. You can run the disabled test with the following command:

> GTEST_ALSO_RUN_DISABLED_TESTS=1 ./mach gtest DeadlockDetectorScalability.*

MozReview-Commit-ID: 57rxjiZKjQ6

--HG--
rename : xpcom/tests/TestDeadlockDetectorScalability.cpp => xpcom/tests/gtest/TestDeadlockDetectorScalability.cpp
2016-11-10 12:47:48 -08:00
..
config Bug 1313099 - Put nodejs in tooltool (m-c changes) r=jlund 2016-11-04 17:01:20 -07:00
crashtest
docker Bug 1305095 - Use fallback hg fingerprint on socket.timeout also; r=Callek 2016-11-09 09:26:58 -07:00
firefox-ui Backed out 6 changesets (bug 1301340, bug 1303113) for landing too close to a merge and causing leaks and test failures 2016-11-09 19:11:12 -08:00
gtest Bug 1313028 - GCC 6 null pointer check removal causes segfaulting in ActionResultHolder::GetValueAndDelete(). r=chmanchester. 2016-11-01 17:23:46 +01:00
instrumentation
marionette Bug 1315402: Make toolkit/mozapps/update pass no-undef. r=jaws 2016-11-04 17:03:01 -07:00
mochitest Bug 1316096 - Change eslint configuration to use string values for rules instead of integers, making it easier for others who are reading the rules to know if a rule is set to off, warn, or error. r=mossop 2016-11-08 15:14:19 -05:00
modules
mozbase Bug 1299216 - Bump mozrunner version to 6.13. r=ahal 2016-09-28 23:29:40 +02:00
mozharness Backed out changeset 4777ed22d16d (bug 1261197) for xpcshell "logged while not in progress" failures 2016-11-08 21:11:50 -08:00
profiles Bug 1311872. Part 5 - disable dormant when running mochitests. r=cpearce,jya 2016-10-28 15:06:24 +08:00
puppeteer Bug 1313312 - Separate out Puppeteer code into a core and mix-in class. r=maja_zf 2016-11-07 20:41:11 +01:00
runtimes
specialpowers Bug 1261019 - Part 3: Remove Navigator.mozApps and code depending on it; r=myk,jryans,fabrice,mcmanus,peterv 2016-10-13 13:18:41 -04:00
talos Bug 1311515 - Add an xperf whitelist entry for aushelper@mozilla.org.xpi on a CLOSED TREE. 2016-10-29 09:04:53 -04:00
tools Bug 1264367 - Upgrade breakpad to upstream revision 704f41ec901c419f8c321742114b415e6f5ceacc r=ted 2016-10-05 11:46:07 +02:00
tps Bug 1313573 - Validate the sync ping during TPS test runs r=markh 2016-11-02 14:25:07 -04:00
web-platform Bug 1316532 - Revert the set-from-dom.sub.html and set-from-http.sub.html test cases of web-platform. r=jdm 2016-11-11 00:27:30 +08:00
xpcshell Backed out changeset f6f28be8d8f2 (bug 1315781) for XPCShell test timed out 2016-11-10 14:53:46 +08:00
cppunittest.ini Bug 1313489 - Part 2: Convert DeadlockDetectorScalability to a gtest. r=froydnj 2016-11-10 12:47:48 -08:00
mach_commands.py Backed out changeset 6c32452df00e (bug 1238305) for cpp test failures a=backout 2016-11-02 12:18:58 -07:00
README.txt
remotecppunittests.py Bug 1307886 - [3.2] Extract xz-compressed libs for xpcshell and unit tests. r=glandium 2016-10-28 12:59:23 +02:00
runcppunittests.py Backed out changeset 6c32452df00e (bug 1238305) for cpp test failures a=backout 2016-11-02 12:18:58 -07:00
testsuite-targets.mk Bug 1263230 - Remove in-tree references to IPC/OOP reftest modes. r=ahal 2016-11-07 08:59:49 -05:00

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff