Revert "Remove NaNs from double compare tests"
authorSlawomir Cygan <slawomir.cygan@intel.com>
Wed, 6 Nov 2019 17:53:20 +0000 (12:53 -0500)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 12 Nov 2019 09:23:07 +0000 (04:23 -0500)
This reverts commit fd434f47d86cd9f866c9e41adbb5d1d2b982a19b.

Affected tests:
dEQP-VK.spirv_assembly.instruction.*.64bit_compare.double.*

Components: Vulkan
VK-GL-CTS issue: 2066

Change-Id: Id0764ce159ca7edd96ec95864f62b928f3831718

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

index 2b1aedb..ec073bd 100644 (file)
@@ -1109,12 +1109,10 @@ 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  =