Commit Graph

8401 Commits

Author SHA1 Message Date
Andrew Halberstadt
2f9fede2b8 Bug 1181261 - Re-add testing/config/mozharness/marionette.py to unblock emulator-kk test effort, r=me
--HG--
extra : commitid : 6hczeLCskAd
extra : rebase_source : fd7af1e44b26bc563fc9f2dd1306d3735e7d6209
2015-08-31 10:03:40 -04:00
Ryan VanderMeulen
d6c213f0a1 Merge fx-team to m-c. a=merge 2015-08-30 22:09:02 -04:00
Myk Melez
ed37a181df Bug 1199844 - limit webapp debug logging to webapp tests; r=fabrice 2015-08-30 15:44:29 -07:00
Ryan VanderMeulen
71d14cf3e9 Bug 1199846 - Mark uncontrolled-page.https.html as passing.
CLOSED TREE

--HG--
extra : rebase_source : 6b6a30a51e2279cb34e13952dd01822a1950b600
2015-08-30 16:02:11 -04:00
Ryan VanderMeulen
0e85e4d32d Bug 1198982 - Mark WorkerGlobalScope_importScripts_NetworkErr.htm as passing now.
--HG--
extra : rebase_source : 6a1f3ad2bd85357acf21e91b2082965c767831ff
2015-08-30 16:00:10 -04:00
Kyle Huey
60161c1627 Bug 1199846: Make uncontrolled-page.https.html pass. r=jdm 2015-08-30 10:33:41 -07:00
Kyle Huey
8ccb0c0968 Bug 1199831: Fix a bunch of mixed-content violations in imported ServiceWorker WPTs. r=jdm 2015-08-28 16:53:43 -07:00
Eric Rahm
692b08c7cb Bug 1149164 - Report stripped size of libxul.so in treeherder builds; r=gbrown 2015-08-26 18:07:59 -07:00
Chris Manchester
19182920d6 Bug 1192484 - Fix incorrect order of operations preventing selection by tag. r=ahal
DONTBUILD

--HG--
extra : commitid : 29jmzNCkVxi
2015-08-28 13:10:10 -07:00
Ryan VanderMeulen
2be1d3e641 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-08-28 15:33:57 -04:00
Ryan VanderMeulen
2f2b6923e2 Merge m-c to inbound. a=merge
CLOSED TREE
2015-08-28 12:12:44 -04:00
Ryan VanderMeulen
3ffd3391a1 Merge m-c to fx-team. a=merge
CLOSED TREE
2015-08-28 12:15:34 -04:00
Andrew Halberstadt
012721f796 Bug 1199241 - Average runtime data across platforms instead of keeping it distinct, r=jgriffin
Keeping distinct platform runtime files takes up a lot of space. It also adds complexity and
greater possibility for mistakes, if a file for some arbitrary platform (like pgo) doesn't
exist, there will be a failure. This patch removes all platform specific runtime files and
replaces them with a single per suite file. The times in this file are averaged across all
platforms the tests run on. With the added space savings, we take into account the 50th
percentile of tests, instead of the 90th.

--HG--
extra : commitid : 5L2JbrrWeFG
extra : rebase_source : 655803afec3efe3c02602fb38b77cd46eeb85f77
2015-08-27 17:37:26 -04:00
Andrew Halberstadt
2b2d61fc34 Bug 1198728 - Stop scheduling gaia-ui-tests (Gip) on b2g_desktop across all branches, r=garndt
--HG--
extra : commitid : BLdi3vhMG96
extra : rebase_source : 09d4dd4a0ca27e80b34544c292f1e042244880b8
2015-08-26 10:52:05 -04:00
Andrew Halberstadt
083eb6ab82 Bug 1181261 - Re-add testing/config/mozharness/b2g_emulator_config.py to unblock emulator-kk test effort, DONTBUILD, r=me
Test jobs scheduled through taskcluster do not use the in-tree mozharness config. When bug 1181261 landed, it broke an
effort to get tests running on emulator-kk builds. These are not live yet, so the error wasn't caught. Bug 1188330 tracks
getting test jobs to use the in-tree mozharness, but until that happens, re-adding the config file will get them on their
way again quicker.

