From 162962a7364a6c39a49f7936adee2a6d0cdb8da5 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sat, 29 May 2010 13:36:53 +0000 Subject: tests: Fixed tests for wchar_t mode, disabled some tests on compilers with broken NaN behavior git-svn-id: http://pugixml.googlecode.com/svn/trunk@463 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_xpath_operators.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'tests/test_xpath_operators.cpp') diff --git a/tests/test_xpath_operators.cpp b/tests/test_xpath_operators.cpp index 610e2b2..0355e46 100644 --- a/tests/test_xpath_operators.cpp +++ b/tests/test_xpath_operators.cpp @@ -2,18 +2,6 @@ #include "common.hpp" -#if defined(_MSC_VER) && _MSC_VER == 1200 -# define MSVC6_NAN_BUG // NaN comparison on MSVC6 is incorrect, see http://www.nabble.com/assertDoubleEquals,-NaN---Microsoft-Visual-Studio-6-td9137859.html -#endif - -#if defined(__INTEL_COMPILER) && __INTEL_COMPILER == 800 -# define MSVC6_NAN_BUG // IC8 seems to have the same bug as MSVC6 does -#endif - -#if defined(__BORLANDC__) -# define MSVC6_NAN_BUG // BCC seems to have the same bug as MSVC6 does -#endif - TEST_XML(xpath_operators_arithmetic, "1023") { xml_node c; -- cgit v1.2.3