Blender Git Commit Log

Git Commits -> Revision a501668

Revision a501668 by Sergey Sharybin (master)
August 11, 2016, 08:08 (GMT)
Revert "Cycles Tests: Add test for correct 16 byte alignment of KernelData structs"

Using unit tests is a wrong way to control static behavior of the
application. They should only be used for checking dynamic behavior,
all the rest is easily controllable at compile time.

Doing tests at ocmpile time are actually more robust approach since
we don't have strict policy of runnign unit tests before accepting
any change.

Proper alignment control is coming shortly.

This reverts commit 7c3a06c34918567e6b0ab67bded60725ff63073b.

Commit Details:

Full Hash: a501668cc5f11f15af9fb47ea3c8c7fc910e8722
Parent Commit: 7c3a06c
Lines Changed: +0, -61

1 Deleted Path:

/intern/cycles/test/kernel_struct_align_test.cpp (+0, -60)

1 Modified Path:

/intern/cycles/test/CMakeLists.txt (+0, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021