--HG--
extra : commitid : BxXDZl6P0Lo
extra : rebase_source : c4558cd04789f4b410990e2bed205625b805abd9
2015-08-28 09:31:45 -04:00
Ben Tian
f1367d5c1e Bug 1193379 - Move ipc and tests folders out from dom/bluetooth/bluetooth2. r=joliu
--HG--
rename : dom/bluetooth/bluetooth2/ipc/BluetoothChild.cpp => dom/bluetooth/ipc/BluetoothChild.cpp
rename : dom/bluetooth/bluetooth2/ipc/BluetoothChild.h => dom/bluetooth/ipc/BluetoothChild.h
rename : dom/bluetooth/bluetooth2/ipc/BluetoothMessageUtils.h => dom/bluetooth/ipc/BluetoothMessageUtils.h
rename : dom/bluetooth/bluetooth2/ipc/BluetoothParent.cpp => dom/bluetooth/ipc/BluetoothParent.cpp
rename : dom/bluetooth/bluetooth2/ipc/BluetoothParent.h => dom/bluetooth/ipc/BluetoothParent.h
rename : dom/bluetooth/bluetooth2/ipc/BluetoothServiceChildProcess.cpp => dom/bluetooth/ipc/BluetoothServiceChildProcess.cpp
rename : dom/bluetooth/bluetooth2/ipc/BluetoothServiceChildProcess.h => dom/bluetooth/ipc/BluetoothServiceChildProcess.h
rename : dom/bluetooth/bluetooth2/ipc/BluetoothTypes.ipdlh => dom/bluetooth/ipc/BluetoothTypes.ipdlh
rename : dom/bluetooth/bluetooth2/ipc/PBluetooth.ipdl => dom/bluetooth/ipc/PBluetooth.ipdl
rename : dom/bluetooth/bluetooth2/ipc/PBluetoothRequest.ipdl => dom/bluetooth/ipc/PBluetoothRequest.ipdl
rename : dom/bluetooth/bluetooth2/tests/marionette/head.js => dom/bluetooth/tests/marionette/head.js
rename : dom/bluetooth/bluetooth2/tests/marionette/manifest.ini => dom/bluetooth/tests/marionette/manifest.ini
rename : dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_discovery_API2.js => dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_discovery.js
rename : dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_enable_API2.js => dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_enable.js
rename : dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_pair_API2.js => dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_pair.js
rename : dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_setters_API2.js => dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_setters.js
rename : dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothDevice_API2.js => dom/bluetooth/tests/marionette/test_dom_BluetoothDevice.js
rename : dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothManager_API2.js => dom/bluetooth/tests/marionette/test_dom_BluetoothManager.js
2015-08-25 17:57:09 +08:00
Ryan VanderMeulen
402fae4a15 Merge inbound to m-c. a=merge 2015-08-28 08:48:42 -04:00
Philipp Kewisch
4faa4002da Bug 1176466 - Add test summary regex for mozmill tests. r=jlund
--HG--
extra : rebase_source : 873484b360c53754092bd0d8e24162ae63bfeb58
2015-08-28 09:14:24 +02:00
Ryan VanderMeulen
84b872d09e Merge m-c to fx-team. a=merge 2015-08-27 21:44:52 -04:00
Ryan VanderMeulen
b5b68e3ea5 Merge inbound to m-c. a=merge 2015-08-27 21:31:35 -04:00
Vaibhav Agrawal
457d89b5f6 Bug 1197543 - Add --extra-mozinfo-json option in mochitest to filter tests for a given mozinfo file. r=ahal
CLOSED TREE

--HG--
extra : transplant_source : %3Di%5D%DF%05%94e%DB%1D0o%11%AB%8C%29%B2N%E4%E4/
2015-08-22 18:57:19 -07:00
Ryan VanderMeulen
5de5b6089e Merge m-c to inbound. a=merge
CLOSED TREE
2015-08-27 21:34:20 -04:00
Josh Matthews
d59ba9f2b0 Bug 1189582 - Fix test-response-xhr.https.html and expectation data. r=nsm
--HG--
extra : commitid : ITggF54pMVp
extra : rebase_source : d4f555523ee89afd53d7d1cbbb578f9c37da6453
2015-07-30 21:27:34 -04:00
Nikhil Marathe
1c97261710 Bug 1176988 - Patch 3 - Tests. r=jdm
Update web-platform-tests expected data

