Commit Graph

8191 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
1acb7d4203 Backed out 11 changesets (bug 1201377, bug 1199800, bug 1197437, bug 1199832, bug 1199698, bug 1199842) for breaking browser_ext_tabs_executeScript.js test on a CLOSED TREE
Backed out changeset 8d8d73d3c3e1 (bug 1201377)
Backed out changeset 4ed8951e3f54 (bug 1199842)
Backed out changeset 5830178bc008 (bug 1199832)
Backed out changeset 4445c570fe49 (bug 1199698)
Backed out changeset 35fc1e25d167 (bug 1199800)
Backed out changeset 54c4c3bd2454 (bug 1199800)
Backed out changeset bd3112ce6b9b (bug 1199800)
Backed out changeset 701e56e18ca7 (bug 1199800)
Backed out changeset 4407d50a7995 (bug 1199800)
Backed out changeset af2fbe345712 (bug 1199800)
Backed out changeset 0a41d20fcf77 (bug 1197437)
2015-09-04 09:59:34 +02:00
Bill McCloskey
22afba565a Bug 1199800 - [webext] Allow extensions to be generated from JSON (r=gabor) 2015-09-03 20:59:03 -07:00
Bill McCloskey
02f947b7e7 Bug 1199800 - [webext] Allow extensions to be used from chrome tests (r=gabor) 2015-09-03 20:59:02 -07:00
Bill McCloskey
72760d6e87 Bug 1199800 - [webext] More refactoring of SpecialPowers to support chrome tests (r=gabor) 2015-09-03 20:59:01 -07:00
Bill McCloskey
8002ced738 Bug 1199800 - [webext] Refactoring to support using extensions from chrome tests (r=gabor) 2015-09-03 20:59:01 -07:00
Nikhil Marathe
41c68c7aa3 Bug 1186832 - Fix multiple-register.https.html test. r=bkelly,jgraham
Standard scope comparison stuff for the most part. Added <body> tag so
document.body.appendChild() in with_iframe() works. I had to add a simple 404
script because <iframe> apparently only fires the onload event if the
content-type was text/plain or text/html but our test harness delivers JSON by
default leading to timeouts.

