Commit Graph

621 Commits

Author SHA1 Message Date
Mihai Tabara
28ef96d67c Bug 1256063 - Add update bouncer aliases builder. r=rail a=release DONTBUILD
MozReview-Commit-ID: IdUXP3b2MOp

--HG--
extra : rebase_source : 97591b7909cd91735d34c1a7a06d76a512411640
2016-03-24 14:43:34 +00:00
Dustin J. Mitchell
76962bbcc4 Bug 1258887: create build stats for Fennec jobs, too; r=gbrown
MozReview-Commit-ID: EJAvKrgc7hN

--HG--
extra : rebase_source : 3128846af783b92848e69c6c840f652513cdf6ea
2016-03-23 14:47:10 +00:00
primer
7b9fbc2956 Bug 1258099 - Update push_apk.py to manage apk v15 instead of v11 r=sylvestre
MozReview-Commit-ID: 3irQZHG5ja0
2016-03-23 15:21:53 +01:00
Jordan Lund
90e8796177 Bug 1258059 - generify dev configs and env for relpro by removing date strings and allow multiple products, CLOSED TREE DONTBUILD a=testing r=rail
stub installers with beta-dev, add staging beta single locale, r?rail

MozReview-Commit-ID: 6h1TtzVO1Jp
MozReview-Commit-ID: Gtf4cJKsAPu

--HG--
rename : testing/mozharness/configs/releases/postrelease_date.py => testing/mozharness/configs/releases/dev_postrelease_firefox_beta.py
rename : testing/mozharness/configs/releases/updates_date.py => testing/mozharness/configs/releases/dev_updates_firefox_beta.py
rename : testing/mozharness/configs/releases/postrelease_beta.py => testing/mozharness/configs/releases/postrelease_firefox_beta.py
rename : testing/mozharness/configs/releases/updates_beta.py => testing/mozharness/configs/releases/updates_firefox_beta.py
extra : rebase_source : e828559f0f923d7125ac6b4b8fab63d7568122cc
2016-03-22 10:15:11 -07:00
Carsten "Tomcat" Book
5d83e31d04 merge mozilla-inbound to mozilla-central a=merge 2016-03-22 12:14:15 +01:00
Nick Alexander
8204c8154a Bug 1258452 - Pre: Assemble app and tests when collecting dependencies. r=me
In the wild, the Robotium Maven dependency is not being fetched.
Let's see if this forces it to be downloaded.

MozReview-Commit-ID: 3Fhm4Aj40Jp

--HG--
extra : rebase_source : 7b1071ef36ff4600e303ac9e0c7dc0b998fad705
extra : histedit_source : 6568e7aa28e60897b8fe96904dcb2bc296945222
2016-03-12 16:43:42 -08:00
Nick Thomas
2049654007 Bug 1254784 - Add 45.0esr win64 support to bouncer, r=rail DONTBUILD
--HG--
extra : source : ddc16d5813a398c433b25447dd9cfb8c5b51b0c0
extra : amend_source : 0b36ec9c251c4600b685f2bafc5e231f56c0377b
2016-03-21 13:11:56 +13:00
Ryan VanderMeulen
dd9dced81d Merge inbound to m-c. a=merge 2016-03-19 11:22:28 -04:00
Ryan VanderMeulen
7c08140310 Bug 1255176 - Add more chunks to Android mochitest-gl. r=rail, a=test-only 2016-03-19 11:02:16 -04:00
Ryan VanderMeulen
d37d8fbb9a Bug 1257708 - Move dom/push/test back into mochitest-plain instead of a separate test suite. 2016-03-19 11:02:04 -04:00
Rail Aliiev
b5e1f67263 Bug 1257499 - Fix patcher config mar-channel-ids r=nthomas r=release DONTBUILD
MozReview-Commit-ID: 1iV8GfiAmzq

--HG--
extra : rebase_source : 455ae61571fb88549cb7978113919f867b27a4da
extra : amend_source : 98fe2d7dd326b3a6df44260803164eac2fff75f8
2016-03-17 08:05:20 -04:00
Mike Hommey
a92eca8dfe Bug 1257385 - Stop b2gdroid builds on automation. r=jlund,r=nalexander 2016-03-18 09:06:42 +09:00
Dustin J. Mitchell
7b9820c992 Bug 1231320: supply actions to mozharness from the task definition; r=jlund
MozReview-Commit-ID: GgKpDH6EKRa

