gecko-dev/testing
Nicholas Nethercote 108b8f0823 Bug 1314497 (part 1) - Convert intl/lwbrk/tests/TestLineBreak.cpp to a gtest. r=emk.
This commit does the following.

- Converts the test to a gtest, including renaming the directory.

- Factors out the duplicated checking code into a separate Check() function.

- Avoids printing any output unless a failure occurs. (The gtest harness prints
  out minimal output, like the name of the current test.)

- Removes SampleWordBreakUsage(), which prints some output but doesn't actually
  test anything, and so isn't useful.

--HG--
rename : intl/lwbrk/tests/TestLineBreak.cpp => intl/lwbrk/gtest/TestLineBreak.cpp
rename : intl/lwbrk/tests/moz.build => intl/lwbrk/gtest/moz.build
extra : rebase_source : e673299e237a1a8a3b0a33cfc0a0024ab7dee271
2016-11-03 13:46:12 +11:00
..
config Bug 1308887 - Update geckodriver to version 0.11.1, r=ato 2016-10-10 13:06:32 +01:00
crashtest
docker Backed out changeset d15798b73b9e (bug 1302763) for taskcluster build issues a=backout CLOSED TREE 2016-10-20 15:59:47 -07:00
firefox-ui Bug 1304656 - Firefox UI update tests have to use the restart buttons. r=rail 2016-10-28 12:04:36 +02: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 Backed out changeset 27695ca9f8cd (bug 1310864) for failures in test_navigator_resolve_identity.html, test_bug707564.html, and test_dom_xrays.html 2016-10-31 19:39:06 -07:00
mochitest Bug 1313716 - Don't provide a blank subsuite as a default in the manifestparser. r=ahal 2016-10-31 10:04:42 -07:00
modules
mozbase Bug 1313716 - Don't provide a blank subsuite as a default in the manifestparser. r=ahal 2016-10-31 10:04:42 -07:00
mozharness Merge central to inbound a=merge 2016-11-02 17:31:08 -07:00
profiles Bug 1291971 - Part 6, enable receiver idlharness test. r=smaug. 2016-10-20 11:27:55 +08:00
puppeteer Bug 1304656 - Firefox UI update tests have to use the restart buttons. r=rail 2016-10-28 12:04:36 +02: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
web-platform Backed out changeset 2e8791563f4d (bug 1309527) for Win8 timeouts in idbobjectstore-rename-store.html 2016-11-02 19:22:18 -07:00
xpcshell Merge autoland to m-c. a=merge 2016-10-29 09:12:45 -04:00
README.txt
cppunittest.ini Bug 1314497 (part 1) - Convert intl/lwbrk/tests/TestLineBreak.cpp to a gtest. r=emk. 2016-11-03 13:46:12 +11:00
mach_commands.py Backed out changeset 6c32452df00e (bug 1238305) for cpp test failures a=backout 2016-11-02 12:18:58 -07:00
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 1307886 - [1.2] Remove szip support. r=glandium 2016-10-28 12:59:23 +02:00

README.txt

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