Fix string prefixes

This commit is contained in:
Florian Bruhin 2021-01-26 15:55:45 +01:00
parent b50f440948
commit 6d07d2cbf8
1 changed files with 4 additions and 4 deletions

View File

@ -120,10 +120,10 @@ def smoke_test(executable):
(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\.',
r'Chromium on macOS will fall back to software rendering in this case\.',
r'Hardware acceleration and features such as WebGL will not be available\.',
r'Unable to create basic Accelerated OpenGL renderer\.',
r'Core Image is now using the software OpenGL renderer\. This will be slow\.',
# Windows N:
# https://github.com/microsoft/playwright/issues/2901