summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-03-18 14:04:36 +1300
committertoofar <toofar@spalge.com>2023-03-18 16:47:12 +1300
commit151d808940f6988ef4d41bdaf309b447d70a1c2d (patch)
tree54f5bdce7f2a3ff49ef6ddea68aef59421563791
parentd413b87c3f628cf44203c1fb02dcd29891b14b55 (diff)
downloadqutebrowser-151d808940f6988ef4d41bdaf309b447d70a1c2d.tar.gz
qutebrowser-151d808940f6988ef4d41bdaf309b447d70a1c2d.zip
change "special url" in tests to avoid vulkan error
On GH actions I'm seeing an "unexpected line" failure around creating a vulkan context when loading chrome://gpu ERROR tests/end2end/features/test_tabs_bdd.py::test_cloning_a_tab_with_a_special_url - end2end.fixtures.testprocess.InvalidLine: 1829 Error: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER 1830 at CheckVkSuccessImpl (../../../3rdparty/chromium/third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:88) 1831 at CreateVkInstance (../../../3rdparty/chromium/third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:360) 1832 at Initialize (../../../3rdparty/chromium/third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:235) 1833 at Create (../../../3rdparty/chromium/third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:165) 1834 at operator() (../../../3rdparty/chromium/third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:420) I'm not sure its actually failing the test, we are just seeing the error in the logs and flagging it. Instead of adding the logs to an ignore list I'm going to switch the page we use so that if the error comes up for real we'll be sure to see the logs.
-rw-r--r--tests/end2end/features/tabs.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature
index cc170d650..4f0e38693 100644
--- a/tests/end2end/features/tabs.feature
+++ b/tests/end2end/features/tabs.feature
@@ -782,7 +782,7 @@ Feature: Tab management
@qtwebkit_skip
Scenario: Cloning a tab with a special URL
- When I open chrome://gpu
+ When I open chrome://sandbox/
And I run :tab-clone
Then no crash should happen