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

14026 Коммитов

Автор SHA1 Сообщение Дата
Henrik Skupin 97f47efc8b Bug 1319705 - Add firefox_puppeteer as dependency for Marionette in test archive. r=maja_zf
MozReview-Commit-ID: 9MQubKpOPl6

--HG--
extra : rebase_source : ecede2aab2f840ff04777672126cdaff27bd6733
2016-11-23 14:11:25 +01:00
Mike Shal c080ecbf37 Bug 1295375 - Drop universal Mac builds; r=coop,gps
MozReview-Commit-ID: 1huYEjyxRA1

--HG--
rename : browser/config/mozconfigs/macosx-universal/beta => browser/config/mozconfigs/macosx64/beta
rename : browser/config/mozconfigs/macosx-universal/common-opt => browser/config/mozconfigs/macosx64/common-opt
rename : browser/config/mozconfigs/macosx-universal/release => browser/config/mozconfigs/macosx64/release
extra : rebase_source : 5d0e4cdb54d605d8d8d5cf4e78142bd262682dd3
2016-12-07 15:45:39 -05:00
Shih-Chiang Chien 8c67883c04 Bug 1320348 - disable Presentation API logging on treeherder. r=schien
MozReview-Commit-ID: 2jRPRrKIyc3

--HG--
extra : rebase_source : e298bf8d5669393594caf3b9eccfd1d1429215d4
2016-11-28 11:48:08 +08:00
Sebastian Hengst 0333e0a2b0 Backed out changeset ec84ee6acb88 (bug 1147911) 2016-11-23 18:33:06 +01:00
Ryan VanderMeulen ed80eb81d1 Backed out changeset 93e4c5f0dc7b (bug 1318644) because it made changes to geckodriver that should have been left out. 2016-11-23 09:04:05 -05:00
Bob Owen c547888b81 Bug 1147911 Part 3: Add remote type parameter to forceInitialBrowserRemote. r=gijs
Also change talos pageloader.js to force type to match test URLs.
2016-11-23 13:36:57 +00:00
Nicholas Nethercote 7e1a8cf56c Bug 1315138 - gtestify storage/test/*.cpp. r=mak,erahm.
This change is mostly straightforward, except for the following.

- It removes all the printing from the do_check_* macros because gtest macros
  do appropriate printing.

- test_StatementCache.cpp needs some special gtest magic for the type
  parameterization.

- It merges the four tests in test_unlock_notify.cpp because they rely on being
  executed in order, and so aren't independent.

- storage_test_harness_tail.h is no longer necessary because gtest provides the
  test looping functionality.

- It uses #include and the preprocessor to remove the duplication between
  test_deadlock_detector.cpp and xpcom/tests/DeadlockDetector.cpp.

- It makes the test in test_service_init_background_thread.cpp a death test to
  force it to be the first storage gtest, because it fails otherwise.

- It adds code to undo the SQLite mutex hooking as necessary, so that tests
  don't interfere with each other.

- It de-virtualizes Spinner's destructor (as identified in bug 1318282).

--HG--
rename : storage/test/storage_test_harness.h => storage/test/gtest/storage_test_harness.h
rename : storage/test/test_AsXXX_helpers.cpp => storage/test/gtest/test_AsXXX_helpers.cpp
rename : storage/test/test_StatementCache.cpp => storage/test/gtest/test_StatementCache.cpp
rename : storage/test/test_asyncStatementExecution_transaction.cpp => storage/test/gtest/test_asyncStatementExecution_transaction.cpp
rename : storage/test/test_async_callbacks_with_spun_event_loops.cpp => storage/test/gtest/test_async_callbacks_with_spun_event_loops.cpp
rename : storage/test/test_binding_params.cpp => storage/test/gtest/test_binding_params.cpp
rename : storage/test/test_deadlock_detector.cpp => storage/test/gtest/test_deadlock_detector.cpp
rename : storage/test/test_file_perms.cpp => storage/test/gtest/test_file_perms.cpp
rename : storage/test/test_mutex.cpp => storage/test/gtest/test_mutex.cpp
rename : storage/test/test_service_init_background_thread.cpp => storage/test/gtest/test_service_init_background_thread.cpp
rename : storage/test/test_statement_scoper.cpp => storage/test/gtest/test_statement_scoper.cpp
rename : storage/test/test_transaction_helper.cpp => storage/test/gtest/test_transaction_helper.cpp
rename : storage/test/test_true_async.cpp => storage/test/gtest/test_true_async.cpp
rename : storage/test/test_unlock_notify.cpp => storage/test/gtest/test_unlock_notify.cpp
extra : rebase_source : dbb695c112564efa1945116be1a8435988982e74
2016-11-11 09:59:23 +11:00
Daniel Holbert a4b633bdc7 Bug 1319458: Mark <body> as display:none during pageload of talos glterrain test. r=jmaher
MozReview-Commit-ID: LdUVInFYrDn
2016-11-22 13:13:45 -08:00
Geoff Brown b752d59e3d Bug 1315749 - Run mochitest-chrome on Android x86; r=jmaher 2016-11-22 13:49:46 -07:00
elluls 393845e931 Bug 1302774: rename cross-opt to cross-opt-st-an; r=dustin
MozReview-Commit-ID: 4U6kJiaZCGa

--HG--
rename : testing/mozharness/configs/builds/releng_sub_mac_configs/64_cross_opt.py => testing/mozharness/configs/builds/releng_sub_mac_configs/64_cross_opt_st_an.py
extra : rebase_source : 2d68f8762a5ae62b6178f764603fa470aa3b89a7
2016-11-22 15:45:33 +00:00
Carsten "Tomcat" Book 8b27dda5d1 merge mozilla-inbound to mozilla-central a=merge 2016-11-22 15:53:05 +01:00
Nils Ohlmeier [:drno] 02f44dd0a3 Bug 1193731: onicegatheringstatechange web-platformtests should pass r=jib
MozReview-Commit-ID: AEAAS4dyPvy

--HG--
extra : rebase_source : e5be2c6cce10e9c8d0f507c71b7f267e0288b6e0
2016-11-19 23:13:03 -08:00
Ehsan Akhgari 6b394f0382 Bug 1318879 - Remove the app related code from mozprofile; r=ahal 2016-11-21 18:56:08 -05:00
Wes Kocher efeab1563a Backed out changeset 0cafbf944d89 (bug 1318879) for robocop failures a=backout 2016-11-21 13:01:21 -08:00
Thomas Wisniewski d1cae84099 Bug 1311798 - Align XMLHttpRequest.abort() with the spec. r=baku
--HG--
extra : rebase_source : 29002a6d139a08b706e54dfa4c32163632455e67
2016-11-21 01:30:00 -05:00
Ryan VanderMeulen 5f81c84a69 Bug 1317758 - Remove in-tree references to the linux64-cc and linux64-tsan jobs. r=Callek
--HG--
extra : rebase_source : 43446764b782c775f0bea942634c20c85d567aaf
2016-11-21 12:29:23 -05:00
Ehsan Akhgari 012349bc0f Bug 1318879 - Remove the app related code from mozprofile; r=ahal 2016-11-21 14:59:05 -05:00
Xidorn Quan 8f0f7a04c9 Bug 1315403 followup - Fix mochitest failure and lint error.
MozReview-Commit-ID: KKKCybofksU

CLOSED TREE
2016-11-22 13:59:47 +11:00
JW Wang a8b746d049 Bug 1318982 - Enable dormant for most media mochitests. r=jya
MozReview-Commit-ID: 7AXEhCmFUeR

--HG--
extra : rebase_source : fa42b09dda75c3385edc6f7decc240816195722b
extra : intermediate-source : 3376be75b913bbc3bd0920828f9e756982e9cac3
extra : source : ffee549ec036bc3ec1b9b1bccb26314c5adb5096
2016-11-02 16:56:38 +08:00
Conache Cristian 5d2a9d651a Bug 1315403-no whitespace between "!" and "important" in Declaration::AppendPropertyAndValueToString and Declaration::AppendVariableAndValueToStr, r=xidorn
MozReview-Commit-ID: BKGqEpn0utp

--HG--
extra : rebase_source : dab61f244d5ca7ec13603d55cbf091b9dd6400d7
2016-11-20 14:42:11 +02:00
Andrew Halberstadt 6adcf5b456 Bug 1317970 - Use manifestparser manifests for python unit tests, r=chmanchester
This deprecates PYTHON_UNIT_TESTS and replaces it with PYTHON_UNITTEST_MANIFESTS.
In the build system, this means python unittests will be treated the same as all
other test suites that use manifestparser. New manifests called 'python.ini' have
been created for all test directories containing python unittests.

MozReview-Commit-ID: IBHG7Thif2D

--HG--
extra : rebase_source : 11a92a2bc544d067946bbd774975140147458caa
2016-11-16 09:59:22 -05:00
Andrew Halberstadt 2d76b4f70d Bug 1317970 - Make mozbase tests use mozunit for consistent formatting, r=chmanchester
The mozbase unittests don't use mozunit, so their output is confusing in the log.
This makes mozbase output consistent with the rest of the python unittests.

MozReview-Commit-ID: AIs5mza8Rn6

--HG--
extra : rebase_source : 10f65e612f5b3cebb921c47699f5a8be7cd2ba5a
2016-11-17 16:36:18 -05:00
Andrew Halberstadt f395e4d6dd Bug 1317970 - Move mozsystemmonitor tests to a consistent directory structure, r=chmanchester
The mozsystemmonitor test is under mozsystemmonitor/mozsystemmonitor/test instead of
mozsystemmonitor/tests like all the other mozbase modules.

MozReview-Commit-ID: AIs5mza8Rn6

--HG--
rename : testing/mozbase/mozsystemmonitor/mozsystemmonitor/test/test_resource_monitor.py => testing/mozbase/mozsystemmonitor/tests/test_resource_monitor.py
extra : rebase_source : dde714fb9212f19d1f8ba566f574bd7e9d7c4030
2016-11-17 16:36:13 -05:00
Hiroyuki Ikezoe d9cefd6f9e Bug 1316050 - Wait for a single finish event itself instead of waiting two requestAnimationFrame and checking the event. r=birtles
Also we don't need to check the event time, it's out of scope of this test case.

MozReview-Commit-ID: JkbiiVPunGH

--HG--
extra : rebase_source : 4438091abfd7e55908ab15f543c6a4590acf45a6
2016-11-21 13:33:43 +09:00
Andreas Tolfsen dbe6213d3f Bug 1317344 - Remove unused Marionette configs from mozharness; r=whimboo
This removes gaia_desktop, gaia_emulator, marionette_emulator,
webapi_desktop, and webapi_emulator test suite definitions.

MozReview-Commit-ID: Lf8slbzKNLz

--HG--
extra : rebase_source : 4a60c0cd0d05cabd0af74c15a85929d943c867f6
2016-11-14 16:16:44 +00:00
Wander Lairson Costa b3d0305df8 Bug 1316077 part 3: Add in-tree config support to taskcluster_helper. r=jlund
If there is a property called 'installer_path', the job is from in-tree
config.

MozReview-Commit-ID: E5SIHyxp0dM

--HG--
extra : rebase_source : e0251636e8e55613d58e743d70469e6b1a2175a5
2016-11-18 16:52:16 -02:00
Wander Lairson Costa f53e07fcc5 Bug 1316077 part 2: remove taskcluster scheduler from mozharness. r=jlund
taskcluster-scheduler is deprecated. mozharness uses it to get the task
graph in order to discover the parent of a task.

We now use queue to get the task definition, which contains the
'requires' field.

MozReview-Commit-ID: 8IivfxLvxVA

--HG--
extra : rebase_source : 76ad3993d50cb3dccca6b56652eec9568f5e5abb
2016-11-18 16:52:16 -02:00
Henrik Skupin fdc0be20ab Bug 1318644 - Auto-detect application type if binary has been specified. r=automatedtester
MozReview-Commit-ID: 3ZLN4EyIujM

--HG--
extra : rebase_source : 5271e0b26b87c1dd4c0a0953412aa6aa06a1b52f
2016-11-21 16:28:46 +01:00
Andreas Tolfsen 45e80b0600 Bug 1317386 - Swap expectation of which button causes scroll; r=automatedtester
When we scroll the element into the bottom of the viewport, it is the
first button that does not cause a scroll.

MozReview-Commit-ID: 1zv3uyUcnRn

--HG--
extra : rebase_source : 1cc3835c5bbcba941bceb3be98fdaa9b6f91d6b9
2016-11-15 11:41:23 +00:00
Andreas Tolfsen 3c262bd4f4 Bug 1317386 - Test pointer interactability of first element in paint order; r=automatedtester
When returning the tree of interactable elemenets under the cursor, we
want to test the first one against the passed element, not that there
are _any_ interactable elements under the cursor.

MozReview-Commit-ID: AUvKAWKHgZk

--HG--
extra : rebase_source : 69563be46dbb18c4c814d6615b1bd2f97179b816
2016-11-15 11:21:32 +00:00
Andreas Tolfsen 5be6b803bf Bug 1317386 - Add test for overlay element after scroll; r=automatedtester
Add a test that checks that `scrollIntoView({block: "end", inline:
"nearest"})` works by placing the element at the bottom of the viewport,
where the overlay does not cover it.

MozReview-Commit-ID: Gzv9n17240G

--HG--
extra : rebase_source : 373c0da6c74bbf3953dc8b08e8b65929003b7d12
2016-11-14 21:12:00 +00:00
Andreas Tolfsen 3678abebb6 Bug 1317386 - Rewrite in-view centre point calcaulation; r=automatedtester
The old calcaulation to determine an element's in-view centre point was
wrong as pointed out in https://github.com/w3c/webdriver/issues/425,
and this is an implementation of the proposed algorithm which passes
real-world tests.

This also addresses https://github.com/w3c/webdriver/pull/441 which
checks if the `DOMRect` sequence returned from `getClientRects` is empty,
as it may be if the element's `display` style property is `none`.

MozReview-Commit-ID: 4uitUrviW2a

--HG--
extra : rebase_source : d9a3eefc9496500dffe74a28a117e29067a646f1
2016-11-14 21:10:08 +00:00
Andreas Tolfsen be2dd10746 Bug 1317386 - Check pointer interactability upon interaction; r=automatedtester
Checking for general interactability will also consider keyboard
interactability, which has not yet been implemented.  On interacting with
an element by clicking, we should only test for pointer interactability.

MozReview-Commit-ID: BUCs7zHppRm

--HG--
extra : rebase_source : 2053a49ee4bcb291299568902e9ac25cc747bc5e
2016-11-14 21:07:42 +00:00
Andreas Tolfsen cbe8e9b6dc Bug 1317386 - Scroll element into view at the bottom; r=automatedtester
When scrolling an element into view using `Element.scrollIntoView`,
use the `{block: "end", inline: "nearest"}` scroll position arguments,
which are equivalent to `Element.scrollIntoView(false)`.  This is what
other WebDriver implementations have used for a while, and we meant to
change to this sooner.

This ensures that the element appears at the bottom of the viewport
rather than the top, where overlaying menus with fixed style position
may more frequently appear.

In the future we might consider replacing this with `{block: "center"}`
which is specified in the CSSOM specification, but not yet implemented
in any browsers.

This implements https://github.com/w3c/webdriver/pull/440, which should
fix https://github.com/mozilla/geckodriver/issues/327.

MozReview-Commit-ID: BRMupP4fM89

--HG--
extra : rebase_source : 952edd6932b0f7e8b7d2694d428435508a4ffc8c
2016-11-14 21:06:50 +00:00
Carsten "Tomcat" Book a75ebc8c52 Merge mozilla-central to autoland 2016-11-21 15:47:42 +01:00
Carsten "Tomcat" Book 59bb309e38 merge mozilla-inbound to mozilla-central a=merge 2016-11-21 15:44:20 +01:00
Boris Chiou 367d3ab4dd Bug 1286151 - Part 6: Move tests of spacing on transform into wpt. r=hiro
Only replace addDiv with createDiv in spacing-keyframes-transform.html.
Others are the same.

MozReview-Commit-ID: JNSpyc6WNtP

--HG--
extra : rebase_source : 05af4176e85234e1d89023f1e74012d0e1481230
2016-11-15 16:50:47 +08:00
Boris Chiou eecc8c9ff7 Bug 1286151 - Part 5: Test. r=hiro
MozReview-Commit-ID: wORyuqtfj

--HG--
extra : rebase_source : d0e002c44ca54215f51129fdaf1ec93fa129ecab
2016-11-14 11:42:15 +08:00
Nicholas Hurley ad0fdc81aa Bug 1310855 - Remove hasNode xpcshell.ini variable r=mcmanus
MozReview-Commit-ID: Hx2e1JYfUfy

--HG--
extra : rebase_source : 70ffa6b9e38e357d797ef34a547d921e7a609410
2016-10-18 10:54:33 -07:00
Andreas Tolfsen ebbefec1e2 Bug 1316622 - Add timeout reset API to Marionette Python client; r=automatedtester,whimboo
This removes the `default_timeouts` internal state associated
with the Marionette client connection and introduces a new
API to reset all timeouts to their documented defaults in
`marionette_driver.timeouts.Timeout`.

MozReview-Commit-ID: 3xFWsYLngMp

--HG--
extra : rebase_source : a712985559c0c1d9cab3d08197a3351610fcb996
2016-11-17 13:28:20 +00:00
Andreas Tolfsen 49ca3755bc Bug 1316622 - Remove wait utility dependency on Marionette default timeout; r=whimboo
This was an ugly hack in the first place, and this seems like a good
opportunity to rectify it.

MozReview-Commit-ID: IB6Y8SlOfRn

--HG--
extra : rebase_source : b9968f01fa5da7319871ecaa145134479e595ab0
2016-11-16 15:21:08 +00:00
Andreas Tolfsen b980bd27cc Bug 1316622 - Correct Marionette timeouts tests; r=automatedtester,whimboo
MozReview-Commit-ID: 48JLDwc2sw4

--HG--
extra : rebase_source : 21f689abe584f3c9de98dafde07d85a8d0dc67fc
2016-11-10 21:06:00 +00:00
Andreas Tolfsen 0e34276dbf Bug 1316622 - Move wptrunner to new Marionette timeouts API; r=jgraham
MozReview-Commit-ID: 2ZnodSJ8L4S

--HG--
extra : rebase_source : 3238346e6dac3879303927514dde90a9f7c99ba5
2016-11-10 21:05:28 +00:00
Andreas Tolfsen 7fcd7083ec Bug 1316622 - Move Marionette harness tests to new timeouts API; r=whimboo
MozReview-Commit-ID: LXjifQ11xI4

--HG--
extra : rebase_source : 4ca118785b8c672f828e1df8684851eec76cca60
2016-11-10 21:04:20 +00:00
Andreas Tolfsen 827c3d80b6 Bug 1316622 - Move Marionette unit tests to new timeouts API; r=automatedtester,whimboo
MozReview-Commit-ID: D6AmUsqMHQv

--HG--
extra : rebase_source : edf1454648c5a27b17e8e35343a5f0d05c91db12
2016-11-10 21:03:21 +00:00
Andreas Tolfsen 0a92d2db52 Bug 1316622 - Deprecate old Marionette timeouts API; r=automatedtester,whimboo
This ensure backwards compatible for consumers.

MozReview-Commit-ID: J2VOiB08xxV

--HG--
extra : rebase_source : 672b17642aa1463a9f65612c6494885a05d354fa
2016-11-10 21:01:41 +00:00
Andreas Tolfsen 57db3d8819 Bug 1316622 - New timeouts inteface in Marionette Python client; r=automatedtester
Introduce a new interface for managing timeouts in the Marionette
Python client.

MozReview-Commit-ID: JHojs7rWBz5

--HG--
extra : rebase_source : 388b8b3f30f07b95bf40edc57d13ffe5a7d5c502
2016-11-10 21:00:23 +00:00
Andreas Tolfsen 0db3d11874 Bug 1316622 - Move internal interface construction last; r=automatedtester
No functional changes.

MozReview-Commit-ID: 2reL23EOCVq

--HG--
extra : rebase_source : 962009138daceffe0e9132738872ec2830499ff9
2016-11-10 20:57:10 +00:00
Andreas Tolfsen 2a41f328ab Bug 1316622 - Make implicit wait timeout default to 0; r=automatedtester
The WebDriver specification mandates that the implicit wait timeout should
default to 0 (off), which in Marionette has the same effect as null.

MozReview-Commit-ID: Ca3RxO7gHv8

--HG--
extra : rebase_source : 5a804614b0bdf99c7d1241bbc06f3566f127b32f
2016-11-10 20:56:26 +00:00
Andreas Tolfsen 57445ac21f Bug 1316622 - Rename Marionette command timeouts to setTimeouts; r=automatedtester,whimboo
This renames the `Marionette:timeouts` command
to `Marionette:setTimeouts`.  It should be fine to make this
backwards incompatible change as the `Marionette.set_script_timeout`,
`Marionette.set_search_timeout`, and `Marionette.set_page_load_timeout`
commands all have existing try...except behaviour for another backwards
incompatible change in Firefox 52.

MozReview-Commit-ID: 58RrXhE2tN3

--HG--
extra : rebase_source : 67a52d6c48d5c94fdd4eb4e1120223778a83e0c2
2016-11-10 18:29:55 +00:00
Phil Ringnalda 89e92b0c3b Merge m-c to autoland 2016-11-22 21:33:35 -08:00
Neerja Pancholi 9435e5a0fa Bug 1318530 - Add new test 'tsvg_static' to talos.json r=jmaher
MozReview-Commit-ID: 3ngnHv99CPP

--HG--
extra : rebase_source : a43e46618a31615627502a0297647d35f4deb0c0
2016-11-18 16:33:03 -08:00
Neerja Pancholi 13dbcfdc35 Bug 1318530 - Add boilerplate code to test.py to enable new test suite 'tsvg_static'. r=jmaher
MozReview-Commit-ID: 2X194dSromV

--HG--
extra : rebase_source : 8a6310969e1431629f1ac7e5a33a5e7a0bb13e57
2016-11-17 17:22:08 -08:00
Neerja Pancholi 109849cf85 Bug 1318530 - Split talos test suite 'svgx' by moving all static tests to new suite 'svg_static'. r=jmaher
MozReview-Commit-ID: LQAduvQE4v6

--HG--
rename : testing/talos/talos/tests/svgx/composite-scale-opacity.svg => testing/talos/talos/tests/svg_static/composite-scale-opacity.svg
rename : testing/talos/talos/tests/svgx/composite-scale-rotate-opacity.svg => testing/talos/talos/tests/svg_static/composite-scale-rotate-opacity.svg
rename : testing/talos/talos/tests/svgx/composite-scale-rotate.svg => testing/talos/talos/tests/svg_static/composite-scale-rotate.svg
rename : testing/talos/talos/tests/svgx/composite-scale.svg => testing/talos/talos/tests/svg_static/composite-scale.svg
rename : testing/talos/talos/tests/svgx/gearflowers.svg => testing/talos/talos/tests/svg_static/gearflowers.svg
rename : testing/talos/talos/tests/svgx/svgx.manifest => testing/talos/talos/tests/svg_static/svg_static.manifest
extra : rebase_source : c726d56d512cf0a1b0614ed79ab008a411057708
2016-11-17 16:22:50 -08:00
Andrew Halberstadt 8ab30217fe Bug 1318841 - Ensure desktop1604-test docker image downloads the run-wizard binary from vcs, r=jmaher
This image currently has a version of the "run-wizard" binary baked in. This is out of date from the
canonical copy under taskcluster/scripts. This patch just copies what the "desktop-test" image does
by downloading that binary from version control.

MozReview-Commit-ID: Eg4x8slf3X9

--HG--
extra : rebase_source : 89e3dc5716c4bfb46ab807cc15df3e1e329a93d6
2016-11-22 10:57:48 -05:00
Kris Maglione 1390ab41bf Bug 994255: Add included and parent test manifest files to backend inputs list. r=gps
MozReview-Commit-ID: EvMt0ojZGFr

--HG--
extra : rebase_source : ccdf62dde1d315495e7effbdd824c2a2c14099f2
2016-11-18 14:52:54 -08:00
Carsten "Tomcat" Book 50f8f4ff5e Merge mozilla-central to autoland 2016-11-28 16:48:44 +01:00
Henrik Skupin b6da213845 Bug 1299414 - Always reset timeout parameters for a new session. r=ato
MozReview-Commit-ID: 7ubF630qNo7

--HG--
extra : rebase_source : 23d31a9770d0f25b0d2151fa4405c0a80e9819e5
2016-11-28 15:26:33 +01:00
Henrik Skupin d892209f99 Bug 1312674 - Navigating to about:blank for a new docshell should not timeout. r=ato
MozReview-Commit-ID: 3nmqJKEmu0p

--HG--
extra : rebase_source : 0c75d7259f9c377087300c8c3d2d59724614ed10
2016-11-28 13:32:11 +01:00
Boris Zbarsky 0b51e4d979 Bug 1318576. Remove entries from a form's past names map when an element is removed from the form, even if that element doesn't have a name or id anymore. r=baku 2016-11-21 12:34:02 -05:00
Sebastian Hengst 53e819cf3c Backed out changeset de975fd9cbf6 (bug 1318879) for mass mochitest failures. r=backout on a CLOSED TREE 2016-11-21 17:32:30 +01:00
Ehsan Akhgari 1f07859636 Bug 1318879 - Remove the app related code from mozprofile; r=ahal 2016-11-21 09:55:25 -05:00
Nick Alexander 02dfda0344 Bug 1285608 - Part 2: Make --artifact handle Android builds. r=chmanchester,maja_zf
I'm not a fan of introducing a new configuration flags (and not
knowing where or how to document it!), but there's a clear need for
configuration in the absence of a documented way to add a coherent
"artifact build dimension" akin to "opt/debug".  I like adding a
subtle tri-state flag even less, but I tried this with two flags
(ignore and build-variant) and it was worse, so I'm rolling with a
tri-state flag.

MozReview-Commit-ID: KTNvacTBUXB

--HG--
extra : rebase_source : 950373677c78c4f7ab574386d1894024f1ca3b12
2016-11-29 19:52:01 -08:00
Nick Alexander 5ebc0b666e Bug 1285608 - Part 1: Add Android moz.build and Gradle artifact build configs. r=maja_zf
MozReview-Commit-ID: AXh5ueeUs38

--HG--
rename : mobile/android/config/mozconfigs/android-api-15-gradle/nightly => mobile/android/config/mozconfigs/android-api-15-gradle/nightly-artifact
rename : mobile/android/config/mozconfigs/android-api-15-gradle/nightly => mobile/android/config/mozconfigs/android-api-15/nightly-artifact
rename : testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15.py => testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_artifact.py
rename : testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_gradle.py => testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_gradle_artifact.py
extra : rebase_source : df6670faf970017c5a54e49392fce0c4f1f166a9
extra : source : 6185cc11608ffb623bb534a8e64b72ec08efbf4e
2016-11-29 20:10:31 -08:00
Andreas Tolfsen b3b4a6d800 Bug 1320629 - Increase timeout of test_window_set_timeout_is_not_cancelled; r=whimboo
As debug builds are inherently slow, we need to increase the wait
time before triggering the `setTimeout` callback so that the next
`marionette.execute_script` statement has time to run.

MozReview-Commit-ID: IAgicNAmVA6

--HG--
extra : rebase_source : dcb0ae95265e28e08c257260eff426d87a6340af
2016-11-28 11:11:31 +00:00
Andreas Tolfsen 0be98ed1ef Bug 1150527 - Remove unusued InstallGeckoError type; r=automatedtester
It does not appear to be used in m-c.

MozReview-Commit-ID: EAr0g3VJNi4

--HG--
extra : rebase_source : 0881d56dad82ce39710934cf4fdd71c21b7d5ed6
2016-11-16 16:27:19 +00:00
Andreas Tolfsen 3cd5fa1d51 Bug 1150527 - Remove error numbers from Marionette Python client; r=automatedtester
MozReview-Commit-ID: IGAdxItviaz

--HG--
extra : rebase_source : 88016c33782f19bee602a69a24ee487e522895f3
2016-11-16 16:21:06 +00:00
Andreas Tolfsen f716b437df Bug 1317733 - Simplify Marionette component file names; r=automatedtester
MozReview-Commit-ID: 3byVSqpkr9

--HG--
rename : testing/marionette/components/marionettecomponent.js => testing/marionette/components/marionette.js
extra : rebase_source : 5db9377612c52bc636d55215f5dd7852ce0650bb
2016-11-15 17:16:23 +00:00
Andreas Tolfsen 3fd41bd102 Bug 1317733 - Stop packaging specialpowers with Marionette; r=automatedtester
Marionette does not use specialpowers any more and it is pointless to
include it in the Marionette jar.

MozReview-Commit-ID: 8tzSO4VsMA7

--HG--
extra : rebase_source : a2a78e5a37a444b1d04dcae25551c8cbcc3aca61
2016-11-15 15:59:33 +00:00
Andreas Tolfsen 25e7517b5a Bug 1317462 - Add test for processId capability; r=automatedtester
MozReview-Commit-ID: 34SUFLf3F6

--HG--
extra : rebase_source : ea2addcc50889a22eaefa2381084c24b016d6ead
2016-11-15 10:51:53 +00:00
Andreas Tolfsen bf24b8862b Bug 1317462 - Remove screenshot capabilities from Marionette; r=automatedtester
MozReview-Commit-ID: EVdiixG6dsD

--HG--
extra : rebase_source : 7cf09ebd0f0129387dcfd04eb4246a38e5a8c293
2016-11-15 00:32:22 +00:00
Andreas Tolfsen e7ed8dffd5 Bug 1317462 - Remove platform capability from Marionette; r=automatedtester
MozReview-Commit-ID: FKdRazfHHJG

--HG--
extra : rebase_source : 83dd1b62febac91e131026fc50fc2d8a09bcf3f7
2016-11-15 00:31:05 +00:00
Andreas Tolfsen 0ea3820108 Bug 1317462 - Remove appBuildId capability from Marionette; r=automatedtester
MozReview-Commit-ID: DoHaLMtGLEL

--HG--
extra : rebase_source : 93e99390e23db23eba90a6eb01acbd87e359ddaa
2016-11-15 00:28:31 +00:00
Andreas Tolfsen 47131541d9 Bug 1317462 - Remove XULappId capability from Marionette; r=automatedtester
MozReview-Commit-ID: 5kgY3SAYFrr

--HG--
extra : rebase_source : 8184b020c6e4b7a43e776d421fad84129ffac1ac
2016-11-15 00:23:31 +00:00
Andreas Tolfsen 588a3d5f36 Bug 1317462 - Remove version capability from Marionette; r=automatedtester
MozReview-Commit-ID: 2XtugK0mJrj

--HG--
extra : rebase_source : 8776fbde8dbf1e5b7ccb60176ae24f027979e5b2
2016-11-15 00:22:15 +00:00
Gregory Szorc 85ac5969fd Bug 1318200 - Mozharness configs for building with stylo; r=ted
We add opt and debug mozconfigs that enable stylo.

We define 2 new mozharness build configurations for stylo builds. These
occur only on Linux64 for the moment.

The mozharness configs are mostly copypasta. This is how you do things
in mozharness land.

MozReview-Commit-ID: 99XNOymw9Dx

--HG--
extra : rebase_source : d89ddd907ed96697f62637859f6f719601e03b01
2016-11-17 17:25:18 -08:00
Carsten "Tomcat" Book a69c372ef1 Merge mozilla-central to autoland 2016-11-18 16:57:20 +01:00
Carsten "Tomcat" Book 866da9f9c6 merge mozilla-inbound to mozilla-central a=merge 2016-11-18 16:51:17 +01:00
Phil Ringnalda 899b0c96bb Backed out changeset 3891a7e1ba76 (bug 1261197) for 100% red Win8 debug xpcshell runs
MozReview-Commit-ID: 5cNYd2jjwup
2016-11-17 20:48:59 -08:00
Phil Ringnalda e3b53628aa Merge m-c to m-i
MozReview-Commit-ID: GwBaSZdoAZK
2016-11-17 20:33:59 -08:00
Phil Ringnalda 61baa2aa9a Merge m-i to m-c, a=merge
MozReview-Commit-ID: A3wgReQAalj
2016-11-17 19:21:20 -08:00
Sebastian Hengst 9318d3bb24 Backed out changeset a236e690e2f6 (bug 1147911) 2016-11-18 00:58:52 +01:00
Ehsan Akhgari 5cc591dc59 Bug 1318209 - Remove mozIApplication; r=baku 2016-11-17 10:12:43 -05:00
Phil Ringnalda ae361307c7 Merge m-c to autoland 2016-11-17 20:11:25 -08:00
Paul Yang eb378cc136 Bug 1261197 - Use StructuredOutputParser for parsing xpcshell test results r=ahal
MozReview-Commit-ID: 3kg8oEAecR7

--HG--
extra : rebase_source : de7b49e12bea9807d77ac0df7b15cfc5beda0c45
2016-11-08 11:17:42 +08:00
Bob Clary b43b4345da Bug 1318001 - Autophone - mozdevice - adb*.py - properly split lines from shell output, r=gbrown. 2016-11-17 09:21:06 -08:00
Bob Clary 2c776a4858 Bug 1245347 - [Autophone|mozdevice] - increase mozdevice version to 0.49, r=wlach. 2016-11-17 09:21:06 -08:00
Bob Clary 18f2b61b73 Bug 1245347 - [Autophone|mozdevice] - is_device_ready should not require root to check the ready_path, r=wlach. 2016-11-17 09:21:06 -08:00
Bob Clary 87156f5bf5 Bug 1245347 - [Autophone|mozdevice] - catch initial ADBRootError during initialization if root is not supported, r=wlach. 2016-11-17 09:21:06 -08:00
Bob Owen c9055e97ff Bug 1147911 Part 3: Add remote type parameter to forceInitialBrowserRemote. r=gijs
Also change talos pageloader.js to force type to match test URLs.
2016-11-17 15:48:52 +00:00
Mike Shal ad4478f15e Bug 1183613 - Cross compile universal OSX builds in Taskcluster; r=froydnj,ted
MozReview-Commit-ID: HNTqiVF9gov

--HG--
extra : rebase_source : 3e02cd433e45f4bb5759f093aaccade2d49745c3
2016-10-21 13:54:10 -04:00
James Graham 92bba80dea Bug 1312676 - Reuse the same window for reftests, r=Ms2ger
MozReview-Commit-ID: kGIoK8QfAe

--HG--
extra : rebase_source : 2138a5488ab3b9135a0096b630c1066855a5300b
2016-10-19 10:44:07 +01:00
Jonas Finnemann Jensen 01036edcf4 Bug 1318466 - Fix image_builder to fail if docker socket returns 404. r=dustin
MozReview-Commit-ID: sgjfYiAqtT

--HG--
extra : rebase_source : a8433a408d774225a04245f4127e15dd8e4530cf
2016-11-17 14:58:13 -08:00
Carsten "Tomcat" Book 2c792af8f0 Merge mozilla-central to mozilla-inbound 2016-11-17 14:39:33 +01:00
Carsten "Tomcat" Book e0ff800a74 merge mozilla-inbound to mozilla-central a=merge 2016-11-17 14:34:44 +01:00
Wes Kocher a3307e8f09 Merge m-c to inbound, a=merge CLOSED TREE 2016-11-16 17:17:05 -08:00
Wes Kocher f9e9d69899 Merge inbound to m-c a=merge CLOSED TREE 2016-11-16 17:07:26 -08:00
Wes Kocher aa3b64b5f5 Merge autoland to central, a=merge 2016-11-16 16:42:21 -08:00
Eric Rahm 4ec2c95fa7 Bug 1316729 - Pass command-line args to gtest. r=ted
MozReview-Commit-ID: 8Xs52E9NnCq
2016-11-16 13:04:11 -08:00
Aryeh Gregor 0e4353d48a Bug 1002256 - Support CompositionEvent constructor; r=bkelly
All other browsers support a constructor here.  Per current spec, the
constructor does not support .locale, although initCompositionEvent
does.  If we ever decide to standardize .locale, the constructor can be
updated at that point.  (Edge also supports .locale in
initCompositionEvent but not the constructor.  Chrome doesn't support
.locale at all.)
2016-11-16 22:16:22 +02:00
Nick Thomas 73ba25c19b Bug 1317469 - SHA512SUMS of Firefox for Android doesn't contain APKs, r=jlund DONTBUILD
--HG--
extra : amend_source : 8bab65c96368ca13d42a5df32091845c6747885c
2016-11-17 11:08:31 +13:00
Carsten "Tomcat" Book d2ed86fefb merge autoland to mozilla-central a=merge 2016-11-16 14:04:04 +01:00
Ehsan Akhgari 1488007b30 Bug 1318206 - Remove some unused code for clearing app data; r=baku,mcmanus 2016-11-17 08:30:21 -05:00
Wes Kocher efcb1644e4 Back out revision 775eb155363c (bug 1304656) for causing regressions in update tests a=backout 2016-11-15 15:25:35 -08:00
Benjamin Smedberg 00f9f7a30c Bug 1314350 - Port TestTXMgr to gtest. This removes the framework for testing object destruction order because that was already non-deterministic due to the cycle collector, r=masayuki
MozReview-Commit-ID: vK4iYmytgt

--HG--
extra : rebase_source : fc4be47bf0e68777aaf45250b339cf0d3d332240
extra : source : bb1325166026fec5e13db34eca7588ce18c94505
2016-11-15 13:06:05 -05:00
Carsten "Tomcat" Book 8cfa5253e8 merge mozilla-inbound to mozilla-central a=merge 2016-11-15 12:26:41 +01:00
Chun-Min Chang c6e16993f7 Bug 1289974 part 2: Disable web-platform-test for allowing popup temporarily; r=smaug
MozReview-Commit-ID: K8JnQgcPNzu

--HG--
extra : rebase_source : 1e9020bd57f98d6705a2e35e069bd8419e628e46
2016-11-15 11:08:34 +08:00
Chun-Min Chang a566bffe3b Bug 1289974 part 1: Device selection for presentation API on Desktop; r=mconley
MozReview-Commit-ID: KKT8xsafuAQ

--HG--
extra : rebase_source : 1582ee92dd20b685d5404eb2b7a928de8ee57cb7
2016-11-15 11:07:09 +08:00
Hiroyuki Ikezoe 2cb872e64c Bug 1304886 - Part 10: Add rotate3d test case. r=boris
MozReview-Commit-ID: 6gDhughPrps

--HG--
extra : rebase_source : 9944e9574411a068f79b6f6276787347ad97135b
2016-11-16 20:32:33 +09:00
Hiroyuki Ikezoe 0ed742577b Bug 1304886 - Part 9: Accumulate mismatched transform list properly. r=boris
MozReview-Commit-ID: LTz4TkCsMbQ

--HG--
extra : rebase_source : d7213a0616fba5d4af393b3d7496a2b9a340c90e
2016-11-16 20:32:33 +09:00
Hiroyuki Ikezoe ae9b44e039 Bug 1304886 - Part 1: Make StyleAnimationValue::Accumulate() infallible. r=birtles
MozReview-Commit-ID: 9ve3k6a3eAg

--HG--
extra : rebase_source : af536ae0bf9dc7ad26003422d971c3cbdb30e390
2016-11-16 20:32:26 +09:00
Ting-Yu Lin 55e3c801ba Bug 1271549 - Remove details and summary preference. r=bz
Bug 1259889 Part 2 [1] cannot be reverted cleanly, so I manually undo those
changes in this patch. That is, remove the ability for html.css to
invalidate dynamically since it was added specifically for details element.

Although reftest-stylo.list explicit mentions "DO NOT EDIT!", but I still
remove details pref from the file, since it doesn't harm to edit it anyway.

[1] https://hg.mozilla.org/mozilla-central/rev/30aaf3805b56

MozReview-Commit-ID: FsyTGQTxujh

--HG--
extra : rebase_source : 25e5a05a8a5a47642772da69f427631fa07e232d
2016-11-16 14:02:58 +08:00
Wes Kocher 609b9922f7 Merge m-c to autoland, a=merge 2016-11-16 17:29:05 -08:00
Michelangelo De Simone 1c12c5271d Bug 1313788 - Remove DOM/wifi and related code. r=jst
MozReview-Commit-ID: BRT6bSvPpT

--HG--
extra : rebase_source : c5ae9e88e80ae1a9c46bf80439388bd9ef2ba4df
2016-11-08 15:02:45 -08:00
Rail Aliiev 146b6bf411 Bug 1317593 - Fix logic in settings vcs_share_base r=gps
MozReview-Commit-ID: 7GVvOjNESqZ

--HG--
extra : rebase_source : 283654f69f5992f34b5431ed9ad7c25c3724951d
2016-11-15 06:17:51 +01:00
Andreas Tolfsen 298eedf64c Bug 1317330 - Increase Mn verbosity for all mozharness initiated runs; r=whimboo
Following bug 1311116 which reduces the Marionette log verbosity for local
builds, this increases it on on all try jobs through passing the `-vv`
(very verbose, equating to `Log.Level.Trace`) flag to the Marionette
test harness.

MozReview-Commit-ID: ELGgJph6QZo

--HG--
extra : rebase_source : 1e3d957ef6c6f058f06f21b32bfb3bd3f1d8a38d
2016-11-14 16:10:58 +00:00
Gregory Szorc d28e124637 Bug 1317999 - Remove TODO about supporting Windows because it works; r=me
MozReview-Commit-ID: 2V0Ej8yqON7

--HG--
extra : rebase_source : 6db874e3bc8491cd0d56af8e3518a3a5af23b875
2016-11-16 13:16:58 -08:00
Rob Wood 94cd3ceb48 Bug 1234500 - Allow mach talos-test to download tp5 pageset; r=jmaher
MozReview-Commit-ID: Jj5H3G2hLg0

--HG--
extra : rebase_source : a344bbf0b7b1d7631581b5695b11305451d98437
2016-11-07 19:35:12 -05:00
Benjamin Smedberg 067ef5e9f7 Bug 1314378 part B - port TestStartupCache to gtest, r=froydnj
MozReview-Commit-ID: LTz4slzIkjH

--HG--
extra : rebase_source : 852ca996bd042d9c363b79bf47a037f83f3cf804
extra : source : 4585a7b6f3ce8c8dc7b7e043e0fae86f8e5ee392
2016-11-11 11:57:08 -05:00
Joel Maher 15b1c3dd86 Bug 1316629 - migrate dom/html/test/test_img_complete.html to web-platform-test. r=jgraham
MozReview-Commit-ID: 7tyxMzVQ1g2

--HG--
rename : dom/html/test/image.png => testing/web-platform/tests/html/semantics/embedded-content/the-img-element/image.png
2016-11-16 09:43:53 -05:00
Ehsan Akhgari eac76d9772 Bug 1310845 - Remove support for mozapp iframes; r=fabrice,jryans,baku,mcmanus
This patch removes support for mozapp iframes, leaving support for
mozbrowser iframes intact.  Some of the code has been rewritten in order
to phrase things in terms of mozbrowser only, as opposed to mozbrowser
or app.  In some places, code that was only useful with apps has been
completely removed, so that the APIs consumed can also be removed.  In
some places where the notion of appId was bleeding out of this API, now
we use NO_APP_ID.  Other notions of appId which were restricted to this
API have been removed.
2016-11-16 09:13:38 -05:00
Carsten "Tomcat" Book e7ca75286b Merge mozilla-central to inbound 2016-11-16 14:53:15 +01:00
Carsten "Tomcat" Book 3eacc680db Backed out changeset 7d1f7dd996f7 (bug 1310845) 2016-11-16 14:50:44 +01:00
Dan Minor 77356a7daa Bug 1317009 - Port jsep_session_unittest and jsep_track_unittest to xul gtest; r=bwc
MozReview-Commit-ID: spuZSAnSDC

--HG--
rename : media/webrtc/signaling/test/jsep_session_unittest.cpp => media/webrtc/signaling/gtest/jsep_session_unittest.cpp
rename : media/webrtc/signaling/test/jsep_track_unittest.cpp => media/webrtc/signaling/gtest/jsep_track_unittest.cpp
extra : rebase_source : 1f251167ef24d55bfbb7cd8b09b9fc5a65540724
2016-11-15 09:35:14 -05:00
Henrik Skupin e7ac0bc0db Bug 1316987 - Improve handling of preferences for default branch and complex values. r=automatedtester
MozReview-Commit-ID: 18BNm7YiKR5

--HG--
rename : testing/marionette/harness/marionette/tests/unit/test_using_prefs.py => testing/marionette/harness/marionette/tests/unit/test_prefs.py
extra : rebase_source : a4859e894f93ad63c992c59376e44fdf51650e49
2016-11-15 16:06:18 +01:00
Henrik Skupin 5ca58a66b6 Bug 1316707 - Remove B2G related code from Marionette client. r=ato
MozReview-Commit-ID: 1GjCDSmpROY

--HG--
extra : rebase_source : 30ed6244f9654d8b4c6e3e3c153b59e30aef287a
2016-11-10 22:17:59 +01:00
Henrik Skupin c5ea19608a Bug 1316707 - Remove B2G related code from Marionette harness. r=ato,automatedtester
MozReview-Commit-ID: 4v3etTqMFxf

--HG--
extra : rebase_source : 562441de31d16e7e0073030f83caeb323bd62973
2016-11-14 17:24:55 +01:00
Henrik Skupin 1ef523f608 Bug 1316707 - Remove B2G mach command for Marionette. r=ato
MozReview-Commit-ID: DXBObRkyiUA

--HG--
extra : rebase_source : 4f91837af893459de94ce2924c1dcf8487abe726
2016-11-11 09:54:55 +01:00
Henrik Skupin 09e17e0d52 Bug 1316707 - Remove Marionette B2G update tests. r=rstrong
MozReview-Commit-ID: Kh0i6hWTZTp

--HG--
extra : rebase_source : aa68ebb186f11ff3202b9079430b738eb4a4f4f3
2016-11-10 22:55:29 +01:00
Henrik Skupin e606a3db6c Bug 1316707 - Remove Marionette unit tests for B2G. r=ato,maja_zf
MozReview-Commit-ID: B1pQqL17Ug9

--HG--
extra : rebase_source : 2748d0f506ad09889a17e1fcdfb7a8a1e25409f6
2016-11-10 21:41:11 +01:00
Henrik Skupin 1c799bc556 Bug 1316687 - Make use of the default value for "app.update.url" because "app.update.url.override" was removed. r=maja_zf
MozReview-Commit-ID: CbsDNExDtct

--HG--
extra : rebase_source : e36060bd645688c01832b18d1c08560d0e172eda
2016-11-17 13:08:04 +01:00
Wes Kocher 0cdd04ad48 Backed out 2 changesets (bug 1289974) for pgo xperf failures a=backout
Backed out changeset 32fcb004c724 (bug 1289974)
Backed out changeset 9509a063368d (bug 1289974)
2016-11-14 16:18:14 -08:00
Henrik Skupin 324b2e786a Bug 1304004 - Fix regression in firefox-ui security tests caused by bug 1303291. r=keeler
MozReview-Commit-ID: Co7efI9jgeC

--HG--
extra : rebase_source : eed286ae2b379058c59385a98d208e8f3bec87e7
2016-11-14 21:09:16 +01:00
Henrik Skupin d2e409c560 Bug 1317270 - Allow to set preference values on the default branch. r=maja_zf
MozReview-Commit-ID: BOUMMmmGwrX

--HG--
extra : rebase_source : d3f2adf80511835ed7673b44540c66c43175c3cc
2016-11-14 14:13:04 +01:00
Chun-Min Chang 3992efb21c Bug 1289974 part 2: Disable web-platform-test for allowing popup temporarily; r=smaug
MozReview-Commit-ID: 3SZe8x1xYDD

--HG--
extra : rebase_source : c6ed532b52b7cee65f71a086c55a77616d2a1590
2016-11-14 22:11:31 +08:00
Andreas Tolfsen db5039c9f6 Bug 1311116 - Use info level logging in Marionette debug builds; r=automatedtester
Increase the default logging level for debug builds to `Log.Level.Info`.
If we desire a finer log level for debug builds on try jobs, we can
set the `marionette.logging` preference from the Marionette client in
the future.

MozReview-Commit-ID: 2vspGheBodq

--HG--
extra : rebase_source : 8f48cff0110e1f6572cedcda73884cfd48d69453
2016-11-10 16:09:38 +00:00
Henrik Skupin 598a97735f Bug 1316962 - Bump timeout for downloading updates to 12 minutes. r=rail
MozReview-Commit-ID: AwQIkp6yELl

--HG--
extra : rebase_source : aa6e28d6231065bf2fe858ca74c4c1888b224615
2016-11-14 12:44:29 +01:00
Thomas Nguyen b30589a1ae Bug 1264792 - Update web platform tests of fetch and serviceworker. r=bkelly
MozReview-Commit-ID: 4btKCi5ZvZ2

--HG--
extra : rebase_source : 66ca67840b54226e68343ad88eb06c8fc0d06bb8
2016-11-14 15:15:37 +08:00
Carsten "Tomcat" Book c7a033c3e2 merge mozilla-inbound to mozilla-central a=merge 2016-11-14 10:22:06 +01:00
Andrew Halberstadt fef26faf4b Bug 1309060 - Run |mach python-test| in parallel from make check, r=gps
This duplicates code in client.mk to retrieve the number of cores. We should
probably just get the build system to define a global variable for this, but
I don't know how to do that.

MozReview-Commit-ID: CfAGbVMJXXT

--HG--
extra : rebase_source : 74fb1d1bcbeaafcde602f238a64198ff3ae6935e
2016-10-11 16:06:35 -04:00
Andrew Halberstadt ffb7cb0b99 Bug 1309060 - Ignore "No such process" when trying to find pgid in mozprocess, r=gps
For some reason calling os.getpgid(proc.pid) in this bug results in an OSError "No such process"
on OSX. This bug is starting the ProcessHandler from a concurrent.futures Thread, that must be
somehow related.

I tried debugging this, but couldn't figure out why this is happening. However, the pgid is not
needed for this use case, and simply ignoring the error works. We also ignore this very same
exception when calling os.getpgid elsewhere in mozprocess, so there must be some weird OSXism
happening.

MozReview-Commit-ID: 2YXhBaORC5s

--HG--
extra : rebase_source : 120e4bff7ef29d2a0ad1e3bdd2df11b8b682d981
2016-11-03 10:24:11 -04:00
Gregory Szorc 914b29afa7 Bug 1315410 - Isolate perfherder metrics by build type; r=ted
Currently, artifact, static analysis, and valgrind build metrics go to
the same bucket as non-artifact build metrics. This results in
bi-modal metrics.

In this commit, we introduce a "perfherder_extra_options" config
value which is concatenated with the auto-derived values. We change
mozharness configs to add appropriate entries for various build
configurations.

I'm not keen on adding more functionality to mozharness. But this is
easier than having BuildMixin read state from the build system. I also
like the easy extensibility of this mechanism.

MozReview-Commit-ID: BBWA4ZsZ0cp

--HG--
extra : rebase_source : e6545f8fbd442da5d7ea62a6778d3c6274d5306c
2016-11-07 14:30:07 -08:00
Andrew Halberstadt f5673bd1ad Bug 1316309 - Use mozcrash.kill_and_get_minidump() in xpcshell instead of automation.py, r=ted
There are a number of things that were going wrong with XPCShell on windows, this patch address them:

1) We were erroring out in Automation.killAndGetStack(), both failing to produce a minidump and failing
to kill the process. This patch fixes both these issues by using mozcrash instead.

2) Occasionally we were occasionally raising a psutil.NoSuchProcess error when attempting to kill the
process after the test. This appears to be caused by a race condition, but is safe to ignore as if the
process doesn't exist, then we don't need to kill it.

3) Spurious "Unable to remove directory" errors in cleanup. This uses mozfile.remove to remedy this.

MozReview-Commit-ID: 1g5qO8fpM7R

--HG--
extra : rebase_source : d8508d0f07e537e0b27e3377ccdbc20e1177d110
2016-11-09 10:32:46 -05:00
J. Ryan Stinnett 1c2f705d96 Bug 1291815 - Wait for requests to settle between DAMP subtests. r=ochameau
MozReview-Commit-ID: 2WH1QquOclP

--HG--
extra : rebase_source : 4f889bcb4978e97ac67ce0b0be8e006024d8f03f
2016-09-29 16:51:15 -05:00
Gregory Szorc f9f6c9d3fc Bug 1315441 - Handle missing aws_instance_type key; r=ted
The previous code threw and logged an exception. TreeHerder found
this (harmless) warning and reported it as something more dangerous.

So handle the missing key without raising.

MozReview-Commit-ID: 4zBHrgBBXpe

--HG--
extra : rebase_source : 9959338312942730880cb110615c60a7601da167
2016-11-07 15:42:20 -08:00
Carsten "Tomcat" Book 17a7875e17 Merge mozilla-central to autoland 2016-11-17 14:46:26 +01:00
Dan Minor df1e61fa98 Bug 1308433 - In automation methods, when startTime is < AudioContext.currentTime, clamp to AudioContext.currentTime; r=padenot
MozReview-Commit-ID: ImnxgOiIdnG

--HG--
extra : rebase_source : 57f874281bf9cbb97b6f52bbb3f138b5c35edcc7
2016-11-08 09:29:35 -05:00
Iris Hsiao d4c39fd92a Backed out changeset 4585a7b6f3ce (bug 1314378) 2016-11-16 15:30:52 +08:00
Ehsan Akhgari cb369370b3 Bug 1310845 - Remove support for mozapp iframes; r=fabrice,jryans,baku,mcmanus
This patch removes support for mozapp iframes, leaving support for
mozbrowser iframes intact.  Some of the code has been rewritten in order
to phrase things in terms of mozbrowser only, as opposed to mozbrowser
or app.  In some places, code that was only useful with apps has been
completely removed, so that the APIs consumed can also be removed.  In
some places where the notion of appId was bleeding out of this API, now
we use NO_APP_ID.  Other notions of appId which were restricted to this
API have been removed.
2016-11-15 18:31:46 -05:00
Boris Zbarsky b33a2ef31b Bug 1317466. Remove legacycaller annotations in web platform tests from interfaces that don't have legacy callers in the spec. r=jgraham 2016-11-15 17:44:43 -05:00
Benjamin Smedberg a4623c11eb Bug 1314378 part B - port TestStartupCache to gtest, r=froydnj
MozReview-Commit-ID: LTz4slzIkjH

--HG--
extra : rebase_source : 004f3809de2a527f7577e9935221304bb9e6edc2
2016-11-11 11:57:08 -05:00
Matthew Gregan 81105ff0ba Bug 1314514 - Update libcubeb to 8bab182c. r=padenot
--HG--
rename : media/libcubeb/tests/common.h => media/libcubeb/gtest/common.h
rename : media/libcubeb/tests/moz.build => media/libcubeb/gtest/moz.build
rename : media/libcubeb/tests/test_audio.cpp => media/libcubeb/gtest/test_audio.cpp
rename : media/libcubeb/tests/test_devices.cpp => media/libcubeb/gtest/test_devices.cpp
rename : media/libcubeb/tests/test_duplex.cpp => media/libcubeb/gtest/test_duplex.cpp
rename : media/libcubeb/tests/test_record.cpp => media/libcubeb/gtest/test_record.cpp
rename : media/libcubeb/tests/test_resampler.cpp => media/libcubeb/gtest/test_resampler.cpp
rename : media/libcubeb/tests/test_sanity.cpp => media/libcubeb/gtest/test_sanity.cpp
rename : media/libcubeb/tests/test_tone.cpp => media/libcubeb/gtest/test_tone.cpp
2016-11-11 15:01:56 +13:00
Wes Kocher 791bd2888f Backed out changeset 359999c77a46 (bug 1314514) for build bustage a=backout CLOSED TREE
--HG--
rename : media/libcubeb/gtest/common.h => media/libcubeb/tests/common.h
rename : media/libcubeb/gtest/moz.build => media/libcubeb/tests/moz.build
rename : media/libcubeb/gtest/test_audio.cpp => media/libcubeb/tests/test_audio.cpp
rename : media/libcubeb/gtest/test_devices.cpp => media/libcubeb/tests/test_devices.cpp
rename : media/libcubeb/gtest/test_duplex.cpp => media/libcubeb/tests/test_duplex.cpp
rename : media/libcubeb/gtest/test_record.cpp => media/libcubeb/tests/test_record.cpp
rename : media/libcubeb/gtest/test_resampler.cpp => media/libcubeb/tests/test_resampler.cpp
rename : media/libcubeb/gtest/test_sanity.cpp => media/libcubeb/tests/test_sanity.cpp
rename : media/libcubeb/gtest/test_tone.cpp => media/libcubeb/tests/test_tone.cpp
2016-11-15 12:03:51 -08:00
Matthew Gregan 2b9aa95d4c Bug 1314514 - Update libcubeb to 8bab182c. r=padenot
--HG--
rename : media/libcubeb/tests/common.h => media/libcubeb/gtest/common.h
rename : media/libcubeb/tests/moz.build => media/libcubeb/gtest/moz.build
rename : media/libcubeb/tests/test_audio.cpp => media/libcubeb/gtest/test_audio.cpp
rename : media/libcubeb/tests/test_devices.cpp => media/libcubeb/gtest/test_devices.cpp
rename : media/libcubeb/tests/test_duplex.cpp => media/libcubeb/gtest/test_duplex.cpp
rename : media/libcubeb/tests/test_record.cpp => media/libcubeb/gtest/test_record.cpp
rename : media/libcubeb/tests/test_resampler.cpp => media/libcubeb/gtest/test_resampler.cpp
rename : media/libcubeb/tests/test_sanity.cpp => media/libcubeb/gtest/test_sanity.cpp
rename : media/libcubeb/tests/test_tone.cpp => media/libcubeb/gtest/test_tone.cpp
2016-11-11 15:01:56 +13:00
Ehsan Akhgari 56cf7af4fe Bug 1312209 - Make some small fixes to runtests.py in case a test manifest isn't found; r=ted
Before these changes we get a bunch of Python errors.
Now we get a human readable warning saying the test
manifest does not exist.
2016-11-15 08:31:35 -05:00
Carsten "Tomcat" Book 106d39cf20 Merge mozilla-central to mozilla-inbound 2016-11-15 12:33:34 +01:00
Dan Minor 91c5b2836f Bug 1316888 - Port sdp_unittests to xul gtest; r=bwc
MozReview-Commit-ID: 12qrqpZq2pW

--HG--
rename : media/webrtc/signaling/test/sdp_unittests.cpp => media/webrtc/signaling/gtest/sdp_unittests.cpp
extra : rebase_source : 3fd494a06040a8046abb2ad21b2083e20b501260
2016-11-11 12:24:03 -05:00
Ori Avtalion 47bbf163ee Bug 424390 - Implement MouseEvent.x / MouseEvent.y (for CSSOM View). r=smaug 2016-11-02 21:49:18 +02:00
Jeff Walden e72e3de588 Bug 1296814 - Remove Parser::reportBadReturn and report simpler errors that don't use the offset of a node as location. r=arai
--HG--
extra : rebase_source : bb602d66d581b46a5b321137013d05e09ce60350
2016-11-13 00:11:39 -08:00
Paolo Amadini 5543a483f7 Bug 1316311 - Do not show the login capture doorhanger during generic mochitests. r=MattN
MozReview-Commit-ID: 6TFACISm9Vb

--HG--
extra : source : a29ad5792c609d1e41a3a1391b4c11f26729b35a
2016-11-10 13:47:07 +01:00
Andrea Marchesini 9f4ca5a041 Bug 1310483 - Implement nsIURIWithQuery for having query part in simple URI, r=valentin 2016-11-14 13:04:33 +01:00
Andreas Tolfsen 9d38145570 Bug 1298025 - Move addon installation internally to Marionette; r=ahal,automatedtester
Addons can be installed and uninstalled using the Marionette client
utility found in testing/marionette/client/marionette_driver/addons.py.
It injects system-privileged chrome JavaScript to manipulate the addon
manager service.

To make this feature more widely adopted, i.e. by other clients such as
WebDriver, this patch moves the addon installation code to internally
in Marionette and exposes them as so called WebDriver extension commands.

This patch also _explicitly breaks_ backwards compatibility with
older Geckos that do not support the new Marionette:installAddon and
Marionette:uninstallAddon commands.

MozReview-Commit-ID: 18IceiGIg5H

--HG--
extra : rebase_source : 007802fa0a431a1438570caac3988177c6beab1d
2016-08-26 13:38:03 +01:00
Masatoshi Kimura fadc330a3e Bug 1309110 - Update taskcluster Ubuntu 16.04 image to node 6.9.1. r=jmaher
MozReview-Commit-ID: 8woOpkH3y75

--HG--
extra : rebase_source : 279cb732ec842ca0935f58b54b79874748746de1
extra : intermediate-source : 2389760c91c21e74d41d29c676b35507c89096f5
extra : source : 9424ed887c1cbb5ebd9d367b10af924b17d793b9
2016-11-13 21:56:52 +09:00
Henrik Skupin b6e5e2b7c9 Bug 1308902 - Add l10n module and commands to Marionette. r=ato
MozReview-Commit-ID: 7STUwSOqVsg

--HG--
extra : rebase_source : b38d4ae348a37d3aaf4b0c17fbec64f9a9de1d74
2016-11-11 22:49:58 +01:00
Wes Kocher c7d27df096 Merge mozilla-central to autoland a=merge 2016-11-11 14:10:32 -08:00
Wes Kocher cee41d5b80 Merge inbound to central, a=merge 2016-11-11 13:56:45 -08:00
James Graham ba37a80fb5 Bug 1316667 - Use a path that exists when resolving stackfix dir, r=jmaher
This fixes a bug on Windows where we try to append .exe to the path
and so get an invalid, non-existing path by using the Fx binary as the
path and then stripping off the filename.

MozReview-Commit-ID: 8EWGGcz40iw

--HG--
extra : rebase_source : b4a54cc7197a40b55937c8f94ec01f75314581b0
2016-11-11 18:09:22 +00:00
Henrik Skupin ad66f59bc2 Bug 1316800 - Remove session copy of Marionette harness. r=maja_zf
MozReview-Commit-ID: LMXdJM6D3zZ

--HG--
extra : rebase_source : d2dfd2a7391ec8dcc5806d7888a187ecee849366
2016-11-11 09:48:46 +01:00
Carsten "Tomcat" Book cc5d30c616 Merge mozilla-central to mozilla-inbound
--HG--
extra : rebase_source : 658b3ffdfa71afff2d44129f50e50e2fbecbd06e
2016-11-11 16:43:07 +01:00
Henrik Skupin 5a07feee6f Bug 1316851 - Testcases should directly inherit from MarionetteTestCase and PuppeteerMixin. r=maja_zf
MozReview-Commit-ID: 2wu70A51NQw

--HG--
extra : rebase_source : cdb7ac8cc4165aeec9f36668d2c4003c7465772b
2016-11-11 14:37:01 +01:00
Henrik Skupin f9960e6351 Bug 1316851 - Puppeteer has to use super() to call base class methods. r=maja_zf
MozReview-Commit-ID: 8xkVLBs9OuR

--HG--
extra : rebase_source : 756caa9a61c692faad032cef11afc9b16f574387
2016-11-11 15:04:52 +01:00
Henrik Skupin 0cf3d53db5 Bug 1316851 - Firefox UI harness has to use super() to call base class methods. r=maja_zf
MozReview-Commit-ID: DfuziDqwOhX

--HG--
extra : rebase_source : a061b0b3a5d66c89b639c2a87187505ee564bb42
2016-11-11 13:51:08 +01:00
Henrik Skupin 2eb0e84bcb Bug 1316851 - Firefox UI tests have to use super() to call base class methods. r=maja_zf
MozReview-Commit-ID: E4FSmQePtqv

--HG--
extra : rebase_source : 96ca362ca6d295644005ce8682ccfad459942420
2016-11-11 13:38:53 +01:00
Carsten "Tomcat" Book 1a5d1d94ab Backed out changeset 3ded216ab58b (bug 1263304) 2016-11-11 10:47:40 +01:00
Carsten "Tomcat" Book 906d97b6da Backed out changeset 15f15b242acd (bug 1263304) 2016-11-11 10:47:38 +01:00
Dustin J. Mitchell bee82aef38 Bug 1316249: tooltool: specify binary mode in all open(..) calls; r=gps
From upstream https://github.com/mozilla/build-tooltool/pull/33

MozReview-Commit-ID: FRex4g9OB2x

--HG--
extra : rebase_source : 55561f663aff6ff3bc58cdcd94add8c623069389
2016-11-10 15:08:38 +00:00
Jonas Finnemann Jensen 2cd49e189e Bug 1316183 - Compress docker images with zstd. r=dustin
* Compress docker images with zstd
 * Removed need for context.tar from decision task
 * Index images by level rather than project

MozReview-Commit-ID: 4RL4QXNWmpd

--HG--
extra : rebase_source : 677d8030a15af3288866a70fc648a10b22c396a3
2016-11-07 11:26:27 -08:00
Daisuke Akatsuka b3ef492bb9 Bug 1064937 - Part 2: Add tests. r=birtles
MozReview-Commit-ID: GnFktARb4Z7

--HG--
extra : rebase_source : 17971643d95d299d1eba70c8ada341dccac34457
2016-11-11 16:40:53 +09:00
Catalin Badea 5a354f7ee5 Bug 1263373 - Don't respondWith twice in fetch-rewrite-worker.js r=bkelly 2016-11-11 00:07:15 +02:00
Catalin Badea 00472a0745 Bug 1263304 - Add wpt tests for async waitUntil(). r=bkelly 2016-11-11 00:07:15 +02:00
Catalin Badea abd424baef Bug 1263304 - Fix wpt waitUntil() test. r=bkelly 2016-11-11 00:07:15 +02:00
Ben Kelly 95557512ef Bug 1316289 P2 Add wpt test to verify timers are restored after being loaded from bfcache. r=smaug 2016-11-10 14:02:18 -08:00
Eric Rahm a94c02e198 Bug 1313489 - Part 2: Convert DeadlockDetectorScalability to a gtest. r=froydnj
This converts the tests to gtests. Most of them are just runtime tests and just
hava dummy assertion that everything ran. One test remains disabled, although
it's still built-in. You can run the disabled test with the following command:

> GTEST_ALSO_RUN_DISABLED_TESTS=1 ./mach gtest DeadlockDetectorScalability.*

MozReview-Commit-ID: 57rxjiZKjQ6

--HG--
rename : xpcom/tests/TestDeadlockDetectorScalability.cpp => xpcom/tests/gtest/TestDeadlockDetectorScalability.cpp
2016-11-10 12:47:48 -08:00
Eric Rahm 64b21983e5 Bug 1313488 - Part 1: Convert XPCOM test TestDeadlockDetector to a gtest. r=froydnj
This converts TestDeadlockDetector to a gtest. The logic for spawning off
subprocesses is replaced with gtest's built-in death tests. On linux this will
clone() the process and assert that the child process generates the appropriate
assertion message. On OSX it will use fork(). In theory this should work on
Windows as well buy spawning a new process but this test currently disabled
there.

MozReview-Commit-ID: 9Sl0hHBVGT3

--HG--
rename : xpcom/tests/TestDeadlockDetector.cpp => xpcom/tests/gtest/TestDeadlockDetector.cpp
2016-11-10 12:47:23 -08:00
amy dbf392002a Bug 1316532 - Revert the set-from-dom.sub.html and set-from-http.sub.html test cases of web-platform. r=jdm
--HG--
extra : rebase_source : 04aaccbf9c80a25525a555d29e890017afba5233
2016-11-11 00:27:30 +08:00
Carsten "Tomcat" Book f93282b491 Merge mozilla-central to mozilla-inbound 2016-11-10 17:08:43 +01:00
Carsten "Tomcat" Book 4b6cab91f9 merge mozilla-inbound to mozilla-central a=merge 2016-11-10 16:59:38 +01:00
Phil Ringnalda e7fdca7c8d Backed out 6 changesets (bug 1301340, bug 1303113) for landing too close to a merge and causing leaks and test failures
Backed out changeset adfcc194af1c (bug 1303113)
Backed out changeset 085035586d2b (bug 1303113)
Backed out changeset 81f3bb541c86 (bug 1301340)
Backed out changeset 05c42cf92851 (bug 1301340)
Backed out changeset cb45e90f6596 (bug 1301340)
Backed out changeset f54a717c6fc6 (bug 1301340)

MozReview-Commit-ID: BkwhFJNtF7G

--HG--
extra : rebase_source : cc47ef8587f08b12b53406efee1d5b915d3c833a
2016-11-09 19:11:12 -08:00
Sebastian Hengst 1e466eed57 Backed out changeset deabf7bc6526 (bug 1313488)
--HG--
rename : xpcom/tests/gtest/TestDeadlockDetector.cpp => xpcom/tests/TestDeadlockDetector.cpp
2016-11-09 21:10:10 +01:00
Sebastian Hengst 9341b600b5 Backed out changeset 54098e53a584 (bug 1313489)
--HG--
rename : xpcom/tests/gtest/TestDeadlockDetectorScalability.cpp => xpcom/tests/TestDeadlockDetectorScalability.cpp
2016-11-09 21:10:02 +01:00
Eric Rahm e7e98cc775 Bug 1313489 - Part 2: Convert DeadlockDetectorScalability to a gtest. r=froydnj
This converts the tests to gtests. Most of them are just runtime tests and just
hava dummy assertion that everything ran. One test remains disabled, although
it's still built-in. You can run the disabled test with the following command:

> GTEST_ALSO_RUN_DISABLED_TESTS=1 ./mach gtest DeadlockDetectorScalability.*

MozReview-Commit-ID: 57rxjiZKjQ6

--HG--
rename : xpcom/tests/TestDeadlockDetectorScalability.cpp => xpcom/tests/gtest/TestDeadlockDetectorScalability.cpp
2016-11-09 10:25:17 -08:00
Eric Rahm 1634281923 Bug 1313488 - Part 1: Convert XPCOM test TestDeadlockDetector to a gtest. r=froydnj
This converts TestDeadlockDetector to a gtest. The logic for spawning off
subprocesses is replaced with gtest's built-in death tests. On linux this will
clone() the process and assert that the child process generates the appropriate
assertion message. On OSX it will use fork(). In theory this should work on
Windows as well buy spawning a new process but this test currently disabled
there.

MozReview-Commit-ID: 9Sl0hHBVGT3

--HG--
rename : xpcom/tests/TestDeadlockDetector.cpp => xpcom/tests/gtest/TestDeadlockDetector.cpp
2016-11-09 10:24:58 -08:00
Eric Rahm 2faeed6d55 Bug 1313485 - Convert XPCOM test TestJemalloc to a gtest. r=njn
MozReview-Commit-ID: 5yzn8o33Ne5

--HG--
rename : xpcom/tests/TestJemalloc.cpp => memory/gtest/TestJemalloc.cpp
2016-11-09 10:24:22 -08:00
Eric Rahm 502d8d220a Bug 1313484 - Convert XPCOM test TestTimers to a gtest. r=froydnj
MozReview-Commit-ID: 8sH5fbvv9wZ

--HG--
rename : xpcom/tests/TestTimers.cpp => xpcom/tests/gtest/TestTimers.cpp
2016-11-09 10:23:43 -08:00
Dave Townsend 6365baa692 Bug 1315402: Make toolkit/mozapps/update pass no-undef. r=jaws
This is mostly using the import-globals-from rule to pull in globals when
the subscript loader is used. For a couple of files I've turned off no-undef
altogether, these are files that are loaded by the subscript loader and depend
on globals from the parent.

MozReview-Commit-ID: 2ZzgpCQTTuu

--HG--
extra : rebase_source : 6d2f20111ae27858811bd19db794dc9fb29183d0
2016-11-04 17:03:01 -07:00
Geoff Brown 58c42364e1 Bug 1305095 - Use fallback hg fingerprint on socket.timeout also; r=Callek 2016-11-09 09:26:58 -07:00
Carsten "Tomcat" Book 5b3af6e85f Merge mozilla-central to mozilla-inbound 2016-11-09 16:39:18 +01:00
Carsten "Tomcat" Book 846adaea6c merge mozilla-inbound to mozilla-central a=merge 2016-11-09 16:38:04 +01:00
amy c48ec5eaa8 Bug 976073 - Part 2: Modify errors from try server, r=jdm 2016-11-09 17:26:03 +08:00
Kim Moir b0e949ffeb Bug 1313389 - ci for quantum graphics r=aselagea DONTBUILD 2016-11-09 09:11:30 -05:00