Results of test-mbed-platform-circular-buffer

Back to All Test Results ^

Test Case
FF_LPC546XX
K64F
KL25Z
LPC1768
MIMXRT1060_EVK
NRF52840_DK
NUCLEO_F429ZI
NUCLEO_H563ZI
NUCLEO_H723ZG
NUCLEO_L452RE_P
NUCLEO_U083RC
NUCLEO_U575ZI_Q
RASPBERRY_PI_PICO
SFE_ARTEMIS
Input does not exceed capacity(1) push max, pop max.
Input does not exceed capacity(3) push max, pop max.
Input does not exceed capacity(5) push 2, pop 1.
Input does not exceed capacity(10) push 2, pop 1.
Input exceeds capacity(1) push max+1, pop max.
Input exceeds capacity(3) push max+1, pop max.
Input exceeds capacity(5) push 2, pop 1.
Input exceeds capacity(10) push 2, pop 1.
empty() returns true when buffer(3 elements) is empty.
empty() returns true when buffer(5 elements) is empty.
full() returns true when buffer(3 elements) is full.
full() returns true when buffer(5 elements) is full.
reset() clears the buffer.
Test pop(), peek(), empty(), full(), size() after CircularBuffer creation.
Test CounterType/BufferSize boarder case.
Input exceeds capacity(5) push 2, pop 1 - complex type.
peek() return data without popping the element.