lumiera_/tests/core/proc
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
..
asset mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
control clean-up(#985): remove code superseded by this rework 2016-01-09 02:05:23 +01:00
engine improve a shaky test definition 2016-01-10 12:33:47 +01:00
mobject fix and adjust broken test defintions. Closes #985 2016-01-10 12:25:45 +01:00
play Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00