--HG--
extra : rebase_source : 62eae4664c573b3a4217cce58a22736b4346d400
2016-03-16 21:11:44 +00:00
Dustin J. Mitchell
d693ab8b1c Bug 1231320: support min_scm_level and default secret specs; r=garndt,glandium,mshal
This improves support for fetching secrets to skip fetching, optionally
replacing with a default value, for builds based on trees with SCM levels below
a minimum.  In practical terms, this allows try builds to operate without secrets.

MozReview-Commit-ID: 5DYSfzkYZQv

--HG--
extra : rebase_source : 0c60fc0fab2d7cca8e703af5720de4825f118fe2
2016-03-15 16:10:42 +00:00
Dustin J. Mitchell
0d10662de9 Bug 1231320: pull from secrets API in TaskCluster r=garndt,mshal,pmoore
This adds a mozharness action, only run in TaskCluster, to fetch secrets from
the TaskCluster secrets API via the TaskCluster Proxy.

It requires that the SCM level of the build be passed in with the --scm-level
argument, defaulting to 1 (try)

MozReview-Commit-ID: C3rvOPF6Bm1

--HG--
extra : rebase_source : 603d9d30ba34484ceabdf405cb560f91b5bc2fc2
2016-03-14 22:17:18 +00:00
Dustin J. Mitchell
a4d714a39f Backed out 2 changesets (bug 1231320)
Backed out changeset a37a5bccf978 (bug 1231320)
Backed out changeset 0e58a9d3ca62 (bug 1231320)

MozReview-Commit-ID: 7OKDsH17fRI

--HG--
extra : rebase_source : a1d18ea6494b3c8dfc621720a5f9b957d70432fb
2016-03-16 16:19:06 +00:00
Dustin J. Mitchell
0eb4f90aae Bug 1231320: support min_scm_level and default secret specs; r=mshal r=garndt r=pmoore
This improves support for fetching secrets to skip fetching, optionally
replacing with a default value, for builds based on trees with SCM levels below
a minimum.  In practical terms, this allows try builds to operate without secrets.

MozReview-Commit-ID: 5DYSfzkYZQv

--HG--
extra : rebase_source : c665ca2dbeeb8d1bb6e06e8db96b097746dfd275
2016-03-15 16:10:42 +00:00
Dustin J. Mitchell
8232c33fb5 Bug 1231320: pull from secrets API in TaskCluster r=mshal r=pmoore r=garndt
This adds a mozharness action, only run in TaskCluster, to fetch secrets from
the TaskCluster secrets API via the TaskCluster Proxy.

It requires that the SCM level of the build be passed in with the --scm-level
argument, defaulting to 1 (try)

MozReview-Commit-ID: C3rvOPF6Bm1

--HG--
extra : rebase_source : aaaff4c33ec5d1f8fcf0685bf3506bb688df2f5e
2016-03-14 22:17:18 +00:00
Joel Maher
62ba2124ae Bug 1253341 - support --framework for talos. r=wlach
MozReview-Commit-ID: 881jtz1ljkj
2016-03-16 08:24:45 -07:00
Steve Fink
ad29a62106 Bug 1250709 - Implement shell-only hazard analysis job, r=garndt
--HG--
extra : rebase_source : 9d2b4c2095e1b548e0e5fe171cbf63e7fc2f0105
extra : source : 5b48be011a930964b86ba5276e772a8c174c6f91
extra : histedit_source : b127d7ecebb23a53175a657c4087e5f967f65672
2016-03-15 17:05:23 -07:00
Steve Fink
15d17917f3 Bug 1250709 - Move tooltool checkout from source checkout to the workspace
--HG--
extra : rebase_source : 4072d037e2d497106e8e9e21a35e9506732140b4
extra : histedit_source : 3c32c871216fa7fa27c0ff0dfcefee677d5b48c3
2016-03-15 17:16:19 -07:00
Steve Fink
5acfe256eb Bug 1246804 followup to fix mode bits
--HG--
extra : rebase_source : b0d234d2814c7400a5f0d6c8414b4bdec5f32bd8
2016-03-15 10:58:25 -07:00
Rail Aliiev
cbb558ef00 Bug 1258060 - tagging should not use DONTBUILD r=jlund a=release
MozReview-Commit-ID: AgyR3qV6Mmd

