Commit Graph

10076 Commits

Author SHA1 Message Date
Wes Kocher
2b848026d6 Backed out changeset e28540fe266a (bug 1246828) for xpcshell failures in test_TelemetrySession.js CLOSED TREE 2016-02-10 13:40:41 -08:00
Aki Sasaki
f8166ff1ff bug 1246991 - mozharness: mkdir_p(dest) before hg share. r=rail 2016-02-09 15:10:06 -08:00
Kyle Huey
f534f4aef3 Bug 1246828: Push QuotaManager shutdown back to profile-before-change2 2016-02-10 10:53:26 -08:00
Andrew McCreight
1e2782c28c Bug 1091917 - Stop ignoring failures to leak log on Windows. r=chmanchester 2016-02-10 10:29:20 -08:00
Armen Zambrano Gasparnian
94bf8a0308 Bug 1247076 - Marionette should block addons outside the profile from being installed. r=maja_zf
MozReview-Commit-ID: JXpRqneC7K9
2016-02-09 17:11:09 -05:00
Rail Aliiev
9e123c0366 Bug 1243048 - Stop tagging b2g repos as a part of merge day r=aki NPOTB DONTBUILD 2016-02-10 11:56:28 -05:00
Ben Kelly
caff126d2f Bug 1227344 Try to ensure script content is always different in update tests by using .clock(). r=jdm 2016-02-10 08:51:07 -08:00
Dustin J. Mitchell
8f8f6e302f Bug 1246947: revert use of caches for /tmp; a=bustage 2016-02-10 15:55:28 +00:00
Justin Wood
25bdb75c33 Bug 1245304 - Copy adjust-sdk-beta.token into mock env. r=hwine 2016-02-10 10:16:06 -05:00
Nick Thomas
8c5307f6f1 Bug 1242641 - GTK+3 still not working for buildbot builds on beta. r=rail
gtk3/setup.sh at unpack time in tooltool
2016-01-29 22:19:48 +13:00
James Graham
00b045dae7 Bug 1246946 - Upload reftest structured logs and error summaries to blobber (fixup), r=ahal
Fix mistake in Windows config.

MozReview-Commit-ID: pqpRyjlS1s
2016-02-10 15:15:58 +00:00
Andreas Tolfsen
5589c8c719 Bug 1246411 - Constructors must use new keyword; r=automatedtester
MozReview-Commit-ID: 4fl0Cl3mf5j
2016-02-06 18:20:07 +00:00
Andreas Tolfsen
fc090ea033 Bug 1246411 - Remove unreachable break statements; r=automatedtester
MozReview-Commit-ID: 7l0OEwIKoHS
2016-02-06 18:19:46 +00:00
Andreas Tolfsen
f11a0bf326 Bug 1246411 - Access to properties is better written using dot notation; r=automatedtester
MozReview-Commit-ID: KlmrhB8GKpY
2016-02-06 18:19:25 +00:00
Andreas Tolfsen
506bd48357 Bug 1246411 - Yield statements must be inside generator functions; r=automatedtester
MozReview-Commit-ID: HHFkvior8gI
2016-02-06 18:19:02 +00:00
Andreas Tolfsen
0a688aac01 Bug 1240789 - Remove head+tail in Marionette xpcshell manifest; r=automatedtester
Was originally there to work around a bug in the B2G on-device test
runner.  Can now safely be removed after bug 1240723 was landed.

