
A, B, and D work; C does not.
A third way to check this is to try to actually partition each shape into six non-overlapping copies of S by working outward from the removed square, since a clean partition existing is the real test, not just matching the total area.
Trying to build the actual partition confirms A, B, and D succeed while C leaves a stray cell behind.
So the correct answer is A, B, and D.