xserver-multidpi/test/xi2
Adam Richter 9d25408a59 assert(a && b) --> assert(a); assert(b)
Separate each statement of the form "assert(a && b);" into "assert(a);"
and "assert(b);" for more precise diagnostics, except for this clever
use in drmmode_display.c where it was used to pass a hint to developers:

	assert(num_infos <= 32 && "update return type");
2019-05-02 15:02:36 -07:00
..
protocol-common.c test: fix failing tests 2018-12-14 10:49:23 +10:00
protocol-common.h test: Use correct signature for XISetEventMask wrapper 2017-03-09 14:07:58 +10:00
protocol-eventconvert.c assert(a && b) --> assert(a); assert(b) 2019-05-02 15:02:36 -07:00
protocol-xigetclientpointer.c Mark test_data static in Xinput protocol tests to avoid clashes 2017-04-24 11:05:04 +10:00
protocol-xigetselectedevents.c Mark test_data static in Xinput protocol tests to avoid clashes 2017-04-24 11:05:04 +10:00
protocol-xipassivegrabdevice.c Mark test_data static in Xinput protocol tests to avoid clashes 2017-04-24 11:05:04 +10:00
protocol-xiquerydevice.c assert(a && b) --> assert(a); assert(b) 2019-05-02 15:02:36 -07:00
protocol-xiquerypointer.c tests: Convert test/xi2/ to single binary 2017-01-12 15:01:33 -05:00
protocol-xiqueryversion.c tests: Convert test/xi2/ to single binary 2017-01-12 15:01:33 -05:00
protocol-xiselectevents.c test: Use correct signature for XISetEventMask wrapper 2017-03-09 14:07:58 +10:00
protocol-xisetclientpointer.c tests: Convert test/xi2/ to single binary 2017-01-12 15:01:33 -05:00
protocol-xiwarppointer.c tests: Convert test/xi2/ to single binary 2017-01-12 15:01:33 -05:00
xi2.c tests: Convert test/xi2/ to single binary 2017-01-12 15:01:33 -05:00