Граф коммитов

8101 Коммитов

Автор SHA1 Сообщение Дата
Ryan VanderMeulen 012f8fdb0d Merge b2g-inbound to m-c. a=merge 2015-07-28 14:51:43 -04:00
Carsten "Tomcat" Book d40332b0af Backed out changeset e3c15b9f89b3 (bug 1185643) for possibly breaking mulet tests on a CLOSED TREE
--HG--
rename : testing/mozharness/configs/disable_signing.py => testing/docker/desktop-build/configs/disable_signing.py
rename : testing/mozharness/configs/platform_supports_post_upload_to_latest.py => testing/docker/desktop-build/configs/platform_supports_post_upload_to_latest.py
2015-07-28 17:06:19 +02:00
Carsten "Tomcat" Book 36fe6b281d Merge mozilla-central to mozilla-inbound
--HG--
rename : browser/themes/osx/tabbrowser/connecting@2x.png => browser/themes/windows/tabbrowser/connecting@2x.png
rename : browser/themes/osx/tabbrowser/loading@2x.png => browser/themes/windows/tabbrowser/loading@2x.png
rename : browser/themes/windows/tabbrowser/tab-background-end.png => browser/themes/windows/tabbrowser/tab-background-end-preWin10.png
rename : browser/themes/windows/tabbrowser/tab-background-end@2x.png => browser/themes/windows/tabbrowser/tab-background-end-preWin10@2x.png
rename : browser/themes/windows/tabbrowser/tab-background-middle.png => browser/themes/windows/tabbrowser/tab-background-middle-preWin10.png
rename : browser/themes/windows/tabbrowser/tab-background-middle@2x.png => browser/themes/windows/tabbrowser/tab-background-middle-preWin10@2x.png
rename : browser/themes/windows/tabbrowser/tab-background-start.png => browser/themes/windows/tabbrowser/tab-background-start-preWin10.png
rename : browser/themes/windows/tabbrowser/tab-background-start@2x.png => browser/themes/windows/tabbrowser/tab-background-start-preWin10@2x.png
extra : rebase_source : f873d375eae8f1ee22151e5891b4fc3cc576d599
2015-07-28 16:30:58 +02:00
Carsten "Tomcat" Book c86c8718cf merge mozilla-inbound to mozilla-central a=merge 2015-07-28 16:28:02 +02:00
Jessica Jong 69e60fc974 Bug 1179687 - Enable qemu.log in marionette tests. r=chmanchester 2015-07-28 10:26:57 +08:00
Ryan VanderMeulen aa54ac5101 Merge m-c to b2g-inbound. a=merge 2015-07-27 15:45:38 -04:00
Ryan VanderMeulen 01499c3bc0 Merge inbound to m-c. a=merge 2015-07-27 15:34:42 -04:00
Dustin J. Mitchell d149b29eb0 Bug 1185643: use in-tree mozharness; r=wander r=mrrrgn
This required moving the custom mozharness configs out of the builder image
(which puts them in ~, where mozharness no longer looks) and moves them into
mozharness itself.

