gecko-dev/testing
Henrik Skupin ddaf60cebc Bug 1482042 - [wdspec] Make "test_negative_x_y" and "test_height_width" independent from system settings. r=jgraham
Both tests are failing due to differnt system settings:

"test_negative_x_y" makes the assumption that the menu
bar on MacOS has always a height of 21px. This is not
true for all systems, because it can vary due to system
settings (font, locale). To make this test work correctly
on all systems the minimum y position can be retrieved
with "window.screen.availTop`. While this CSSOM interface
is not standardized, all of the browsers we care about on
MacOS have it implemented.

"test_height_width" fails in combination with other test,
and that only if the window get moved by the browser to
fit into the screen when a resize would enlarge it outside
of the screen. To fix it a known to work start position
has to be set.

MozReview-Commit-ID: Eu2EN0XT39x

--HG--
extra : rebase_source : f7d43d0ce10b40e3e7a19a95ad96d0bbc05eafc5
2018-08-09 10:31:14 +02:00
..
awsy
config Bug 1476661 - Ensure H2 dependencies are packaged alongside wptserve where needed, r=jgraham 2018-08-09 11:38:37 +01:00
crashtest Bug 1480354 - Add the new crashtest manifest to the master one. r=me 2018-08-09 10:45:14 -04:00
firefox-ui Bug 1480612: Test Register Application Restart more thoroughly. r=whimboo 2018-08-06 14:40:00 -07:00
geckodriver Bug 1445451 - vendor rkv; r=froydnj 2018-08-09 19:42:17 +00:00
gtest
jsshell Bug 1472979 - Add Web Tooling Benchmark as a jsshell-bench test r=jmaher 2018-08-13 07:29:07 +00:00
marionette Bug 1473614 - Expose API docs for MessageManagerDestroyedPromise and Sleep. r=automatedtester 2018-08-07 18:06:30 +01:00
mochitest Backed out changeset 485fdf8e37e8 (bug 1453153) for clipboard failures on test_findbar.xul CLOSED TREE 2018-08-11 03:21:43 +03:00
modules Bug 1478305 - Remove unnecessary ChromeUtils.import calls in testing/. r=mossop 2018-07-30 10:40:22 +01:00
mozbase Bug 1482898 - Support running adb commands in mozdevice as non-root;r=bc 2018-08-13 10:51:12 -04:00
mozharness Bug 1482413 - Improve mozharness diagnostics in per-test runs, especially for TV-bf; r=jmaher 2018-08-10 10:22:04 -06:00
profiles Bug 1478208 - Implement HTMLMediaElement.allowedToPlay. r=alwu,bz 2018-07-25 14:25:17 +12:00
raptor Bug 1472800 - [ci] Add the raptor unity-webgl benchmark to taskcluster r=rwood 2018-08-07 18:22:40 +00:00
runtimes Bug 1474414 - Move most of browser/extensions/activity-stream to browser/components/newtab r=Mardak 2018-07-26 20:50:49 -07:00
specialpowers Backed out 2 changesets (bug 1481021) for bc failures on security/sandbox/test/browser_bug1393259.js. 2018-08-08 03:22:16 +03:00
talos Bug 1482826 - Fix DAMP autocomplete test; r=Honza. 2018-08-13 10:07:18 +00:00
tools Backed out changeset 5950c9d63c3b (bug 1090497) for build bustages on several files. CLOSED TREE 2018-08-02 19:59:53 +03:00
tps
web-platform Bug 1482042 - [wdspec] Make "test_negative_x_y" and "test_height_width" independent from system settings. r=jgraham 2018-08-09 10:31:14 +02:00
webdriver Bug 1470659 - Add setWindowRect capability to geckodriver. r=automatedtester 2018-08-01 18:31:25 +01:00
xpcshell bug 1466462 - TRR: disable EDNS Client Subnet by default r=mcmanus 2018-08-13 15:45:15 +00:00
README.txt
cppunittest.ini
mach_commands.py Bug 1469720 - Add a 'mach test-info' subcommand to find long-running tasks; r=jmaher 2018-08-07 10:05:37 -06:00
moz.build
remotecppunittests.py Bug 1477807 - Distinguish ADBTimeoutErrors from other exceptions in Android remote tests, r=gbrown. 2018-07-27 08:27:16 -07:00
runcppunittests.py
testsuite-targets.mk Bug 733530: Use .tar.gz for test archives r=gps 2018-08-01 16:00:03 +00:00

README.txt

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff