parent
45d02d7903
commit
b50f440948
|
|
@ -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+\)\] '
|
||||
|
|
|
|||
Loading…
Reference in New Issue