--HG--
extra : rebase_source : d537ec1014ea5c7b6386126a24557283e8f52162
2016-03-18 23:05:57 -04:00
Carsten "Tomcat" Book
3f159e9570 Merge mozilla-central to mozilla-inbound 2016-03-21 15:47:53 +01:00
Dustin J. Mitchell
aa0d228da1 Bug 1251713: include file sizes perfs in generate-build-stats; r=chmanchester
This requires determining the package filename dynamically when buildbot
properties are not available.

MozReview-Commit-ID: 1VNO13tTAPI

--HG--
extra : rebase_source : 76070bae623be88ba5d66ca48a5310013f67e80b
2016-03-18 17:43:13 +00:00
Steve Fink
517605b022 Bug 1246804 - Switch to using in-source annotations. Use C++ inheritance information when describing GC types. Add a test suite., r=terrence
MozReview-Commit-ID: HCcG2k8Wyb9

--HG--
extra : rebase_source : 732ef6ecc52f0e528d38b8c42e442919eba9b5ae
extra : source : 901b1c651c982ccbf42604231c723d168e1cde69
2015-09-29 13:39:33 -07:00
Geoff Brown
572e909b4b Bug 1252226 - Remove android_emulator_build.py; r=jmaher 2016-03-15 08:21:28 -06:00
Rail Aliiev
de5f0e5518 Bug 1256329 - 46.0b1 tarball should use firefox-46.0b1 directory inside, not firefox-46.0 r=jlund a=release DONTBUILD
MozReview-Commit-ID: 7NzKfLVZ4Ry

--HG--
extra : rebase_source : f0d106d9a832d315b8abcc9e3909f351b11c885e
extra : amend_source : 63b36b37e8cc201e41f15b58fedeca44e8484d35
2016-03-14 13:28:35 -04:00
Steve Fink
57bca06b15 Backed out changeset 901b1c651c98 (bug 1246804)
--HG--
extra : rebase_source : d80a34f467275bf74672b87fd09a254b39ee20a1
2016-03-14 21:58:31 -07:00
Steve Fink
3afb19a035 Backed out changeset 5b48be011a93 (bug 1250709)
--HG--
extra : rebase_source : 5f95c8a73fb6302fa3898691c7bde93b7a5bebcb
2016-03-14 21:58:25 -07:00
Steve Fink
029f79cc6c Bug 1250709 - Implement shell-only hazard analysis job, r=garndt
--HG--
extra : rebase_source : 554c5c804827a2b0ae3fd8967d2df002892c823c
2016-02-15 16:54:01 -08:00
Steve Fink
2dada4b1a0 Bug 1246804 - Switch to using in-source annotations. Use C++ inheritance information when describing GC types. Add a test suite., r=terrence
MozReview-Commit-ID: HCcG2k8Wyb9

--HG--
extra : rebase_source : 4b048fdcb150662c82e1b623e455551cc7281251
2015-09-29 13:39:33 -07:00
Rail Aliiev
4a14dd7e13 Bug 1253756 - Branch specifics for relpro on release r=jlund a=release DONTBUILD
MozReview-Commit-ID: Fva2LLVlsRV

--HG--
rename : testing/mozharness/configs/single_locale/mozilla-beta.py => testing/mozharness/configs/single_locale/mozilla-release.py
extra : rebase_source : 409a84ec51db28e84cff7a1c99a6a71062b53985
extra : amend_source : 7ee20d43707114d46cc66b2056b99402d5b2369a
2016-03-14 08:26:54 -04:00
Henrik Skupin
2bbecdcec0 Bug 1225124 - Mozharness should not fatal exit if symbols URL cannot be found. r=ted
MozReview-Commit-ID: Dr0PFTwfaIv

--HG--
extra : rebase_source : f07bf1c0c5ef90b901831a948ee20980bc337968
2016-03-09 13:14:21 +01:00
Ryan VanderMeulen
0b763db25e Bug 1255913 - Add more Android crashtest chunks. r=rail, a=test-only 2016-03-13 18:51:32 -04:00
Rail Aliiev
254c3fbfef Bug 1255811 - Some (all) locales for Firefox 46.0b1 are busted due to l10n merge issues r=jlund a=release DONTBUILD
MozReview-Commit-ID: 100GniUy5lT

