Drop the noise*() glslparser tests for constant expressions
These tests assert that noise() in a constant expression will cause a compile failure. However, the GLSL spec, as of version 4.40, says that noise() always returns 0 so it makes sense that maybe you can put it in a constant expression.