Skip to content

Instantly share code, notes, and snippets.

@chambbj
Created May 16, 2012 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chambbj/2711166 to your computer and use it in GitHub Desktop.
Save chambbj/2711166 to your computer and use it in GitHub Desktop.
PDAL tests failing
$ mkdir build && cd build
$ mkdir osx && cd osx
$ cmake ../.. \
-DWITH_GDAL=ON \
-DWITH_GEOTIFF=ON \
-DWITH_LASZIP=ON \
-DWITH_TESTS=ON \
-DWITH_ORACLE=ON
$ make
$ bin/pdal_test ../../test/data
Running 165 test cases...
/Users/bchambers/dev/PDAL/test/unit/apps/pcinfoTest.cpp:155: error in "pcinfo_test_dumps": check were_equal failed
/Users/bchambers/dev/PDAL/test/unit/apps/pcinfoTest.cpp:171: error in "pcinfo_test_dumps": check were_equal failed
bin/pcinfo --output=../../test/data/../temp/pcinfo_stats.txt --stats ../../test/data/apps/simple.las --seed 1234
/Users/bchambers/dev/PDAL/test/unit/apps/pcinfoTest.cpp:185: error in "pcinfo_test_dumps": check were_equal failed
/Users/bchambers/dev/PDAL/test/unit/apps/pcinfoTest.cpp:199: error in "pcinfo_test_dumps": check check == 0u failed [27 != 0]
/Users/bchambers/dev/PDAL/test/unit/LogTest.cpp:82: error in "test_one": check ok failed
/Users/bchambers/dev/PDAL/test/unit/drivers/text/TextWriterTest.cpp:76: error in "TextWriterTest_test_1": check were_equal failed
comparison of ../../test/data/autzen-point-format-3.txt and ../../test/data/../temp/autzen-point-format-3.txt failed.
*** 6 failures detected in test suite "Main"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment