gecko/testing
Andreas Tolfsen 8ae37c031b Bug 1107706: Part 6: Make SpecialPowersError a prototypal Error
If special powers is imported using Components.utils.import on B2G which
has some special concepts around global scoping, a TypeError will be
raised unless the custom error is a prototypal Error.

An explanation can be found for a similar issue in bug 843892, which
states that toString is attached to the instances rather than the
prototype, and that this causes problems once the object goes through
Object.freeze.  It was patched in bug 1014484.

This patch also renames SpecialPowersException to SpecialPowersError.
2015-02-26 17:40:21 +00:00
..
config Bug 1146855 - Add cygwin dlls to manifest for minidump_stackwalk - r-ted 2015-03-24 11:46:30 -04:00
crashtest
docker Bug 1144927 - Directly bake in linux64-minidump_stackwak to tester images r=garndt 2015-03-19 02:20:16 -07:00
gtest Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
instrumentation
marionette Bug 1107706: Part 5: Refactor Marionette chrome/content communication 2015-03-19 21:12:58 +00:00
mochitest Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
modules Bug 1143937 - Make BrowserTestUtils.waitForEvent not use flaky timeouts and cover more use cases. r=smacleod 2015-03-20 10:26:01 -07:00
mozbase Bug 1088192 - mozprocess.ProcessHandlerMixin does not handle missing property "proc" on unstarted processes. r=ahal 2015-03-17 01:10:00 +01:00
mozharness Bug 1117960 - bump mozharness.json to rev 93f17b170f43; r=jlund 2015-03-23 09:42:38 -04:00
profiles Bug 1131387 - Rename MSE whitelist pref. r=kentuckyfriedtakahe 2015-03-09 16:24:21 +13:00
runtimes Bug 1139904 - Add initial test runtime files for mochitest browser-chrome and devtools, r=jmaher 2015-03-11 16:05:36 -04:00
specialpowers Bug 1107706: Part 6: Make SpecialPowersError a prototypal Error 2015-02-26 17:40:21 +00:00
talos Bug 1139328 - update talos to latest version for preferences and e10s fixes. r=wlach 2015-03-05 06:43:55 -05:00
taskcluster Bug 1146218 - Harden taskcluster platform parser r=wcosta 2015-03-22 20:02:20 -07:00
tools
tps
web-platform Backed out changesets 772945b1130d, cb83b6efa9ea, and 5f23080673ee (bug 1086999) for Gaia context_menu_test.js failures. 2015-03-23 14:22:23 -04:00
xpcshell Bug 1131646 - Clean up the breakpoint code;r=jlongster 2015-03-11 15:15:40 +01:00
cppunittest.ini Bug 1140637: Add jsep_session_unittest to testing/cppunittest.ini, and unbust it. r=jesup 2015-03-09 14:45:46 -07:00
mach_commands.py Bug 1068676 - Make mach test understand subsuites. r=jmaher 2015-02-06 14:36:59 -06:00
machine-configuration.json
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1142494 - Fix OSX packaging mistake. r=glandium, a=bustage 2015-03-12 17:46:53 -04: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