mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb-errors.git
synced 2026-01-04 22:40:14 +01:00
test: Also test minor requests for some core requests
Signed-off-by: Uli Schlachter <uli.schlachter@informatik.uni-oldenburg.de>
This commit is contained in:
parent
863ada16c1
commit
f6a28cbbad
1 changed files with 3 additions and 0 deletions
|
|
@ -145,6 +145,9 @@ static int test_valid_connection(void)
|
|||
err |= check_request(ctx, XCB_CREATE_WINDOW, "CreateWindow");
|
||||
err |= check_request(ctx, XCB_NO_OPERATION, "NoOperation");
|
||||
err |= check_request(ctx, 126, "Unknown (126)");
|
||||
err |= check_minor(ctx, XCB_CREATE_WINDOW, 0, NULL);
|
||||
err |= check_minor(ctx, XCB_CREATE_WINDOW, 42, NULL);
|
||||
err |= check_minor(ctx, XCB_CREATE_WINDOW, 0xffff, NULL);
|
||||
|
||||
err |= check_error(ctx, XCB_REQUEST, "Request");
|
||||
err |= check_error(ctx, XCB_IMPLEMENTATION, "Implementation");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue