LUMIERA.clone/tests/core
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
..
application mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
backend mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
proc improve a shaky test definition 2016-01-10 12:33:47 +01:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00