--HG--
rename : testing/docker/desktop-build/configs/disable_signing.py => testing/mozharness/configs/disable_signing.py
rename : testing/docker/desktop-build/configs/platform_supports_post_upload_to_latest.py => testing/mozharness/configs/platform_supports_post_upload_to_latest.py
extra : commitid : LUhLDQkhme1
extra : rebase_source : c4cc73de99939e22dd1317ce2d9b26671b67947a
2015-07-27 15:21:15 -04:00
Alexandre Lissy b5f43953ff Bug 1035226 - Run Gij on Mulet. r=garndt 2015-07-27 12:22:00 -04:00
Ryan VanderMeulen 5f24c06b4e Backed out changeset cdb4a66f087d (bug 1035226) because it didn't actually enable the tests. 2015-07-27 15:24:47 -04:00
Alexandre Lissy 6d59b075df Bug 1035226 - Run Gij on Mulet. r=garndt 2015-07-27 06:07:00 -04:00
Julien Pagès 71a768eee5 Bug 1184067 - Make mozinfo.os_version a special string that can be compared with < / >. r=ahal
--HG--
extra : commitid : Iiz5hfbNDIj
extra : rebase_source : 4ece0f34183da76588cd79bee27a353734ad4b2e
2015-07-25 11:47:51 +02:00
Julien Pagès 78ef1c279b Bug 1186551 - [mozlog] add structured action process_start/process_exit. r=jgraham
--HG--
extra : transplant_source : %23%B9%0D%23%93Kf%8F%3F%1A%F5%8DP%97%AA%81%8D%1C%8D%7E
2015-07-22 21:00:25 +02:00
Ryan VanderMeulen 23b78d739f Merge m-c to inbound. a=merge 2015-07-27 15:47:22 -04:00
Julien Pagès 585f767ed4 Bug 1187082 - Ensure talos always produces TALOSDATA json structure in logs so perfherder can ingest data. r=jlund
--HG--
extra : commitid : CAu6GTUEgwb
extra : rebase_source : 04cbff62a8c1287934f7dbb95628359c05f438b0
extra : amend_source : 29e31be1cc08f47e8dfac300904150755ae60d6c
2015-07-25 15:29:55 +02:00
Armen Zambrano Gasparnian 12a8b27510 Bug 1187494 - Keep reproducibility of Firefox UI tests up-to-date. r=bhearsum
When a local fails on Firefox UI tests we output the mozharness
command which a person could run on their local development machine
to reproduce the exact failure that we encoutered.
As parameters and options changes over time, we can fall out of date.
This patchs tries to reduce how we can fall out of date by
constructing the command rather than having a hardcoded output.

Another aspect which this patch solves is that for Firefox releases
we have to do some string manipulation to determine where we can
download Firefox crash symbols.
We've modified the script to output in the log the candidate URLs
that we're evaluating. This is useful if anyone wants to determine
why --symbols-path was or was not included. For instance, older candidate
directories on FTP are deleted after some time, hence, deleting the
crash symbols available.

Another matter we fix is that we include in the output what command
was run internally to the Firefox UI test binaries.
This is useful if anyone wants to determine that the right command
are arguments were used.

--HG--
extra : histedit_source : 2036448decbbe40fe18a018ff05f72928207caaf
2015-07-27 11:03:39 -04:00
Wander Lairson Costa 994db0bfb1 Bug 1187706 part 3: Small optimization on repo cloning. r=garndt
checkout-gecko already clones gecko, tell mozharness to clone from it.

--HG--
extra : commitid : w0KlGHRSpF
extra : rebase_source : 2a80c203120085271a3bdfe4f7a1fa38d0eb1d30
2015-07-26 15:58:57 -03:00
Wander Lairson Costa 6818b840fa Bug 1187706 part 2: Cleanup mozharness stuff. r=garndt
Now that mozharness is in tree, we don't need references to mozharness
repositories and revisions.

We don't cleanup all mozharness stuff because android and desktop builds
still references external mozharness.

--HG--
extra : commitid : IRmC6yD9xQE
extra : rebase_source : f10f42bad73a3346a2d41232450c2314f9d9bd84
2015-07-26 15:58:57 -03:00
Wander Lairson Costa 641d80edfc Bug 1187706 part 1: Switch B2G builds to in tree mozharness. r=garndt
Mozharness now lives inside gecko tree, so switch B2G builds to use it.

