removed support for fuzzy() annotations without ranges in reftest manifests

2018-08-21 Thread L. David Baron
In https://bugzilla.mozilla.org/show_bug.cgi?id=1369941 (which just landed on autoland) I removed support for fuzzy() and fuzzy-if() annotations *without* numeric ranges in reftest manifests. This means that what used to be written as: fuzzy(1,8) == ... fuzzy-if(Android,3,50) == ... now needs

Re: Using clang-cl to ship Windows builds

2018-08-21 Thread Stuart Philp
That is fantastic, lots of nice wins! On Tue, Aug 21, 2018 at 6:02 PM, David Major wrote: > A quick update about performance: ThinLTO and PGO were enabled for our > clang-cl builds over the last few weeks. These optimizations have > cancelled the previous regressions and brought clang well ahead

Re: Using clang-cl to ship Windows builds

2018-08-21 Thread David Major
A quick update about performance: ThinLTO and PGO were enabled for our clang-cl builds over the last few weeks. These optimizations have cancelled the previous regressions and brought clang well ahead of MSVC: https://treeherder.mozilla.org/perf.html#/compare?originalProject=try&originalRevision=2

Local Windows builds to use clang-cl by default

2018-08-21 Thread David Major
Hi, Local Windows builds will use clang-cl and lld-link by default as of bug 1483835. This will make your builds match what has been shipping on Nightly for the last several weeks, and help avoid the occasional MSVC bustage that sneaks in now that those builds are tier-2. If you already ran `mach

[IMPORTANT] QA Firefox 64 feature testing pi-requests deadline is August 29

2018-08-21 Thread Tom Grabowski
Hi, Similar to what QA did for previous Firefox feature testing prioritization , we would like to do the same for Fx64. In order to help with the process, *please submit your pi-request

Re: PSA - Planning to enable VR service process on desktop (Linux, macOS, and Windows)

2018-08-21 Thread kgilbert
On Monday, August 20, 2018 at 4:16:56 PM UTC-7, Kip Gilbert wrote: > Hello all, > > In order to unblock sandboxing of the GPU process and efforts to re-enable > macOS WebVR support, we are moving the VR device interfacing code to its own > “VR Service” process. This process will only be launche

Windows support for moz-phab and Arcanist

2018-08-21 Thread Mark Côté
Quick update: - Landed Windows 10 support for moz-phab (our commit-series-friendly Arcanist wrapper). - Improved installation and usage instructions for moz-phab. - Referenced moz-phab from our Phabricator user guide (mainly just a link to moz-phab's README). - Published our own Arcanist installat

Re: PSA: mercurial-setup becomes vcs-setup and adds support for git

2018-08-21 Thread Mike Hommey
On Tue, Aug 21, 2018 at 01:26:27PM +0200, Jean-Yves Avenard wrote: > Hi. > > This is awesome, upgrading and configuring cinnabar had always been a sore > point > > But I just noticed that it appears to pull from git-cinnabar master branch… > > I had to run bootstrap on android yesterday, which

Re: PSA: mercurial-setup becomes vcs-setup and adds support for git

2018-08-21 Thread Jean-Yves Avenard
Hi. This is awesome, upgrading and configuring cinnabar had always been a sore point But I just noticed that it appears to pull from git-cinnabar master branch… I had to run bootstrap on android yesterday, which upgraded git-cinnabar (requiring a git upgrade) and had to run it again today. whic