--HG--
extra : rebase_source : a614aadd050c69470609aa21a9b43e25c753a40f
extra : amend_source : 4190735522fa4768f2b02b4ed239b2bc949158b0
2016-03-11 14:47:19 -05:00
Rail Aliiev
5433617b1a Bug 1255786 - Tag gecko when bump version r=jlund a=release DONTBUILD
MozReview-Commit-ID: I387bpl1UmD

--HG--
extra : rebase_source : b08a1b2b7cded45bee3f5b1591dd2599ecd398fa
extra : amend_source : 3d064c5b1f2714ae11b51fbef5fd174b0c8acb8e
2016-03-11 10:31:49 -05:00
Syd Polk
803175eadc Bug 1246271 - The mozharness script at least needs to accept the browsermob settings to pass it down to the test runner. r=maja_zf,whimboo
MozReview-Commit-ID: HNsV8RDpvuJ

--HG--
extra : rebase_source : 6b466bd7f9a607bc6e1e0c77a9c9a7a9f837c6b1
2016-03-10 10:14:22 -06:00
Carsten "Tomcat" Book
ee9fb75679 Merge mozilla-central to mozilla-inbound 2016-03-11 16:57:57 +01:00
Carsten "Tomcat" Book
e070379821 merge mozilla-inbound to mozilla-central a=merge 2016-03-11 16:50:43 +01:00
Joel Maher
c2f5092ca2 Bug 1242682 - Separate dom/media into its own subsuite. r=gbrown, a=tomcat
MozReview-Commit-ID: ERgFe60aJF8
2016-03-10 11:03:52 -08:00
Carsten "Tomcat" Book
1c95c143d4 merge mozilla-inbound to mozilla-central a=merge 2016-03-10 11:51:35 +01:00
Andrew Halberstadt
6e6c1c8aae Bug 1245092 - Install reftest and specialpowers extensions at runtime via AddonManager.installTemporaryAddon, r=jgriffin
MozReview-Commit-ID: 5HSa3nFVTeF

--HG--
rename : layout/tools/reftest/reftest.js => layout/tools/reftest/reftest.jsm
extra : rebase_source : 924a3e937b47cac03674acdb56334882a2373f50
2016-03-09 14:38:13 -05:00
Rail Aliiev
94597a131a Bug 1253871 - L10N repacks should use martools from en-US build, not from latest dir r=jlund a=release DONTBUILD
MozReview-Commit-ID: AScWLP9nqwn

--HG--
extra : source : 8867739057e6113c84357469243a1a0752ec14ce
extra : amend_source : f09ad5e37f0d42242754656b05ef54ad640204c0
2016-03-09 20:58:05 -05:00
Nick Alexander
65d4c28a45 Bug 1252928 - Part 3: Replace android-gradle-build-dependencies with android-api-15-gradle-dependencies. r=dustin
The existing task's outcome is best achieved with a special purpose
build task, so here it is.

MozReview-Commit-ID: 3gYnAb69TdK

--HG--
rename : mobile/android/config/mozconfigs/android-api-15-frontend/nightly => mobile/android/config/mozconfigs/android-api-15-gradle-dependencies/nightly
rename : mobile/android/config/tooltool-manifests/android-frontend/releng.manifest => mobile/android/config/tooltool-manifests/android-gradle-dependencies/releng.manifest
extra : rebase_source : 252c283553d64bac17c2b922773023a349c297ea
extra : histedit_source : 2d8becbcdfa5d37829552e55b50fb7f9cbf56dea
2016-03-08 13:06:59 -08:00
Henrik Skupin
d3f4b27ddf Bug 1239988 - Remove top-level manifest for functional and puppeteer tests. r=maja_zf
MozReview-Commit-ID: BNzYwTbWcb9

This was always a hack which made it easier for us to trigger both type of tests at once. Now with mach and mozharness we should finally get rid of it.

--HG--
extra : rebase_source : 83bbc17a257e5135a1d0a6fd3f370c99223b150b
2016-03-10 14:40:23 +01:00
Henrik Skupin
77e9455a59 Bug 1239988 - Move resources for firefox-ui-tests out of tests folder. r=maja_zf
MozReview-Commit-ID: KtUiswz9gna

The resources folder should actually not be part of the tests folder. It contains test data for all tests and once tests are moved to other places the tests folder will not exist anymore.

