Move overflow_underflow_toinf_0 from runtests to gtest

gtest is the preferred framework for simple tests that don't require
passing special command-line options to glslang.
This commit is contained in:
Arcady Goldmints-Orlov 2023-11-27 19:26:25 -05:00 committed by arcady-lunarg
parent 3f615ad93e
commit a187f47e2c
3 changed files with 32 additions and 2 deletions

View file

@ -343,8 +343,6 @@ run --enhanced-msgs -V --target-env vulkan1.2 --amb --aml enhanced.7.vert enhanc
diff -b $BASEDIR/enhanced.7.link.out $TARGETDIR/enhanced.7.link.out || HASERROR=1
run --enhanced-msgs -V --target-env vulkan1.2 --amb --aml spv.textureError.frag > $TARGETDIR/spv.textureError.frag.out
diff -b $BASEDIR/spv.textureError.frag.out $TARGETDIR/spv.textureError.frag.out || HASERROR=1
run -i overflow_underflow_toinf_0.frag > $TARGETDIR/overflow_underflow_toinf_0.out
diff -b $BASEDIR/overflow_underflow_toinf_0.out $TARGETDIR/overflow_underflow_toinf_0.out || HASERROR=1
#
# Final checking