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

[WebDriver BiDi] addPreloadScript supports contexts #41932

chore: fix

16b1b63
Select commit
Loading
Failed to load commit list.
Merged

[WebDriver BiDi] addPreloadScript supports contexts #41932

chore: fix
16b1b63
Select commit
Loading
Failed to load commit list.
Community-TC Integration / tools/ unittests (Python 3.11) succeeded Jan 5, 2024 in 14m 19s

Community-TC (pull_request)

Unit tests for tools running under Python 3.11, excluding wptrunner

Details

View task in Taskcluster
View logs in Taskcluster


m-tests/tools/wptrunner

configfile: ../pytest.ini

plugins: cov-4.1.0, hypothesis-6.78.2

collecting ... 
collected 351 items                                                            



wptrunner/formatters/tests/test_chromium.py ...................          [  5%]

wptrunner/tests/test_executors.py ........                               [  7%]

wptrunner/tests/test_expectedtree.py .....                               [  9%]

wptrunner/tests/test_formatters.py .....                                 [ 10%]

wptrunner/tests/test_manifestexpected.py ..........                      [ 13%]

wptrunner/tests/test_manifestupdate.py .                                 [ 13%]

wptrunner/tests/test_metadata.py ............                            [ 17%]

wptrunner/tests/test_products.py sssssssssssssss..ssssss................ [ 28%]

.......sssssssssssssss..ssssss                                           [ 36%]

wptrunner/tests/test_stability.py ......                                 [ 38%]

wptrunner/tests/test_testloader.py ........                              [ 40%]

wptrunner/tests/test_update.py ......................................... [ 52%]

...............                                                          [ 56%]

wptrunner/tests/test_wptrunner.py .                                      [ 56%]

wptrunner/tests/test_wpttest.py .........                                [ 59%]

wptrunner/tests/browsers/test_base.py .                                  [ 59%]

wptrunner/tests/browsers/test_sauce.py ..........                        [ 62%]

wptrunner/tests/browsers/test_webkitgtk.py sssssssssssssssssssssss       [ 69%]

wptrunner/wptmanifest/tests/test_conditional.py ........                 [ 71%]

wptrunner/wptmanifest/tests/test_parser.py .........                     [ 74%]

wptrunner/wptmanifest/tests/test_serializer.py ......................... [ 81%]

..................                                                       [ 86%]

wptrunner/wptmanifest/tests/test_static.py ......                        [ 88%]

wptrunner/wptmanifest/tests/test_tokenizer.py .......................... [ 95%]

................                                                         [100%]



=============================== warnings summary ===============================

../wptserve/wptserve/request.py:4

  /home/test/web-platform-tests/tools/wptserve/wptserve/request.py:4: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

    import cgi



-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

================= 286 passed, 65 skipped, 1 warning in 11.96s ==================

py311-servo: OK ✔ in 18.87 seconds
py311-webkit: install_deps> python -I -m pip install -r /home/test/web-platform-tests/tools/wptrunner/../requirements_pytest.txt -r /home/test/web-platform-tests/tools/wptrunner/requirements.txt
py311-webkit: install_package> python -I -m pip install --force-reinstall --no-deps /home/test/web-platform-tests/tools/wptrunner/.tox/.tmp/package/10/wptrunner-1.14.tar.gz
py311-webkit: commands[0]> pytest -c/home/test/web-platform-tests/tools/wptrunner/../pytest.ini --rootdir=/home/test/web-platform-tests/tools/wptrunner
============================= test session starts ==============================

platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0

cachedir: .tox/py311-webkit/.pytest_cache

rootdir: /home/test/web-platform-tests/tools/wptrunner

configfile: ../pytest.ini

plugins: cov-4.1.0, hypothesis-6.78.2

collecting ... 
collected 351 items                                                            



wptrunner/formatters/tests/test_chromium.py ...................          [  5%]

wptrunner/tests/test_executors.py ........                               [  7%]

wptrunner/tests/test_expectedtree.py .....                               [  9%]

wptrunner/tests/test_formatters.py .....                                 [ 10%]

wptrunner/tests/test_manifestexpected.py ..........                      [ 13%]

wptrunner/tests/test_manifestupdate.py .                                 [ 13%]

wptrunner/tests/test_metadata.py ............                            [ 17%]

wptrunner/tests/test_products.py ssssssssssssssssss.ssss................ [ 28%]

.......ssssssssssssssssss.ssss                                           [ 36%]

wptrunner/tests/test_stability.py ......                                 [ 38%]

