sg
a2fd68098e
minor: macros should not end with underscore(s)
10 years ago
goldsimon
288fc8ede3
fixed unit tests after changing memp stats
10 years ago
Dirk Ziegelmeier
d133999e1d
Fix warnings in unit test code when compiling with stricter GCC settings
10 years ago
sg
767d0d9046
Fixed unit tests (compiler errors/warnings, coding style)
11 years ago
Erik Ekman
145efb1a33
Fix edge case in pbuf_take_at()
...
Writes to offsets pointing to the start of a pbuf in the chain
did nothing and just returned ERR_OK.
Added unit tests to verify the fix, and also
that pbuf_get_at()/pbuf_put_at() handles this case.
11 years ago
goldsimon
df16a7c4f3
Fixed compiler warnings in unit tests
11 years ago
goldsimon
0ff98eb2f5
mem: added an MEMP_OVERFLOW_CHECK implementation for MEM_USE_POOLS; added another unit test
11 years ago
Simon Goldschmidt
dbd125c714
Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards)
12 years ago
Simon Goldschmidt
a80c4d147c
Unit test patch by Erik Ekman: use macro to store correct testcase name
12 years ago
Simon Goldschmidt
751deac9d1
Another fix to window scaling: support queueing more than 64 KByte in ooseq data
12 years ago
goldsimon
d690775ca1
Added unit test that pbuf_copy returns a correct error code for pbuf queues ending with a zero-length pbuf.
14 years ago
Simon Goldschmidt
bcfe3dacc6
fixed unit tests (one TCP test failed, removed comma at the end of array initializers)
15 years ago
goldsimon
52970c2459
Renamed mem_realloc() to mem_trim() to prevent confusion with realloc()
16 years ago
goldsimon
f5d4f3d83c
For wrong configurations, let the test fail instead of the compiler
16 years ago
goldsimon
e0c5c4de88
Fixed bug #28679 : mem_realloc calculates mem_stats wrong and added test case for it
16 years ago