gecko-dev/testing
Daniel Holbert 914813a60d Bug 1634377 part 2: Fix WPT reftest align-content_stretch.html to avoid fractional pixels in spacing. r=TYLin
Before this change, this test ends up with 50px of spacing, divided 3 ways
(with one share going after each flex item). That means we should be expecting
spacing of 50px/3 = 16.666px -- but the reference case was instead expecting
arbitrarily-rounded amounts, expecting 17px of spacing in one spot and 16px in
another spot (which may or may not match actual UA behavior, particularly on a
HiDPI display where pixel-snapping might not need to round to whole CSS
pixels).

This patch just increases the size of the container so that we end up with
60px of extra space, which gives us nice round number of pixels for each share
of the space: 60px/3 = 20px of space between each flex item.

(This is consistent with the neighboring test "align-content_space-around.html"
which also uses a 210px-tall container for the same reason.)

Also: While we're at it, swap in spaces for a few stray tab characters
in some contextual lines.

Differential Revision: https://phabricator.services.mozilla.com/D73549
2020-05-05 06:09:09 +00:00
..
awsy Backed out 2 changesets (bug 1628527) for causing wpt failures and a spike in bug 1622119. CLOSED TREE 2020-04-21 23:12:09 +03:00
condprofile Bug 1633158 - raise the retries r=Bebe 2020-04-30 09:14:02 +00:00
config Bug 1634226: update host-utils r=gbrown 2020-04-30 23:09:49 +00:00
crashtest Bug 1632822 - create webrender list of crashtests to have focused tests on android phones. r=bc 2020-04-27 18:06:47 +00:00
extensions
firefox-ui Bug 1623965 - Improve error message when binary not found while testing. r=glandium,remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,Bebe,whimboo 2020-04-21 11:58:04 +00:00
geckodriver Bug 1623965 - Improve error message when binary not found while testing. r=glandium,remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,Bebe,whimboo 2020-04-21 11:58:04 +00:00
gtest Bug 1633302 - Remote android tests must use root=True appropriately when dealing with app created files, r=gbrown. 2020-04-27 15:45:59 +00:00
jsshell
marionette Backed out 6 changesets (bug 1632916, bug 1599658, bug 1633037, bug 1633039, bug 1633016, bug 1632920) for SA bustages CLOSED TREE 2020-05-02 01:49:29 +03:00
mochitest Bug 1633635 - Make tab animations obey prefers-reduced-motion. r=jaws 2020-04-30 18:43:37 +00:00
modules Bug 1630420 - Check last build from appinfo instead of tracking it manually in Normandy r=mossop 2020-05-04 18:27:40 +00:00
mozbase Bug 1634717 - Reduce scope of import of psutil in android_device.py; r=jmaher 2020-05-01 18:24:48 +00:00
mozharness Bug 1631982 - Support wpt test ids in MOZHARNESS_TEST_PATHS, r=ahal 2020-04-29 14:07:09 +00:00
perfdocs Bug 1625470 - Part 2: Add new live-site-only tests to Raptor-Browsertime. r=perftest-reviewers,AlexandruIonescu 2020-04-21 20:28:57 +00:00
performance Bug 1633437 - Support for test metadata r=acreskey 2020-04-28 17:07:14 +00:00
profiles Bug 1634315 - Enable blocking access to storage from tracking resources by default; r=baku 2020-05-04 19:03:48 +00:00
raptor Bug 1614755 - Disable conditioned profiles properly in raptor cpu unittest. r=tarek 2020-05-04 17:40:59 +00:00
runtimes Bug 1608837 - add updated runtime files with web-platform-tests data r=ahal 2020-04-24 20:53:43 +00:00
specialpowers Bug 1612068 - Move zoom from the content viewer to the browsing context. r=nika 2020-04-22 19:32:52 +00:00
talos Bug 1634861 - Set ui.prefersReducedMotion instead of toolkit.cosmeticAnimations.enabled for tabpaint. r=perftest-reviewers,sparky 2020-05-04 20:43:44 +00:00
tools Bug 1621911 [Wayland] provide gdk-screenshot.cpp for Wayland desktops, r=jhorak 2020-04-29 10:50:32 +00:00
tps
web-platform Bug 1634377 part 2: Fix WPT reftest align-content_stretch.html to avoid fractional pixels in spacing. r=TYLin 2020-05-05 06:09:09 +00:00
webdriver Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio 2020-04-25 21:21:32 +00:00
xpcshell Bug 1623126 - Add test for HTTPSSVC DNS record r=dragana,necko-reviewers 2020-05-04 19:55:31 +00:00
addtest.py
cppunittest.ini
mach_commands.py Bug 1628784 - Pass TOPSRCDIR environment variable to jsapi-tests, in order to read test files. r=Yoric 2020-04-27 11:37:13 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py Bug 1633302 - Remote android tests must use root=True appropriately when dealing with app created files, r=gbrown. 2020-04-27 15:45:59 +00:00
runcppunittests.py
testinfo.py
testsuite-targets.mk Backed out 6 changesets (bug 1632916, bug 1599658, bug 1633037, bug 1633039, bug 1633016, bug 1632920) for SA bustages CLOSED TREE 2020-05-02 01:49:29 +03:00

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