MozReview-Commit-ID: EZGfvYcP9ER
2016-02-06 17:14:32 +00:00
Dustin J. Mitchell
0178b96d36 Bug 1246947: cache test workspaces to get SSD/ext4 performance; r=armenzg 2016-02-09 15:14:54 +00:00
James Graham
db8f042274 Bug 1246946 - Upload reftest structured logs and error summaries to blobber, r=ahal
MozReview-Commit-ID: 3L8t6lgs3U6
2016-02-09 19:00:23 +00:00
Carsten "Tomcat" Book
27564b1ff1 Merge mozilla-central to mozilla-inbound 2016-02-10 14:29:05 +01:00
Carsten "Tomcat" Book
67a51393f3 merge mozilla-inbound to mozilla-central a=merge 2016-02-10 11:47:34 +01:00
Phil Ringnalda
dd7f173d2c Back out edf118eb93d2 (bug 1227344) for multiple-update.https.html bustage 2016-02-09 21:22:54 -08:00
Ben Kelly
aec7a2026d Bug 1227344 Try to ensure script content is always different in update tests by using .clock(). r=jdm 2016-02-09 19:55:23 -08:00
Ehsan Akhgari
439d38c792 Bug 1237363 - Part 3: Add a test for a mochitest finishing without unregistering its service worker; r=jdm 2016-02-09 19:33:41 -08:00
Ehsan Akhgari
d7ae3a8410 Bug 1237363 - Part 2: Fail mochitests which register a service worker without unregistering it; r=jdm 2016-02-09 19:33:41 -08:00
Valentin Gosu
73f17fbac5 Bug 1042347 - %2e entered in URL bar not normalized leading to denormalized request r=mcmanus 2016-02-10 13:13:23 +01:00
Dave Townsend
ecab1de927 Bug 1142734: Stop using Timer.jsm to avoid replacing the browser window setTimout and clearTimeout functions. r=jsantell
jetpack-addon-harness.js runs in a browser window scope so it already has the
setTimeout functions available to it. Loading Timer.jsm overrides the DOM
timer functions with those from Timer.jsm. Any other code that used setTimeout
previously will have timer IDs from the DOM functions which don't match those
in Timer.jsm. If this other code attempts to clear a timer it can then end up
clearing an unrelated timer. In the intermittent failure here the
browser-thumbnails code manages to clear the timer that is waiting to resolve
the promise that makes tests continue.

I've also added an additional timer that throws an exception and so ends tests
if the add-on uninstall doesn't actually complete in a reasonable time as well
as removing the add-on listener.
2016-02-08 10:11:14 -08:00
Shruti Jasoria
8067e8d1c5 Bug 1125098 - Remove XML report functionality from Marionette test runner; r=maja_zf 2016-02-02 19:24:51 +05:30
Carsten "Tomcat" Book
8c842845b5 merge mozilla-inbound to mozilla-central a=merge 2016-02-09 12:02:38 +01:00
Armen Zambrano Gasparnian
a851b2978a Bug 1246176 - TaskCluster tier-2: Run web-platform-tests on m3.xlarge instances. CLOSED TREE. DONTBUILD. r=dustin 2016-02-05 13:51:38 -05:00
Armen Zambrano Gasparnian
40419c84c5 Bug 1246176 - Backout d1e6662456b2. DONTBUILD. r=backout 2016-02-08 14:56:08 -05:00
Ehsan Akhgari
41d35f9276 Bug 1042132 - Part 1: Port build-clang.py to Windows; r=rail
This is useful for deploying clang-cl to the infrastructure.
2016-02-08 14:55:27 -05:00
Myk Melez
76721b9467 Bug 1238576 - disable mozApps API on desktop/Android; r=ehsan,ochameau,bz,mcmanus,jmaher,marco 2016-02-08 11:24:22 -08:00
Armen Zambrano Gasparnian
847f63a627 Bug 1246176 - TaskCluster web platform tests should not retry for infrastructures issues until bug 1246176 is fixed. DONTBUILD. r=garndt 2016-02-05 11:06:02 -05:00
Dustin J. Mitchell
a522eb8785 Bug 1246279: increase all firefox tests to a timeout of 90m; r=jmaher 2016-02-05 22:08:47 +00:00
Andrew Halberstadt
7fe6d4357c Bug 1034290 - Use structured log output for test results in reftest, r=jmaher
Structured logs bring many benefits. We can stop parsing the logs for magic strings, we
can modify the format without breaking things, and we can stream results into systems like
ActiveData. The structured logs originate primarily in reftest.js. StructuredLog.jsm is
used to generate the JSON-based log stream. Finally OutputHandler in the python harness
reads structured output from stdout, and formats it into human readable form.