--HG--
extra : commitid : KmmRlr87yvj
extra : rebase_source : 7e7ba00d6f0da2c0dfdfe98c50675d4721a6f2a2
2015-08-26 08:59:04 -07:00
Henrik Skupin
615c08f37d Bug 1199202 - Fix handling of CLI options for firefox-ui-updates.py script. r=armenzg DONTBUILD
--HG--
extra : rebase_source : 750bd3d2ecd68012803fae4ce0b729a44c63e4d2
2015-08-27 18:38:37 +02:00
Ryan VanderMeulen
4ff4f84ce2 Merge inbound to m-c. a=merge 2015-08-27 11:43:16 -04:00
James Graham
5cceca4bb9 Bug 1199127 - Update web-platform-tests expected data to revision 4600b7dbae996754fe52f48bc9c225834f11a686, a=testonly 2015-08-27 09:41:22 +01:00
James Graham
43f2a4b368 Bug 1199127 - Update to latest wptrunner, a=testonly 2015-08-27 09:41:21 +01:00
James Graham
6c88ac5bca Bug 1199127 - Update web-platform-tests to revision 4600b7dbae996754fe52f48bc9c225834f11a686, a=testonly
--HG--
rename : testing/web-platform/tests/animation-timing/callback-invoked.html => testing/web-platform/tests/html/webappapis/animation-frames/callback-invoked.html
rename : testing/web-platform/tests/animation-timing/cancel-invoked.html => testing/web-platform/tests/html/webappapis/animation-frames/cancel-invoked.html
rename : testing/web-platform/tests/animation-timing/idlharness.html => testing/web-platform/tests/html/webappapis/animation-frames/idlharness.html
rename : testing/web-platform/tests/animation-timing/same-dispatch-time.html => testing/web-platform/tests/html/webappapis/animation-frames/same-dispatch-time.html
rename : testing/web-platform/tests/selection/dir.manual.html => testing/web-platform/tests/selection/dir-manual.html
2015-08-27 09:41:20 +01:00
Henrik Skupin
2b8ca654a3 Bug 1199115 - Release mozprofile 0.27. r=jgraham DONTBUILD 2015-08-27 10:30:53 +02:00
David Burns
6b428e8150 Bug 1198542: Update Marionette element IDs to be valid UUID. r=ato
This allows WebDriver compatibility to create valid URI.

--HG--
extra : commitid : 7JjQgqwKr8P
extra : rebase_source : 30e59c18b69ab404608c6b44f1dc11742b95ac78
2015-08-26 19:52:09 +01:00
Phil Ringnalda
02603b885d Back out 7 changesets (bug 1177018) for debug b2g assertion failures in test_bug982141.html
CLOSED TREE

