LUMIERA.clone/tests/core/proc/engine
Ichthyostega 30362c59bc improve a shaky test definition
we deleted an object on the heap,
and afterwards re-accessed the memory through the
dangling pointer to verify the deletion actually happened.

This works most of the time, unless the memory manager decides
to map that page differently -- in which case we just hit
random memory contents.

A better idea is thus to place this TestFrame object
into a statically allocated buffer and invoke the dtor
explicitly. This allows us to conduct the test reliably.
2016-01-10 12:33:47 +01:00
..
buff-table-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
buffer-metadata-key-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
buffer-metadata-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
buffer-provider-protocol-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
calc-stream-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
dispatcher-interface-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
engine-interface-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
node-basic-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
node-fabrication-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
node-operation-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
node-source-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
testframe-test.cpp improve a shaky test definition 2016-01-10 12:33:47 +01:00
testframe.cpp fix several warnings spotted by GCC-4.9.2 2015-08-16 01:18:58 +02:00
testframe.hpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
tracking-heap-block-provider-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00