Remove NaNs from double compare tests
authorRicardo Garcia <rgarcia@igalia.com>
Wed, 23 Oct 2019 16:11:52 +0000 (18:11 +0200)
committerRicardo Garcia <rgarcia@igalia.com>
Wed, 23 Oct 2019 16:11:52 +0000 (18:11 +0200)
Affected tests:
dEQP-VK.spirv_assembly.instruction.*.64bit_compare.double.*

Components: Vulkan
VK-GL-CTS issue: 2066

Change-Id: I8d735bbffe2db5d2c8cfac5a616efd6010057408

external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsm64bitCompareTests.cpp

index 7881ac1..512f68b 100644 (file)
@@ -1069,10 +1069,12 @@ const OperandsVector<double>    DOUBLE_OPERANDS         =
        {       -6.0,   -5.0    },
        {        6.0,    5.0    },
        {        0.0,    1.0    },
+#if 0
        {        1.0,    0.0    },
        {        0.0,    NAN    },
        {        NAN,    0.0    },
        {        NAN,    NAN    },
+#endif
 };
 
 const OperandsVector<deInt64>  INT64_OPERANDS  =