wptrunner/tests/test_testloader.py ........                              [ 40%]

wptrunner/tests/test_update.py ......................................... [ 52%]

...............                                                          [ 56%]

wptrunner/tests/test_wptrunner.py .                                      [ 56%]

wptrunner/tests/test_wpttest.py .........                                [ 59%]

wptrunner/tests/browsers/test_base.py .                                  [ 59%]

wptrunner/tests/browsers/test_sauce.py ..........                        [ 62%]

wptrunner/tests/browsers/test_webkitgtk.py ssssssssssssssssss.ssss       [ 69%]

wptrunner/wptmanifest/tests/test_conditional.py ........                 [ 71%]

wptrunner/wptmanifest/tests/test_parser.py .........                     [ 74%]

wptrunner/wptmanifest/tests/test_serializer.py ......................... [ 81%]

..................                                                       [ 86%]

wptrunner/wptmanifest/tests/test_static.py ......                        [ 88%]

wptrunner/wptmanifest/tests/test_tokenizer.py .......................... [ 95%]

................                                                         [100%]



=============================== warnings summary ===============================

../wptserve/wptserve/request.py:4

  /home/test/web-platform-tests/tools/wptserve/wptserve/request.py:4: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

    import cgi



-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

================= 285 passed, 66 skipped, 1 warning in 11.67s ==================

py311-webkit: OK ✔ in 19.33 seconds
py311-webkitgtk_minibrowser: install_deps> python -I -m pip install -r /home/test/web-platform-tests/tools/wptrunner/../requirements_pytest.txt -r /home/test/web-platform-tests/tools/wptrunner/requirements.txt
py311-webkitgtk_minibrowser: install_package> python -I -m pip install --force-reinstall --no-deps /home/test/web-platform-tests/tools/wptrunner/.tox/.tmp/package/11/wptrunner-1.14.tar.gz
py311-webkitgtk_minibrowser: commands[0]> pytest -c/home/test/web-platform-tests/tools/wptrunner/../pytest.ini --rootdir=/home/test/web-platform-tests/tools/wptrunner
============================= test session starts ==============================

platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0

cachedir: .tox/py311-webkitgtk_minibrowser/.pytest_cache

rootdir: /home/test/web-platform-tests/tools/wptrunner

configfile: ../pytest.ini

plugins: cov-4.1.0, hypothesis-6.78.2

collecting ... 
collected 351 items                                                            



wptrunner/formatters/tests/test_chromium.py ...................          [  5%]

wptrunner/tests/test_executors.py ........                               [  7%]

wptrunner/tests/test_expectedtree.py .....                               [  9%]

wptrunner/tests/test_formatters.py .....                                 [ 10%]

wptrunner/tests/test_manifestexpected.py ..........                      [ 13%]

wptrunner/tests/test_manifestupdate.py .                                 [ 13%]

wptrunner/tests/test_metadata.py ............                            [ 17%]

wptrunner/tests/test_products.py sssssssssssssssssss.sss................ [ 28%]

.......sssssssssssssssssss.sss                                           [ 36%]

wptrunner/tests/test_stability.py ......                                 [ 38%]

wptrunner/tests/test_testloader.py ........                              [ 40%]

wptrunner/tests/test_update.py ......................................... [ 52%]

...............                                                          [ 56%]

wptrunner/tests/test_wptrunner.py .                                      [ 56%]

wptrunner/tests/test_wpttest.py .........                                [ 59%]

wptrunner/tests/browsers/test_base.py .                                  [ 59%]

wptrunner/tests/browsers/test_sauce.py ..........                        [ 62%]

wptrunner/tests/browsers/test_webkitgtk.py sssssssssssssssssss.sss       [ 69%]

wptrunner/wptmanifest/tests/test_conditional.py ........                 [ 71%]

wptrunner/wptmanifest/tests/test_parser.py .........                     [ 74%]

wptrunner/wptmanifest/tests/test_serializer.py ......................... [ 81%]

..................                                                       [ 86%]

wptrunner/wptmanifest/tests/test_static.py ......                        [ 88%]

wptrunner/wptmanifest/tests/test_tokenizer.py .......................... [ 95%]

................                                                         [100%]



=============================== warnings summary ===============================

../wptserve/wptserve/request.py:4

  /home/test/web-platform-tests/tools/wptserve/wptserve/request.py:4: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

    import cgi



-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

================= 285 passed, 66 skipped, 1 warning in 11.54s ==================

py311-webkitgtk_minibrowser: OK ✔ in 18.65 seconds
py311-epiphany: install_deps> python -I -m pip install -r /home/test/web-platform-tests/tools/wptrunner/../requirements_pytest.txt -r /home/test/web-platform-tests/tools/wptrunner/requirements.txt
py311-epiphany: install_package> python -I -m pip install --force-reinstall --no-deps /home/test/web-platform-tests/tools/wptrunner/.tox/.tmp/package/12/wptrunner-1.14.tar.gz
py311-epiphany: commands[0]> pytest -c/home/test/web-platform-tests/tools/wptrunner/../pytest.ini --rootdir=/home/test/web-platform-tests/tools/wptrunner
============================= test session starts ==============================

platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0

cachedir: .tox/py311-epiphany/.pytest_cache

rootdir: /home/test/web-platform-tests/tools/wptrunner

configfile: ../pytest.ini

plugins: cov-4.1.0, hypothesis-6.78.2

collecting ... 
collected 351 items                                                            



wptrunner/formatters/tests/test_chromium.py ...................          [  5%]

wptrunner/tests/test_executors.py ........                               [  7%]

wptrunner/tests/test_expectedtree.py .....                               [  9%]

wptrunner/tests/test_formatters.py .....                                 [ 10%]

wptrunner/tests/test_manifestexpected.py ..........                      [ 13%]

wptrunner/tests/test_manifestupdate.py .                                 [ 13%]

wptrunner/tests/test_metadata.py ............                            [ 17%]

wptrunner/tests/test_products.py sssssssssssssssssssss.s................ [ 28%]

.......sssssssssssssssssssss.s                                           [ 36%]

wptrunner/tests/test_stability.py ......                                 [ 38%]

wptrunner/tests/test_testloader.py ........                              [ 40%]

wptrunner/tests/test_update.py ......................................... [ 52%]

...............                                                          [ 56%]

wptrunner/tests/test_wptrunner.py .                                      [ 56%]

wptrunner/tests/test_wpttest.py .........                                [ 59%]

wptrunner/tests/browsers/test_base.py .                                  [ 59%]

wptrunner/tests/browsers/test_sauce.py ..........                        [ 62%]

wptrunner/tests/browsers/test_webkitgtk.py sssssssssssssssssssss.s       [ 69%]

wptrunner/wptmanifest/tests/test_conditional.py ........                 [ 71%]

wptrunner/wptmanifest/tests/test_parser.py .........                     [ 74%]

wptrunner/wptmanifest/tests/test_serializer.py ......................... [ 81%]

..................                                                       [ 86%]

wptrunner/wptmanifest/tests/test_static.py ......                        [ 88%]

wptrunner/wptmanifest/tests/test_tokenizer.py .......................... [ 95%]

................                                                         [100%]



=============================== warnings summary ===============================

../wptserve/wptserve/request.py:4

  /home/test/web-platform-tests/tools/wptserve/wptserve/request.py:4: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

    import cgi



-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

================= 285 passed, 66 skipped, 1 warning in 11.50s ==================

.pkg: _exit> python /home/test/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
  py311-base: OK (22.04=setup[9.49]+cmd[12.55] seconds)
  py311-chrome: OK (20.87=setup[8.05]+cmd[12.82] seconds)
  py311-edge: OK (20.48=setup[7.97]+cmd[12.51] seconds)
  py311-firefox: OK (20.24=setup[7.93]+cmd[12.32] seconds)
  py311-ie: OK (19.97=setup[7.77]+cmd[12.20] seconds)
  py311-opera: OK (19.80=setup[7.58]+cmd[12.22] seconds)
  py311-safari: OK (18.56=setup[6.30]+cmd[12.26] seconds)
  py311-sauce: OK (19.60=setup[7.83]+cmd[11.78] seconds)
  py311-servo: OK (18.87=setup[6.09]+cmd[12.78] seconds)
  py311-webkit: OK (19.33=setup[6.67]+cmd[12.66] seconds)
  py311-webkitgtk_minibrowser: OK (18.65=setup[6.27]+cmd[12.38] seconds)
  py311-epiphany: OK (18.85=setup[6.51]+cmd[12.34] seconds)
  congratulations :) (237.31 seconds)
+ export TOXENV=py311
+ TOXENV=py311
+ cd /home/test/web-platform-tests/tools/ci/../..
[taskcluster 2024-01-05 15:52:57.655Z] === Task Finished ===
[taskcluster 2024-01-05 15:52:57.820Z] Successful task run with exit code: 0 completed in 821.106 seconds