summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-26 15:28:09 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-26 15:28:09 +0100
commitb50f440948e04120bda9c0add2f7bbba7e456add (patch)
tree91a7c42fe47c490f2e7c7236ab3597e41c0e2768 /scripts
parent45d02d79036c2f5be82de9660a19036756f3892e (diff)
downloadqutebrowser-b50f440948e04120bda9c0add2f7bbba7e456add.tar.gz
qutebrowser-b50f440948e04120bda9c0add2f7bbba7e456add.zip
scripts: Add more macOS smoke test warnings
See #4919
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dev/build_release.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py
index b4fee48a2..6fdbe3916 100755
--- a/scripts/dev/build_release.py
+++ b/scripts/dev/build_release.py
@@ -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+\)\] '