gecko-dev/testing/mochitest
Nick Alexander 0bfebf0c87 Bug 1361545 - Add "skin" flavorDimension for Photon mobile work. r=sebastian,bustage-fix
This is pretty straight-forward.

Sadly, this will require local developers to add a "skin" product
flavor to their invocations, like:

./mach gradle app:assembleLocalAustralisDebug

In addition, this shows how many different variants of the Gradle
product flavor are embedded into our automation configurations.  I
can't solve that at this time.

Since I was here, I took the time to rename "automation" to
"official", which makes "localAustralis" the default in Android
Studio, avoiding a common issue with new builders producing an APK
that doesn't include omni.ja in the IDE.

MozReview-Commit-ID: CtU7zFpNCob
2017-05-03 19:20:58 +02:00
..
BrowserTestUtils Bug 1345090 - Modify SessionStore to restore tabs with lazy browsers. r=mikedeboer,dao 2017-04-20 11:01:09 +02:00
MochiKit Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8 2017-04-12 11:10:00 +01:00
chrome
dynamic
embed
manifests Bug 1352333 - remove autophone webrtc test manifests, r=dminor. 2017-04-20 14:13:34 -07:00
pywebsocket
ssltunnel Bug 1338086 - Remove useless else blocks in order to reduce complexity testing/mochitest/ssltunnel/ r=jmaher 2017-02-09 10:53:11 +01:00
static
tests Bug 1340434 part 2 - Request complete log and mark suppressed unexpecteds. r=jmaher 2017-02-17 23:45:13 +11:00
Makefile.in Bug 1361545 - Add "skin" flavorDimension for Photon mobile work. r=sebastian,bustage-fix 2017-05-03 19:20:58 +02:00
README.txt
ShutdownLeaksCollector.jsm Bug 1256472 - Make ShutdownLeaksCollector do more aggressive GCing and CCing to avoid erroneous shutdown leak reports in tests. r=mccr8 2017-03-18 12:48:42 -04:00
__init__.py Bug 1312739 - Move mochitest 'ALL_FLAVORS' dict from mach_commands.py to mochitest_options.py, r=jmaher 2016-12-20 10:50:43 -05:00
bisection.py
bootstrap.js Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
browser-harness.xul Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
browser-test-overlay.xul
browser-test.js Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws. 2017-04-27 00:25:45 +02:00
chrome-harness.js Bug 1329182 - remove trailing newURI null parameters in the rest of the tree, r=jaws. 2017-01-09 20:27:26 +01:00
chunkifyTests.js
gen_template.pl
harness.xul Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
install.rdf
jar.mn Bug 1335272 - prep: factor out registering about: pages into BTU, r=jaws 2017-02-02 14:34:40 +00:00
jetpack-addon-harness.js Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
jetpack-addon-overlay.xul
jetpack-package-harness.js Bug 1329182 - remove trailing newURI null parameters in the rest of the tree, r=jaws. 2017-01-09 20:27:26 +01:00
jetpack-package-overlay.xul
leaks.py Bug 1355834 - Report LLVM symbolizer OOMs as errors. r=jgraham 2017-04-12 11:01:24 -07:00
mach_commands.py Bug 1294641 - whitelist reads from the .app directory in the macOS sandbox r=froydnj,haik 2017-04-07 14:53:19 -04:00
mach_test_package_commands.py Bug 1334209 - Activate mozharness virtualenv in-process from one click loaner mach commands, r=jmaher 2017-01-31 11:53:36 -05:00
manifest.webapp Bug 1322736 part.4 Remove pref to enable BeforeAfterKeyboardEvent and permission to allow to handle the event r=smaug 2016-12-16 16:50:17 +09:00
manifestLibrary.js
mochitest-e10s-utils.js
mochitest_options.py Bug 1361545 - Add "skin" flavorDimension for Photon mobile work. r=sebastian,bustage-fix 2017-05-03 19:20:58 +02:00
moz.build Bug 1332084 - Add smoketest for geckoview_example - add harness; r=jmaher 2017-04-11 09:21:39 -06:00
nested_setup.js
pywebsocket_wrapper.py
redirect.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
rungeckoview.py Bug 1332084 - Add smoketest for geckoview_example - add harness; r=jmaher 2017-04-11 09:21:39 -06:00
runrobocop.py Bug 1340233 - Take more care when killing browser before starting Android tests; r=jmaher 2017-04-12 09:15:53 -06:00
runtests.py Bug 1294641 - whitelist reads from the .app directory in the macOS sandbox r=froydnj,haik 2017-04-07 14:53:19 -04:00
runtestsremote.py Bug 1340233 - Take more care when killing browser before starting Android tests; r=jmaher 2017-04-12 09:15:53 -06:00
server.js Bug 1321228 - Part 2: Remove legacy generator from testing/mochitest/. r=ato 2016-12-15 16:54:46 +09:00
shutdown-leaks-collector.js
start_desktop.js Bug 1286312 - Add mochitest option to run tests using https r=ahal 2017-01-06 21:51:13 +08:00

README.txt

See https://developer.mozilla.org/en/docs/Mochitest for detailed information on running and writing mochitests.