tests: Adjust ignored log message for newer Chromium
QtWebEngine 6.9 seems to use webengine/DawnWebGPUCache/ instead of DawnCache/
This commit is contained in:
parent
eca17870ae
commit
a45d57feee
|
|
@ -239,7 +239,7 @@ def is_ignored_chromium_message(line):
|
|||
# Qt 6.7 on GitHub Actions
|
||||
# [3456:5752:1111/103609.929:ERROR:block_files.cc(443)] Failed to open
|
||||
# C:\Users\RUNNER~1\AppData\Local\Temp\qutebrowser-basedir-ruvn1lys\data\webengine\DawnCache\data_0
|
||||
"Failed to open *webengine*DawnCache*data_*",
|
||||
"Failed to open *webengine*Dawn*Cache*data_*",
|
||||
|
||||
# Qt 6.8 on GitHub Actions
|
||||
# [7072:3412:1209/220659.527:ERROR:simple_index_file.cc(322)] Failed to
|
||||
|
|
|
|||
Loading…
Reference in New Issue