Testing: Add new tests, and new ways of testing, for floating-point.
- Adds a pragma to see binary output of double values (not portable)
- Print decimals that show more values, but in a portable way
(lots of portability issues)
- Expand the tests to test more double values
Note: it is quite difficult to have 100% portable tests for floating point.
The current situation works by not printing full precision, and working around
several portability issues.
Showing
Test/baseResults/stringToDouble.vert.out
0 → 100755
This diff is collapsed.
Click to expand it.
Test/cppPassMacroName.frag
100644 → 100755
Test/stringToDouble.vert
0 → 100755
Test/tokenLength.vert
100644 → 100755
glslang/MachineIndependent/ParseHelper.cpp
100644 → 100755
glslang/MachineIndependent/intermOut.cpp
100644 → 100755
glslang/MachineIndependent/localintermediate.h
100644 → 100755
gtests/AST.FromFile.cpp
100644 → 100755
Please
register
or
sign in
to comment