rougier / freetype-gl

OpenGL text using one vertex buffer, one texture and FreeType
Other
1.65k stars 266 forks source link

Every test fails #240

Open yurivict opened 3 years ago

yurivict commented 3 years ago

Tests run, briefly show windows but each test result is shown as ***Failed:

Test project /usr/ports/graphics/freetype-gl/work/.build
      Start  1: ansi-cmp-test
 1/17 Test  #1: ansi-cmp-test ....................***Failed    0.49 sec
      Start  2: benchmark-cmp-test
 2/17 Test  #2: benchmark-cmp-test ...............***Failed    0.57 sec
      Start  3: cartoon-cmp-test
 3/17 Test  #3: cartoon-cmp-test .................***Failed    0.36 sec
      Start  4: console-cmp-test
 4/17 Test  #4: console-cmp-test .................***Failed    0.38 sec
      Start  5: cube-cmp-test
 5/17 Test  #5: cube-cmp-test ....................***Failed    0.42 sec
      Start  6: distance-field-cmp-test
 6/17 Test  #6: distance-field-cmp-test ..........***Failed    0.77 sec
      Start  7: distance-field-2-cmp-test
 7/17 Test  #7: distance-field-2-cmp-test ........***Failed    0.65 sec
      Start  8: distance-field-3-cmp-test
 8/17 Test  #8: distance-field-3-cmp-test ........***Failed    0.94 sec
      Start  9: embedded-font-cmp-test
 9/17 Test  #9: embedded-font-cmp-test ...........***Failed    0.39 sec
      Start 10: font-cmp-test
10/17 Test #10: font-cmp-test ....................***Failed    0.72 sec
      Start 11: gamma-cmp-test
11/17 Test #11: gamma-cmp-test ...................***Failed    0.49 sec
      Start 12: glyph-cmp-test
12/17 Test #12: glyph-cmp-test ...................***Failed    0.50 sec
      Start 13: lcd-cmp-test
13/17 Test #13: lcd-cmp-test .....................***Failed    0.74 sec
      Start 14: markup-cmp-test
14/17 Test #14: markup-cmp-test ..................***Failed    0.53 sec
      Start 15: outline-cmp-test
15/17 Test #15: outline-cmp-test .................***Failed    0.45 sec
      Start 16: subpixel-cmp-test
16/17 Test #16: subpixel-cmp-test ................***Failed    0.02 sec
      Start 17: texture-cmp-test
17/17 Test #17: texture-cmp-test .................***Failed    1.39 sec

0% tests passed, 17 tests failed out of 17

Total Test time (real) =   9.83 sec

The following tests FAILED:
      1 - ansi-cmp-test (Failed)
      2 - benchmark-cmp-test (Failed)
      3 - cartoon-cmp-test (Failed)
      4 - console-cmp-test (Failed)
      5 - cube-cmp-test (Failed)
      6 - distance-field-cmp-test (Failed)
      7 - distance-field-2-cmp-test (Failed)
      8 - distance-field-3-cmp-test (Failed)
      9 - embedded-font-cmp-test (Failed)
     10 - font-cmp-test (Failed)
     11 - gamma-cmp-test (Failed)
     12 - glyph-cmp-test (Failed)
     13 - lcd-cmp-test (Failed)
     14 - markup-cmp-test (Failed)
     15 - outline-cmp-test (Failed)
     16 - subpixel-cmp-test (Failed)
     17 - texture-cmp-test (Failed)
Errors while running CTest
rougier commented 3 years ago

Do the demo run properly?

yurivict commented 3 years ago

yes

yurivict commented 3 years ago

Screenshots are produced by tests and commands finish successfully but tests fail.

rougier commented 3 years ago

Can you try to run a test by hand and check if the output is more informative?