testdata MSVC TODO
This commit is contained in:
+5
-1
@@ -397,8 +397,12 @@ MAIN(testdata)
|
||||
testConvertScalar<std::string, int32_t>("-5", -5);
|
||||
testConvertScalar<std::string, double>("-5", -5.0);
|
||||
testConvertScalar<std::string, std::string>("-5", "-5");
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// MSVC reads back 2147483648
|
||||
testTodoBegin("MSVC differs");
|
||||
#endif
|
||||
testConvertScalar2<int32_t, uint64_t, int64_t>(-2147483648, 0x80000000, -2147483648);
|
||||
testTodoEnd();
|
||||
testConvertScalar2<int32_t, uint64_t, int64_t>(0, 0x100000000llu, -0);
|
||||
|
||||
testAssignSimilar();
|
||||
|
||||
Reference in New Issue
Block a user