--HG--
rename : testing/firefox-ui/tests/resources/cookies/cookie_single.html => testing/firefox-ui/resources/cookies/cookie_single.html
rename : testing/firefox-ui/tests/resources/images/firefox_favicon.ico => testing/firefox-ui/resources/images/firefox_favicon.ico
rename : testing/firefox-ui/tests/resources/images/mozilla_favicon.ico => testing/firefox-ui/resources/images/mozilla_favicon.ico
rename : testing/firefox-ui/tests/resources/images/mozilla_logo.jpg => testing/firefox-ui/resources/images/mozilla_logo.jpg
rename : testing/firefox-ui/tests/resources/layout/mozilla.html => testing/firefox-ui/resources/layout/mozilla.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_community.html => testing/firefox-ui/resources/layout/mozilla_community.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_contribute.html => testing/firefox-ui/resources/layout/mozilla_contribute.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_governance.html => testing/firefox-ui/resources/layout/mozilla_governance.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_grants.html => testing/firefox-ui/resources/layout/mozilla_grants.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_mission.html => testing/firefox-ui/resources/layout/mozilla_mission.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_organizations.html => testing/firefox-ui/resources/layout/mozilla_organizations.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_projects.html => testing/firefox-ui/resources/layout/mozilla_projects.html
rename : testing/firefox-ui/tests/resources/private_browsing/about.html => testing/firefox-ui/resources/private_browsing/about.html
rename : testing/firefox-ui/tests/resources/security/enable_privilege.html => testing/firefox-ui/resources/security/enable_privilege.html
extra : rebase_source : 722311a780f6e36ef4f2e08b82117fdf78625620
2016-03-10 14:21:54 +01:00
Henrik Skupin
a4cca44be5 Bug 1239988 - Remove packaging for firefox-ui-tests. r=maja_zf
MozReview-Commit-ID: 1ncPWncD53U

The firefox-ui-tests package is no longer required. Removing it will allow us later to move tests to the appropriate places in the tree. The commit also has updates for the build system and mozharness.