--HG--
extra : commitid : JZLuGcu0RRM
extra : rebase_source : 06dbe78a6ad86e77f52f2f19f7c1be9133ea4f9d
2015-07-26 15:58:57 -03:00
James Graham 72abf7c0ec Bug 1187722 - Disable unstable service-worker test in debug linux, a=testonly 2015-07-26 18:50:08 +01:00
James Graham 01984ab540 Bug 1187720 - Update web-platform-tests expected data to revision 4bc69f287365a67585d470300a2ef109689cf465, a=testonly 2015-07-26 18:49:50 +01:00
James Graham 45ed80ae53 Bug 1187720 - Update web-platform-tests to revision 4bc69f287365a67585d470300a2ef109689cf465, a=testonly
--HG--
rename : testing/web-platform/tests/conformance-checkers/html-aria/author-requirements/571.html => testing/web-platform/tests/conformance-checkers/html-aria/author-requirements/571-haswarn.html
rename : testing/web-platform/tests/conformance-checkers/html-aria/author-requirements/572.html => testing/web-platform/tests/conformance-checkers/html-aria/author-requirements/572-haswarn.html
rename : testing/web-platform/tests/conformance-checkers/html-aria/author-requirements/573.html => testing/web-platform/tests/conformance-checkers/html-aria/author-requirements/573-haswarn.html
rename : testing/web-platform/tests/conformance-checkers/html-aria/combobox-autocomplete-list/div.html => testing/web-platform/tests/conformance-checkers/html-aria/combobox-autocomplete-list/div-haswarn.html
rename : testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-disparity.html => testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-disparity-haswarn.html
rename : testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-role.html => testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-role-haswarn.html
2015-07-26 18:49:16 +01:00
Mike Hommey fe229c6366 Bug 1177951 - Use tooltool on b2g desktop and mulet taskcluster builds. r=wcosta,r=garndt 2015-07-26 06:46:44 +09:00
Julien Pagès 013413b9e2 Bug 1186844 - remove deprecated 'results_urls' options when running talos from harness
--HG--
extra : commitid : JLtHjKVKD2I
extra : rebase_source : 3b8d33852d89cdb38201eb88d60e09ab45fc72ba
2015-07-25 11:33:09 +02:00
Chris Manchester 90daf6b5a6 Bug 1186233 - Set test_packages_url correctly when running wpt from mozharness but outside of buildbot. r=jgraham
--HG--
extra : commitid : 81RUFAAXTwX
2015-07-21 15:27:30 -07:00
James Graham d274fe0384 Bug 1185453 - Generate error summary files for failures, r=chmanchester
--HG--
extra : commitid : FDbFkQpnFZB
extra : rebase_source : 190e2269243938823f8ea05f94306b09a6ff668a
extra : source : df2c4d64382042e7a5f16c28835552239d29e65d
2015-07-20 10:39:03 +01:00
Armen Zambrano Gasparnian 28e62e3685 Bug 1176358 - Fix typo in symbols_url for Firefox UI tests. DONTBUILD. r=chmanchester 2015-07-24 17:29:04 -04:00
Armen Zambrano Gasparnian 15d0a4b27a Bug 1186987 - If file_path is None do not check if it is an executable. DONTBUILD. r=jlund 2015-07-24 11:03:03 -04:00
Armen Zambrano Gasparnian b24bd973bd Bug 1182798 - Set status summary for Firefox UI tests + change exit code. DONTBUILD. r=jlund 2015-07-24 10:41:54 -04:00
Armen Zambrano Gasparnian 3f1982d3de Bug 1176358 - Pass the symbols url instead of an urllib2 opener. DONTBUILD. r=bhearsum 2015-07-24 10:37:52 -04:00
Carsten "Tomcat" Book dd5a9ed71e Backed out changeset a9241b319f14 (bug 1177951) on request per garndt in #taskcluster
--HG--
extra : rebase_source : 307d50170829294e641b8a2193da4fcd3a46bb7d
2015-07-24 16:15:07 +02:00
Joel Maher c72c2b7e2e Bug 1186844 - deploy updates to talos. r=parkouss 2015-07-24 07:10:29 -04:00
Mike Hommey cc94d65dda Bug 1177951 - Use tooltool on b2g desktop and mulet taskcluster builds. r=wcosta,r=garndt 2015-07-24 16:51:57 +09:00
Steve Fink 2b769d805b Bug 1186259 - Record the path to GCC to avoid mismatched gcc/plugin versions, r=terrence
--HG--
extra : commitid : AwF7F0XJvv
extra : rebase_source : 678e5719494d0b5f8cb5d396ac0f1159442da1d7
2015-07-23 16:35:08 -07:00
Julien Pagès cd63971121 Bug 1185971 - mozfile: add a mozfile.move function, and bump release 1.2. r=ahal
--HG--
rename : testing/mozbase/mozfile/tests/test_remove.py => testing/mozbase/mozfile/tests/test_move_remove.py
extra : commitid : 9JROGo4tYHS
extra : rebase_source : f19d3b4eaf2e181f35f0bdbdb74e009246d8d1ce
extra : amend_source : 388c870bdf7aa06956b8d8641fdf55303453835e
2015-07-23 19:11:16 +02:00
Jordan Lund 572de38909 Bug 1175701 - Windows Puppet machines failing on sendchange, use pre-moz6 py exe, r=mshal 2015-07-23 13:55:38 -07:00
Mike Shal 24e2d353b1 Bug 1186243 - Remove references to setup.sh; r=jlund 2015-07-23 09:18:49 -04:00
Ryan VanderMeulen 8b5cd2c641 Merge inbound to m-c. a=merge 2015-07-23 16:03:48 -04:00
Ryan VanderMeulen 87e736f48e Bug 1186285 - Remove automation for the mozilla-b2g34_v2_1 branch. r=catlee, a=me 2015-07-23 10:35:28 -04:00
Ryan VanderMeulen c0483e71ae Bug 1186284 - Remove automation for the mozilla-b2g32_v2_0 branch. r=catlee, a=me 2015-07-22 23:05:19 -04:00
Carsten "Tomcat" Book 52ef4c4dfb merge mozilla-inbound to mozilla-central a=merge 2015-07-23 12:02:27 +02:00
Aus Lacroix 45add49df6 bug 1186235 - Bump mozharness revision. a=test-only 2015-07-22 16:03:21 -07:00
Aus Lacroix 7ba78c5368 Backed out changeset 48348bfad309 2015-07-22 13:23:43 -07:00
Aus Lacroix 3a72f29d50 bug 1186235 - bump revision used by taskcluster for mozharness. a=test-only 2015-07-22 12:43:51 -07:00
Jean-Yves Avenard 2f64bef7b3 Bug 1184826: P2. Update web-platform-tests expected data. r=karlt 2015-07-22 14:22:53 +10:00
Jean-Yves Avenard 1300e03cad Bug 1186261: Disable mediasource-config-change-webm* tests. r=karlt
Those tests do not properly check that mediasource is not available and do not behave in a reliable fashion.
2015-07-22 14:22:52 +10:00
Jean-Yves Avenard b95b5ce0aa Bug 1165772: P3. Update web-platform-tests expected data. r=karlt
We now have identical results between Windows XP and Linux.
2015-07-22 14:22:52 +10:00
Jean-Yves Avenard 99dee8a4f5 Bug 1171379: P2. Update web-platform-tests expected data. r=karlt
Failure on Linux and Windows XP are a consequence of no MSE available at all.
Failure on Mac and Windows >= 7 with two exceptions are due to the tests using a malformed video.
The bug was reported upstream: https://github.com/w3c/web-platform-tests/issues/1939
2015-07-22 14:22:50 +10:00
Jean-Yves Avenard df76554a30 Bug 1182945: P2. Disable webm mse web-platforms tests. r=karlt
In theory, linux and windows XP should provide exactly the same results.
However, due to bug 1165772, MSE on linux incorrectly reports MP4 support.

Bug mediasource-buffered.html is disabled on Windows XP as it triggers a bug in the tests. As we can't intercept the result, we must disable the entire test instead.
2015-07-22 14:22:47 +10:00
Andrew Halberstadt 2b977b797d Bug 1186888 - [mozlog] Ability to use a pre-existing logger with commandline.setup_logging(), r=jgraham
--HG--
extra : commitid : 786tOojSwTl
extra : rebase_source : 3df091de3afee6838a40c0c858da97fd04b32739
extra : amend_source : 5a5ea71fd9a8ede744d281cb0b2dae190575230d
2015-07-22 15:27:31 -04:00