Elliott Sales de Andrade

Results 335 comments of Elliott Sales de Andrade

Which tests are known failures? Can they be marked as such at least? On Fedora with tesseract 3.05.01-1 and cuneiform 1.1.0-25, I get the following failures: ``` tests.tests_cuneiform.TestTxt:test_french tests.tests_cuneiform.TestWordBox:test_basic tests.tests_cuneiform.TestWordBox:test_european...

Building tesseract 3.05.00 from source (and using leptonica binaries), at least the basic tests pass again. Since the expected results are correct (at least as a human would read them),...

So at least the new failure is tesseract-ocr/tesseract#1253; at what point did the remaining tests pass?

Looks like it continued to work after that, and that build log got deleted after a while. It just failed again though, so here's a new [build.log](https://kojipkgs.fedoraproject.org/work/tasks/4742/35264742/build.log) if you need...

Failed again with 1.0.25, but on armv7hl this time, and slightly different numbers: ``` _____________________ test_outer_boundless_pixel_fidelity ______________________ path_rgb_byte_tif = '/builddir/build/BUILD/rasterio-1.0.25/tests/data/RGB.byte.tif' @requires_gdal21(reason="Pixel equality tests require float windows and GDAL 2.1") >...

This test is pretty annoying; I need to retry like 10 times in the hopes all builds will work. I think I'm just going to have to skip this one.

You should also remove the IRIS examples that no longer work, e.g., `misc/docs/source/tutorial/code_snippets/seismometer_correction_simulation_3.py`.

There are several invalid reads in that test according to valgrind: https://gist.github.com/QuLogic/9ee4fc7f9d8470f510faa4109ceeec24. We really need to see about upgrading to latest evalresp.

Looking at `free_channel` as pointed to by the valgrind log, there's a gain blockette pointer that seems to be used for multiples stages: ```gdb (gdb) define print_stage Type commands for...

There isn't even a gain blockette in stage 7, is there?