Ed Morley
5352e71f51
Bug 814011 - Robocop should output the runTests() return code for that batch of tests, if non-zero; r=gbrown
2012-11-21 18:57:11 +00:00
Ed Morley
85408bf0f9
Bug 814013 - Always print the final robocop pass/fail summary, even if we received a non-zero return value; r=gbrown
2012-11-21 18:53:48 +00:00
Gregory Szorc
9d46d35ef0
Bug 718067 - Part 1: Create skeletons for services/{metrics,healthreport}; r=rnewman
...
services/metrics will hold generic metrics code. services/healthreport
report will build on top of that to provide the Firefox Health Report
feature. All functionality will land in subsequent patches.
2012-11-05 12:49:58 -08:00
Joel Maher
b79a223257
Bug 813105 - upload a new talos.zip to turn datazilla back on. r=Callek
2012-11-20 11:33:24 -05:00
Ed Morley
1963ebca09
Bug 808410 - Ensure retVal is set even when mochitest.cleanup did not generate an exception; r=ahal
2012-11-20 15:24:28 +00:00
Ed Morley
0798d964fd
Bug 808410 - Callers of checkForCrashes should use its return value to ensure shutdown crashes actually make the run fail; r=jmaher f=gps
2012-11-20 15:24:28 +00:00
Ed Morley
9e095d4091
Bug 808410 - Make peptest's checkForCrashes more consistent with the version in automationutils.py; r=jmaher
2012-11-20 15:24:28 +00:00
Ed Morley
0cbab45c91
Bug 808410 - Ensure non-zero return values for robocop tests aren't overwritten by later success; r=gbrown
2012-11-20 15:24:28 +00:00
Mounir Lamouri
defc92b90f
Bug 764240 - Clamp window.sizeToContent() the same way we clamp other resizing methods. r=bz
2012-11-19 23:18:21 +00:00
Andrew Halberstadt
2722ce2bbf
Bug 812514 - Make b2g emulator unittests save logcat for easier debugging, r=jgriffin
2012-11-19 15:52:40 -05:00
Phil Ringnalda
56a6ff1e75
Bug 810705 - Disable test_MochiKit-DOM-Safari.html on Linux because of PGO non-profiling crashes; r=ehsan
...
--HG--
extra : rebase_source : b2145a00d88acd9d17092b9398d2b97468cdeeb8
2012-11-19 14:12:38 -05:00
Jonathan Griffin
ef1bcf8fe3
Bug 812395 - Make emulator fail gracefully during errors for install_gecko, r=ahal
2012-11-19 09:32:57 -08:00
Zack Weinberg
c38d90c9e6
Bug 663291: Improve the SpecialPowers and SimpleTest APIs to make it easier to write mochitests that look at error console output. Update all tests that were using ad-hoc console inspection or the old SimpleTest console handler API. r=ted
2012-11-16 21:53:32 -05:00
Ryan VanderMeulen
2621afbb4e
Backed out changesets b242651c3c1b (bug 229827), b36eaac9ecf8, and 40f38a8aa660 (bug 663291) for mochitest-3/4 failures.
...
CLOSED TREE
2012-11-16 16:59:38 -05:00
Jonathan Griffin
ad46217009
Bug 812579 - Fix typo in Marionette's MANIFEST.in, r=atrain
2012-11-16 12:53:32 -08:00
Tanvi Vyas
ba4ce7702c
Bug 803225 - Test different protocols that are allowed in nsMixedContentBlocker.cpp (r=bz)
2012-11-16 12:40:07 -08:00
Zack Weinberg
8d246d6c65
Bug 663291: Improve the SpecialPowers and SimpleTest APIs to make it easier to write mochitests that look at error console output. Update all tests that were using ad-hoc console inspection or the old SimpleTest console handler API. r=ted
...
--HG--
extra : rebase_source : 013c6031577f88a764fecee9750ee890b45d1181
2012-11-16 15:29:21 -05:00
Geoff Brown
219dad47cb
Bug 812191 - Respect --noSetup in remote xpcshell tests with xpcw wrapper; r=jmaher, DONTBUILD
2012-11-16 07:43:55 -07:00
Joel Maher
44dcd6ffc3
Bug 812492 - deploy a new talos.zip to disable warnings and datazilla output. r=armenzg
2012-11-16 09:18:26 -05:00
Ryan VanderMeulen
da2e77db0b
Backed out changesets 5bdf8bbcd02f and df27137cb7d1 (bug 803225) for mochitest orange.
2012-11-15 22:16:03 -05:00
Tanvi Vyas
f95358158a
Bug 803225 - Test different protocols that are allowed in nsMixedContentBlocker.cpp. r=bz, r=smaug
2012-11-15 20:34:56 -05:00
Ryan VanderMeulen
904b2ad6b8
Merge m-c to inbound.
2012-11-15 20:34:51 -05:00
Ryan VanderMeulen
791db753f5
Merge the last PGO-green inbound changeset to m-c.
2012-11-15 20:21:35 -05:00
Malini Das
14dc381096
Bug 812226 - Package synthetic_gestures.js with the marionette_client, r=jgriffin
2012-11-15 19:07:48 -05:00
Olli Pettay
f3ed372614
Bug 749448 - Remove XTF, r=bz
2012-11-15 14:27:13 +02:00
Ryan VanderMeulen
1efc9eec06
Merge the last PGO-green inbound changeset to m-c.
2012-11-14 21:43:07 -05:00
Jonathan Griffin
404659256d
Bug 811931 - Bump Marionette version, a=test-only, DONTBUILD(NPOTB)
2012-11-14 15:08:56 -08:00
Dave Hunt
c9479eb60b
Bug 811330 - Fix a typo in XML generation, r=jgriffin
2012-11-14 14:46:13 -08:00
Henrik Skupin
2d69a20a0f
Bug 805054 - Bind the virtualenv version Marionetts uses in venv_test.sh to a fixed release. r=jgriffin
2012-11-14 23:29:04 +01:00
Gregory Szorc
286bd17a50
Bug 797471 - Handle mochitest failures gracefully in mach; r=Ms2ger
2012-11-14 12:56:02 -08:00
Gregory Szorc
efb7391678
Bug 810435 - Convert unicode to str to work around Python 2.7.2 bug; r=jhammel
...
DONTBUILD (NPOTB)
2012-11-14 10:05:18 -08:00
Andrew Halberstadt
2861820904
Bug 809437 - Last ditch effort to fix stubborn orange when installing gecko into an emulator, r=mdas
2012-11-15 10:21:10 -05:00
Malini Das
66d282b44a
Bug 810376 - wait for readystate==complete in chrome when switching frames, r=jgriffin
2012-11-15 10:07:24 -05:00
Ed Morley
1164c12291
Backout 992f2748681f (bug 811185) for breaking emulator tests
2012-11-14 10:05:14 +00:00
Henrik Skupin
b9402b5c6a
Bug 811185 - Implement Emulator class for screen orientation in Marionette. r=jgriffin
2012-11-14 08:46:36 +01:00
David Burns
f1970f0691
Bug 811053: Allow transforms to have negative values but not affect Marionettes visibility on the element; r=jgriffin
2012-11-14 21:51:11 +00:00
Andrew Halberstadt
a2bc4228af
Bug 812286 - Work around name collision that causes deprecation warning in Marionette exceptions, r=jgriffin
2012-11-15 16:01:24 -05:00
Henrik Skupin
de4cc22aab
Bug 811185 - Implement Emulator class for screen orientation in Marionette. r=jgriffin
2012-11-14 22:35:26 +01:00
Jeff Hammel
f60a587c79
Bug 805633 - update mozhttpd on m-c;r=wlach ; DONTBUILD because NPOTB
2012-11-13 16:10:25 -08:00
Jonathan Griffin
f0bccc868a
Bug 811351 - Reset the current frame in deleteSession, r=mdas
2012-11-13 13:51:58 -08:00
Malini Das
bfc019dea0
Bug 810376 - make content wait for document ready when switching frames, r=jgriffin
2012-11-14 13:35:44 -05:00
William Lachance
14b993064f
Bug 811388 - Update mozdevice to 0.15, update consumers;r=ahal
2012-11-14 09:49:04 -08:00
Geoff Brown
4685404665
Bug 808764 - Set XPCOM_DEBUG_BREAK and other env vars in Android xpcshell tests; r=jmaher
...
--HG--
extra : rebase_source : 548629ff005a6ee41e7c1d6e44f9eaab2d200a70
2012-11-13 16:37:56 -07:00
Geoff Brown
d35a285b7b
Bug 808729 - Set _TESTING_MODULES_DIR for Android xpcshell tests; r=jmaher
...
--HG--
extra : rebase_source : 80896416e1262802421282573af6c2babc4cfcac
2012-11-13 16:37:53 -07:00
Geoff Brown
026fbe0a3e
Bug 752126 - Shorten remote (android) xpcshell command line with script; r=jmaher
...
--HG--
extra : rebase_source : 8d809c68a31dae6a11a72fe6584202b2f4e5d925
2012-11-13 16:37:51 -07:00
Andrew Halberstadt
0525bef49d
Bug 809437 - Fix typo from a38c6f05ba19, r=mdas
2012-11-13 11:00:31 -05:00
Andrew Halberstadt
3501e6f89b
Bug 809437 - Fix B2G emulator unittest intermittent timeout, r=jgriffin
2012-11-13 09:32:34 -05:00
Jonathan Griffin
f32cfcab67
Bug 810517 - Check for valid listenerWindow, r=mdas
2012-11-12 16:17:54 -08:00
Jonathan Griffin
91d32e70cb
Bug 811175 - Don't install mozbase packages from github, r=whimboo
2012-11-12 18:39:12 -08:00
William Lachance
4a1fcf3f56
Bug 805116 - Print more of the logcat in mobile tests;r=gbrown
2012-11-12 13:57:13 -08:00