Update web-platform-tests expected data
2015-08-28 17:06:00 -07:00
Jonathan Griffin
2389b6fdd3 Bug 1200420 - Better handling of startup_timeout, r=AutomatedTester 2015-09-03 15:41:58 -07:00
Henrik Skupin
b71bd66f37 Bug 1200368 - Clean-up mozharness scripts for firefox-ui-tests. r=armenzg DONTBUILD 2015-09-03 23:11:04 +02:00
Wes Kocher
7d7efd215e Backed out changeset eaa34e557496 (bug 1201511) for landing too early CLOSED TREE 2015-09-03 09:29:25 -07:00
Carsten "Tomcat" Book
025db307b5 Backed out changeset b317ee483a64 (bug 1107372) for causing test failures in test_home_provider.html 2015-09-03 17:02:20 +02:00
Julien Pagès
9aba9a719a Bug 1201511 - [mozrunner] require mozprocess >=0.22 and bump mozrunner version to 6.10. r=ahal 2015-09-03 16:16:06 +02:00
Dustin J. Mitchell
baab75b0c2 Bug 1189892: build on CentOS 6.<latest>; r=glandium r=mrrrgn
Introduces a centos6-builder image and refactors desktop-build to use it.
(64-bit only)
2015-09-01 10:45:21 -04:00
Gian-Carlo Pascutto
3a6d6751c6 Bug 1107372 - Update preferences for new SafeBrowsing prefs structure. r=francois 2015-09-03 15:36:06 +02:00
Karl Tomlinson
6fcd117c9a revert 521e2b4d97b8 given workaround from bug 1193922 2015-09-01 18:38:07 +12:00
Kyle Huey
bce4c195ad Bug 1200884: Make postmessage-to-client.https.html pass. r=jdm 2015-09-02 17:17:09 -07:00
Kyle Huey
a30211dfde Bug 1200843: Make fetch-mixed-content tests pass. r=jdm 2015-09-02 17:17:01 -07:00
Julien Pagès
66918891e6 Bug 1187082 - Ensure talos always produces TALOSDATA json structure in logs so perfherder can ingest data. r=wlach
This synchronise the TALOSDATA regex with the one used in perfherder.
Also this ensure that we only see that message once.
2015-09-02 22:52:11 +02:00
Geoff Brown
0f569444c5 Bug 1196814 - Fail Android mochitest, robocop, reftests when Fennec is not installed; r=jmaher 2015-09-02 14:20:01 -06:00
Andrew Halberstadt
abc9bab240 Bug 1201195 - [mozrunner] Fix IndexError on B2G when running without a build (or bindir), r=armenzg
There is an assumption in application.py that there exists a build with a valid bindir. This directory
doesn't exist if no build exist. Before now, this code path hasn't been a problem as it was only used
with built emulators. But now gaia is starting to use it and there might not even be a B2G repo at all!
2015-09-02 14:58:35 -04:00
Nikhil Marathe
2eb4206a08 Bug 1180737 - Add update-test.py and update test to latest version. r=bkelly.
Added update-test.py which is a conversion of Blink update-test.php to deliver workers with different mime types.
Updated test file to latest version to check for SecurityError.
Dealt with the usual waiting/active issue.
Update web-platform-tests expected data
2015-08-31 18:56:21 -07:00
Geoff Brown
2f328e3cce Bug 1164596 - Add mach android-emulator command; r=ahal 2015-09-01 15:07:53 -06:00
Ryan VanderMeulen
890728ac08 Merge m-c to inbound. a=merge 2015-09-01 15:19:34 -04:00
Wander Lairson Costa
e44e88a45a Bug 1200235: Upgrade phone-builder to use tc-vcs 2.3.9. r=garndt 2015-09-01 12:40:58 -03:00
Vaibhav Agrawal
9660338637 Bug 999450 - Add find-test-chunk command in mach to discover the chunk for a mochitest on a platform. r=chmanchester 2015-08-26 16:51:15 -07:00
Ben Kelly
76c12346b3 Bug 1184607 P9 Add wpt tests to verify service worker redirect logic. r=nsm 2015-08-31 14:26:30 -07:00
Ryan VanderMeulen
5237c25c01 Merge m-c to inbound. a=merge 2015-08-31 15:22:43 -04:00
Ryan VanderMeulen
5c3e18cb4d Merge inbound to m-c. a=merge 2015-08-31 15:21:02 -04:00
Carsten "Tomcat" Book
d1c6382126 Backed out changeset 2734a3110b4a (bug 1107372) for Talos Bustage on a CLOSED TREE 2015-08-31 16:19:39 +02:00
Dustin J. Mitchell
dbbbb91632 Bug 1199379: drop root before beginning the build r=ted.mielczarek
This requires doing some cleanup of permissions on the cache mounts first;
eventually, this should be done by the docker-worker.
2015-08-27 14:13:32 -04:00
Gregory Arndt
36a033460e Bug 1198876 - Update docker images to use taskcluster-vcs 2.3.9 r=wcosta 2015-08-26 13:54:23 -05:00
Andrew Halberstadt
8f6138f1f1 Bug 1181261 - Re-add testing/config/mozharness/marionette.py to unblock emulator-kk test effort, r=me 2015-08-31 10:03:40 -04:00
Ryan VanderMeulen
aaf5b9a8a6 Merge fx-team to m-c. a=merge 2015-08-30 22:09:02 -04:00
Myk Melez
9aa1762fb1 Bug 1199844 - limit webapp debug logging to webapp tests; r=fabrice 2015-08-30 15:44:29 -07:00
Ryan VanderMeulen
ee8e70a066 Bug 1199846 - Mark uncontrolled-page.https.html as passing.
CLOSED TREE
2015-08-30 16:02:11 -04:00
Ryan VanderMeulen
5f6b2ba059 Bug 1198982 - Mark WorkerGlobalScope_importScripts_NetworkErr.htm as passing now. 2015-08-30 16:00:10 -04:00
Yura Zenevich
ddcee36028 Bug 1194224 - adding support for Shadow DOM in marionette. r=automatedtester 2015-08-31 14:43:15 -04:00
Henrik Skupin
d8ab9fd2db Bug 1199191 - firefox_ui_updates.py script should use 'abs_work_dir' as workspace folder. r=armenzg DONTBUILD 2015-08-31 17:12:15 +02:00
Kyle Huey
7bc668ecad Bug 1199846: Make uncontrolled-page.https.html pass. r=jdm 2015-08-30 10:33:41 -07:00
Ben Kelly
d10b0673ca Bug 1184967 P2 Update fetch-frame-resource.https.html CORS checks to expect pass. r=jgraham 2015-09-01 07:58:34 -07:00
Julien Pagès
ab5bcf5542 Bug 1200294 - we should get rid of minidump_stackwalk binaries in talos sources. r=jmaher 2015-08-31 22:41:49 +02:00
James Graham
4f5f79290f Bug 1197365 - Enable e10s for web-platform-tests, r=ahal,Ms2ger 2015-09-01 14:10:17 +01:00
Kyle Huey
da52f1b0dc 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
29f6f500d8 Bug 1149164 - Report stripped size of libxul.so in treeherder builds; r=gbrown 2015-08-26 18:07:59 -07:00
Chris Manchester
b9c4097e25 Bug 1192484 - Fix incorrect order of operations preventing selection by tag. r=ahal
DONTBUILD
2015-08-28 13:10:10 -07:00
Ryan VanderMeulen
3573b298d0 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-08-28 15:33:57 -04:00
Ryan VanderMeulen
ce8ecfe229 Merge m-c to inbound. a=merge
CLOSED TREE
2015-08-28 12:12:44 -04:00
Ryan VanderMeulen
9af1f9ca01 Merge m-c to fx-team. a=merge
CLOSED TREE
2015-08-28 12:15:34 -04:00
Andrew Halberstadt
6cf70f2b64 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.
2015-08-27 17:37:26 -04:00
Andrew Halberstadt
28c741eb2a Bug 1198728 - Stop scheduling gaia-ui-tests (Gip) on b2g_desktop across all branches, r=garndt 2015-08-26 10:52:05 -04:00
Andrew Halberstadt
fa2a434db9 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.
2015-08-28 09:31:45 -04:00