Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCHv3 0/8] IPC negative tester
@ 2014-01-15 12:42 Jakub Tyszkowski
  2014-01-15 12:42 ` [PATCHv3 1/8] android/ipc-tester: Skeleton for ipc " Jakub Tyszkowski
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Jakub Tyszkowski @ 2014-01-15 12:42 UTC (permalink / raw)
  To: linux-bluetooth

Following patchset adds IPC negative tester framework with few test cases
checking IPC's behaviour on daemon side. Expected daemon's behaviour is to
shut down gracefully in case of receiving invalid IPC data.

v2 changes:
  * fixed few indentation issues
  * fixed missing __attribute__((packed))
  * fixed amount of data written for 'malformed data' test case
  * fixed opcode for 'invalid service' test case
  * added patch(8) with more 'malformed data' cases

v3 changes:
  * changed license to GPL
  * changed 'ipc-negative-tester' name to 'ipc-tester'

Jakub Tyszkowski (8):
  android/ipc-tester: Skeleton for ipc negative tester
  android/ipc-tester: Run daemon in separate process
  android/ipc-tester: Add IPC initialization
  android/ipc-tester: Add daemon shutdown handler
  android/ipc-tester: Add sending test data with ipc
  android/ipc-tester: Register services
  android/ipc-tester: Add basic test cases for IPC's daemon site
  androi/ipc-tester: Add more cases for malformed data

 .gitignore           |   1 +
 android/Makefile.am  |  17 ++
 android/ipc-tester.c | 727 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 745 insertions(+)
 create mode 100644 android/ipc-tester.c

--
1.8.5.2


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-01-15 16:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 12:42 [PATCHv3 0/8] IPC negative tester Jakub Tyszkowski
2014-01-15 12:42 ` [PATCHv3 1/8] android/ipc-tester: Skeleton for ipc " Jakub Tyszkowski
2014-01-15 12:42 ` [PATCHv3 2/8] android/ipc-tester: Run daemon in separate process Jakub Tyszkowski
2014-01-15 12:42 ` [PATCHv3 3/8] android/ipc-tester: Add IPC initialization Jakub Tyszkowski
2014-01-15 12:42 ` [PATCHv3 4/8] android/ipc-tester: Add daemon shutdown handler Jakub Tyszkowski
2014-01-15 12:42 ` [PATCHv3 5/8] android/ipc-tester: Add sending test data with ipc Jakub Tyszkowski
2014-01-15 12:42 ` [PATCHv3 6/8] android/ipc-tester: Register services Jakub Tyszkowski
2014-01-15 12:42 ` [PATCHv3 7/8] android/ipc-tester: Add basic test cases for IPC's daemon site Jakub Tyszkowski
2014-01-15 12:42 ` [PATCHv3 8/8] androi/ipc-tester: Add more cases for malformed data Jakub Tyszkowski
2014-01-15 16:04 ` [PATCHv3 0/8] IPC negative tester Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox