From: Paul Gofman Subject: [v2 2/2] d3dx9: Add test for 0 * INF preshader operation. Message-Id: <1461574338-21604-2-git-send-email-gofmanp@gmail.com> Date: Mon, 25 Apr 2016 11:52:18 +0300 In-Reply-To: <1461574338-21604-1-git-send-email-gofmanp@gmail.com> References: <1461574338-21604-1-git-send-email-gofmanp@gmail.com> Signed-off-by: Paul Gofman --- dlls/d3dx9_36/tests/effect.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/d3dx9_36/tests/effect.c b/dlls/d3dx9_36/tests/effect.c index fff317f..ed8f13c 100644 --- a/dlls/d3dx9_36/tests/effect.c +++ b/dlls/d3dx9_36/tests/effect.c @@ -3968,6 +3968,8 @@ static void test_effect_preshader_ops(IDirect3DDevice9 *device) { {"exp", 0x10500001, 1, {0x3f800000, 0x3f800000, 0x3e5edc66, 0x7f800000}, {0.0f, -0.0f, -2.2f, 3.402823466e+38f}, {1.0f, 2.0f, -3.0f, 4.0f}}, + {"0 * INF", 0x20500004, 2, {0xffc00000, 0xffc00000, 0xc0d33334, 0x7f800000}, + {0.0f, -0.0f, -2.2f, 3.402823466e+38f}, {INFINITY, INFINITY, 3.0f, 4.0f}}, }; static const struct -- 2.5.5