MozReview-Commit-ID: G3ZLkMRl6p7
2016-02-05 15:44:20 -05:00
Makoto Kato
0734a9f69f Bug 1230428 - Add crashtest for WebSpeech synthesis. r=eeejay 2016-02-10 20:57:41 +09:00
Carsten "Tomcat" Book
d11a3d7608 Backed out changeset 200da85932e9 (bug 1230862) for valgrind perma failures 2016-02-10 11:04:50 +01:00
Carsten "Tomcat" Book
01e4d41105 Backed out changeset 8bbaec3ed0f0 (bug 1230862) 2016-02-10 11:04:33 +01:00
Julien Pagès
ebc5162b1d Bug 1230862 - use wptserve in-tree for talos. r=wlach 2016-02-02 15:51:41 +01:00
Julien Pagès
df45cd49c3 Bug 1230862 - Remove mozhttpd. r=wlach 2016-02-09 03:26:43 +01:00
Mike Conley
d696057c62 Bug 1055464 - Regression tests. r=Mossop 2016-02-05 16:28:53 -05:00
Mike Conley
fd6d107555 Bug 1055464 - Add RefreshBlocker front-end. r=Mossop 2016-02-05 15:01:38 -05:00
Aki Sasaki
6c89c41ab9 bug 1244781 - mozharness has 3 post_run listeners now. r=jlund 2016-02-02 14:11:05 -05:00
Aki Sasaki
835e6e282b bug 1244781 - silence mozharness pyflakes warnings. r=jlund 2016-02-02 10:31:06 -05:00
Aki Sasaki
9ad1daaaa2 bug 1244781 - stop running purge_builds in mozharness. r=jlund 2016-02-02 10:03:36 -05:00
Wes Kocher
e3ee918e80 Backed out changeset 7a673f59b2e9 (bug 1245559) for unexpected passes in radio.html 2016-02-09 17:26:52 -08:00
Ted Mielczarek
881677b477 bug 1069556 - sync to Breakpad c53ed143108948eb7e2d7ee77dc8c0d92050ce7c. r=glandium, benwa
This commit contains a few things:
* Update our copy of google-breakpad to upstream c53ed143108948eb7e2d7ee77dc8c0d92050ce7c
* Get rid of all but one local patch, fold a few related local patches into one
* Misc build fixup to sync with upstream--adding a few new moz.build files,
  source files
* The final bits of unhooking Breakpad from the profiler:
** Revert to only building toolkit/crashreporter if MOZ_CRASHREPORTER.
** Stop building bits of Breakpad that we only needed for the profiler.
** Remove a few bits of profiler code that were used to interface with Breakpad.
** Remove toolkit/crashreporter/breakpad-logging, which was only used to
   suppress Breakpad logging for the in-process stackwalker.
* Upstream removed their Android-compat sys/ucontext.h because the Android NDK
  added it, but the bionic we're using for Gonk builds is too old, so add a
  copy of the previous version of those files to
  toolkit/crashreporter/gonk-include to keep Gonk building.
* Consolidate moz.build files under toolkit/crashreporter/google-breakpad/client/linux
2016-01-27 09:39:53 -05:00
Chris Manchester
d097cefc6f Bug 1236382 - Add commonly used arguments to mach try, remove the extra arguments functionality. r=jgraham
Using nargs='*' in conjunction with nargs=REMAINDER creates an ambiguity when
the argument using nargs='*' is optional, it is not specified, and the user
intends their arguments to be interpreted as "extra" arguments. This commit
removes the nargs=REMAINDER argument for mach_try, and implements its most
common users from trychooser as a set of regular arguments to echo to
generated try syntax.

MozReview-Commit-ID: FOuDZxUfHu9
2016-01-04 14:07:11 -08:00
James Graham
7aa0d0d1e3 Bug 1245559 - Updated expected wpt results for win7 e10s, a=test-only 2016-02-03 23:18:43 +00:00
Tom Schuster
d3905830ed Bug 1246318 - Remove the enumerate trap from ES6 proxies. r=efaust 2016-02-10 00:12:24 +01:00