Github user ozymaxx commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1496#discussion_r174686397
--- Diff: test/DoubleConstantsTest.thrift ---
@@ -0,0 +1,17 @@
+namespace java thrift.test
+namespace cpp thrift.test
+
+// more tests on double constants (precision and type checks)
--- End diff --
If I'm not mistaken, only Java and Python tests are running on Windows
builders. One of the C++ compilers on these builders compiles the Thrift
compiler source code such that the produced relatively large double constants
does not match the ones given in the test. That's why I have disabled
`TestRenderedDoubleConstants` only for Java and Python.
---