eth4io / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

ConvenienceTest.TestSimplifyCoordinates fails on 64-bit #477 #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn co; make; make check
2.
3.

What is the expected output? What do you see instead?
convenience_test.cc:269: Failure
Value of: notmerged->get_coordinates_array_size()
  Actual: 0
Expected: static_cast<size_t>(9)
Which is: 9
[  FAILED  ] ConvenienceTest.TestSimplifyCoordinates
[----------] Global test environment tear-down
[==========] 13 tests from 1 test case ran.
[  PASSED  ] 12 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] ConvenienceTest.TestSimplifyCoordinates

 1 FAILED TEST
FAIL: convenience_test

What version of the product are you using? On what operating system?
Ubuntu Linux 8.04 w/python

Did you run the unit test suite that comes with the project? Did all tests
pass?
nope

Please provide any additional information below.

Original issue reported on code.google.com by brian.da...@gmail.com on 14 Feb 2009 at 1:41

GoogleCodeExporter commented 8 years ago
AMD 64 bit OS

Original comment by brian.da...@gmail.com on 14 Feb 2009 at 1:41

GoogleCodeExporter commented 8 years ago
Hmm. Can't easily reproduce this one. Be happy to take any debugging assistance
anyone can offer.

Original comment by kml.mash...@gmail.com on 14 Feb 2009 at 6:55