Eric Rahm
09cf3af3b2
Bug 1313472 - Part 1: Convert XPCOM test TestFile to a gtest. r=froydnj
...
This is a very straightforward conversion of TestFile to a gtest. It sticks
with using one main test function to avoid dealing with possible dependency
issues between subtests.
MozReview-Commit-ID: IoIeGgisMGE
--HG--
rename : xpcom/tests/TestFile.cpp => xpcom/tests/gtest/TestFile.cpp
2016-11-03 17:55:30 -07:00
Eric Rahm
9c2e2af38c
Bug 1313471 - Part 2: Convert TestCOMPtrEq to a gtest. r=froydnj
...
MozReview-Commit-ID: GifbCK1zzxh
--HG--
rename : xpcom/tests/TestCOMPtrEq.cpp => xpcom/tests/gtest/TestCOMPtrEq.cpp
2016-11-03 17:55:28 -07:00
Eric Rahm
6a05e61ed8
Bug 1313470 - Part 2: Convert TestCOMPtr to a gtest. r=froydnj
...
MozReview-Commit-ID: HfcLTmvkRc8
--HG--
rename : xpcom/tests/TestCOMPtr.cpp => xpcom/tests/gtest/TestCOMPtr.cpp
2016-11-03 17:55:25 -07:00
Eric Rahm
a20fe79aec
Bug 1313469 - Part 2: Convert TestCOMArray to a gtest. r=froydnj
...
MozReview-Commit-ID: CEhXX60lpZ8
--HG--
rename : xpcom/tests/TestCOMArray.cpp => xpcom/tests/gtest/TestCOMArray.cpp
2016-11-03 17:55:21 -07:00
Eric Rahm
aea4240774
Bug 1313468: Convert XPCOM test TestAutoRef to a gtest. r=froydnj
...
MozReview-Commit-ID: GkEPSkzNeuB
--HG--
rename : xpcom/tests/TestAutoRef.cpp => xpcom/tests/gtest/TestAutoRef.cpp
2016-11-03 17:55:16 -07:00
Eric Rahm
de9486a254
Bug 1313467 - Part 4: Convert TestAutoPtr to a gtest. r=froydnj
...
MozReview-Commit-ID: EOKHAQyZ4fZ
--HG--
rename : xpcom/tests/TestAutoPtr.cpp => xpcom/tests/gtest/TestAutoPtr.cpp
2016-11-03 17:49:01 -07:00
Eric Rahm
7662f973fd
Bug 1313466 - Remove XPCOM test ShowAlignments. r=froydnj
...
MozReview-Commit-ID: 9FpMhw2MsjH
2016-11-03 17:48:13 -07:00
James Graham
088ca5c351
Bug 1312938 - Disable WebCryptoAPI test on linux32/debug for frequent intermittents, a=testonly
...
MozReview-Commit-ID: LsdEDnf8ZQf
2016-11-03 21:58:09 +00:00
Phil Ringnalda
8d5c9df9bf
Backed out changeset 143f26b923d0 (bug 1310855) for WinXP xpcshell failures starting with test_register_success_http2.js
2016-11-07 18:42:57 -08:00
Jean-Yves Avenard
68f4eda2e1
Bug 1314533: [MSE] P8. Update wpt expected results. r=gerald
...
We pass those tests now.
MozReview-Commit-ID: 4UHkTr4uJEb
--HG--
extra : rebase_source : 85c42352bd2e8241cfd883672404b8080f9629c1
2016-11-06 22:01:09 +11:00
Jean-Yves Avenard
9f6cc56c92
Bug 1314533: Do not expect init segment to be parsed when appending corrupted data. r=gerald
...
From the Segment Parser Loop definition:
https://w3c.github.io/media-source/index.html#sourcebuffer-segment-parser-loop
"2. If the input buffer contains bytes that violate the SourceBuffer byte stream format specification, then run the append error algorithm and abort this algorithm."
The test appends data with a valid init segment followed by corrupted content.
The corrupted content satisfies the condition that the input buffer contains bytes that violate byte stream format specification.
As such, the append error algorithm is to be run prior parsing the init segment.
Add a new test verifying the defined behavior.
--HG--
extra : rebase_source : b20c653129c9f38bb5930c309f919131cd2fcc51
2016-11-06 21:57:06 +11:00
Jean-Yves Avenard
5db9b4d95a
Bug 1302656: P2. Update expected wpt results. r=gerald
...
MozReview-Commit-ID: 4ebvj66fQng
--HG--
extra : rebase_source : ede4ae68c5b41e1e9044f94edda1d607d734ee27
2016-11-02 17:43:20 +11:00
Phil Ringnalda
c9fdc270b6
Merge m-c to autoland
...
--HG--
rename : dom/media/webaudio/compiledtest/TestAudioEventTimeline.cpp => dom/media/webaudio/gtest/TestAudioEventTimeline.cpp
2016-11-03 20:02:24 -07:00
Michelangelo De Simone
80af1b3196
Bug 1310864
- Remove DOM/(contacts, mobileconnection, icc) and related code. r=jst
...
MozReview-Commit-ID: Az4PTYFUKW8
--HG--
extra : rebase_source : 4c31210ec079a1d2f18deca4e3e1d6bdbc797f76
2016-11-03 13:55:36 -07:00
Bevis Tseng
3af6bacb93
Bug 1309527
- Fix the race condition to prevent the access of metadata in both PBackground thread and the Connection thread. r=janv
2016-10-26 19:14:12 +08:00
Mats Palmgren
97f95f014b
Bug 1313254 part 4 - [css-align] Change "last-baseline" to "last baseline" in testing/ (scripted change). r=dholbert
2016-11-05 02:57:07 +01:00
Nicholas Hurley
24e08fbf55
Bug 1313099 - Put nodejs in tooltool (mozharness changes) r=jlund
...
MozReview-Commit-ID: 7ijnlF5D9B2
2016-11-04 17:01:53 -07:00
Nicholas Hurley
b47059c6af
Bug 1313099 - Put nodejs in tooltool (m-c changes) r=jlund
...
MozReview-Commit-ID: 4JvqlqlKLTC
2016-11-04 17:01:20 -07:00
Eric Rahm
72501ba9d6
Bug 1313483 - Convert XPCOM test TestThreadUtils to a gtest. r=froydnj
...
MozReview-Commit-ID: EA0SNRX2EXC
--HG--
rename : xpcom/tests/TestThreadUtils.cpp => xpcom/tests/gtest/TestThreadUtils.cpp
2016-11-04 16:24:59 -07:00
Eric Rahm
f858baa31d
Bug 1313482 - Convert XPCOM test TestTextFormatter to a gtest. r=froydnj
...
MozReview-Commit-ID: FQ5K3jvqb7c
--HG--
rename : xpcom/tests/TestTextFormatter.cpp => xpcom/tests/gtest/TestTextFormatter.cpp
2016-11-04 16:24:42 -07:00
Eric Rahm
c4ab361b4f
Bug 1313481 - Convert XPCOM test TestTArray to a gtest. r=froydnj
...
MozReview-Commit-ID: 8fB9Wi9ghD0
--HG--
rename : xpcom/tests/TestTArray.cpp => xpcom/tests/gtest/TestTArray2.cpp
2016-11-04 16:24:27 -07:00
Eric Rahm
95240c203d
Bug 1313480 - Remove test TestStringAPI. r=froydnj
...
Once the xpcom glue library is removed we will no longer need an external
StringAPI, so this test can go away.
MozReview-Commit-ID: DdGV2dWvlK1
2016-11-04 16:24:15 -07:00
Eric Rahm
b6fc8d17a4
Bug 1313479 - Part 1: Convert TestObserverService to a gtest. r=froydnj
...
This is a straightforward conversion to a gtest. The test itself is updated
to use RefPtr/nsCOMPtr where appropriate to avoid memory leaks.
MozReview-Commit-ID: JyHF3iTaoOg
--HG--
rename : xpcom/tests/TestObserverService.cpp => xpcom/tests/gtest/TestObserverService.cpp
2016-11-04 16:23:58 -07:00
Eric Rahm
d021c055ec
Bug 1313477 - Convert XPCOM test TestObserverArray to a gtest. r=froydnj
...
This is a very straightforward conversion of TestObserverArray. The tests were
not split out as they are all dependent on each other. The test macro was left
as well as converting it to a proper function would require a fair amount of
modification to the tests.
MozReview-Commit-ID: Bz9aWbAwBS
--HG--
rename : xpcom/tests/TestObserverArray.cpp => xpcom/tests/gtest/TestObserverArray.cpp
2016-11-04 16:23:38 -07:00
Eric Rahm
caff0efb46
Bug 1313475 - Part 2: Convert TestNsRefPtr to a gtest. r=froydnj
...
This converts the tests over to gtests.
MozReview-Commit-ID: 3oXY9kUZdB6
--HG--
rename : xpcom/tests/TestNsRefPtr.cpp => xpcom/tests/gtest/TestNsRefPtr.cpp
2016-11-04 16:23:23 -07:00
Eric Rahm
eed887ecb5
Bug 1313474 - Convert XPCOM test TestID to a gtest. r=froydnj
...
MozReview-Commit-ID: 7rLi2Y9lYEI
--HG--
rename : xpcom/tests/TestID.cpp => xpcom/tests/gtest/TestID.cpp
2016-11-04 16:23:08 -07:00
Eric Rahm
962506ea53
Bug 1313473 - Part 2: Convert XPCOM test TestHashtables to a gtest. r=froydnj
...
MozReview-Commit-ID: DTOeKiesYBP
--HG--
rename : xpcom/tests/TestHashtables.cpp => xpcom/tests/gtest/TestHashtables.cpp
2016-10-31 16:58:42 -07:00
Eric Rahm
84a7d935e9
Bug 1313472 - Part 1: Convert XPCOM test TestFile to a gtest. r=froydnj
...
This is a very straightforward conversion of TestFile to a gtest. It sticks
with using one main test function to avoid dealing with possible dependency
issues between subtests.
MozReview-Commit-ID: IoIeGgisMGE
--HG--
rename : xpcom/tests/TestFile.cpp => xpcom/tests/gtest/TestFile.cpp
2016-11-04 16:22:43 -07:00
Eric Rahm
95aaba6075
Bug 1313471 - Part 2: Convert TestCOMPtrEq to a gtest. r=froydnj
...
MozReview-Commit-ID: GifbCK1zzxh
--HG--
rename : xpcom/tests/TestCOMPtrEq.cpp => xpcom/tests/gtest/TestCOMPtrEq.cpp
2016-11-04 16:22:29 -07:00
Eric Rahm
3a98aea28d
Bug 1313470 - Part 2: Convert TestCOMPtr to a gtest. r=froydnj
...
MozReview-Commit-ID: HfcLTmvkRc8
--HG--
rename : xpcom/tests/TestCOMPtr.cpp => xpcom/tests/gtest/TestCOMPtr.cpp
2016-11-04 16:22:14 -07:00
Eric Rahm
63cd7f256f
Bug 1313469 - Part 2: Convert TestCOMArray to a gtest. r=froydnj
...
MozReview-Commit-ID: CEhXX60lpZ8
--HG--
rename : xpcom/tests/TestCOMArray.cpp => xpcom/tests/gtest/TestCOMArray.cpp
2016-11-04 16:21:59 -07:00
Eric Rahm
c2b108ce95
Bug 1313468: Convert XPCOM test TestAutoRef to a gtest. r=froydnj
...
MozReview-Commit-ID: GkEPSkzNeuB
--HG--
rename : xpcom/tests/TestAutoRef.cpp => xpcom/tests/gtest/TestAutoRef.cpp
2016-11-04 16:21:37 -07:00
Greg Mierzwinski
da1990f283
Bug 1301981 - Add devtools test task definition to linux64-jsdcov. r=jmaher
...
This patch provides the implementation that makes it possible to run the devtools test suite with the linux64-jsdcov build to collect js code coverage.
MozReview-Commit-ID: KFmFhKsDq5s
--HG--
extra : rebase_source : 78894caa6b45a0e43fd1a4c29190788523b10e12
2016-10-19 21:20:10 -04:00
Henrik Skupin
28e9589017
Bug 1259055 - Use window management class for handling of new windows. r=maja_zf
...
MozReview-Commit-ID: 4dwHLFEmr4k
--HG--
extra : rebase_source : a7ec686258a6d8505cbcf77392c455a981561535
2016-11-03 17:46:32 +01:00
Henrik Skupin
dc15cf6b13
Bug 1259055 - Use window management class for handling of new tabs. r=maja_zf
...
MozReview-Commit-ID: Le8ltn1IbU4
--HG--
extra : rebase_source : 5012f6e76640c0d3cf7ab8408002282d5afa872a
2016-11-03 17:58:41 +01:00
Henrik Skupin
1d0f7ed303
Bug 1259055 - Update Marionette unit tests to use correct handles for chrome windows. r=maja_zf
...
MozReview-Commit-ID: 5q8Vt8M6PK3
--HG--
extra : rebase_source : 768bd768899ea89b4a80308d43bc0e1c7773b576
2016-10-19 10:45:23 +02:00
Gregory Szorc
88d2297730
Bug 1314981 - Remove clean working directory check; r=dustin
...
As the inline comment says, this was meant to be temporary. The check
has never fired AFAIK. The check adds ~5s overhead to run-task when
there is a source checkout. So let's remove it and get our time back.
MozReview-Commit-ID: FqwCaDAyiSE
--HG--
extra : rebase_source : 2cc433781e0f1b425b3c8959abdf4dc5ea119ebb
2016-11-03 08:17:54 -07:00
JW Wang
ca91297518
Bug 1311872. Part 5 - disable dormant when running mochitests. r=cpearce,jya
...
MozReview-Commit-ID: ETFdW7V707j
--HG--
extra : rebase_source : 827b8a2562a1babc61d0a8e48764f56e3517c181
extra : intermediate-source : bf9cb728c1b8c71784960ad5b566eb72162a7627
extra : source : ab61dc9344cbf040e7922c0bd99794f9dfb4ce34
2016-10-28 15:06:24 +08:00
JW Wang
9fcd26988d
Bug 1311872. Part 1 - remove dormant code from MediaDecoder and its friends. We will let MDSM solely decide when to enter/exit dormant. r=cpearce,jya
...
MozReview-Commit-ID: 4rRSGcruy7Z
--HG--
extra : rebase_source : 6bff3bde442dbc96ce23a4a1aabae9ec79f1b9f0
extra : intermediate-source : 456de41037090ff072925d937b001de31a479556
extra : source : 525be5a0f46950ced9efba9a7cfeda26ce73cfb8
2016-10-20 15:20:25 +08:00
Phil Ringnalda
45c34d7e95
Merge m-c to autoland
2016-11-02 20:03:20 -07:00
Phil Ringnalda
393b414467
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: 48WAQwKUCpw
2016-11-02 19:28:38 -07:00
Henrik Skupin
3f766ce36c
Bug 1314891 - create_window_instance() should not fail with UnknownWindowError but create a BaseWindow. r=maja_zf
...
MozReview-Commit-ID: 8UMSB34OkUD
--HG--
extra : rebase_source : ab4a1d777e9d4f7eadbc06ea003cc7401f9b5cd0
2016-11-03 10:12:10 +01:00
Maja Frydrychowicz
52eb7be3cd
Bug 1315522 - Marionette command-line option --addon does not work; r=automatedtester
...
MozReview-Commit-ID: 90osifz30nl
--HG--
extra : rebase_source : ab9ef7f9981999b1a174332f92a0107a17432e05
2016-11-07 11:17:41 -05:00
Thom Chiovoloni
8363f8b9c7
Bug 1313573 - Validate the sync ping during TPS test runs r=markh
...
MozReview-Commit-ID: Jy7VpAvhbPf
--HG--
extra : rebase_source : 36dce5d68a7236d90af50756ac58dbe021d35f4f
2016-11-02 14:25:07 -04:00
Wes Kocher
a2603b1a0e
Merge m-c to autoland, a=merge
2016-11-07 14:05:01 -08:00
Nicholas Hurley
4575a61f8c
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
Kevin Wern
19f18efeac
Bug 687787: support focusin/focusout based on webkit/blink r=smaug
...
Blink and webkit launch focusin after focus and focusout after blur. Despite
this contradiction with the spec, it is best to mirror this new way, as there
is little guidance or existing code to clarify implementation amiguities that
can arise from the spec.
If focus/blur is fired on a window or document, or the event triggers a change
of focus, do not fire the corresponding focusin/focusout. Otherwise, always
fire the corresponding event.
Additionally, add a mochitest and a w3c-platform-test.
MozReview-Commit-ID: AgQ8JBxKIqK
2016-10-06 21:39:53 -04:00
Wes Kocher
41d2aeeed2
Backed out changeset 6c32452df00e (bug 1238305) for cpp test failures a=backout
2016-11-02 12:18:58 -07:00
Sebastian Hengst
5c11198962
Backed out changeset 2bbfcf5356f7 (bug 1309527
) for timing out in idbobjectstore-rename-store.html on Windows x64 opt. r=backout
2016-11-02 19:15:52 +01:00
Kim Moir
c488cc0a40
Bug 1296396 - remove configs that reference fx-team in tc and buildbot u=aselagea r=kmoir
2016-11-02 10:53:19 -04:00
Bevis Tseng
4496af6962
Bug 1309527
- Fix the race condition to prevent the access of metadata in both PBackground thread and the Connection thread. r=janv
...
--HG--
extra : rebase_source : 4be928b9ed804ac033edfbf5b95490f178a49366
2016-10-26 19:14:12 +08:00
Bevis Tseng
3602bae888
Bug 1306181 - Remove IDBEnvironment in favor of partial interface in WindowOrWorkerGlobalScope. r=bkelly
...
--HG--
extra : rebase_source : de7d7964b225602000453eee7689db4fc1d71fb5
2016-10-24 10:41:13 +08:00
Gabor Krizsanits
fee5f1f348
Bug 1312022
- Revert reusing processes between bt tests. r=mrbkap
2016-11-02 11:13:56 +01:00
Gabor Krizsanits
64e1070774
Bug 1312022
- Keep alive content processes on bc and dt. r=mrbkap
2016-11-02 11:13:43 +01:00
Phil Ringnalda
c1b863b390
Merge m-c to autoland
2016-11-04 19:05:33 -07:00
Gregory Szorc
bb4a1f9476
Bug 1315041 - Record environment state in perfherder options; r=wlach
...
Currently, perfherder data containing resource usage goes into the same
bucket regardless of the execution environment. This means results for
buildbot, taskcluster, and for different AWS instance types are all
mixed together, making the data noisy.
This commit adds extraOptions values to the perfherder data to
identify:
* buildbot vs taskcluster
* the TC instance type
Data will go to separate buckets and should be much more consistent.
MozReview-Commit-ID: A0zSkdVI6ZM
--HG--
extra : rebase_source : 6047a3a0fcd9103747862fb2db7ba9b11a0cf95f
2016-11-03 14:41:58 -07:00
Gregory Szorc
c5b27ecc6f
Bug 1315041 - Revive recording of build phases to perfherder; r=catlee
...
aa1e7115e8d7 removed code related to influx. Unfortunately, part of a
deleted class loaded build_resources.json and populated an attribute
holding the results. This attribute was consulted by
buildbase.BuildScript to send build metrics to perfherder. Oh, the
joy of mixins.
This commit essentially restores the build_resources.json loading
code as part of BuildScript.
MozReview-Commit-ID: IuFJd9Y6wFO
--HG--
extra : rebase_source : d2e5f1323c85207a6aaf096298c7f09d8bda87c8
2016-11-04 15:31:03 -07:00
Johan Lorenzo
971860a446
Bug 1305390 - Take scripts/{push,get}_apk.py update_apk_description.py out of Mozharness r=sylvestre
...
MozReview-Commit-ID: CH1sKIdQXN9
--HG--
extra : rebase_source : 3eb5b0e7d8b275b420ca5c57f19778f477b85900
2016-09-28 11:36:00 +02:00
Wander Lairson Costa
84584b0760
Bug 1315657: Fix web-platform tests for Linux o Taskcluster. r=rail
...
Docker image for Linux tests ships minidump-stack-walk. The mozharness
script finds it instead of tooltool downloaded file, and when try to
give executable permission, it gets permission denied error because the
file is localted outside home directory. As minidump-stack-walk already
has executable permission, we skip the permission denied error.
MozReview-Commit-ID: 5IyUna02iPb
--HG--
extra : rebase_source : 0d60e53df9f925e799c30fadeff7cc7bfd9cb2da
2016-11-07 12:00:51 -02:00
Ryan VanderMeulen
ce6cdbef86
Bug 1313499 - Add support for a reftest-gpu job that forces GPU composition on. r=jmaher
2016-11-07 08:59:49 -05:00
Ryan VanderMeulen
48ef8de07d
Bug 1263230 - Remove in-tree references to IPC/OOP reftest modes. r=ahal
2016-11-07 08:59:49 -05:00
Paul Yang
ad7e622642
Bug 1261197 - Use StructuredOutputParser for parsing xpcshell test results, r=ahal
...
MozReview-Commit-ID: EKFrxBtGYKp
--HG--
extra : rebase_source : d2605022fac3d3dd9e691f1729420158d6c06ee5
2016-11-03 10:55:31 -04:00
Nicholas Nethercote
108b8f0823
Bug 1314497 (part 1) - Convert intl/lwbrk/tests/TestLineBreak.cpp to a gtest. r=emk.
...
This commit does the following.
- Converts the test to a gtest, including renaming the directory.
- Factors out the duplicated checking code into a separate Check() function.
- Avoids printing any output unless a failure occurs. (The gtest harness prints
out minimal output, like the name of the current test.)
- Removes SampleWordBreakUsage(), which prints some output but doesn't actually
test anything, and so isn't useful.
--HG--
rename : intl/lwbrk/tests/TestLineBreak.cpp => intl/lwbrk/gtest/TestLineBreak.cpp
rename : intl/lwbrk/tests/moz.build => intl/lwbrk/gtest/moz.build
extra : rebase_source : e673299e237a1a8a3b0a33cfc0a0024ab7dee271
2016-11-03 13:46:12 +11:00
Nicholas Nethercote
2af130581e
Bug 1314556 - Convert TestAudioEventTimeline.cpp to a gtest. r=padenot.
...
This required moving template function ValidateEvent into the .h file to avoid
linking problems in xul-gtest.
--HG--
rename : dom/media/webaudio/compiledtest/TestAudioEventTimeline.cpp => dom/media/webaudio/gtest/TestAudioEventTimeline.cpp
rename : dom/media/webaudio/compiledtest/moz.build => dom/media/webaudio/gtest/moz.build
extra : rebase_source : 1a8917fc0e75e9c264bc88aec5565d9fff085c12
2016-11-03 13:39:26 +11:00
Phil Ringnalda
1261559426
Backed out changeset 2e8791563f4d (bug 1309527
) for Win8 timeouts in idbobjectstore-rename-store.html
2016-11-02 19:22:18 -07:00
Wes Kocher
df5dbf81cc
Merge central to inbound a=merge
2016-11-02 17:31:08 -07:00
Bevis Tseng
790be48aa6
Bug 1309527
- Fix the race condition to prevent the access of metadata in both PBackground thread and the Connection thread. r=janv
2016-11-02 23:12:31 +01:00
Nebelhom
4a46a22f6a
Bug 1303863 - Remove restore_pref and restore_all_prefs methods from Firefox Puppeteer. r=whimboo
...
MozReview-Commit-ID: 7GdwCK98Rsb
--HG--
extra : rebase_source : d3adf4e2fe30548a6edccedf15322df508f18956
2016-09-07 23:37:47 +02:00
Henrik Skupin
02c163e8b6
Bug 1304656 - Firefox UI update tests have to use the restart buttons. r=rail
...
MozReview-Commit-ID: 2cb6MHKowgq
--HG--
extra : rebase_source : 9b4c18ece73d983b09cb9ed8a04df4d4fe58de6a
2016-10-28 12:04:36 +02:00
Tom Tung
a63de77d6a
Bug 1264178 - Part 1: Expose URL fragment to request but not response. r=bkelly
...
--HG--
extra : rebase_source : ee0cac184ac64b1fa9185f912753f10b61a55383
2016-11-07 10:16:34 +08:00
Nicholas Nethercote
bea3aefea7
Bug 1315561 - gtestify dom/media/compiledtest/*.cpp. r=padenot.
...
The only complication was that I had to add namespaces to TestAudioMixer.cpp
and TestAudioSegment.cpp to avoid multiple definitions of a few small helper
functions like GetLowValue().
--HG--
rename : dom/media/compiledtest/TestAudioBuffers.cpp => dom/media/gtest/TestAudioBuffers.cpp
rename : dom/media/compiledtest/TestAudioMixer.cpp => dom/media/gtest/TestAudioMixer.cpp
rename : dom/media/compiledtest/TestAudioPacketizer.cpp => dom/media/gtest/TestAudioPacketizer.cpp
rename : dom/media/compiledtest/TestAudioSegment.cpp => dom/media/gtest/TestAudioSegment.cpp
extra : rebase_source : f42a1209b98a344c77e1245815eebc86a16866c0
2016-11-09 08:47:23 +11:00
Andrew Halberstadt
f8ae7b1f97
Bug 1020516 - Add timestamp messages when dumping buffered messages in mochitest, r=ted
...
When dumping buffered messages in mochitest, this adds a new log line for every second's
worth of messages. Alternatively we could print the timestamp in brackets at the end of
each buffered message, but I found that in practice there tends to be many log messages
generated each second. This looks better for that case, but will look much worse if logs
are generated more than a second apart. I would be ok with either method.
MozReview-Commit-ID: Jkd9hOlmiGZ
--HG--
extra : rebase_source : 6c7a10235c2c7ca4a483ea7f1f37e18690974ce0
2016-11-02 13:42:58 -04:00
Andrew Halberstadt
5fad0ff7dc
Bug 1020516 - Only buffer mochitest log messages that happen between a TEST-START/TEST-END, r=ted
...
I believe the current behaviour of buffering messages outside of a test is wrong. For example:
1. INFO logged -> gets buffered
2. TEST-START logged -> doesn't get buffered
3. Test fails and buffer dumped -> INFO looks like it happened after the TEST-START
I think this is very confusing as developers trying to debug a test will think that INFO message
is happening somewhere inside their test when in reality it isn't.
MozReview-Commit-ID: Jkd9hOlmiGZ
--HG--
extra : rebase_source : f016cb069abcb71587a1d9df143e4796ffa69b3b
2016-11-02 13:42:58 -04:00
Andrew Halberstadt
3dc38de703
Bug 1020516 - Pass options.quiet into mochitest MessageLogger via constructor, r=ted
...
For some reason we have a 'buffering' parameter in the MessageLogger constructor, but
then rather than using this, the mochitest harness modifies state after instantiation.
Using the constructor is easier to understand, and simplifies some of the logic in the
next couple of patches.
MozReview-Commit-ID: Jkd9hOlmiGZ
--HG--
extra : rebase_source : eb2b5b7d647d69229cca5495f6f950c5fcf80809
2016-11-02 13:42:57 -04:00
Henrik Skupin
2b0c1a59c5
Bug 1309318 - Make the httpd server available to TestCase class to allow custom handlers. r=maja_zf
...
MozReview-Commit-ID: HpazIlQG1Yq
--HG--
extra : rebase_source : e22c23d5c79f28e7f85b4cc97e4ddd76f17c83af
2016-11-01 13:06:39 +01:00
Joel Maher
6d00994164
Bug 1220362 - retry on dlopen.c errors. r=gbrown
...
MozReview-Commit-ID: BL08acEIH99
--HG--
extra : rebase_source : 564bfa99e864f2feb877cf070451984bf00e3acc
2016-11-02 15:59:10 -04:00
Henrik Skupin
ded9e69625
Bug 1314550 - Better failure message for update tests in case of watershed releases. r=rail
...
MozReview-Commit-ID: Ja8ebnKznc3
--HG--
extra : rebase_source : 88ee000aae02c42409becd0ebd05c0559a7b8093
2016-11-02 11:37:40 +01:00
Carsten "Tomcat" Book
f74ac0b2c5
Backed out changeset 22dcdb840e8a (bug 1302656)
...
--HG--
extra : rebase_source : 87336bf986c4547119630728378e697ed6fa1399
2016-11-02 14:57:33 +01:00
Rob Thijssen
c2a6d8e4a3
Bug 1314463 - remove proxxy and pypi.pvt config for tc win tests; r=jmaher
...
MozReview-Commit-ID: Al4McqCJIIy
--HG--
extra : rebase_source : f28b61a9981765b7ebf9329bca1f65d78ee44de5
2016-11-01 23:29:54 +00:00
Jean-Yves Avenard
321e872bc2
Bug 1302656: P2. Update expected results. r=gerald
...
MozReview-Commit-ID: 4ebvj66fQng
--HG--
extra : rebase_source : a2e42637d63483d0557fcff7fd3973b500197d18
2016-11-02 17:43:20 +11:00
Boris Chiou
448fa1ae73
Bug 1286150 - Part 6: Test. r=hiro
...
MozReview-Commit-ID: 60HmJf3G2CR
--HG--
extra : rebase_source : 923c95f8d5f75afe758925a49b16cf78bc843028
2016-10-27 15:46:35 +08:00
Bryce Van Dyk
5e6a0ac8b6
Bug 1298715 - Add taskcluster specific scripts and config for external media tests. r=grenade
...
This changeset adds a taskcluster specific mozharness script and posix config
for the external media tests. It also removes some of the no longer needed
config from the windows task cluster config for these tests.
MozReview-Commit-ID: 1E5fkFV5DeV
--HG--
extra : rebase_source : 268b09da0601b32e61a24195f703de0578de1317
2016-11-01 00:16:00 +13:00
Phil Ringnalda
16522e6c40
Backed out changeset 27695ca9f8cd (bug 1310864
) for failures in test_navigator_resolve_identity.html, test_bug707564.html, and test_dom_xrays.html
2016-10-31 19:39:06 -07:00
Phil Ringnalda
8f3fc80e6a
Merge m-c to autoland
2016-10-31 18:46:45 -07:00
Michelangelo De Simone
8b355547fc
Bug 1310864
- Remove DOM/(contacts, mobileconnection, icc) and related code. r=jst
...
MozReview-Commit-ID: 2tWZc6hMtk5
--HG--
extra : rebase_source : 609688dd1fa430827c18e1cd0095c07fb17fce67
2016-10-28 17:53:58 -07:00
Michelangelo De Simone
6314d37360
Bug 1310020 - Remove DOM/bluetooth and related code. r=jst
...
MozReview-Commit-ID: IEhwzzBgb3x
--HG--
extra : rebase_source : 664e30c1d3babc71b2ef77c00e393fa767f4c159
2016-10-28 14:25:23 -07:00
Kris Maglione
3a59c31923
Backed out changeset 425c0602ccb4 (bug 1313716) for breaking mach mochitest. r=backout
...
MozReview-Commit-ID: pTW1acQYLV
2016-10-30 19:17:13 -07:00
Chris Manchester
4aaad1ce55
Bug 1313716 - Don't provide a blank subsuite as a default in the manifestparser. r=ahal
...
This causes consumers managing defaults themselves to fail to find a default
subsuite for tests, because the manifestparser will have provided a blank
default value by the time they incorporate defaults into a test definition.
This patch removes the provided defaults and updates a number of places assuming
the 'subsuite' field is always present.
MozReview-Commit-ID: 1jPy52VmEPr
2016-10-31 10:04:42 -07:00
Jordan Lund
685d640338
Bug 1308010 - add adjust-sdk and adjust-sdk-beta tokens to builds via secret service, r=dustin
...
MozReview-Commit-ID: IKCc2fzQ8Bn
--HG--
extra : rebase_source : 484dc41992c1396e04137274107aff70ae942f46
2016-10-05 14:25:48 -07:00
Phil Ringnalda
5c16f7080d
Merge m-c to m-i
2016-10-30 11:04:05 -07:00
Aryeh Gregor
2445ed1848
Bug 1312742 - Match spec/other browsers for ping reflection; r=bkelly
...
The spec used to say that getting the .ping property on
HTMLAnchorElement or HTMLAreaElement should return a DOMTokenList of
parsed URLs, but it now says to return a plain string. All other UAs
that implement ping match the new spec, and it's hopefully unlikely that
any sites depend on our old behavior.
Discussion: https://github.com/whatwg/html/issues/1780
MozReview-Commit-ID: LpmH8ANNT9g
2016-10-30 16:04:52 +02:00
Ryan VanderMeulen
a41f7d1058
Merge autoland to m-c. a=merge
2016-10-29 09:12:45 -04:00
Ryan VanderMeulen
efaf239a96
Bug 1311515 - Add an xperf whitelist entry for aushelper@mozilla.org.xpi on a CLOSED TREE.
...
--HG--
extra : rebase_source : b277f667cb34253f6c76e08b4c1b56761e0eba5e
2016-10-29 09:04:53 -04:00
Mark Banner
709dd68567
Bug 1313626 - Clean up more issues found by eslint no-undef rule. r=mossop
...
MozReview-Commit-ID: HGiOmpyN5zV
--HG--
extra : rebase_source : f09a308b4c34b3cd3c28e170440bd1012176ef08
2016-10-28 11:40:32 +01:00
Mark Banner
f7fca8642f
Bug 1240165 - Expand the eslint rule 'mark-test-function-used' to cover xpcshell tests as well as gecko tests and apply to the whole tree. r=miker
...
MozReview-Commit-ID: FlbJ8yzWXlw
--HG--
extra : rebase_source : 3f9a2997b36ef8f019e38e4af61a0c44e0e7283c
2016-10-26 09:46:40 +01:00
Chris Peterson
eeb420cf25
Bug 1313580 - Part 3: Remove web content access to Battery API. r=baku
...
--HG--
rename : dom/battery/test/mochitest.ini => dom/battery/test/chrome.ini
2016-10-28 18:45:36 -07:00
Chris Peterson
145fdb225f
Bug 1313580 - Part 1: Remove unused B2G tests for Battery API. r=baku
2016-10-28 18:41:43 -07:00
Bevis Tseng
dba4a0f611
Bug 1312330 - Add 'Exposed' attribute to pass the test criteria of the idlharness.js in WPT. r=bkelly
2016-10-24 15:57:54 +08:00
Eugen Sawin
190e9ca088
Bug 1307886 - [3.2] Extract xz-compressed libs for xpcshell and unit tests. r=glandium
2016-10-28 12:59:23 +02:00
Eugen Sawin
5999591289
Bug 1307886 - [1.2] Remove szip support. r=glandium
2016-10-28 12:59:23 +02:00
Randell Jesup
b9d507869a
Bug 1311397: bustage fix with space rs=tomcat
...
on a CLOSED TREE
2016-10-28 03:49:33 -04:00
Randell Jesup
35232de3ba
Bug 1311397: fix DataChannel logging for mochitests/etc r=erahm
2016-10-28 03:25:10 -04:00
Chris Pearce
9072d25527
Bug 1313284 - Mark passing WPT as expected pass on a CLOSED TREE. r=bustage
...
MozReview-Commit-ID: 1aqD9f2GGZF
2016-10-28 10:50:04 +13:00
Michael Layzell
76969f2737
Bug 1310345 - Change FindChildWithName and related methods to take nsAString& instead of char16_t*, r=bz
...
MozReview-Commit-ID: 4aQwYX9ObcN
2016-10-27 15:53:35 -04:00
Michael Layzell
f9eea2d135
Bug 1303196 - Part 2: Connect the DocGroup and TabGroup objects to nsGlobalWindow and nsDocument, ensuring that Opener is set early enough that it is correct, r=smaug
...
MozReview-Commit-ID: 3rZfLw3dXkF
2016-10-27 15:53:35 -04:00
Chris Pearce
1cc97558c8
Bug 1313284 - Update some EME WPT to match upstream so that they now pass. r=gerald
...
We now pass almost all the upstream EME WPT, but out local copy is out
of date, so we're failing some. So rather than mark them as expected fail,
update the out copy so that the tests pass as expected.
MozReview-Commit-ID: 7YnD6Dlc0HC
--HG--
extra : source : 7862f7d272567d284cea8665d12258c758c9f439
2016-10-27 19:08:12 +13:00
Chris Pearce
d70e3cee5e
Bug 1313284 - Disable EME WPT for features we don't support, or can't support in the test harness. r=gerald
...
MozReview-Commit-ID: 51T4hBjezyr
--HG--
extra : source : 2f734e16ec1cb497d0251bdd6d8bf53bf62f9e91
2016-10-27 16:53:07 +13:00
Carsten "Tomcat" Book
061b119bf8
Merge mozilla-central to mozilla-inbound
2016-10-27 16:46:06 +02:00
Carsten "Tomcat" Book
7d0f3d5865
merge mozilla-inbound to mozilla-central a=merge
2016-10-27 16:45:00 +02:00
Phil Ringnalda
76f5d03bb6
Merge m-c to m-i
...
MozReview-Commit-ID: LUDPZ08eWBo
2016-10-26 18:58:54 -07:00
Phil Ringnalda
4012e61cc3
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: CysKZsvYf69
2016-10-26 18:40:50 -07:00
Geoff Brown
94ff9c7d97
Bug 1313187 - Increase default timeout on ASAN browser mochitests to 90 seconds; r=jmaher
2016-10-26 16:33:10 -06:00
Masatoshi Kimura
ae858f7ad4
Bug 1312384 - Update Web Platform Tests to reflect a change to the Encoding Standard. r=annevk
...
MozReview-Commit-ID: GHqngaZaGI4
--HG--
extra : rebase_source : 4ad112312427dcd0d19d2c7aeaf9c0cededbea5a
2016-10-25 23:31:34 +09:00
Geoff Brown
094fe98143
Bug 1309436 - Add test name to java-exception failure messages; r=ted
2016-10-26 11:31:41 -06:00
Aryeh Gregor
3b1cc7049b
Bug 1298818 - Port test_bug411103.html to wpt; r=jst
...
This allows other UAs to use it, removes duplicated checks, and
increases the chance of us noticing if the spec changes. Some of the
expected values in our mochitest were contrary to the spec.
I checked the new expected failures against the spec and the other UAs.
I filed a spec bug for one group because it was contrary to all UAs
(although IMO the spec makes more sense and the UAs are buggy), and the
others are fixed in the next patch.
MozReview-Commit-ID: 1j11XgfuErB
2016-10-26 16:49:36 +03:00
Maja Frydrychowicz
d0fb9fce98
Bug 1305534 - Add debug artifact builds on try; r=chmanchester
...
MozReview-Commit-ID: Gg46RzHarO1
--HG--
extra : rebase_source : 07324cf202740539e6e27bce00ffee05b7b4a30f
2016-10-18 11:18:58 -04:00
Chris Manchester
2de89e603a
Bug 1313716 - Don't provide a blank subsuite as a default in the manifestparser. r=ahal
...
This causes consumers managing defaults themselves to fail to find a default
subsuite for tests, because the manifestparser will have provided a blank
default value by the time they incorporate defaults into a test definition.
This patch removes the provided defaults and updates a number of places assuming
the 'subsuite' field is always present.
MozReview-Commit-ID: 1jPy52VmEPr
--HG--
extra : rebase_source : be7a2504af6853abb1bc532a058738f33d8dcbee
2016-10-28 11:07:21 -07:00
Maja Frydrychowicz
6da8812934
Bug 1303234 - Implement extracting action chain from a request; r=ato,jgraham
...
MozReview-Commit-ID: JxNoGZog1om
--HG--
rename : testing/marionette/action.js => testing/marionette/legacyaction.js
extra : rebase_source : 91e9b1915e18362765804e3767dfb834394a35af
2016-10-26 13:04:48 -04:00
Rob Thijssen
a2202b129a
Bug 1313539 - use hg cache on ephemeral drive; r=pmoore
...
MozReview-Commit-ID: 3ibLy0Bx6t5
--HG--
extra : rebase_source : 441a4d05d67fa520137b6ad50c86a8cd09ef543e
2016-10-28 10:13:58 +01:00
Andrew Halberstadt
a70058b1a1
Bug 1313265 - Ensure unstructured logs containing TEST-UNEXPECTED-FAIL fail the job desktop_unittest.py, r=jgraham
...
I haven't seen a case of this happening in the wild, but I believe it is possible for a test to dump "TEST-UNEXPECTED-FAIL"
directly to the log and mozharness using the StructuredOutputParser would not pick it up. This patch is just me being extra
careful to flag potential errors like that. I'm not sure they even exist.
This patch also purposefully uses substr to avoid requiring said string to show up at the beginning, which should avoid
certain prefix issues we've run into in the past.
MozReview-Commit-ID: 99n9YizlEDH
--HG--
extra : rebase_source : 2063f2fc4ca109a4ac24ccdbc0672e4e1b4c0fb6
2016-10-27 15:11:26 -04:00
Andrew Halberstadt
292670662f
Bug 1313265 - Log messages containing 'TEST-UNEXPECTED-FAIL' at the error level in mochitest, r=jgraham
...
We were previously logging these at the info level as a really hacky way to make sure that the mozharness
output parser was able to detect them. Since bug 1261194 switched mochitests to use the StructuredOutputParser,
we now need to log them at the error level or they won't get picked up anymore.
MozReview-Commit-ID: 99n9YizlEDH
--HG--
extra : rebase_source : a3495ac3c3d770f1eabadca42fd4c2f789e83617
2016-10-27 15:03:38 -04:00
Sebastian Hengst
73a03b9c60
Backed out changeset 9f7616d57abc (bug 1118337) for failing resource-selection-invoke-insert-source.html. r=backout
2016-10-28 14:11:22 +02:00
Sebastian Hengst
725832b7f1
Backed out changeset aada0714c236 (bug 1196560) for failing resource-selection-invoke-set-src.html. r=backout
2016-10-28 14:14:14 +02:00
Cody Tran
433f7aa01c
Bug 1301214 - Changed action of code coverage options to store_true and enabled code coverage for mochitest-devtools-chrome. r=gmierz2+560562,jmaher
...
MozReview-Commit-ID: lJMQGfhfDA
--HG--
extra : rebase_source : cc673324efd1a742df8041be411051609ca4276c
2016-10-24 21:36:17 -04:00
ctai
90f77c63de
Bug 1196560 - Enable resource-selection-invoke-set-src.html. r=jwwang
...
This test case can be pass.
MozReview-Commit-ID: EFpFT5o7RbX
--HG--
extra : rebase_source : a5a0b16e592703ae0198bba9e930d4542bdbb639
2016-10-26 15:22:22 +08:00
ctai
bf99201974
Bug 1118337 - Enable resource-selection-invoke-insert-source.html. r=jwwang
...
This test case can be pass.
MozReview-Commit-ID: F2liaFmKdj8
--HG--
extra : rebase_source : 3eabb117753b828e2e0b774ff07beea0f9a07e07
2016-10-26 14:59:10 +08:00
Shih-Chiang Chien
b25fe68ce0
Bug 1291971 - Part 7, enable mixed-content and sandboxing test cases. r=smaug.
...
MozReview-Commit-ID: 52jBHDgWiZo
--HG--
extra : rebase_source : cce21a157c964f41f31c7c3f3bf69e3046fb6a1d
2016-10-04 08:47:58 +02:00
Shih-Chiang Chien
2e3eadd9df
Bug 1291971 - Part 6, enable receiver idlharness test. r=smaug.
...
MozReview-Commit-ID: BDZ8daA2gpj
--HG--
extra : rebase_source : 70595ad9e8e56856c464fa12c2c2eeadc9e48063
2016-10-20 11:27:55 +08:00
Shih-Chiang Chien
6307881f75
Bug 1291971 - Part 5, enable controller getAvailability test. r=smaug.
...
MozReview-Commit-ID: 2xiMSKaMcDP
--HG--
extra : rebase_source : 2b47a273aa9a4276aa24ae6ee10cb003b04417ba
2016-09-29 23:34:47 +08:00
Shih-Chiang Chien
f0a72d6d59
Bug 1291971 - Part 4, enable controller startNewPresentation_error test. r=smaug.
...
MozReview-Commit-ID: 51dfCphD0XJ
--HG--
extra : rebase_source : 41fdcef117c34fe45588ee8f4f71f99ed2987748
2016-10-04 09:00:10 +02:00
Shih-Chiang Chien
19b68183c7
Bug 1291971 - Part 3, enable controller PresentationRequest_error test. r=smaug.
...
MozReview-Commit-ID: EvuU3Q1ui5t
--HG--
extra : rebase_source : 65ed6e5c653530e2b4f8bb43628f3c60e7e997c4
2016-10-28 14:26:12 +08:00
Shih-Chiang Chien
3803d72b23
Bug 1291971 - Part 2, enable controller PresentationRequest_success test. r=smaug.
...
MozReview-Commit-ID: CENJleUg3Qy
--HG--
extra : rebase_source : b7c35259a04d1ba19a9e095349f7877c2d2aeeb8
2016-09-29 11:43:35 +08:00
Shih-Chiang Chien
e51e9349e9
Bug 1291971 - Part 1, enable controller idlharness test. r=smaug.
...
MozReview-Commit-ID: bDuOdLpPDh
--HG--
rename : dom/webidl/PresentationConnectionClosedEvent.webidl => dom/webidl/PresentationConnectionCloseEvent.webidl
extra : rebase_source : eca8bec6b6200247fbc9c743c13822f02373cc3d
2016-10-04 00:22:34 +02:00
Shih-Chiang Chien
b089580c49
Bug 1291971 - Part 0, remove deprecated test case for presentation API and correct manifest. r=jgraham
...
MozReview-Commit-ID: LaFbOvPz0dr
--HG--
extra : rebase_source : b1d9c28147c773cd6a4ba28cedb1518f8b627845
2016-10-28 11:03:05 +08:00
Jean-Yves Avenard
5fbf7730c1
Bug 1313583: Update WPT expected tests. r=jya
...
MozReview-Commit-ID: 9NPDYXr4iIN
--HG--
extra : rebase_source : 4b8031b3795c03ecf7d0d847cce25d653d902da1
2016-10-28 17:48:18 +11:00
Carsten "Tomcat" Book
bf6750d830
Backed out changeset fd9f78132e0e (bug 1313583
) on request from jya
2016-10-28 08:58:57 +02:00
Jean-Yves Avenard
c4e33cc3c0
Bug 1313583: Update WPT expected tests. r=jya
...
MozReview-Commit-ID: 9NPDYXr4iIN
--HG--
extra : rebase_source : 888275543eb91a0af86a497100e646f04dc3fdd1
2016-10-28 17:48:18 +11:00
Chris Pearce
6ed77e136a
Bug 1312886: P8. Update EME multikey-sequential WPT from upstream so they pass. r=jya
...
MozReview-Commit-ID: 2XRTqkJbwBs
--HG--
extra : rebase_source : 7f2d834524f06292da6ea0ee56feff6eae9aaf8e
2016-10-28 16:29:24 +13:00
James Cheng
3bf8f58291
Bug 1309466 - Add Test for the init value by constructor. r=froydnj
...
MozReview-Commit-ID: 9BguTY6dlRD
--HG--
extra : rebase_source : 8aef83263e8a406f6a4bb54f7cac6368cb75d904
2016-10-19 18:12:11 +08:00
Andreas Farre
cb4bba507f
Bug 1198381 - Add tests for requestIdleCallback, r=smaug
...
MozReview-Commit-ID: HRdU1SJEg9K
--HG--
extra : rebase_source : 8fba6ee01df0db7211d7db24f6d4380b1ccde785
2016-08-30 16:02:08 +02:00
Henrik Skupin
9e17d950d7
Bug 1141483 - After a restart Marionette doesn't restore the previous context. r=automatedtester
...
MozReview-Commit-ID: KCI7UZn0NeZ
--HG--
extra : rebase_source : 1d743d69c1ab1e4ce3c2f90e474b5e27f9043814
2016-10-24 17:38:30 +02:00
Henrik Skupin
3b68400cf3
Bug 1280878 - Update safebrowing_notification test for changed Google URL. r=francois
...
MozReview-Commit-ID: 7jkbKM9FLXg
--HG--
extra : rebase_source : 4243b2dfedce63a26fa51e129cbb5e2c21499354
2016-10-26 13:30:20 +02:00
Carsten "Tomcat" Book
9031c83f32
Merge mozilla-central to autoland
2016-10-26 17:14:27 +02:00
Phil Ringnalda
0a5faee022
Merge m-c to autoland
2016-10-25 22:08:13 -07:00
Phil Ringnalda
8cf1367dd8
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: FnnOWQ3xKPi
2016-10-25 22:03:31 -07:00
Aryeh Gregor
3ef60e5be3
Bug 1299838 - Add bug numbers to some wpt failures; r=test-only
...
Now syntax-checked *correctly*!
MozReview-Commit-ID: GAFOXF7x30E
2016-10-25 18:27:21 +03:00
Geoff Brown
08bbef87dc
Bug 1311412 - Try restarting emulator without -gpu if first attempt fails; r=jmaher
2016-10-25 08:53:34 -06:00
Geoff Brown
3bab85a102
Bug 1311528 - Do not report java-exception on "FATAL EXCEPTION"; r=jmaher
2016-10-25 08:53:31 -06:00
Paul Yang
fd370e9e94
Bug 1261194 - Use StructuredOutputParser for parsing mochitest test results, r=ahal
...
MozReview-Commit-ID: DnfrAZKn2ib
--HG--
extra : rebase_source : c7bb1e7ff26892a0f09004dfab0db2e68405ee2d
extra : amend_source : e72e1b4647ad27c17d049713c6659c1f75e45f0d
2016-10-24 11:33:01 -04:00
Carsten "Tomcat" Book
26626464f0
Backed out changeset 377601350abc (bug 1198381)
2016-10-25 12:32:52 +02:00
Carsten "Tomcat" Book
49defcd6fc
Backed out changeset 005f4ce1bf67 (bug 1304004) because of developers request from whimboo
2016-10-25 11:47:14 +02:00
Carsten "Tomcat" Book
59a29b8b1c
merge mozilla-inbound to mozilla-central a=merge
2016-10-25 10:31:03 +02:00
Bob Clary
7d8ea8a26f
Bug 1306703 - Autophone - mozdevice - combine stdout, stderr, r=droeh,gbrown
2016-10-24 11:09:57 -07:00
Bob Clary
6c9a138775
Bug 1306703 - Autophone - mozdevice - minimal Android 7 support in adb*.py, r=droeh
2016-10-24 11:09:57 -07:00
Brian Stack
947371cedb
Bug 1303214 - Change Mozharness Taskcluster artifact expiration to 28 days r=rail
...
MozReview-Commit-ID: BbWaeqXIRWT
--HG--
extra : rebase_source : b86e585b3b922e9beea882888ee5802690cb9933
2016-10-17 15:41:30 -07:00
Michelangelo De Simone
144c0a5d23
Bug 1309719 - Remove DOM/telephony and related code. r=ehsan+251051
...
MozReview-Commit-ID: Gv3vnyH4Csi
--HG--
extra : rebase_source : 6267f92bc9104bace982297474dc978a06dff5ba
2016-10-12 15:19:09 -07:00
Jessica Jong
e732e68921
Bug 1310076 - Add 'datetime-local' to the list of valid types attributes for <input>. r=smaug
2016-10-24 03:35:00 +02:00
Ryan VanderMeulen
6dd10f3372
Bug 1297410 - Skip flaky query-encoding tests on all platforms.
...
--HG--
extra : rebase_source : 7b99493597b046b7334efe1b88cee4c4bd7d4ce6
2016-10-23 21:49:37 -04:00
Ryan VanderMeulen
6d6cf1f8da
Bug 1273758 - Re-enable test_mouse_action.py on Win7.
...
--HG--
extra : rebase_source : 86e824a5cfdb0a34f0aacb5217ff2eb472c7c8c1
2016-10-23 21:33:45 -04:00
Ryan VanderMeulen
7cd267761f
Bug 1209756 - Re-enable child-src-cross-origin-load.sub.html on e10s.
...
--HG--
extra : rebase_source : fdd1d04f24679f1bcb6675b0897d713a5f061eab
2016-10-23 21:33:45 -04:00
Michelangelo De Simone
8641036d15
Bug 1310859 - Remove DOM/nfc and related code. r=jst
...
MozReview-Commit-ID: FiS7uGytipN
--HG--
extra : rebase_source : cd9be62d334568b4abd850398467bce4c4eb1544
2016-10-18 15:16:56 -07:00
Ryan VanderMeulen
a57d15ff6a
Merge inbound to m-c. a=merge
2016-10-23 13:16:27 -04:00
Valentin Gosu
db9440de51
Bug 1305204 - (Part 2) Backout bug 1275746 a=backout
...
MozReview-Commit-ID: H8aCKdJzEbR
2016-10-23 14:24:45 +02:00
Andrew Halberstadt
c7c5495b4a
Bug 1311723 - Look for mozinfo.json in the correct place when running interactive loaners, r=armenzg
...
MozReview-Commit-ID: K8fqlo0x4Oc
--HG--
extra : rebase_source : dbc88b48244f3f98b4f64fe12c57bb6e4fb119dc
2016-10-21 12:24:17 -04:00
Andrew Halberstadt
e50797a3f8
Bug 1311723 - Fix wrong binary_path in desktop_unittest.py configs, r=armenzg
...
MozReview-Commit-ID: A08HEzXRf4I
--HG--
extra : rebase_source : baad0afa0dc819eb5366b92d6c7f4965732013ed
2016-10-20 14:32:39 -04:00
Manish Goregaokar
1feab4fa75
Bug 1311959 - Remove marker-offset; r=tromey,xidorn
...
MozReview-Commit-ID: 72Fse0z1BiY
--HG--
extra : rebase_source : 45743ae282b861fc84f3462d1e49abde9ca0997f
2016-10-21 15:34:46 +05:30
Gregory Szorc
1deb8dd0e5
Bug 1311791 - Explicitly declare path to shared hg store; r=dustin
...
332a08725ed0 changed the store path logic in a quick and crude manner.
The code could lead to multiple shared stores existing on a cache
if checkouts were in different parent directories.
This commit refactors the code to explicitly declare a path to the
shared hg store. This restores the behavior of ensuring there is only
a single shared store per cache.
MozReview-Commit-ID: 19Aa1QVrVQ8
--HG--
extra : rebase_source : f74c0ab9cba2bf18e335f24c86dd095335961723
2016-10-20 12:56:43 -07:00
Gregory Szorc
dc86faefcd
Backed out changeset 361ac37d15d6 (bug 1311580) for breaking WPT's rather narrow expectations
...
On a CLOSED TREE.
--HG--
extra : amend_source : 6492a41c5c66da4ea0f5e8f260227dd05f681a61
2016-10-21 16:28:29 -07:00
Ryan VanderMeulen
23a915d778
Merge m-c to autoland on a CLOSED TREE. a=merge
2016-10-21 17:15:38 -04:00
Ryan VanderMeulen
75888fe1aa
Merge autoland to m-c on a CLOSED TREE. a=merge
2016-10-21 17:12:27 -04:00
Ryan VanderMeulen
5c4d7020f2
Merge m-c to inbound. a=merge
2016-10-21 11:08:45 -04:00
Wes Kocher
b879e5232a
Backed out changeset d15798b73b9e (bug 1302763) for taskcluster build issues a=backout CLOSED TREE
...
--HG--
rename : taskcluster/docker/README.md => testing/docker/README.md
rename : taskcluster/docker/REGISTRY => testing/docker/REGISTRY
rename : taskcluster/docker/android-gradle-build/README.md => testing/docker/android-gradle-build/README.md
rename : taskcluster/docker/android-gradle-build/VERSION => testing/docker/android-gradle-build/VERSION
rename : taskcluster/docker/android-gradle-build/bin/after.sh => testing/docker/android-gradle-build/bin/after.sh
rename : taskcluster/docker/android-gradle-build/bin/before.sh => testing/docker/android-gradle-build/bin/before.sh
rename : taskcluster/docker/android-gradle-build/bin/build.sh => testing/docker/android-gradle-build/bin/build.sh
rename : taskcluster/docker/android-gradle-build/bin/checkout-sources.sh => testing/docker/android-gradle-build/bin/checkout-sources.sh
rename : taskcluster/docker/base-build/Dockerfile => testing/docker/base-build/Dockerfile
rename : taskcluster/docker/base-build/VERSION => testing/docker/base-build/VERSION
rename : taskcluster/docker/base-build/system-setup.sh => testing/docker/base-build/system-setup.sh
rename : taskcluster/docker/base-test/Dockerfile => testing/docker/base-test/Dockerfile
rename : taskcluster/docker/base-test/VERSION => testing/docker/base-test/VERSION
rename : taskcluster/docker/base-test/sources.list => testing/docker/base-test/sources.list
rename : taskcluster/docker/centos6-build-upd/Dockerfile => testing/docker/centos6-build-upd/Dockerfile
rename : taskcluster/docker/centos6-build-upd/VERSION => testing/docker/centos6-build-upd/VERSION
rename : taskcluster/docker/centos6-build/Dockerfile => testing/docker/centos6-build/Dockerfile
rename : taskcluster/docker/centos6-build/hgrc => testing/docker/centos6-build/hgrc
rename : taskcluster/docker/centos6-build/system-setup.sh => testing/docker/centos6-build/system-setup.sh
rename : taskcluster/docker/decision/README.md => testing/docker/decision/README.md
rename : taskcluster/docker/decision/VERSION => testing/docker/decision/VERSION
rename : taskcluster/docker/decision/system-setup.sh => testing/docker/decision/system-setup.sh
rename : taskcluster/docker/desktop-build/bin/build.sh => testing/docker/desktop-build/bin/build.sh
rename : taskcluster/docker/desktop-build/bin/checkout-script.sh => testing/docker/desktop-build/bin/checkout-script.sh
rename : taskcluster/docker/desktop-build/bin/checkout-sources.sh => testing/docker/desktop-build/bin/checkout-sources.sh
rename : taskcluster/docker/desktop-build/buildprops.json => testing/docker/desktop-build/buildprops.json
rename : taskcluster/docker/desktop-build/oauth.txt => testing/docker/desktop-build/oauth.txt
rename : taskcluster/docker/desktop1604-test/apport => testing/docker/desktop-test/apport
rename : taskcluster/docker/desktop1604-test/buildprops.json => testing/docker/desktop-test/buildprops.json
rename : taskcluster/docker/tester/dot-config/pip/pip.conf => testing/docker/desktop-test/dot-files/config/pip/pip.conf
rename : taskcluster/docker/desktop1604-test/dot-files/config/user-dirs.dirs => testing/docker/desktop-test/dot-files/config/user-dirs.dirs
rename : taskcluster/docker/desktop1604-test/jockey-gtk.desktop => testing/docker/desktop-test/jockey-gtk.desktop
rename : taskcluster/docker/desktop1604-test/motd => testing/docker/desktop-test/motd
rename : taskcluster/docker/desktop1604-test/release-upgrades => testing/docker/desktop-test/release-upgrades
rename : taskcluster/docker/desktop-test/taskcluster-interactive-shell => testing/docker/desktop-test/taskcluster-interactive-shell
rename : taskcluster/docker/desktop1604-test/bin/run-wizard => testing/docker/desktop1604-test/bin/run-wizard
rename : taskcluster/docker/desktop1604-test/deja-dup-monitor.desktop => testing/docker/desktop1604-test/deja-dup-monitor.desktop
rename : taskcluster/docker/desktop1604-test/fonts.conf => testing/docker/desktop1604-test/fonts.conf
rename : taskcluster/docker/desktop1604-test/taskcluster-interactive-shell => testing/docker/desktop1604-test/taskcluster-interactive-shell
rename : taskcluster/docker/tester/tc-vcs-config.yml => testing/docker/desktop1604-test/tc-vcs-config.yml
rename : taskcluster/docker/image_builder/Dockerfile => testing/docker/image_builder/Dockerfile
rename : taskcluster/docker/tester/REGISTRY => testing/docker/image_builder/REGISTRY
rename : taskcluster/docker/image_builder/VERSION => testing/docker/image_builder/VERSION
rename : taskcluster/docker/image_builder/bin/build_image.sh => testing/docker/image_builder/bin/build_image.sh
rename : taskcluster/docker/lint/system-setup.sh => testing/docker/lint/system-setup.sh
rename : taskcluster/docker/recipes/centos6-build-system-setup.sh => testing/docker/recipes/centos6-build-system-setup.sh
rename : taskcluster/docker/recipes/common.sh => testing/docker/recipes/common.sh
rename : taskcluster/docker/recipes/install-mercurial.sh => testing/docker/recipes/install-mercurial.sh
rename : taskcluster/docker/recipes/run-task => testing/docker/recipes/run-task
rename : taskcluster/docker/recipes/tooltool.py => testing/docker/recipes/tooltool.py
rename : taskcluster/docker/recipes/ubuntu1204-test-system-setup.sh => testing/docker/recipes/ubuntu1204-test-system-setup.sh
rename : taskcluster/docker/recipes/ubuntu1604-test-system-setup.sh => testing/docker/recipes/ubuntu1604-test-system-setup.sh
rename : taskcluster/docker/recipes/xvfb.sh => testing/docker/recipes/xvfb.sh
rename : taskcluster/docker/rust-build/Dockerfile => testing/docker/rust-build/Dockerfile
rename : taskcluster/docker/rust-build/README.md => testing/docker/rust-build/README.md
rename : taskcluster/docker/rust-build/REGISTRY => testing/docker/rust-build/REGISTRY
rename : taskcluster/docker/rust-build/VERSION => testing/docker/rust-build/VERSION
rename : taskcluster/docker/rust-build/build_cargo.sh => testing/docker/rust-build/build_cargo.sh
rename : taskcluster/docker/rust-build/build_rust.sh => testing/docker/rust-build/build_rust.sh
rename : taskcluster/docker/rust-build/build_rust_mac.sh => testing/docker/rust-build/build_rust_mac.sh
rename : taskcluster/docker/rust-build/fetch_cargo.sh => testing/docker/rust-build/fetch_cargo.sh
rename : taskcluster/docker/rust-build/fetch_rust.sh => testing/docker/rust-build/fetch_rust.sh
rename : taskcluster/docker/rust-build/package_rust.sh => testing/docker/rust-build/package_rust.sh
rename : taskcluster/docker/rust-build/repack_rust.py => testing/docker/rust-build/repack_rust.py
rename : taskcluster/docker/rust-build/task.json => testing/docker/rust-build/task.json
rename : taskcluster/docker/rust-build/tcbuild.py => testing/docker/rust-build/tcbuild.py
rename : taskcluster/docker/rust-build/upload_rust.sh => testing/docker/rust-build/upload_rust.sh
rename : taskcluster/docker/tester/Dockerfile => testing/docker/tester/Dockerfile
rename : taskcluster/docker/tester/VERSION => testing/docker/tester/VERSION
rename : taskcluster/docker/tester/bin/test.sh => testing/docker/tester/bin/test.sh
rename : taskcluster/docker/tester/dot-config/user-dirs.dirs => testing/docker/tester/dot-config/user-dirs.dirs
rename : taskcluster/docker/tester/dot-config/user-dirs.locale => testing/docker/tester/dot-config/user-dirs.locale
rename : taskcluster/docker/tester/dot-pulse/default.pa => testing/docker/tester/dot-pulse/default.pa
rename : taskcluster/docker/tester/tester.env => testing/docker/tester/tester.env
2016-10-20 15:59:47 -07:00
CuriousLearner
69f1c6608d
Bug 1302763 - Move docker images out of testing/docker into taskcluster/docker; r=dustin
...
MozReview-Commit-ID: 7v1uCDB5qoN
--HG--
rename : testing/docker/README.md => taskcluster/docker/README.md
rename : testing/docker/REGISTRY => taskcluster/docker/REGISTRY
rename : testing/docker/android-gradle-build/README.md => taskcluster/docker/android-gradle-build/README.md
rename : testing/docker/image_builder/REGISTRY => taskcluster/docker/android-gradle-build/REGISTRY
rename : testing/docker/android-gradle-build/VERSION => taskcluster/docker/android-gradle-build/VERSION
rename : testing/docker/android-gradle-build/bin/after.sh => taskcluster/docker/android-gradle-build/bin/after.sh
rename : testing/docker/android-gradle-build/bin/before.sh => taskcluster/docker/android-gradle-build/bin/before.sh
rename : testing/docker/android-gradle-build/bin/build.sh => taskcluster/docker/android-gradle-build/bin/build.sh
rename : testing/docker/desktop-build/bin/checkout-script.sh => taskcluster/docker/android-gradle-build/bin/checkout-script.sh
rename : testing/docker/android-gradle-build/bin/checkout-sources.sh => taskcluster/docker/android-gradle-build/bin/checkout-sources.sh
rename : testing/docker/desktop-build/buildprops.json => taskcluster/docker/android-gradle-build/buildprops.json
rename : testing/docker/desktop-test/dot-files/config/pip/pip.conf => taskcluster/docker/android-gradle-build/dot-config/pip/pip.conf
rename : testing/docker/desktop-build/oauth.txt => taskcluster/docker/android-gradle-build/oauth.txt
rename : testing/docker/base-build/Dockerfile => taskcluster/docker/base-build/Dockerfile
rename : testing/docker/base-build/VERSION => taskcluster/docker/base-build/VERSION
rename : testing/docker/base-build/system-setup.sh => taskcluster/docker/base-build/system-setup.sh
rename : testing/docker/base-test/Dockerfile => taskcluster/docker/base-test/Dockerfile
rename : testing/docker/image_builder/REGISTRY => taskcluster/docker/base-test/REGISTRY
rename : testing/docker/base-test/VERSION => taskcluster/docker/base-test/VERSION
rename : testing/docker/base-test/sources.list => taskcluster/docker/base-test/sources.list
rename : testing/docker/image_builder/REGISTRY => taskcluster/docker/builder/REGISTRY
rename : testing/docker/centos6-build-upd/Dockerfile => taskcluster/docker/centos6-build-upd/Dockerfile
rename : testing/docker/image_builder/REGISTRY => taskcluster/docker/centos6-build-upd/REGISTRY
rename : testing/docker/centos6-build-upd/VERSION => taskcluster/docker/centos6-build-upd/VERSION
rename : testing/docker/centos6-build/Dockerfile => taskcluster/docker/centos6-build/Dockerfile
rename : testing/docker/image_builder/REGISTRY => taskcluster/docker/centos6-build/REGISTRY
rename : testing/docker/decision/VERSION => taskcluster/docker/centos6-build/VERSION
rename : testing/docker/centos6-build/hgrc => taskcluster/docker/centos6-build/hgrc
rename : testing/docker/centos6-build/system-setup.sh => taskcluster/docker/centos6-build/system-setup.sh
rename : testing/docker/decision/README.md => taskcluster/docker/decision/README.md
rename : testing/docker/image_builder/REGISTRY => taskcluster/docker/decision/REGISTRY
rename : testing/docker/decision/VERSION => taskcluster/docker/decision/VERSION
rename : testing/docker/decision/system-setup.sh => taskcluster/docker/decision/system-setup.sh
rename : testing/docker/desktop-build/bin/build.sh => taskcluster/docker/desktop-build/bin/build.sh
rename : testing/docker/desktop-build/bin/checkout-script.sh => taskcluster/docker/desktop-build/bin/checkout-script.sh
rename : testing/docker/desktop-build/bin/checkout-sources.sh => taskcluster/docker/desktop-build/bin/checkout-sources.sh
rename : testing/docker/desktop-build/buildprops.json => taskcluster/docker/desktop-build/buildprops.json
rename : testing/docker/desktop-test/dot-files/config/pip/pip.conf => taskcluster/docker/desktop-build/dot-config/pip/pip.conf
rename : testing/docker/desktop-build/oauth.txt => taskcluster/docker/desktop-build/oauth.txt
rename : testing/docker/desktop-test/apport => taskcluster/docker/desktop-test/apport
rename : testing/docker/desktop-test/buildprops.json => taskcluster/docker/desktop-test/buildprops.json
rename : testing/docker/desktop1604-test/deja-dup-monitor.desktop => taskcluster/docker/desktop-test/deja-dup-monitor.desktop
rename : testing/docker/desktop-test/dot-files/config/pip/pip.conf => taskcluster/docker/desktop-test/dot-files/config/pip/pip.conf
rename : testing/docker/desktop-test/dot-files/config/user-dirs.dirs => taskcluster/docker/desktop-test/dot-files/config/user-dirs.dirs
rename : testing/docker/tester/dot-config/user-dirs.locale => taskcluster/docker/desktop-test/dot-files/config/user-dirs.locale
rename : testing/docker/tester/dot-pulse/default.pa => taskcluster/docker/desktop-test/dot-files/pulse/default.pa
rename : testing/docker/desktop1604-test/fonts.conf => taskcluster/docker/desktop-test/fonts.conf
rename : testing/docker/desktop-test/jockey-gtk.desktop => taskcluster/docker/desktop-test/jockey-gtk.desktop
rename : testing/docker/desktop-test/motd => taskcluster/docker/desktop-test/motd
rename : testing/docker/desktop-test/release-upgrades => taskcluster/docker/desktop-test/release-upgrades
rename : testing/docker/desktop-test/taskcluster-interactive-shell => taskcluster/docker/desktop-test/taskcluster-interactive-shell
rename : testing/docker/desktop1604-test/tc-vcs-config.yml => taskcluster/docker/desktop-test/tc-vcs-config.yml
rename : testing/docker/tester/tester.env => taskcluster/docker/desktop-test/tester.env
rename : testing/docker/desktop-test/apport => taskcluster/docker/desktop1604-test/apport
rename : testing/docker/desktop1604-test/bin/run-wizard => taskcluster/docker/desktop1604-test/bin/run-wizard
rename : testing/docker/desktop-test/buildprops.json => taskcluster/docker/desktop1604-test/buildprops.json
rename : testing/docker/desktop1604-test/deja-dup-monitor.desktop => taskcluster/docker/desktop1604-test/deja-dup-monitor.desktop
rename : testing/docker/desktop-test/dot-files/config/pip/pip.conf => taskcluster/docker/desktop1604-test/dot-files/config/pip/pip.conf
rename : testing/docker/desktop-test/dot-files/config/user-dirs.dirs => taskcluster/docker/desktop1604-test/dot-files/config/user-dirs.dirs
rename : testing/docker/tester/dot-config/user-dirs.locale => taskcluster/docker/desktop1604-test/dot-files/config/user-dirs.locale
rename : testing/docker/tester/dot-pulse/default.pa => taskcluster/docker/desktop1604-test/dot-files/pulse/default.pa
rename : testing/docker/desktop1604-test/fonts.conf => taskcluster/docker/desktop1604-test/fonts.conf
rename : testing/docker/desktop-test/jockey-gtk.desktop => taskcluster/docker/desktop1604-test/jockey-gtk.desktop
rename : testing/docker/desktop-test/motd => taskcluster/docker/desktop1604-test/motd
rename : testing/docker/desktop-test/release-upgrades => taskcluster/docker/desktop1604-test/release-upgrades
rename : testing/docker/desktop1604-test/taskcluster-interactive-shell => taskcluster/docker/desktop1604-test/taskcluster-interactive-shell
rename : testing/docker/desktop1604-test/tc-vcs-config.yml => taskcluster/docker/desktop1604-test/tc-vcs-config.yml
rename : testing/docker/tester/tester.env => taskcluster/docker/desktop1604-test/tester.env
rename : testing/docker/image_builder/Dockerfile => taskcluster/docker/image_builder/Dockerfile
rename : testing/docker/image_builder/REGISTRY => taskcluster/docker/image_builder/REGISTRY
rename : testing/docker/image_builder/VERSION => taskcluster/docker/image_builder/VERSION
rename : testing/docker/image_builder/bin/build_image.sh => taskcluster/docker/image_builder/bin/build_image.sh
rename : testing/docker/lint/system-setup.sh => taskcluster/docker/lint/system-setup.sh
rename : testing/docker/recipes/centos6-build-system-setup.sh => taskcluster/docker/recipes/centos6-build-system-setup.sh
rename : testing/docker/recipes/common.sh => taskcluster/docker/recipes/common.sh
rename : testing/docker/recipes/install-mercurial.sh => taskcluster/docker/recipes/install-mercurial.sh
rename : testing/docker/recipes/run-task => taskcluster/docker/recipes/run-task
rename : testing/docker/recipes/tooltool.py => taskcluster/docker/recipes/tooltool.py
rename : testing/docker/recipes/ubuntu1204-test-system-setup.sh => taskcluster/docker/recipes/ubuntu1204-test-system-setup.sh
rename : testing/docker/recipes/ubuntu1604-test-system-setup.sh => taskcluster/docker/recipes/ubuntu1604-test-system-setup.sh
rename : testing/docker/recipes/xvfb.sh => taskcluster/docker/recipes/xvfb.sh
rename : testing/docker/rust-build/Dockerfile => taskcluster/docker/rust-build/Dockerfile
rename : testing/docker/rust-build/README.md => taskcluster/docker/rust-build/README.md
rename : testing/docker/rust-build/REGISTRY => taskcluster/docker/rust-build/REGISTRY
rename : testing/docker/rust-build/VERSION => taskcluster/docker/rust-build/VERSION
rename : testing/docker/rust-build/build_cargo.sh => taskcluster/docker/rust-build/build_cargo.sh
rename : testing/docker/rust-build/build_rust.sh => taskcluster/docker/rust-build/build_rust.sh
rename : testing/docker/rust-build/build_rust_mac.sh => taskcluster/docker/rust-build/build_rust_mac.sh
rename : testing/docker/rust-build/fetch_cargo.sh => taskcluster/docker/rust-build/fetch_cargo.sh
rename : testing/docker/rust-build/fetch_rust.sh => taskcluster/docker/rust-build/fetch_rust.sh
rename : testing/docker/rust-build/package_rust.sh => taskcluster/docker/rust-build/package_rust.sh
rename : testing/docker/rust-build/repack_rust.py => taskcluster/docker/rust-build/repack_rust.py
rename : testing/docker/rust-build/task.json => taskcluster/docker/rust-build/task.json
rename : testing/docker/rust-build/tcbuild.py => taskcluster/docker/rust-build/tcbuild.py
rename : testing/docker/rust-build/upload_rust.sh => taskcluster/docker/rust-build/upload_rust.sh
rename : testing/docker/tester/Dockerfile => taskcluster/docker/tester/Dockerfile
rename : testing/docker/image_builder/REGISTRY => taskcluster/docker/tester/REGISTRY
rename : testing/docker/tester/VERSION => taskcluster/docker/tester/VERSION
rename : testing/docker/tester/bin/test.sh => taskcluster/docker/tester/bin/test.sh
rename : testing/docker/desktop-test/dot-files/config/pip/pip.conf => taskcluster/docker/tester/dot-config/pip/pip.conf
rename : testing/docker/tester/dot-config/user-dirs.dirs => taskcluster/docker/tester/dot-config/user-dirs.dirs
rename : testing/docker/tester/dot-config/user-dirs.locale => taskcluster/docker/tester/dot-config/user-dirs.locale
rename : testing/docker/tester/dot-pulse/default.pa => taskcluster/docker/tester/dot-pulse/default.pa
rename : testing/docker/desktop1604-test/tc-vcs-config.yml => taskcluster/docker/tester/tc-vcs-config.yml
rename : testing/docker/tester/tester.env => taskcluster/docker/tester/tester.env
extra : rebase_source : 94c16b2ea7c5824e70637e7fb64a4f5dc3a02837
2016-10-20 18:25:34 +05:30
Michelangelo De Simone
07411b2cc6
Bug 1310027 - Remove DOM/mobilemessage and related code. r=Ehsan
...
MozReview-Commit-ID: ENmSuOCdTnA
--HG--
extra : rebase_source : a178eee07034fb2aa1415b64bec1946230fd1c5e
2016-10-17 17:26:51 -07:00
Rob Thijssen
3adfc86e1c
Bug 1280474 - enable tc win cpp; r=dustin
...
MozReview-Commit-ID: 36rmfGExOx8
--HG--
extra : rebase_source : 252e75485d2de667e5ccf751a6c6c596be374b75
2016-10-20 10:51:48 +01:00
Henrik Skupin
ae2f7c64fc
Bug 1311676 - Allow MRO for Marionette testcase classes. r=maja_zf
...
MozReview-Commit-ID: KpxwIzFucSF
--HG--
extra : rebase_source : d59d395d33c8ce6cdbc55c3fd63f28d47bd16256
2016-10-20 14:47:51 +02:00
Gregory Szorc
0363e0cffb
Bug 1306641 - Remove TaskCluster automation related to b2g; r=dustin
...
This definitely isn't all of it. But I got the obvious chunks. Still
need to clean up mozharness.
MozReview-Commit-ID: JTZBydP3i2r
--HG--
extra : rebase_source : 782401359036751896ef6c153a81a06cb14031bb
2016-09-30 09:21:09 -07:00
David Keeler
83858eab7a
bug 1311077 - fix builtin root module loading so it works in Android Cpp unit tests r=Cykesiopka
...
Also updates the relevant test (TestCertDB) to ensure that we actually are
loading builtin root certificates.
MozReview-Commit-ID: LXA4TqTzy8T
--HG--
extra : rebase_source : d217556e84a7e205e0f9e767b759d1b637d201a7
2016-10-19 15:14:23 -07:00
Gregory Szorc
f67f676a52
Bug 1292071 - Put Mercurial store on same cache as checkout; r=dustin
...
We were seeing issues with the Mercurial working directory not being
pristine. While I can't reproduce this, I have a hunch it is due to
mixing and matching stores and checkouts in TaskCluster. For example,
if a worker supports running concurrent tasks and 2 tasks arrive at
the same time, the caches for the store and checkout may look like:
(store0, checkout0)
(store1, checkout1)
However, the next task may get:
(store1, checkout0)
This may confuse Mercurial.
This commit eliminates the "hg-shared" cache and places the shared
stores as a sibling directory of the checkout.
MozReview-Commit-ID: 8SzyS6wWf9C
--HG--
extra : rebase_source : 6205f3fe944a6ad2cb833a5a7c0ae5ba136eaea6
2016-10-18 09:46:55 -07:00
Gregory Szorc
be8d69b5da
Bug 1292071 - Verify VCS checkout is pristine; r=dustin
...
The working directory state in automation is somehow incorrect. To
help debug what is doing on, we increase the verbosity of the
`hg robustcheckout` command and perform an explicit `hg status`
after `hg robustcheckout` and verify that the working directory has
no differences from the pristine checkout state.
`hg status` can be expensive. So this is meant as a temporary
stop-gap until we can figure out the underlying problem.
MozReview-Commit-ID: LIHmoMlxNsG
--HG--
extra : rebase_source : 358b403c16868a83092a1fa926d7e2a669b4620d
2016-10-17 13:48:33 -07:00
Francesco Pischedda
78c3624c28
Bug 1285555 - [flake8] Automatically install/update flake8 package to correct version r=ahal
...
Changed flake8 installation strategy, try to update it using testings/lint/flake8_requirements.txt
moved flake8_requirements to tools/lint/flake8 directory
extracted common pip invocations to _run_pip function
minor fixes
fixed calls to check_process (concatenating list to tuple)
removed update_pip function and its error message variable
if flake8 installation reports and error print pip command output - replaced out with e.output in print function
MozReview-Commit-ID: Fmq22aL8dMq
--HG--
extra : rebase_source : 2e2f942c1ffab012795c632ceacf6debf0dc1407
2016-10-15 09:45:22 +02:00
Mark Banner
b2464f8fa0
Bug 1311315 - General small fixes for no-undef eslint issues in browser/. r=jaws
...
Drop linting of the .eslintrc.js config files.
Fix some minor errors in the code (missing let/const, undefined vars).
Let eslint know that some files get their globals from other places (typically via xul script tags).
MozReview-Commit-ID: CwxuwPtRUr6
--HG--
rename : browser/components/contextualidentity/test/browser/.eslintrc.js => browser/components/syncedtabs/test/browser/.eslintrc.js
rename : browser/components/contextualidentity/test/browser/.eslintrc.js => browser/extensions/webcompat/test/browser/.eslintrc.js
extra : rebase_source : 9026aac49953d941853022cbab3e33d7d2f2fa21
2016-10-18 12:34:35 +01:00
Carsten "Tomcat" Book
bbfd099b2d
Merge mozilla-central to autoland
2016-10-20 17:27:57 +02:00
Carsten "Tomcat" Book
2e7511ed5a
merge mozilla-inbound to mozilla-central a=merge
2016-10-20 16:47:39 +02:00
Phil Ringnalda
d639192034
Merge m-c to autoland
2016-10-19 18:36:48 -07:00
Phil Ringnalda
3e17fd7779
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: 6ims5jd1FU5
2016-10-19 18:29:50 -07:00
Phil Ringnalda
5f307bd640
Merge f-t to m-c, a=merge
...
MozReview-Commit-ID: 2EvSTWDWg4t
2016-10-19 18:27:04 -07:00
Phil Ringnalda
7fd865b93f
Merge autoland to m-c, a=merge
...
MozReview-Commit-ID: 3nuTAHtJkkD
2016-10-19 18:25:54 -07:00
Carsten "Tomcat" Book
4730023cdb
Merge mozilla-central to mozilla-inbound
2016-10-19 17:03:49 +02:00
Carsten "Tomcat" Book
036a7c4324
merge mozilla-inbound to mozilla-central a=merge
2016-10-19 17:02:38 +02:00
Geoff Brown
3c3ab7e146
Bug 1311087 - Allow developer override of avd and emulator package in Android mozharness tests; r=kmoir
2016-10-19 08:41:23 -06:00
Sebastian Hengst
6dfa73325d
Backed out changeset d344ae14671b (bug 1310879)
2016-10-19 11:24:56 +02:00
Sebastian Hengst
29c21aaf86
Backed out changeset 38a2c93c7c84 (bug 1311252) for failing mochitest test_all_synthetic_events.html. r=backout
2016-10-19 23:55:51 +02:00
Henrik Skupin
c92531bed5
Bug 1304004 - Fix regression in firefox-ui security tests caused by bug 1303291. r=keeler
...
MozReview-Commit-ID: Co7efI9jgeC
--HG--
extra : rebase_source : d6759ade4b69ec5d5a5db4b20c9fac67e9ac57f8
2016-10-19 14:26:12 +02:00
Gregory Szorc
df68519c41
Bug 1306421 - Disable proxxy in Jenkins QA environment; r=whimboo
...
Bug 1306421 changed the behavior of proxxy in an attempt to make it
more consistent. As a result of that, it enabled proxxy in places
where it wasn't used before. One of them was the Jenkins QA environment
which runs update UI tests. Unfortunately, that environment
doesn't have connectivity to proxxy.
This commit simply blanks out the proxxy config in the Jenkins QA
environment, effectively disabling proxxy.
MozReview-Commit-ID: 3A37VKEGQ49
--HG--
extra : rebase_source : ac63444f66909079297defcf5e0e9ff10b66e510
2016-10-19 13:28:44 -07:00
Chris Pearce
be095f96c0
Bug 1311252 - Make MediaKeyMessageEvent.webidl patch spec. r=smaug
...
Update our copy of EncryptedMediaExtensions.idl to match upstream
Web Platform Tests, so we keep passing.
MozReview-Commit-ID: IHaVX45GrYx
--HG--
extra : rebase_source : 204f91e383f8318e0d4e6d9e774ce1d87f90ee4d
2016-10-19 20:33:54 +13:00
Phil Ringnalda
8377010e6a
Merge m-c to m-i
...
MozReview-Commit-ID: Ihd0iacfcIW
--HG--
rename : devtools/.eslintrc => devtools/.eslintrc.js
2016-10-18 19:45:02 -07:00
Phil Ringnalda
6c91017f20
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: FA9OZyjP59N
2016-10-18 19:36:18 -07:00
Paul Yang
3d548216f0
Bug 1295093
- [mozharness] Allow excluding flavors when determining whether to use StructuredOutputParser, r=ahal
...
This refactors the mozharness configs such that a specific flavor of an overall suite can still use the old
DesktopUnittestOutputParser. This is necessary because mochitest-jetpack still does not use the structured
logger.
MozReview-Commit-ID: E8EpSLH4xt2
--HG--
extra : rebase_source : be18e3e4aa1f693b563a82b90fdda2f93201d9ee
2016-10-18 09:16:03 -04:00
Chris Pearce
ba2ce7a971
Bug 1310879 - Disable Web Platform Tests for persistent session types. r=kikuo
...
MozReview-Commit-ID: cc8UG4Cee
--HG--
extra : rebase_source : 7d07ee22538427f3b2b6a5fffa1c015974a8ab45
2016-10-18 16:31:54 +13:00
Jared Wein
4426150488
Bug 1232357 - Delay hiding the sound indicator icon by a few seconds after audio has stopped. r=gijs
...
MozReview-Commit-ID: BNaVgrX6jsv
--HG--
extra : rebase_source : 54bc9b692838dc801cc274cea19107974dcd595a
2016-10-13 16:12:50 -04:00
Phil Ringnalda
a2f4b15464
Merge m-c to autoland
2016-10-18 19:50:46 -07:00
Andreas Tolfsen
f48f8ec456
Bug 1307127 - Pass along pageTimeout when polling for ready state from chrome; r=automatedtester
...
The page loading timeout is not included in the message sent to
Marionette:pollForReadyState from chrome after a remoteness change occurs.
The call is appended to the pending commands and re-issued/flushed when
Marionette:listenersAttached fires after a remoteness change.
MozReview-Commit-ID: 4UMD4x9ugMA
--HG--
extra : rebase_source : e9b0452c0d58fd10e6a3409b54d6561fdfdf4d47
2016-10-12 19:54:26 +01:00
Cykesiopka
f80e8d8c28
Bug 1310411 - Stop using ScopedNSSTypes Scoped.h types in ssltunnel.cpp. r=ted
...
Scoped.h is deprecated.
MozReview-Commit-ID: 4a0A1Q1bCiq
--HG--
extra : rebase_source : a80fabb4d7b74f44cb876266645ef2c1a3791ae5
2016-10-18 17:39:22 +08:00
Carsten "Tomcat" Book
5c08a87874
merge mozilla-inbound to mozilla-central a=merge
2016-10-18 10:38:37 +02:00
Ehsan Akhgari
ea467855d3
Bug 1310721 - Remove support for the b2g PAC generator; r=mcmanus
...
This effectively backs out bug 1115495.
2016-10-17 14:10:45 -04:00
Ehsan Akhgari
c1d2c29601
Bug 1310094 - Part 2: Remove UserCustomizations.jsm; r=myk
2016-10-17 14:08:30 -04:00
Ehsan Akhgari
1978fee9f2
Bug 1310385 - Remove support for UndoManager; r=smaug
...
There hasn't been any traction on this feature, and we keep
paying the maintenance and code size and memory usage penalty
of having this implementation.
We can revive this from VCS history in the future if we decide
to start working on it again. In the mean time, it's better
to remove it.
2016-10-17 10:06:11 -04:00
Wes Kocher
664cdfb48f
Merge m-c to autoland, a=merge
2016-10-17 15:37:57 -07:00
Gregory Szorc
2dda282bea
Bug 1307305 - Don't use --trusted-host with easy_install; r=ted
...
3fd83c9c0548 introduced the use of --trusted-host for use with pip.
Unfortunately, it unconditionally added --trusted-host, even when
easy_install is being used. This broke modules using easy_install
(which is currently limited to pywin32). Removing easy_install
and installing pywin32 is tracked in bug 1306691.
MozReview-Commit-ID: ExiO22EUr0B
--HG--
extra : rebase_source : 25dcded06a47ec8c0e61637bdd425131fe20a543
2016-10-03 17:10:52 -07:00
Justin Wood
d766ede40b
Bug 1305095 - Add a fallback hg fingerprint, supports timeouts in automation and supports local developers who wish to use 'run locally'. r=dustin,gps
...
MozReview-Commit-ID: 66ctmZdSZkC
--HG--
extra : rebase_source : 3b3ca891da80566baca11e21af434cce53ec0c3f
2016-10-17 10:45:02 -04:00
Justin Wood
00b9e6a371
Bug 1311382
- Taskcluster linux32 jobs using linux64 mozconfig. r=kmoir
...
MozReview-Commit-ID: 37stwvIdfiz
--HG--
extra : rebase_source : 7c52062dfa7e2b2d92b2a0e57fc32c2fef01cff2
2016-10-19 10:10:39 -04:00
Carsten "Tomcat" Book
0c3c4236aa
Backed out changeset 0317358641df (bug 1308432)
2016-10-19 14:37:54 +02:00
Dan Minor
dc14db22db
Bug 1308432 - Implement ConstantSourceNode; r=padenot
...
MozReview-Commit-ID: DZ6Zq1rzRwP
--HG--
extra : rebase_source : e31d589fc2938248398479bd7762d321a2021451
2016-10-13 15:17:04 -04:00
Bob Clary
05fec78423
Bug 1310937 - Autophone - mozdevice - sync Bug 1300890 - Autophone - pylint fixes and logging clean up, r=jmaher.
2016-10-19 06:06:55 -07:00
Bob Clary
b585826937
Bug 1310937 - Autophone - mozdevice - sync Bug 1249120 - Autophone - use unrolled recursive chmod when -R not supported, r=gbrown.
2016-10-19 06:06:55 -07:00
Bob Clary
e42a131006
Bug 1310937 - Autophone - mozdevice - sync Bug 1249120 - Autophone - adb.py - add ADBDevice.ls, r=gbrown.
2016-10-19 06:06:55 -07:00
Bob Clary
f1e8ddaf2b
Bug 1310937 - Autophone - mozdevice - sync Bug 1242070 - Autophone - adb.py - use native recursion with chmod when supported by the device, r=gbrown.
2016-10-19 06:06:54 -07:00
Bob Clary
e03d68e716
Bug 1310937 - Autophone - mozdevice - sync Bug 1241267 - Autophone - adb_android.py - use install -g on Marshmallow to grant permissions at install time, r=gbrown.
2016-10-19 06:06:54 -07:00
Bob Clary
cf3db8494d
Bug 1310937 - Autophone - mozdevice - sync Bug 1238450 - Autophone - adb.py - use ifconfig interface or netcfg to obtain ip address, r=gbrown
2016-10-19 06:06:54 -07:00
Andreas Tolfsen
ed64617115
Bug 1309899 - Release marionette-client 3.2 and marionette-driver 2.1; r=whimboo
...
MozReview-Commit-ID: 5qxjxSYw1V7
--HG--
extra : rebase_source : d4080ed896d5aea1f0cf5084c0e9c84172629b60
2016-10-17 15:45:21 +01:00
Carsten "Tomcat" Book
2a3218cb9a
Merge mozilla-central to autoland
2016-10-18 10:45:57 +02:00
Mark Banner
56a7b3961a
Bug 1251003 - Change .eslintrc files to .eslintrc.js to avoid obsolete config file format. r=mossop
...
MozReview-Commit-ID: JrbFxQ5rj6I
--HG--
rename : .eslintrc => .eslintrc.js
rename : accessible/.eslintrc => accessible/.eslintrc.js
rename : accessible/tests/browser/.eslintrc => accessible/tests/browser/.eslintrc.js
rename : browser/.eslintrc => browser/.eslintrc.js
rename : browser/base/content/test/alerts/.eslintrc => browser/base/content/test/alerts/.eslintrc.js
rename : browser/base/content/test/chrome/.eslintrc => browser/base/content/test/chrome/.eslintrc.js
rename : browser/base/content/test/general/.eslintrc => browser/base/content/test/general/.eslintrc.js
rename : browser/base/content/test/newtab/.eslintrc => browser/base/content/test/newtab/.eslintrc.js
rename : browser/base/content/test/plugins/.eslintrc => browser/base/content/test/plugins/.eslintrc.js
rename : browser/base/content/test/popupNotifications/.eslintrc => browser/base/content/test/popupNotifications/.eslintrc.js
rename : browser/base/content/test/referrer/.eslintrc => browser/base/content/test/referrer/.eslintrc.js
rename : browser/base/content/test/social/.eslintrc => browser/base/content/test/social/.eslintrc.js
rename : browser/components/contextualidentity/test/browser/.eslintrc => browser/components/contextualidentity/test/browser/.eslintrc.js
rename : browser/components/customizableui/test/.eslintrc => browser/components/customizableui/test/.eslintrc.js
rename : browser/components/dirprovider/tests/unit/.eslintrc => browser/components/dirprovider/tests/unit/.eslintrc.js
rename : browser/components/downloads/test/browser/.eslintrc => browser/components/downloads/test/browser/.eslintrc.js
rename : browser/components/downloads/test/unit/.eslintrc => browser/components/downloads/test/unit/.eslintrc.js
rename : browser/components/extensions/.eslintrc => browser/components/extensions/.eslintrc.js
rename : browser/components/extensions/test/browser/.eslintrc => browser/components/extensions/test/browser/.eslintrc.js
rename : browser/components/extensions/test/xpcshell/.eslintrc => browser/components/extensions/test/xpcshell/.eslintrc.js
rename : browser/components/feeds/test/.eslintrc => browser/components/feeds/test/.eslintrc.js
rename : browser/components/feeds/test/chrome/.eslintrc => browser/components/feeds/test/chrome/.eslintrc.js
rename : browser/components/feeds/test/unit/.eslintrc => browser/components/feeds/test/unit/.eslintrc.js
rename : browser/components/migration/tests/unit/.eslintrc => browser/components/migration/tests/unit/.eslintrc.js
rename : browser/components/newtab/tests/browser/.eslintrc => browser/components/newtab/tests/browser/.eslintrc.js
rename : browser/components/newtab/tests/xpcshell/.eslintrc => browser/components/newtab/tests/xpcshell/.eslintrc.js
rename : browser/components/originattributes/test/browser/.eslintrc => browser/components/originattributes/test/browser/.eslintrc.js
rename : browser/components/places/tests/browser/.eslintrc => browser/components/places/tests/browser/.eslintrc.js
rename : browser/components/places/tests/chrome/.eslintrc => browser/components/places/tests/chrome/.eslintrc.js
rename : browser/components/places/tests/unit/.eslintrc => browser/components/places/tests/unit/.eslintrc.js
rename : browser/components/preferences/in-content/tests/.eslintrc => browser/components/preferences/in-content/tests/.eslintrc.js
rename : browser/components/privatebrowsing/test/browser/.eslintrc => browser/components/privatebrowsing/test/browser/.eslintrc.js
rename : browser/components/safebrowsing/content/test/.eslintrc => browser/components/safebrowsing/content/test/.eslintrc.js
rename : browser/components/search/test/.eslintrc => browser/components/search/test/.eslintrc.js
rename : browser/components/selfsupport/test/.eslintrc => browser/components/selfsupport/test/.eslintrc.js
rename : browser/components/sessionstore/test/.eslintrc => browser/components/sessionstore/test/.eslintrc.js
rename : browser/components/sessionstore/test/unit/.eslintrc => browser/components/sessionstore/test/unit/.eslintrc.js
rename : browser/components/shell/test/.eslintrc => browser/components/shell/test/.eslintrc.js
rename : browser/components/shell/test/unit/.eslintrc => browser/components/shell/test/unit/.eslintrc.js
rename : browser/components/tests/browser/.eslintrc => browser/components/tests/browser/.eslintrc.js
rename : browser/components/translation/test/.eslintrc => browser/components/translation/test/.eslintrc.js
rename : browser/components/translation/test/unit/.eslintrc => browser/components/translation/test/unit/.eslintrc.js
rename : browser/components/uitour/test/.eslintrc => browser/components/uitour/test/.eslintrc.js
rename : browser/experiments/test/xpcshell/.eslintrc => browser/experiments/test/xpcshell/.eslintrc.js
rename : browser/extensions/formautofill/.eslintrc => browser/extensions/formautofill/.eslintrc.js
rename : browser/extensions/formautofill/test/browser/.eslintrc => browser/extensions/formautofill/test/browser/.eslintrc.js
rename : browser/extensions/pdfjs/test/.eslintrc => browser/extensions/pdfjs/test/.eslintrc.js
rename : browser/modules/test/.eslintrc => browser/modules/test/.eslintrc.js
rename : browser/modules/test/unit/social/.eslintrc => browser/modules/test/unit/social/.eslintrc.js
rename : browser/modules/test/xpcshell/.eslintrc => browser/modules/test/xpcshell/.eslintrc.js
rename : devtools/.eslintrc => devtools/.eslintrc.js
rename : devtools/.eslintrc.mochitests => devtools/.eslintrc.mochitests.js
rename : devtools/.eslintrc.xpcshell => devtools/.eslintrc.xpcshell.js
rename : devtools/client/aboutdebugging/test/.eslintrc => devtools/client/aboutdebugging/test/.eslintrc.js
rename : devtools/client/animationinspector/test/.eslintrc => devtools/client/animationinspector/test/.eslintrc.js
rename : devtools/client/animationinspector/test/unit/.eslintrc => devtools/client/animationinspector/test/unit/.eslintrc.js
rename : devtools/client/canvasdebugger/test/.eslintrc => devtools/client/canvasdebugger/test/.eslintrc.js
rename : devtools/client/commandline/test/.eslintrc => devtools/client/commandline/test/.eslintrc.js
rename : devtools/client/debugger/new/test/mochitest/.eslintrc => devtools/client/debugger/new/test/mochitest/.eslintrc.js
rename : devtools/client/debugger/test/.eslintrc => devtools/client/debugger/test/.eslintrc.js
rename : devtools/client/dom/.eslintrc => devtools/client/dom/.eslintrc.js
rename : devtools/client/dom/test/.eslintrc => devtools/client/dom/test/.eslintrc.js
rename : devtools/client/framework/test/.eslintrc => devtools/client/framework/test/.eslintrc.js
rename : devtools/client/inspector/.eslintrc => devtools/client/inspector/.eslintrc.js
rename : devtools/client/inspector/components/test/.eslintrc => devtools/client/inspector/components/test/.eslintrc.js
rename : devtools/client/inspector/computed/test/.eslintrc => devtools/client/inspector/computed/test/.eslintrc.js
rename : devtools/client/inspector/fonts/test/.eslintrc => devtools/client/inspector/fonts/test/.eslintrc.js
rename : devtools/client/inspector/markup/test/.eslintrc => devtools/client/inspector/markup/test/.eslintrc.js
rename : devtools/client/inspector/rules/test/.eslintrc => devtools/client/inspector/rules/test/.eslintrc.js
rename : devtools/client/inspector/shared/test/.eslintrc => devtools/client/inspector/shared/test/.eslintrc.js
rename : devtools/client/inspector/test/.eslintrc => devtools/client/inspector/test/.eslintrc.js
rename : devtools/client/jsonview/.eslintrc => devtools/client/jsonview/.eslintrc.js
rename : devtools/client/jsonview/test/.eslintrc => devtools/client/jsonview/test/.eslintrc.js
rename : devtools/client/memory/test/browser/.eslintrc => devtools/client/memory/test/browser/.eslintrc.js
rename : devtools/client/memory/test/unit/.eslintrc => devtools/client/memory/test/unit/.eslintrc.js
rename : devtools/client/netmonitor/.eslintrc => devtools/client/netmonitor/.eslintrc.js
rename : devtools/client/netmonitor/har/test/.eslintrc => devtools/client/netmonitor/har/test/.eslintrc.js
rename : devtools/client/netmonitor/test/.eslintrc => devtools/client/netmonitor/test/.eslintrc.js
rename : devtools/client/performance/test/.eslintrc => devtools/client/performance/test/.eslintrc.js
rename : devtools/client/performance/test/unit/.eslintrc => devtools/client/performance/test/unit/.eslintrc.js
rename : devtools/client/projecteditor/test/.eslintrc => devtools/client/projecteditor/test/.eslintrc.js
rename : devtools/client/promisedebugger/test/.eslintrc => devtools/client/promisedebugger/test/.eslintrc.js
rename : devtools/client/responsive.html/test/browser/.eslintrc => devtools/client/responsive.html/test/browser/.eslintrc.js
rename : devtools/client/responsive.html/test/unit/.eslintrc => devtools/client/responsive.html/test/unit/.eslintrc.js
rename : devtools/client/responsivedesign/test/.eslintrc => devtools/client/responsivedesign/test/.eslintrc.js
rename : devtools/client/scratchpad/test/.eslintrc => devtools/client/scratchpad/test/.eslintrc.js
rename : devtools/client/shadereditor/test/.eslintrc => devtools/client/shadereditor/test/.eslintrc.js
rename : devtools/client/shared/components/.eslintrc => devtools/client/shared/components/.eslintrc.js
rename : devtools/client/shared/components/test/browser/.eslintrc => devtools/client/shared/components/test/browser/.eslintrc.js
rename : devtools/client/shared/components/test/mochitest/.eslintrc => devtools/client/shared/components/test/mochitest/.eslintrc.js
rename : devtools/client/shared/shim/test/.eslintrc => devtools/client/shared/shim/test/.eslintrc.js
rename : devtools/client/shared/test/.eslintrc => devtools/client/shared/test/.eslintrc.js
rename : devtools/client/shared/test/unit/.eslintrc => devtools/client/shared/test/unit/.eslintrc.js
rename : devtools/client/sourceeditor/.eslintrc => devtools/client/sourceeditor/.eslintrc.js
rename : devtools/client/sourceeditor/test/.eslintrc => devtools/client/sourceeditor/test/.eslintrc.js
rename : devtools/client/storage/test/.eslintrc => devtools/client/storage/test/.eslintrc.js
rename : devtools/client/styleeditor/test/.eslintrc => devtools/client/styleeditor/test/.eslintrc.js
rename : devtools/client/webaudioeditor/test/.eslintrc => devtools/client/webaudioeditor/test/.eslintrc.js
rename : devtools/client/webconsole/net/.eslintrc => devtools/client/webconsole/net/.eslintrc.js
rename : devtools/client/webconsole/net/test/mochitest/.eslintrc => devtools/client/webconsole/net/test/mochitest/.eslintrc.js
rename : devtools/client/webconsole/net/test/unit/.eslintrc => devtools/client/webconsole/net/test/unit/.eslintrc.js
rename : devtools/client/webconsole/new-console-output/test/.eslintrc => devtools/client/webconsole/new-console-output/test/.eslintrc.js
rename : devtools/client/webconsole/test/.eslintrc => devtools/client/webconsole/test/.eslintrc.js
rename : devtools/client/webide/test/.eslintrc => devtools/client/webide/test/.eslintrc.js
rename : devtools/server/tests/browser/.eslintrc => devtools/server/tests/browser/.eslintrc.js
rename : devtools/server/tests/mochitest/.eslintrc => devtools/server/tests/mochitest/.eslintrc.js
rename : devtools/server/tests/unit/.eslintrc => devtools/server/tests/unit/.eslintrc.js
rename : devtools/shared/heapsnapshot/tests/unit/.eslintrc => devtools/shared/heapsnapshot/tests/unit/.eslintrc.js
rename : devtools/shared/platform/content/.eslintrc => devtools/shared/platform/content/.eslintrc.js
rename : devtools/shared/platform/content/test/.eslintrc => devtools/shared/platform/content/test/.eslintrc.js
rename : devtools/shared/security/tests/unit/.eslintrc => devtools/shared/security/tests/unit/.eslintrc.js
rename : devtools/shared/tests/browser/.eslintrc => devtools/shared/tests/browser/.eslintrc.js
rename : devtools/shared/tests/unit/.eslintrc => devtools/shared/tests/unit/.eslintrc.js
rename : devtools/shared/transport/tests/unit/.eslintrc => devtools/shared/transport/tests/unit/.eslintrc.js
rename : devtools/shared/webconsole/test/unit/.eslintrc => devtools/shared/webconsole/test/unit/.eslintrc.js
rename : devtools/shared/worker/tests/browser/.eslintrc => devtools/shared/worker/tests/browser/.eslintrc.js
rename : mobile/android/components/extensions/.eslintrc => mobile/android/components/extensions/.eslintrc.js
rename : mobile/android/components/extensions/test/mochitest/.eslintrc => mobile/android/components/extensions/test/mochitest/.eslintrc.js
rename : security/manager/.eslintrc.json => security/manager/.eslintrc.js
rename : security/manager/ssl/tests/.eslintrc.json => security/manager/ssl/tests/.eslintrc.js
rename : security/manager/ssl/tests/mochitest/browser/.eslintrc.json => security/manager/ssl/tests/mochitest/browser/.eslintrc.js
rename : security/manager/ssl/tests/mochitest/mixedcontent/.eslintrc.json => security/manager/ssl/tests/mochitest/mixedcontent/.eslintrc.js
rename : security/manager/ssl/tests/mochitest/stricttransportsecurity/.eslintrc.json => security/manager/ssl/tests/mochitest/stricttransportsecurity/.eslintrc.js
rename : security/manager/ssl/tests/unit/.eslintrc.json => security/manager/ssl/tests/unit/.eslintrc.js
rename : security/manager/tools/.eslintrc.json => security/manager/tools/.eslintrc.js
rename : storage/.eslintrc => storage/.eslintrc.js
rename : testing/mochitest/browser.eslintrc => testing/mochitest/browser.eslintrc.js
rename : testing/mochitest/chrome.eslintrc => testing/mochitest/chrome.eslintrc.js
rename : testing/mochitest/mochitest.eslintrc => testing/mochitest/mochitest.eslintrc.js
rename : testing/xpcshell/xpcshell.eslintrc => testing/xpcshell/xpcshell.eslintrc.js
rename : toolkit/.eslintrc => toolkit/.eslintrc.js
rename : toolkit/components/aboutmemory/tests/.eslintrc => toolkit/components/aboutmemory/tests/.eslintrc.js
rename : toolkit/components/aboutperformance/tests/browser/.eslintrc => toolkit/components/aboutperformance/tests/browser/.eslintrc.js
rename : toolkit/components/addoncompat/tests/browser/.eslintrc => toolkit/components/addoncompat/tests/browser/.eslintrc.js
rename : toolkit/components/alerts/test/.eslintrc => toolkit/components/alerts/test/.eslintrc.js
rename : toolkit/components/asyncshutdown/tests/xpcshell/.eslintrc => toolkit/components/asyncshutdown/tests/xpcshell/.eslintrc.js
rename : toolkit/components/autocomplete/tests/unit/.eslintrc => toolkit/components/autocomplete/tests/unit/.eslintrc.js
rename : toolkit/components/captivedetect/test/unit/.eslintrc => toolkit/components/captivedetect/test/unit/.eslintrc.js
rename : toolkit/components/commandlines/test/unit/.eslintrc => toolkit/components/commandlines/test/unit/.eslintrc.js
rename : toolkit/components/commandlines/test/unit_unix/.eslintrc => toolkit/components/commandlines/test/unit_unix/.eslintrc.js
rename : toolkit/components/commandlines/test/unit_win/.eslintrc => toolkit/components/commandlines/test/unit_win/.eslintrc.js
rename : toolkit/components/contentprefs/tests/mochitest/.eslintrc => toolkit/components/contentprefs/tests/mochitest/.eslintrc.js
rename : toolkit/components/contentprefs/tests/unit/.eslintrc => toolkit/components/contentprefs/tests/unit/.eslintrc.js
rename : toolkit/components/contentprefs/tests/unit_cps2/.eslintrc => toolkit/components/contentprefs/tests/unit_cps2/.eslintrc.js
rename : toolkit/components/crashes/tests/xpcshell/.eslintrc => toolkit/components/crashes/tests/xpcshell/.eslintrc.js
rename : toolkit/components/crashmonitor/test/unit/.eslintrc => toolkit/components/crashmonitor/test/unit/.eslintrc.js
rename : toolkit/components/ctypes/tests/chrome/.eslintrc => toolkit/components/ctypes/tests/chrome/.eslintrc.js
rename : toolkit/components/ctypes/tests/unit/.eslintrc => toolkit/components/ctypes/tests/unit/.eslintrc.js
rename : toolkit/components/downloads/test/unit/.eslintrc => toolkit/components/downloads/test/unit/.eslintrc.js
rename : toolkit/components/extensions/.eslintrc => toolkit/components/extensions/.eslintrc.js
rename : toolkit/components/extensions/test/mochitest/.eslintrc => toolkit/components/extensions/test/mochitest/.eslintrc.js
rename : toolkit/components/extensions/test/xpcshell/.eslintrc => toolkit/components/extensions/test/xpcshell/.eslintrc.js
rename : toolkit/components/feeds/test/.eslintrc => toolkit/components/feeds/test/.eslintrc.js
rename : toolkit/components/filepicker/test/unit/.eslintrc => toolkit/components/filepicker/test/unit/.eslintrc.js
rename : toolkit/components/filewatcher/tests/xpcshell/.eslintrc => toolkit/components/filewatcher/tests/xpcshell/.eslintrc.js
rename : toolkit/components/formautofill/test/browser/.eslintrc => toolkit/components/formautofill/test/browser/.eslintrc.js
rename : toolkit/components/formautofill/test/chrome/.eslintrc => toolkit/components/formautofill/test/chrome/.eslintrc.js
rename : toolkit/components/formautofill/test/xpcshell/.eslintrc => toolkit/components/formautofill/test/xpcshell/.eslintrc.js
rename : toolkit/components/jsdownloads/test/browser/.eslintrc => toolkit/components/jsdownloads/test/browser/.eslintrc.js
rename : toolkit/components/jsdownloads/test/data/.eslintrc => toolkit/components/jsdownloads/test/data/.eslintrc.js
rename : toolkit/components/jsdownloads/test/unit/.eslintrc => toolkit/components/jsdownloads/test/unit/.eslintrc.js
rename : toolkit/components/lz4/tests/xpcshell/.eslintrc => toolkit/components/lz4/tests/xpcshell/.eslintrc.js
rename : toolkit/components/mediasniffer/test/unit/.eslintrc => toolkit/components/mediasniffer/test/unit/.eslintrc.js
rename : toolkit/components/narrate/.eslintrc => toolkit/components/narrate/.eslintrc.js
rename : toolkit/components/narrate/test/.eslintrc => toolkit/components/narrate/test/.eslintrc.js
rename : toolkit/components/osfile/tests/mochi/.eslintrc => toolkit/components/osfile/tests/mochi/.eslintrc.js
rename : toolkit/components/osfile/tests/xpcshell/.eslintrc => toolkit/components/osfile/tests/xpcshell/.eslintrc.js
rename : toolkit/components/passwordmgr/.eslintrc => toolkit/components/passwordmgr/.eslintrc.js
rename : toolkit/components/passwordmgr/test/.eslintrc => toolkit/components/passwordmgr/test/.eslintrc.js
rename : toolkit/components/passwordmgr/test/browser/.eslintrc => toolkit/components/passwordmgr/test/browser/.eslintrc.js
rename : toolkit/components/passwordmgr/test/unit/.eslintrc => toolkit/components/passwordmgr/test/unit/.eslintrc.js
rename : toolkit/components/perf/.eslintrc => toolkit/components/perf/.eslintrc.js
rename : toolkit/components/perfmonitoring/tests/browser/.eslintrc => toolkit/components/perfmonitoring/tests/browser/.eslintrc.js
rename : toolkit/components/places/tests/.eslintrc => toolkit/components/places/tests/.eslintrc.js
rename : toolkit/components/places/tests/bookmarks/.eslintrc => toolkit/components/places/tests/bookmarks/.eslintrc.js
rename : toolkit/components/places/tests/browser/.eslintrc => toolkit/components/places/tests/browser/.eslintrc.js
rename : toolkit/components/places/tests/chrome/.eslintrc => toolkit/components/places/tests/chrome/.eslintrc.js
rename : toolkit/components/places/tests/expiration/.eslintrc => toolkit/components/places/tests/expiration/.eslintrc.js
rename : toolkit/components/places/tests/favicons/.eslintrc => toolkit/components/places/tests/favicons/.eslintrc.js
rename : toolkit/components/places/tests/history/.eslintrc => toolkit/components/places/tests/history/.eslintrc.js
rename : toolkit/components/places/tests/migration/.eslintrc => toolkit/components/places/tests/migration/.eslintrc.js
rename : toolkit/components/places/tests/network/.eslintrc => toolkit/components/places/tests/network/.eslintrc.js
rename : toolkit/components/places/tests/queries/.eslintrc => toolkit/components/places/tests/queries/.eslintrc.js
rename : toolkit/components/places/tests/unifiedcomplete/.eslintrc => toolkit/components/places/tests/unifiedcomplete/.eslintrc.js
rename : toolkit/components/places/tests/unit/.eslintrc => toolkit/components/places/tests/unit/.eslintrc.js
rename : toolkit/components/promiseworker/tests/xpcshell/.eslintrc => toolkit/components/promiseworker/tests/xpcshell/.eslintrc.js
rename : toolkit/components/prompts/test/.eslintrc => toolkit/components/prompts/test/.eslintrc.js
rename : toolkit/components/remotebrowserutils/tests/browser/.eslintrc => toolkit/components/remotebrowserutils/tests/browser/.eslintrc.js
rename : toolkit/components/satchel/test/.eslintrc => toolkit/components/satchel/test/.eslintrc.js
rename : toolkit/components/satchel/test/browser/.eslintrc => toolkit/components/satchel/test/browser/.eslintrc.js
rename : toolkit/components/satchel/test/unit/.eslintrc => toolkit/components/satchel/test/unit/.eslintrc.js
rename : toolkit/components/search/tests/xpcshell/.eslintrc => toolkit/components/search/tests/xpcshell/.eslintrc.js
rename : toolkit/components/social/test/xpcshell/.eslintrc => toolkit/components/social/test/xpcshell/.eslintrc.js
rename : toolkit/components/sqlite/tests/xpcshell/.eslintrc => toolkit/components/sqlite/tests/xpcshell/.eslintrc.js
rename : toolkit/components/startup/tests/browser/.eslintrc => toolkit/components/startup/tests/browser/.eslintrc.js
rename : toolkit/components/startup/tests/unit/.eslintrc => toolkit/components/startup/tests/unit/.eslintrc.js
rename : toolkit/components/telemetry/tests/unit/.eslintrc => toolkit/components/telemetry/tests/unit/.eslintrc.js
rename : toolkit/components/terminator/tests/xpcshell/.eslintrc => toolkit/components/terminator/tests/xpcshell/.eslintrc.js
rename : toolkit/components/thumbnails/test/.eslintrc => toolkit/components/thumbnails/test/.eslintrc.js
rename : toolkit/components/timermanager/tests/unit/.eslintrc => toolkit/components/timermanager/tests/unit/.eslintrc.js
rename : toolkit/components/url-classifier/tests/mochitest/.eslintrc => toolkit/components/url-classifier/tests/mochitest/.eslintrc.js
rename : toolkit/components/url-classifier/tests/unit/.eslintrc => toolkit/components/url-classifier/tests/unit/.eslintrc.js
rename : toolkit/components/urlformatter/tests/unit/.eslintrc => toolkit/components/urlformatter/tests/unit/.eslintrc.js
rename : toolkit/components/viewsource/test/.eslintrc => toolkit/components/viewsource/test/.eslintrc.js
rename : toolkit/components/viewsource/test/browser/.eslintrc => toolkit/components/viewsource/test/browser/.eslintrc.js
rename : toolkit/components/workerloader/tests/.eslintrc => toolkit/components/workerloader/tests/.eslintrc.js
rename : toolkit/components/xulstore/tests/chrome/.eslintrc => toolkit/components/xulstore/tests/chrome/.eslintrc.js
rename : toolkit/components/xulstore/tests/xpcshell/.eslintrc => toolkit/components/xulstore/tests/xpcshell/.eslintrc.js
rename : toolkit/content/tests/browser/.eslintrc => toolkit/content/tests/browser/.eslintrc.js
rename : toolkit/content/tests/chrome/.eslintrc => toolkit/content/tests/chrome/.eslintrc.js
rename : toolkit/content/tests/unit/.eslintrc => toolkit/content/tests/unit/.eslintrc.js
rename : toolkit/content/tests/widgets/.eslintrc => toolkit/content/tests/widgets/.eslintrc.js
rename : toolkit/crashreporter/test/browser/.eslintrc => toolkit/crashreporter/test/browser/.eslintrc.js
rename : toolkit/crashreporter/test/unit/.eslintrc => toolkit/crashreporter/test/unit/.eslintrc.js
rename : toolkit/crashreporter/test/unit_ipc/.eslintrc => toolkit/crashreporter/test/unit_ipc/.eslintrc.js
rename : toolkit/forgetaboutsite/test/browser/.eslintrc => toolkit/forgetaboutsite/test/browser/.eslintrc.js
rename : toolkit/forgetaboutsite/test/unit/.eslintrc => toolkit/forgetaboutsite/test/unit/.eslintrc.js
rename : toolkit/identity/tests/chrome/.eslintrc => toolkit/identity/tests/chrome/.eslintrc.js
rename : toolkit/identity/tests/unit/.eslintrc => toolkit/identity/tests/unit/.eslintrc.js
rename : toolkit/modules/addons/.eslintrc => toolkit/modules/addons/.eslintrc.js
rename : toolkit/modules/subprocess/.eslintrc => toolkit/modules/subprocess/.eslintrc.js
rename : toolkit/modules/subprocess/test/xpcshell/.eslintrc => toolkit/modules/subprocess/test/xpcshell/.eslintrc.js
rename : toolkit/modules/tests/browser/.eslintrc => toolkit/modules/tests/browser/.eslintrc.js
rename : toolkit/modules/tests/chrome/.eslintrc => toolkit/modules/tests/chrome/.eslintrc.js
rename : toolkit/modules/tests/mochitest/.eslintrc => toolkit/modules/tests/mochitest/.eslintrc.js
rename : toolkit/modules/tests/xpcshell/.eslintrc => toolkit/modules/tests/xpcshell/.eslintrc.js
rename : toolkit/mozapps/downloads/tests/chrome/.eslintrc => toolkit/mozapps/downloads/tests/chrome/.eslintrc.js
rename : toolkit/mozapps/downloads/tests/unit/.eslintrc => toolkit/mozapps/downloads/tests/unit/.eslintrc.js
rename : toolkit/mozapps/extensions/.eslintrc => toolkit/mozapps/extensions/.eslintrc.js
rename : toolkit/mozapps/extensions/test/browser/.eslintrc => toolkit/mozapps/extensions/test/browser/.eslintrc.js
rename : toolkit/mozapps/extensions/test/mochitest/.eslintrc => toolkit/mozapps/extensions/test/mochitest/.eslintrc.js
rename : toolkit/mozapps/extensions/test/xpcshell/.eslintrc => toolkit/mozapps/extensions/test/xpcshell/.eslintrc.js
rename : toolkit/mozapps/extensions/test/xpinstall/.eslintrc => toolkit/mozapps/extensions/test/xpinstall/.eslintrc.js
rename : toolkit/mozapps/update/tests/chrome/.eslintrc => toolkit/mozapps/update/tests/chrome/.eslintrc.js
rename : toolkit/mozapps/update/tests/unit_aus_update/.eslintrc => toolkit/mozapps/update/tests/unit_aus_update/.eslintrc.js
rename : toolkit/mozapps/update/tests/unit_base_updater/.eslintrc => toolkit/mozapps/update/tests/unit_base_updater/.eslintrc.js
rename : toolkit/mozapps/update/tests/unit_service_updater/.eslintrc => toolkit/mozapps/update/tests/unit_service_updater/.eslintrc.js
rename : toolkit/profile/test/.eslintrc => toolkit/profile/test/.eslintrc.js
rename : toolkit/themes/osx/mochitests/.eslintrc => toolkit/themes/osx/mochitests/.eslintrc.js
rename : toolkit/xre/test/.eslintrc => toolkit/xre/test/.eslintrc.js
rename : tools/lint/eslint/eslint-plugin-mozilla/lib/rules/.eslintrc => tools/lint/eslint/eslint-plugin-mozilla/lib/rules/.eslintrc.js
extra : rebase_source : 60affc4b9bf436bba7e0e21a8da3a85d16c9fc06
2016-10-18 08:38:10 +01:00
Justin Wood
f0f4a8d236
Bug 1311826 - revert accidental change from during testing, not caught in review. r=rail
...
MozReview-Commit-ID: Hlrn1NH8iwC
--HG--
extra : rebase_source : c29c07837f706d763bd4c81ff3cb202ed888f6c2
2016-09-06 09:22:02 -04:00
Ted Mielczarek
d0f81be1fb
bug 1311580 - Fix mozinfo os_version / linux_distro on Linux. r=jmaher
...
MozReview-Commit-ID: FD9fzKg6Ei4
--HG--
extra : rebase_source : f2e0dcc74cc997e14a07546f215cd3e9a123855b
2016-10-19 21:04:21 -04:00
Andreas Farre
45c050dc12
Bug 1198381 - Add tests for requestIdleCallback, r=smaug
...
MozReview-Commit-ID: HRdU1SJEg9K
--HG--
extra : rebase_source : 5e0f3117e8e78cd005a3143208c826238db178d9
2016-08-30 16:02:08 +02:00
Nathan Froyd
d1108c1e52
Bug 1311068 - remove InitializerList.h; r=botond
...
We needed this polyfill for <initializer_list> when some of our C++
standard libraries did not support said header. They all do now, so the
polyfill is redundant.
2016-10-19 00:33:14 -04:00
Saurabh Singhal
0a5645d30d
Bug 1278275 - Update Headers::GetAll and Headers::Get to match the specification. r=jdm, r=bkelly
2016-10-10 22:50:14 +05:30
Phil Ringnalda
435a27119b
Merge m-c to m-i
...
MozReview-Commit-ID: 8nqgw9Q3gSY
2016-10-25 22:07:07 -07:00
Phil Ringnalda
e2f916d706
Bug 1312914 followup followup, disable yet another test
2016-10-25 19:42:14 -07:00
Rail Aliiev
e72c1a5d84
Bug 1312934 - Release l10n repacks should use run time revision instead of default r=nthomas DONTBUILD
...
MozReview-Commit-ID: 2UB51p66Vyv
--HG--
extra : rebase_source : 15dcabebe59bb69bfc1dbea265128270725cfd01
2016-10-25 22:09:09 -04:00
Wes Kocher
0b57c9a1e3
Bug 1312914 - Skip these tests for now r=me
2016-10-25 17:32:02 -07:00
Chris Manchester
8792602f28
Bug 1312520 - Extract the logic for combining defaults and individual section defnitions in the manifestparser to a standalone function. r=ahal
...
MozReview-Commit-ID: CQNFboRhsOs
2016-10-25 12:23:39 -07:00
Chris Manchester
47d22a4d61
Bug 1312520 - Add an option to the manifestparser to prevent defaults from propagating to individual section definitions. r=ahal
...
Consumers will be expected to process defaults themselves through the
"manifest_defaults" member variable instead.
MozReview-Commit-ID: IGnOj3zEJfE
2016-10-25 12:23:39 -07:00
James Graham
53e100ab0d
Bug 1312675 - Try harder to close existing windows after each testharness test, r=ato
...
MozReview-Commit-ID: DVV5PAfRxII
2016-10-25 18:11:42 +01:00
James Graham
f283807044
Bug 1309931 - Add long timeouts to worker tests, a=testonly
...
MozReview-Commit-ID: LIO4Lotud2c
2016-10-25 18:11:41 +01:00
James Graham
96171f1bac
Bug 1309933 - Import wpt-tools manifest changes from upstream, a=testonly
...
Including unlanded PR to allow worker tests to have a long timeout set
MozReview-Commit-ID: 5Au4uEzmGEk
2016-10-25 18:11:30 +01:00
James Graham
b1a44d2c8c
Bug 1309933 - Set a long timeout for WebCrypto wrapKey_unwrapKey worker test, r=Ms2ger
...
MozReview-Commit-ID: 6kVOSSqGF6p
2016-10-25 18:10:30 +01:00
James Graham
97f19844de
Bug 1309931 - Update web-platform-tests expected data to revision 1d8e28e2c762b51c06670a373b23af6bd7a8aed7, a=testonly
...
MozReview-Commit-ID: L8aMsSMwuXI
2016-10-25 18:10:30 +01:00
James Graham
003f075ff9
Bug 1309932 - Allow wpt sync script to work with non-merge PRs, r=Ms2ger
...
MozReview-Commit-ID: DsrFzoBnfbp
2016-10-25 18:10:30 +01:00
James Graham
cf6ec8d839
Bug 1309931 - Update web-platform-tests to revision 1d8e28e2c762b51c06670a373b23af6bd7a8aed7, a=testonly
...
MozReview-Commit-ID: 17dwWFxkprQ
--HG--
rename : testing/web-platform/tests/conformance-checkers/html-svg/animate-dom-01-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/animate-dom-01-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/animate-dom-02-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/animate-dom-02-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/animate-elem-40-t-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/animate-elem-40-t-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/animate-script-elem-01-b-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/animate-script-elem-01-b-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/animate-struct-dom-01-b-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/animate-struct-dom-01-b-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/conform-viewers-02-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/conform-viewers-02-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/coords-dom-03-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/coords-dom-03-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/interact-events-02-b-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/interact-events-02-b-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/interact-pevents-01-b-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/interact-pevents-01-b-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/interact-pevents-03-b-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/interact-pevents-03-b-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/interact-pevents-05-b-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/interact-pevents-05-b-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/interact-pevents-07-t-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/interact-pevents-07-t-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/interact-pevents-08-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/interact-pevents-08-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/interact-pevents-09-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/interact-pevents-09-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/interact-pointer-01-t-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/interact-pointer-01-t-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/interact-pointer-03-t-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/interact-pointer-03-t-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/masking-path-09-b-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/masking-path-09-b-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/paths-dom-01-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/paths-dom-01-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/paths-dom-02-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/paths-dom-02-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/struct-cond-02-t-isvalid.html => testing/web-platform/tests/conformance-checkers/html-svg/struct-cond-02-t-haswarn.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-07-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-07-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-08-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-08-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-11-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-11-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-13-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-13-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-14-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-14-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-15-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-15-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-20-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/struct-dom-20-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/struct-use-13-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/struct-use-13-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/text-dom-02-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/text-dom-02-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/text-dom-05-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/text-dom-05-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/text-tselect-02-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/text-tselect-02-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/text-tselect-03-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/text-tselect-03-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/types-dom-02-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/types-dom-02-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/types-dom-03-b-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/types-dom-03-b-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/types-dom-05-b-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/types-dom-05-b-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/types-dom-07-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/types-dom-07-f-isvalid.html
rename : testing/web-platform/tests/conformance-checkers/html-svg/types-dom-08-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/types-dom-08-f-isvalid.html
rename : testing/web-platform/tests/encrypted-media/Google/encrypted-media-utils.js => testing/web-platform/tests/encrypted-media/Google/migrated_to_root_disabled/encrypted-media-utils.js
rename : testing/web-platform/tests/html/browsers/history/the-history-interface/non-automated/traverse_the_session_history_unload_prompt_1.html => testing/web-platform/tests/html/browsers/history/the-history-interface/non-automated/traverse_the_session_history_unload_prompt_1-manual.html
rename : testing/web-platform/tests/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrollamount-effect.html => testing/web-platform/tests/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-scrollamount-effect-manual.html
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_000.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_000-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_001.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_001-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_002.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_002-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_003.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_003-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_004.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_004-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_005.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_005-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_006.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_006-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_007.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_007-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_008.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_008-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_009.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_009-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_010.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_010-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_011.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_011-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_012.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_012-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_013.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_013-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_014.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_014-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_015.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_015-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_016.htm => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_016-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_003.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_003-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_004.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_004-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_006.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_006-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_007.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_007-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_008.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_008-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_009.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_009-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_010.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_010-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_020.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_020-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_021.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_021-manual.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_022.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_022-manual.htm
rename : testing/web-platform/tests/pointerevents/pointerevent_pointermove-on-chorded-mouse-button.html => testing/web-platform/tests/pointerevents/pointerevent_pointermove_on_chorded_mouse_button-manual.html
rename : testing/web-platform/tests/pointerevents/pointerevent_suppress_compat_events_on_click.html => testing/web-platform/tests/pointerevents/pointerevent_suppress_compat_events_on_click-manual.html
rename : testing/web-platform/tests/pointerevents/pointerevent_suppress_compat_events_on_drag_mouse.html => testing/web-platform/tests/pointerevents/pointerevent_suppress_compat_events_on_drag_mouse-manual.html
2016-10-25 18:10:30 +01:00
Dan Minor
ca6d6b732d
Bug 1308432 - Implement ConstantSourceNode; r=padenot
...
MozReview-Commit-ID: DZ6Zq1rzRwP
--HG--
extra : rebase_source : 6761e21ec9573d8489c48286e87b1eb0cc69e9e8
2016-10-13 15:17:04 -04:00
Tooru Fujisawa
23c2bc22c1
Bug 1311319 - Part 3: Do not call PR_GetErrorText() when PR_GetErrorTextLength() is 0 in ssltunnel.cpp. r=jwalden
2016-10-23 01:46:34 +09:00
Ms2ger
f0db2a6d47
Bug 1300944 - Followup: fix the manifest.
...
--HG--
extra : amend_source : 19c8e99cf6348e25ba4cc84d335b72efb6baf609
2016-10-21 10:16:33 +02:00
Petr Gazarov
89e1adf90e
Bug 1300944 - Add reference test for <ol reversed> with display:none children; r=xidorn
...
MozReview-Commit-ID: KWgQeeV9IB6
2016-10-21 13:30:45 +05:30
Phil Ringnalda
9b9c9ee29e
Merge m-c to m-i
...
MozReview-Commit-ID: A38LFPPm6QL
2016-10-19 18:38:50 -07:00
Chris Pearce
e90255c806
Bug 1311252 - Make MediaKeyMessageEvent.webidl patch spec. r=smaug
...
Update our copy of EncryptedMediaExtensions.idl to match upstream
Web Platform Tests, so we keep passing.
MozReview-Commit-ID: IHaVX45GrYx
2016-10-19 20:33:54 +13:00
Andreas Tolfsen
1a12cd5c4f
Bug 1308453 - Backwards compat for old Marionette:timeouts API; r=whimboo
...
Since the Marionette Python client is being used for upgrade tests
it needs to remain backwards compatible with earlier Gecko versions.
Bug 1302707 changed the Marionette:timeouts API, and this patch addresses
the fallout caused by that.
When sending the new command format and it returns with an error, we try
again with the old format if the error message contained "Not a Number".
This is not ideal, but a natural consequence of poor error typing in
the past.
We can remove this workaround when Firefox 51 becomes the stable train.
MozReview-Commit-ID: JxQAuKnojPB
--HG--
extra : rebase_source : 0eeb3e51fcf73d32c29f53739e9e4e48374a5a96
2016-10-17 15:38:28 +01:00
Henrik Skupin
0c0bf0c20e
Bug 1309556 - Ensure to correctly shutdown the application for quit/restart when callbacks are used. r=ato
...
By using a callback the usual shutdown logic from quitApplication() is not executed and as such
will create a race-condition for the client when trying to re-connect to the server. To fix that
we have to stop the server from accepting new connections until the application has been completely
shutdown.
Also delete_session() has to be called for the default in_app shutdown logic and when using a callback.
MozReview-Commit-ID: GmIM2GGwQ2P
--HG--
extra : rebase_source : 56f8ba75f9297fa4de0a143fe5c5017529d0b528
2016-10-17 13:19:19 +02:00
Henrik Skupin
bf0935bab4
Bug 1290372 - wait_for_port() has to return early if instance is not running. r=ato
...
In case when the instance is not running, the method would check for the port again
and again until the timeout is reached. This extra time can be spent if the process
status is checked.
MozReview-Commit-ID: C2WAWNC5CWE
--HG--
extra : rebase_source : c4077e63c19a8fdb91e4120d94051b5b51f9d9a9
2016-10-17 15:38:07 +02:00