Skip to content

Commit

Permalink
CI: ARM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Jul 23, 2024
1 parent b5d11a9 commit f2d2b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/platforms/linux/wayland-display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ TEST_CASE("Wayland virtual inputs", "[WAYLAND]") {
k_ev = kb_events_q->pop();
REQUIRE(k_ev.has_value());
REQUIRE(k_ev->keycode == 42);
// REQUIRE(!k_ev->pressed);
REQUIRE(!k_ev->pressed);
}

// Mouse tests: scroll
Expand All @@ -156,7 +156,7 @@ TEST_CASE("Wayland virtual inputs", "[WAYLAND]") {
auto scroll_packet = pkts::MOUSE_SCROLL_PACKET{.scroll_amt1 = boost::endian::native_to_big(scroll_amt)};
scroll_packet.type = pkts::MOUSE_SCROLL;
control::handle_input(session, {}, &scroll_packet);
wl_display_roundtrip(wd.get());
// wl_display_roundtrip(wd.get());

// TODO: seems that I don't get those events
// > interface 'wl_pointer' has no event 10
Expand Down

0 comments on commit f2d2b7a

Please sign in to comment.