Re: [PATCH 10/14] tests: make the test context persistent

2015-06-24 Thread Jon A. Cruz
On 06/21/2015 11:35 PM, Nobuhiko Tanibata wrote: > From: Nobuhiko Tanibata > > The TESTs in ivi_layout-test.c may have several server-side parts > (RUNNER_TEST in ivi_layout-test-plugin.c) each. Sometimes we need to > carry state from one RUNNER_TEST to another within one TEST, but not > across m

[PATCH 10/14] tests: make the test context persistent

2015-06-21 Thread Nobuhiko Tanibata
From: Nobuhiko Tanibata The TESTs in ivi_layout-test.c may have several server-side parts (RUNNER_TEST in ivi_layout-test-plugin.c) each. Sometimes we need to carry state from one RUNNER_TEST to another within one TEST, but not across multiple TESTs. The correct lifetime of that state would be th