qutebrowser/scripts/dev
Florian Bruhin b384208625 scripts: Ignore DXVAVDA errors for smoke test
When trying to release in my Windows VM, I get:

    [1568:5924:1204/204551.986:ERROR:dxva_video_decode_accelerator_win.cc(1399)]
    DXVAVDA fatal error: could not LoadLibrary: mf.dll: The specified
    module could not be found. (0x7E)
    [1568:5924:1204/204551.986:ERROR:dxva_video_decode_accelerator_win.cc(1399)]
    DXVAVDA fatal error: could not LoadLibrary: mfplat.dll: The
    specified module could not be found. (0x7E)
    [1568:5924:1204/204551.986:ERROR:dxva_video_decode_accelerator_win.cc(1399)]
    DXVAVDA fatal error: could not LoadLibrary: msmpeg2vdec.dll: The
    specified module could not be found. (0x7E)
    [1568:5924:1204/204551.986:ERROR:dxva_video_decode_accelerator_win.cc(1407)]
    DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: The
    specified module could not be found. (0x7E)

This seems to happen on Windows 10 N only, where the Windows Media
features (and thus probably DLLs) are missing.

See https://github.com/microsoft/playwright/issues/2901

(cherry picked from commit 2e65f731b1)
2020-12-04 21:15:50 +01:00
..
ci ci: Also ignore leading escape for flake8 2020-07-30 18:13:35 +02:00
pylint_checkers Delete qute_pylint.settrace 2020-01-13 08:09:35 +01:00
Makefile-dmg Makefile-dmg: Increase template size 2020-01-15 15:31:01 +01:00
__init__.py Move developer scripts to dev/ subfolder. 2015-06-28 22:31:30 +02:00
build_pyqt_wheel.py Fix lint 2020-08-13 14:30:37 +02:00
build_release.py scripts: Ignore DXVAVDA errors for smoke test 2020-12-04 21:15:50 +01:00
check_coverage.py Run coverage over tests/scripts 2020-08-11 19:43:05 +02:00
check_doc_changes.py scripts: Only check doc/ folder in check_doc_changes.py 2020-07-12 23:06:46 +02:00
cleanup.py Adjust copyrights for 2020 2020-01-04 18:21:17 +01:00
download_release.sh Fix remaining shellcheck warnings 2017-12-02 21:09:24 +01:00
gen_resources.py Adjust copyrights for 2020 2020-01-04 18:21:17 +01:00
gen_versioninfo.py Adjust copyrights for 2020 2020-01-04 18:21:17 +01:00
get_coredumpctl_traces.py Adjust copyrights for 2020 2020-01-04 18:21:17 +01:00
misc_checks.py misc_checks: Handle remaining binary files gracefully 2020-09-10 16:40:23 +02:00
quit_segfault_test.sh Apply patch from #1697 2017-12-02 19:37:18 +01:00
recompile_requirements.py scripts: Refactor print_changed_files() 2020-10-15 13:53:32 +02:00
run_profile.py Adjust copyrights for 2020 2020-01-04 18:21:17 +01:00
run_pylint_on_tests.py Upgrade to pytest 6.0.1 2020-07-30 19:03:24 +02:00
run_shellcheck.sh ci: Run shellcheck without docker 2020-07-03 18:56:54 +02:00
run_vulture.py Adjust copyrights for 2020 2020-01-04 18:21:17 +01:00
src2asciidoc.py doc: Add newline before restart note 2020-08-06 10:34:06 +02:00
standardpaths_tester.py Adjust copyrights for 2020 2020-01-04 18:21:17 +01:00
strip_whitespace.sh Name strip_whitespace.sh correctly 2016-05-18 06:54:14 +02:00
update_3rdparty.py Adjust copyrights for 2020 2020-01-04 18:21:17 +01:00
update_version.py scripts: Update asciidoc version 2020-12-04 20:43:42 +01:00