Backed out changeset 40fdd735520d (bug 1177018)
Backed out changeset a82c39bb97ab (bug 1177018)
Backed out changeset dbb14a5cd2cd (bug 1177018)
Backed out changeset 112ec6bdaf4e (bug 1177018)
Backed out changeset 486f9a11fcbd (bug 1177018)
Backed out changeset 8e54cc5e6901 (bug 1177018)
Backed out changeset c2a30b4f3a7c (bug 1177018)
2015-08-26 21:38:05 -07:00
Yoshi Huang
e6070e9062 Bug 1165272 - Part 2: replace getNoAppCodebasePrincipal. r=bholley 2015-08-18 15:01:42 +08:00
Chris Manchester
b9c19e7772 Bug 1197829 - Don't invoke the build system if paths or tags aren't passed to mach try. r=ahal
--HG--
extra : commitid : 2aOT5iclwsQ
2015-08-26 12:48:28 -07:00
Yoshi Huang
4347bb2318 Bug 1165272 - Part 1: remove getAppCodebasePrincipal. r=bholley 2015-08-17 17:03:19 +08:00
Ryan VanderMeulen
ff9f41144e Merge b2g-inbound to m-c. a=merge 2015-08-26 21:12:29 -04:00
Ryan VanderMeulen
3e3e1cbd1d Merge m-c to fx-team. a=merge 2015-08-26 14:34:15 -04:00
Ryan VanderMeulen
89ba2da629 Merge m-c to inbound. a=merge 2015-08-26 14:33:07 -04:00
Vaibhav Agrawal
5ab7e66d29 Bug 1196428 - Clean up unused configs in linux/mac/win_unittests.py in mozharness. r=jlund
--HG--
extra : amend_source : dbb6ae0c3b98636d6c89b23601f0087e6a96cd8f
extra : transplant_source : pv%28S%C9RF%CD%E9%15%F9q%8B%B4%DD%D4Yh%9B%BE
2015-08-19 13:40:20 -07:00
Vaibhav Agrawal
7ec736a594 Bug 1197541 - Add --dump-tests option to mochitest and xpcshell for all tests that will be run. r=ahal 2015-08-21 17:16:11 -07:00
Axel Hecht
c7d77007e8 Bug 1198228 - Support em:foo attributes on Description elements. r=whimboo
The install.rdf in language packs uses em:id attributes etc, instead
of child elements. All fine with RDF/XML.
This adds support to addon_details to allow for those attributes in
addition to child elements.

--HG--
extra : transplant_source : %E0d%E7%B3%E8/%BF%D4%5C%AE%B8EA%E7%26h%17%5EB%00
2015-08-26 13:21:30 +02:00
Bobby Holley
edfe287f26 Backed out 3 changesets (bug 1165272) for b2g sanity blocker. 2015-08-25 11:16:21 -07:00
Jonathan Griffin
cf56e85136 Bug 1136892 - Create a browser-chrome-addons tag for running addon-specific browser-chrome tests, r=chmanchester
--HG--
extra : commitid : HKQaOeqUMj1
2015-08-25 09:38:39 -07:00
Nikhil Marathe
4c9e7f769a Bug 1189678 - check if worker is already active. r=bkelly
Similar to other tests, the registration process allows workers to activate right after install.

Update web-platform-tests expected data

--HG--
extra : commitid : EnJ0U5Ns3cn
extra : rebase_source : 17b002ca8e1d2e166c8b09cf01f6e8b2fd98d152
2015-08-21 17:55:50 -07:00
Nikhil Marathe
c04b01b1ed Bug 1189675 - Make all ServiceWorker events non cancelable. r=catalinb
Update web-platform-tests expected data

--HG--
extra : commitid : 5HEP46MV77P
extra : rebase_source : 5234b551a4e9cf2bf014f4ee0396d9dcdd9f6dac
2015-08-21 17:38:18 -07:00
Nikhil Marathe
b540329bb9 Bug 1189644 - Update waitUntil() and activation to spec. r=catalinb
waitUntil() has been updated to accept multiple calls and concatenate them into Promise.all().
activation does not fail any more even if the promise(s) passed to waitUntil() reject.

Update web-platform-tests expected data

--HG--
extra : commitid : IawOgxEfc79
extra : rebase_source : e6fcc47c873fd9f71f51a67303a6566bf0c0dd21
extra : amend_source : 787990406129722a3c58ff78782d778823daf2bf
2015-08-24 14:42:14 -07:00
Nikhil Marathe
57a800ee54 Bug 1189661 - either of active or waiting can be valid. r=bkelly
Update wpt expectation data.

--HG--
extra : commitid : 7J4o18ypDL6
extra : rebase_source : 3395d0a21d9001bc4d31a8dc264e9f5ba58b757f
2015-08-24 14:43:16 -07:00
Emilio Cobos Álvarez
aa45c6c3e7 Bug 1195820 - Request constructor should throw TypeError if URL has credentials or parse fails. r=bkelly 2015-08-24 22:54:52 +02:00
James Graham
1be2821e02 Bug 1184351 - Disable unstable CSP test on Linux debug builds, a=testonly 2015-08-26 12:37:59 +01:00
James Graham
9c925d97c1 Bug 1193349 - Disable unstable image mutations test on Windows, a=testonly 2015-08-26 12:36:59 +01:00