Merge branch 'message-size-test' into 'main'

tests: Test that an overlong message is rejected

See merge request wayland/wayland!486
This commit is contained in:
Demi Marie Obenour 2026-03-24 11:15:07 -04:00
commit cea98509c1
5 changed files with 195 additions and 57 deletions

View file

@ -76,6 +76,8 @@ struct client *client_connect(void);
void client_disconnect(struct client *);
int stop_display(struct client *, int);
void noop_request(struct client *);
void long_request(struct client *c, struct wl_array *a);
void set_buffer_size(struct client *c, uint32_t size);
/**
* Usual workflow: