Florian Queze
6cc0b6e992
Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws.
2017-04-27 00:25:45 +02:00
Alex Gaynor
478321d9d3
Bug 1294641 - whitelist reads from the .app directory in the macOS sandbox r=froydnj,haik
...
This patch does a few things:
a) Adds the resources location from the .app directory to the read whitelist
b) When it's a non-packaged build, mach run (and various mach tests) set an environment variable for the repo location which we allow reads from.
r=haik,froydnj
MozReview-Commit-ID: KNvAoUs5Ati
2017-04-07 14:53:19 -04:00
Sebastian Hengst
155e26d497
Backed out changeset 225683fed1d1 (bug 1294641) for breaking crashtests, reftests and Windows builds. r=backout on a CLOSED TREE
2017-04-17 16:29:52 +02:00
Alex Gaynor
d7af07ecbe
Bug 1294641 - whitelist reads from the .app directory in the macOS sandbox r=froydnj,haik
...
This patch does a few things:
a) Adds the resources location from the .app directory to the read whitelist
b) When it's a non-packaged build, mach run (and various mach tests) set an environment variable for the repo location which we allow reads from.
r=haik,froydnj
MozReview-Commit-ID: KNvAoUs5Ati
2017-04-07 14:53:19 -04:00
Florian Queze
ddf0cda8da
Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj.
2017-04-14 18:29:12 +02:00
Florian Queze
451928e614
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
4cd95d4a02
Backed out changeset 18d45aa984d6 (bug 1355161)
2017-04-14 23:39:23 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Sebastian Hengst
f75839c723
Backed out changeset 55f3df15eaa6 (bug 1356569)
2017-04-14 23:39:17 +02:00
Florian Queze
61aabdf237
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
9b4f73599f
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Florian Queze
35cd8ba883
Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj.
2017-04-14 18:29:12 +02:00
Iris Hsiao
2ee1ccc503
merge mozilla-inbound to mozilla-central a=merge
2017-04-12 11:16:46 +08:00
Geoff Brown
eefd2fe813
Bug 1355222 - When debug logging requested for android mach test commands, enable devicemanager logging; r=jmaher
2017-04-11 09:21:37 -06:00
Patrick McManus
144a276c30
Bug 1355277 - change h2 origin frame codepoint to 0xc r=nwgh
...
MozReview-Commit-ID: GPEEmWQOxQ4
2017-04-10 21:47:07 -04:00
Nicholas Hurley
c225101a91
Bug 1352146 - Don't allow status phrases in http/2. r=mcmanus
...
MozReview-Commit-ID: Cf30tUivhnB
2017-04-07 13:18:20 -07:00
Nicholas Hurley
423c243977
Bug 1352146 - fix whitespace in moz-http2.js. r=mcmanus
...
MozReview-Commit-ID: Ij4c6RS0UyV
2017-04-07 12:58:54 -07:00
Sebastian Hengst
a097e4339f
Backed out changeset 11b27254f152 (bug 1352146) for leaks detected by Linux x64 asan. r=backout on a CLOSED TREE
2017-04-08 01:45:28 +02:00
Sebastian Hengst
1a0d1fd33c
Backed out changeset c8199958741a (bug 1352146)
2017-04-08 01:44:22 +02:00
Nicholas Hurley
06a6debab1
Bug 1352146 - Don't allow status phrases in http/2. r=mcmanus
...
MozReview-Commit-ID: Cf30tUivhnB
2017-04-07 13:18:20 -07:00
Nicholas Hurley
2287522f60
Bug 1352146 - fix whitespace in moz-http2.js. r=mcmanus
...
MozReview-Commit-ID: Ij4c6RS0UyV
2017-04-07 12:58:54 -07:00
Patrick McManus
bc28dc50e0
Bug 1281278 - test coverage for h2 push with brotli r=nwgh
...
MozReview-Commit-ID: 84LZRLsefJD
2017-04-06 13:40:26 -04:00
Wes Kocher
9544bd20a6
Backed out changeset f898176c408d (bug 1281278) for xpcshell failures a=backout
2017-04-06 15:48:18 -07:00
Patrick McManus
fc3f88b8a9
Bug 1281278 - test coverage for h2 push with brotli r=nwgh
...
MozReview-Commit-ID: 84LZRLsefJD
2017-04-06 13:40:26 -04:00
Ting-Yu Chou
9c40f931c5
Bug 1333003 part 6 - Fix test scripts to run ASan on Windows. r=ted
...
MozReview-Commit-ID: 6F9UXgTRb2Y
2017-03-10 12:08:34 +08:00
Patrick McManus
fe537eeebe
Bug 1353497 - h2 pushes against origin set need implicit SNI r=nwgh
2017-04-04 14:51:32 -04:00
Patrick McManus
12a25cbe10
Bug 1337791 - Part 3: http/2 origin frame extension test. r=nwgh
2017-04-03 17:24:49 -04:00
Brendan Dahl
85f151ac59
Bug 1338004 - Add headless browser mode. r=jrmuizel, r=ted
...
Supports creating a windowless browser on Linux without an X server. Most of the
changes are just adding branches to avoid calls in to GTK which calls
into X. Some of the bigger additions were adding a separate headless widget
which implements just enough to render a page. A headless look and
feel were also added since there are many calls into GTK in the platform
specific one.
2017-04-04 10:22:00 -04:00
Wes Kocher
3095b422dc
Backed out 7 changesets (bug 1333003) for windows asan failures a=backout
...
Backed out changeset 3d2b2eeda8d3 (bug 1333003)
Backed out changeset 400d409ba4ca (bug 1333003)
Backed out changeset 1ba027abdfc9 (bug 1333003)
Backed out changeset 70114135bd8c (bug 1333003)
Backed out changeset 5715b15e33c0 (bug 1333003)
Backed out changeset 375e952bd738 (bug 1333003)
Backed out changeset d5d4112599f2 (bug 1333003)
MozReview-Commit-ID: DZUHJTdjX7V
2017-03-23 11:01:44 -07:00
Ting-Yu Chou
f66b5c4835
Bug 1333003 part 6 - Fix test scripts to run ASan on Windows. r=ted
...
MozReview-Commit-ID: 6F9UXgTRb2Y
2017-03-10 12:08:34 +08:00
Carsten "Tomcat" Book
88dfdca025
Backed out changeset 18fd8676751a (bug 1333003)
2017-03-23 10:38:04 +01:00
Ting-Yu Chou
f761f3c2a3
Bug 1333003 part 6 - Fix test scripts to run ASan on Windows. r=ted
...
MozReview-Commit-ID: 6F9UXgTRb2Y
2017-03-10 12:08:34 +08:00
Carsten "Tomcat" Book
6610746b51
merge mozilla-inbound to mozilla-central a=merge
2017-03-22 14:26:27 +01:00
Mark Banner
adc8d96d12
Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - structural changes. r=jaws
...
MozReview-Commit-ID: HmNYrVyNiMr
2017-03-21 16:43:01 +01:00
Geoff Brown
b72a74a2a6
Bug 1340584 - Remove devicemanagerSUT and references to sutagent; r=wlach
...
sutagent is no longer built or used; devicemanagerSUT is completely
unused. After this change, devicemanagerADB is the only implementation of
devicemanager, and test harness options like --dm_trans are eliminated.
2017-03-21 12:20:01 -06:00
William Lachance
6c1b99f421
Bug 1347686 - Remove e10s argument from mach xpcshell test runner r=jmaher
...
MozReview-Commit-ID: E5TcRxVwMzS
2017-03-15 16:52:41 -04:00
Jonathan Hao
443e1ef599
Bug 1334693 - Test http2 push and origin attributes. r=mcmanus
...
MozReview-Commit-ID: 8qrhjyyV6Uc
2017-03-08 18:17:10 +08:00
Wes Kocher
4f3166d144
Backed out 3 changesets (bug 1334693) for build failures a=backout
...
Backed out changeset 8042ff76ef53 (bug 1334693)
Backed out changeset f48b85ae4eca (bug 1334693)
Backed out changeset 85c4356eebea (bug 1334693)
MozReview-Commit-ID: 2VFn68MXSmx
2017-03-08 18:04:30 -08:00
Jonathan Hao
9ece6c99bf
Bug 1334693 - Test http2 push and origin attributes. r=mcmanus
...
MozReview-Commit-ID: 8qrhjyyV6Uc
2017-03-08 18:17:10 +08:00
Honza Bambas
d380c324d0
Bug 1321026 - Have an argument to change the number of parallel tests when running xpcshelltests, r=ted
2017-03-06 05:39:00 +01:00
Sebastian Hengst
6b2f608e3e
Backed out changeset a293a617ebed (bug 1321026) on suspicion of causing xpcshell bustage. r=backout on a CLOSED TREE
2017-03-06 23:35:17 +01:00
Honza Bambas
82ce68f9b1
Bug 1321026 - Have an argument to change the number of parallel tests when running xpcshelltests. r=ted
2017-03-06 08:44:00 -05:00
Andrew Halberstadt
89b137ea65
Bug 1340551 - Log tests by manifest from suite_start in xpcshell harness, r=jgraham
...
MozReview-Commit-ID: G7P20w0G0fM
2017-02-22 14:34:29 -05:00
Chris Peterson
6bb2787575
Bug 1336776 - Log more useful error messages if MOZ_NODE_PATH or MOZHTTP2_PORT environment variables are not set correctly. r=nwgh
...
MozReview-Commit-ID: Fevu9smKdu3
2017-02-04 16:21:58 -08:00
Gregory Szorc
7f37f5a0eb
Bug 1337679 - stylo: Disable currently crashing xpcshell tests; r=ted
...
MozReview-Commit-ID: K99exhH1S8j
2017-02-10 17:59:43 -08:00
Marco Bonardo
56b7adb200
Bug 1332295 - do_register_cleanup should support generators and async functions. r=ted
...
MozReview-Commit-ID: BPCwPlWQ8G0
2017-01-19 16:07:46 +01:00
Phil Ringnalda
70924b035a
Backed out changeset c13c36e04303 (bug 1332295) for extremely frequent Linux32 debug failures in test_be_conservative.js
2017-02-05 18:18:09 -08:00
Greg Mierzwinski
a9323edf9f
Bug 1301197 - Add xpcshell code coverage to linux64-jsdcov and the 'coverage' mozinfo flag. r=jmaher
...
This patch makes it possible to collect code coverage for xpcshell tests using the linux64-jsdcov build. It also enables the use of a 'coverage' flag to disable tests when they are instrumented with the js debugger for code coverage. Lastly, it uses the 'coverage' flag to disable certain tests.
MozReview-Commit-ID: 97VFkJmlwQn
2016-11-08 15:57:21 -05:00
Marco Bonardo
e09a568ade
Bug 1332295 - do_register_cleanup should support generators and async functions. r=ted
...
MozReview-Commit-ID: BPCwPlWQ8G0
2017-01-19 16:07:46 +01:00