--HG--
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/keyboard_shortcuts/manifest.ini => testing/firefox-ui/tests/functional/keyboard_shortcuts/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/keyboard_shortcuts/test_browser_window.py => testing/firefox-ui/tests/functional/keyboard_shortcuts/test_browser_window.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/locationbar/manifest.ini => testing/firefox-ui/tests/functional/locationbar/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/locationbar/test_access_locationbar.py => testing/firefox-ui/tests/functional/locationbar/test_access_locationbar.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/locationbar/test_escape_autocomplete.py => testing/firefox-ui/tests/functional/locationbar/test_escape_autocomplete.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/locationbar/test_favicon_in_autocomplete.py => testing/firefox-ui/tests/functional/locationbar/test_favicon_in_autocomplete.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/locationbar/test_suggest_bookmarks.py => testing/firefox-ui/tests/functional/locationbar/test_suggest_bookmarks.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/manifest.ini => testing/firefox-ui/tests/functional/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/private_browsing/manifest.ini => testing/firefox-ui/tests/functional/private_browsing/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/private_browsing/test_about_private_browsing.py => testing/firefox-ui/tests/functional/private_browsing/test_about_private_browsing.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/manifest.ini => testing/firefox-ui/tests/functional/security/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_dv_certificate.py => testing/firefox-ui/tests/functional/security/test_dv_certificate.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_enable_privilege.py => testing/firefox-ui/tests/functional/security/test_enable_privilege.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_ev_certificate.py => testing/firefox-ui/tests/functional/security/test_ev_certificate.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_mixed_content_page.py => testing/firefox-ui/tests/functional/security/test_mixed_content_page.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_mixed_script_content_blocking.py => testing/firefox-ui/tests/functional/security/test_mixed_script_content_blocking.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_no_certificate.py => testing/firefox-ui/tests/functional/security/test_no_certificate.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_safe_browsing_notification.py => testing/firefox-ui/tests/functional/security/test_safe_browsing_notification.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_safe_browsing_warning_pages.py => testing/firefox-ui/tests/functional/security/test_safe_browsing_warning_pages.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_security_notification.py => testing/firefox-ui/tests/functional/security/test_security_notification.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_ssl_disabled_error_page.py => testing/firefox-ui/tests/functional/security/test_ssl_disabled_error_page.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_ssl_status_after_restart.py => testing/firefox-ui/tests/functional/security/test_ssl_status_after_restart.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_submit_unencrypted_info_warning.py => testing/firefox-ui/tests/functional/security/test_submit_unencrypted_info_warning.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_unknown_issuer.py => testing/firefox-ui/tests/functional/security/test_unknown_issuer.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_untrusted_connection_error_page.py => testing/firefox-ui/tests/functional/security/test_untrusted_connection_error_page.py
rename : testing/firefox-ui/tests/firefox_ui_tests/manifest.ini => testing/firefox-ui/tests/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/manifest.ini => testing/firefox-ui/tests/puppeteer/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_about_window.py => testing/firefox-ui/tests/puppeteer/test_about_window.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_appinfo.py => testing/firefox-ui/tests/puppeteer/test_appinfo.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_l10n.py => testing/firefox-ui/tests/puppeteer/test_l10n.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_menubar.py => testing/firefox-ui/tests/puppeteer/test_menubar.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_page_info_window.py => testing/firefox-ui/tests/puppeteer/test_page_info_window.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_places.py => testing/firefox-ui/tests/puppeteer/test_places.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_prefs.py => testing/firefox-ui/tests/puppeteer/test_prefs.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_security.py => testing/firefox-ui/tests/puppeteer/test_security.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_software_update.py => testing/firefox-ui/tests/puppeteer/test_software_update.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_tabbar.py => testing/firefox-ui/tests/puppeteer/test_tabbar.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_toolbars.py => testing/firefox-ui/tests/puppeteer/test_toolbars.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_update_wizard.py => testing/firefox-ui/tests/puppeteer/test_update_wizard.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_utils.py => testing/firefox-ui/tests/puppeteer/test_utils.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_windows.py => testing/firefox-ui/tests/puppeteer/test_windows.py
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/cookies/cookie_single.html => testing/firefox-ui/tests/resources/cookies/cookie_single.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/images/firefox_favicon.ico => testing/firefox-ui/tests/resources/images/firefox_favicon.ico
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/images/mozilla_favicon.ico => testing/firefox-ui/tests/resources/images/mozilla_favicon.ico
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/images/mozilla_logo.jpg => testing/firefox-ui/tests/resources/images/mozilla_logo.jpg
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla.html => testing/firefox-ui/tests/resources/layout/mozilla.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_community.html => testing/firefox-ui/tests/resources/layout/mozilla_community.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_contribute.html => testing/firefox-ui/tests/resources/layout/mozilla_contribute.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_governance.html => testing/firefox-ui/tests/resources/layout/mozilla_governance.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_grants.html => testing/firefox-ui/tests/resources/layout/mozilla_grants.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_mission.html => testing/firefox-ui/tests/resources/layout/mozilla_mission.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_organizations.html => testing/firefox-ui/tests/resources/layout/mozilla_organizations.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_projects.html => testing/firefox-ui/tests/resources/layout/mozilla_projects.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/private_browsing/about.html => testing/firefox-ui/tests/resources/private_browsing/about.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/security/enable_privilege.html => testing/firefox-ui/tests/resources/security/enable_privilege.html
rename : testing/firefox-ui/tests/firefox_ui_tests/update/direct/manifest.ini => testing/firefox-ui/tests/update/direct/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/update/direct/test_direct_update.py => testing/firefox-ui/tests/update/direct/test_direct_update.py
rename : testing/firefox-ui/tests/firefox_ui_tests/update/fallback/manifest.ini => testing/firefox-ui/tests/update/fallback/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/update/fallback/test_fallback_update.py => testing/firefox-ui/tests/update/fallback/test_fallback_update.py
rename : testing/firefox-ui/tests/firefox_ui_tests/update/manifest.ini => testing/firefox-ui/tests/update/manifest.ini
extra : rebase_source : 6c79d68264e1350087f3407e623820126d82d7bf
2016-03-10 13:34:11 +01:00
Henrik Skupin
770142e454 Bug 1239988 - Remove dependency for firefox-ui-tests in firefox-ui-harness. r=maja_zf
MozReview-Commit-ID: KXnOY1xbuVP

This will remove any dependency for firefox-ui-tests from inside firefox-ui-harness. Affected test types are functional and update tests. To keep update tests working and testable I also added them to the mach command.

--HG--
extra : rebase_source : 968d032e2fe4775e0d2a8d566ced01cefe0abbf7
2016-03-09 20:43:31 +01:00
Ehsan Akhgari
0d7f77f0f0 Bug 1251936 - Part 4: Include checkout-sources in the mozharness config for Win32 static analysis builds; r=jlund 2016-03-10 17:35:19 -05:00