Re: [Qemu-devel] [PATCH v1 05/18] tests/test-rbcache: add test cases

2016-11-25 Thread Kevin Wolf
Am 25.11.2016 um 10:58 hat Pavel Butsykin geschrieben: > On 24.11.2016 15:20, Kevin Wolf wrote: > >Visualised, we test these requests: > > > >1: * > >2: ** > >3:* > >4:*** > >5: > > > >You test inserting the only element, inserting after the last element, > >

Re: [Qemu-devel] [PATCH v1 05/18] tests/test-rbcache: add test cases

2016-11-25 Thread Pavel Butsykin
On 24.11.2016 15:20, Kevin Wolf wrote: Am 15.11.2016 um 07:37 hat Pavel Butsykin geschrieben: Signed-off-by: Pavel Butsykin --- tests/Makefile.include | 3 + tests/test-rbcache.c | 308 + 2 files changed, 311 insertions(+) create mode 10

Re: [Qemu-devel] [PATCH v1 05/18] tests/test-rbcache: add test cases

2016-11-24 Thread Kevin Wolf
Am 15.11.2016 um 07:37 hat Pavel Butsykin geschrieben: > Signed-off-by: Pavel Butsykin > --- > tests/Makefile.include | 3 + > tests/test-rbcache.c | 308 > + > 2 files changed, 311 insertions(+) > create mode 100644 tests/test-rbcache.c > >