Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Azure Pipelines] run tools/ tox tests #11

Closed
wants to merge 36 commits into from
Closed

Commits on Nov 16, 2018

  1. [css-grid] Some fixes on grid-container-scrollbar-* tests

    * Use Ahem font to avoid weird small pixel differences on iOS.
    * Fix some typos reported by @fred-wang at https://bugs.webkit.org/show_bug.cgi?id=191656#c14
    mrego committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    ef7824a View commit details
    Browse the repository at this point in the history
  2. Merge pull request web-platform-tests#14092 from mrego/grid-container…

    …-scrollbars
    
    [css-grid] Some fixes on grid-container-scrollbar-* tests
    mrego authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    1b543a1 View commit details
    Browse the repository at this point in the history
  3. CSS: rename :matches to :is

    Recent CSS WG decision
    w3c/csswg-drafts#3258
    
    Bug: 568705
    Change-Id: If24be4b2c0a49ba12c92df873b0a4de12eb1a21e
    Reviewed-on: https://chromium-review.googlesource.com/c/1337227
    Reviewed-by: Rune Lillesveen <[email protected]>
    Commit-Queue: Eric Willigers <[email protected]>
    Cr-Commit-Position: refs/heads/master@{#608722}
    ericwilligers authored and chromium-wpt-export-bot committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    4decb8a View commit details
    Browse the repository at this point in the history
  4. [css-logical] Fix logical values according to the spec

    Spec: https://drafts.csswg.org/css-logical/#directional-keywords
    
    Currently logical values compute to the corresponding physical value,
    and the mapping is with respect to the element itself. This patch
    makes them compute as specified and changes the mapping to be with
    respect to the containing block.
    
    BUG=901409
    
    TEST=external/wpt/css/css-logical/logical-values-float-clear.html
    TEST=external/wpt/css/css-logical/logical-values-float-clear-reftest.html
    TEST=external/wpt/css/css-logical/logical-values-resize.html
    TEST=webexposed/nonstable-css-properties.html
    
    Change-Id: Ie0acaacde813c5343ec3bb8de712c4af03639475
    Reviewed-on: https://chromium-review.googlesource.com/c/1315989
    Commit-Queue: Manuel Rego <[email protected]>
    Reviewed-by: Morten Stenshorne <[email protected]>
    Cr-Commit-Position: refs/heads/master@{#608730}
    Loirooriol authored and chromium-wpt-export-bot committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    68eabe4 View commit details
    Browse the repository at this point in the history
  5. SVG Geometry: computed value of properties (web-platform-tests#14075)

    cx cy r rx ry x y computed values are lengths or percentages.
    https://svgwg.org/svg2-draft/geometry.html
    ewilligers authored and foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    39c2331 View commit details
    Browse the repository at this point in the history
  6. Fix a typo in css/css-text/writing-system/ already fixed in ref (web-…

    …platform-tests#14097)
    
    The typo in the ref was fixed in
    web-platform-tests#13430, but the test
    itself was not updated. That's bad.
    foolip authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    0601d66 View commit details
    Browse the repository at this point in the history
  7. Allow Console API to log messages on stdout

    This patch introduces 2 new prefs:
    - devtools.console.stdout.chrome: if true, console API writes on stdout when
                                      used by chrome code
    - devtools.console.stdout.content: console API write on stdout when used by
                                       content code.
    
    bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1480544
    gecko-commit: 210675b3647c5097e23b47ae1accb32412bad46d
    gecko-integration-branch: mozilla-inbound
    gecko-reviewers: bgrins
    bakulf authored and moz-wptsync-bot committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    3ae45f7 View commit details
    Browse the repository at this point in the history
  8. Implement FetchEvent.resultingClientId

    - Expose FetchEvent.resultingClientId on non-subresource, non-"report"-destination requests.
    - Delay Clients.get(FetchEvent.resultingClientId) resolution until the resulting client is execution ready.
    - Add WPTs to test for existence of resultingClientId and Clients.get promise resolution values.
    
    Differential Revision: https://phabricator.services.mozilla.com/D5333
    
    bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1264177
    gecko-commit: c79d1544486a79ae5a32dc24751fa266b39d5b2e
    gecko-integration-branch: autoland
    gecko-reviewers: edenchuang, mrbkap
    Perry Jiang authored and moz-wptsync-bot committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    dba3df4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4ba51a View commit details
    Browse the repository at this point in the history
  10. [Azure Pipelines] Run tools/ pytest tests (via tox)

    The tools/wpt/ tests are integration tests and require both Chrome and
    Firefox to be installed.
    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    1baa2ba View commit details
    Browse the repository at this point in the history
  11. Go multi-job

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    793a0d3 View commit details
    Browse the repository at this point in the history
  12. Fix path

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    9f9e0bf View commit details
    Browse the repository at this point in the history
  13. Fix path

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    de947d1 View commit details
    Browse the repository at this point in the history
  14. ooops

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    8037aec View commit details
    Browse the repository at this point in the history
  15. Fix job name

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    b6ca2ba View commit details
    Browse the repository at this point in the history
  16. More docs

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    72891f4 View commit details
    Browse the repository at this point in the history
  17. good stuff from #13

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    4e2c883 View commit details
    Browse the repository at this point in the history
  18. checkout step template

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    463784b View commit details
    Browse the repository at this point in the history
  19. fix up deps/conditions

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    1023466 View commit details
    Browse the repository at this point in the history
  20. Add tools/ci/azure/README.md

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    7af5bdd View commit details
    Browse the repository at this point in the history
  21. fix up deps/conditions

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    f7e0973 View commit details
    Browse the repository at this point in the history
  22. Use update_hosts.yml

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    013a4d2 View commit details
    Browse the repository at this point in the history
  23. Split browser templates

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    2b9ff7c View commit details
    Browse the repository at this point in the history
  24. use more templates

    foolip committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    9317d5d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. pip_install.yml

    foolip committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    4b7c461 View commit details
    Browse the repository at this point in the history
  2. unscramble

    foolip committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    7d96a15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36ded2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8df3d87 View commit details
    Browse the repository at this point in the history
  5. Add displayName

    foolip committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    935ad18 View commit details
    Browse the repository at this point in the history
  6. common names

    foolip committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    ca3f866 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2e88b1 View commit details
    Browse the repository at this point in the history
  8. Full checkout

    foolip authored Nov 17, 2018
    Configuration menu
    Copy the full SHA
    234db69 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Run *

    foolip committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    67d1be8 View commit details
    Browse the repository at this point in the history
  2. indentation

    foolip committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    8d450ba View commit details
    Browse the repository at this point in the history
  3. Share tox_pytest.yml

    foolip committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    4c10202 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1720164 View commit details
    Browse the repository at this point in the history