scripts: Add more macOS smoke test warnings

See #4919
This commit is contained in:
Florian Bruhin 2021-01-26 15:28:09 +01:00
parent 45d02d7903
commit b50f440948
1 changed files with 7 additions and 0 deletions

View File

@ -118,6 +118,13 @@ def smoke_test(executable):
(r'\[.*:ERROR:mach_port_broker.mm\(43\)\] bootstrap_look_up: '
r'Unknown service name \(1102\)'),
(r'[0-9:]* WARNING: The available OpenGL surface format was either not '
r'version 3\.2 or higher or not a Core Profile\.'),
'Chromium on macOS will fall back to software rendering in this case\.',
'Hardware acceleration and features such as WebGL will not be available\.',
'Unable to create basic Accelerated OpenGL renderer\.',
'Core Image is now using the software OpenGL renderer\. This will be slow\.',
# Windows N:
# https://github.com/microsoft/playwright/issues/2901
(r'\[.*:ERROR:dxva_video_decode_accelerator_win.cc\(\d+\)\] '