Skip to content

Remove Array2D default initialization test

Mark Horvath requested to merge fix-array2d-test into main

Array2D used to initialize the allocated memory to all zeros by default, but that behavior was removed for performance reasons. As the systems we are testing on are giving zeroed out memory at new allocations so far we did not see this test failing.

Merge request reports