wlcs
wlcs copied to clipboard
Wayland Conformance Test Suite
Hi! In order to integrate wlcs into a compositor, it is required to implement functions to handle emulation of pointer and touch devices. I imagine keyboard, tablet and other devices...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/ppa-upload.yml...
It would be nice to be able to support compositor-private tests. Plausible soluition would be to allow injecting external test suites.
Looks like LTO exposes new type of warnings: ```console [ 99%] Linking CXX executable wlcs.ubsan /usr/bin/cmake -E cmake_link_script CMakeFiles/wlcs.ubsan.dir/link.txt --verbose=1 /usr/bin/g++ -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1...
Meta-issue to track all the places in WLCS where we implicitly depend on Mir's behaviour - [ ] #273 - [ ] #240 - [ ] #279 - [x] #280...
I noticed that the self test needs a way to create a surface, and bind a seat. I'd think the self tests would make sense as a way to ensure...
WLCS at the moment uses `position_window_absolute` to place a window somewhere in the compositor coordinate space. However this type of behavior isn't going to be supported by every type of...