any1 / neatvnc

A liberally licensed VNC server library with a clean interface
ISC License
120 stars 30 forks source link

test failure with very little information #86

Closed colemickens closed 1 year ago

colemickens commented 1 year ago
neatvnc> [25/27] Linking target test/pixels
neatvnc> [26/27] Compiling C object libneatvnc.so.0.0.0.p/src_server.c.o
neatvnc> [27/27] Linking target libneatvnc.so.0.0.0
neatvnc> running tests
neatvnc> check flags: -j16 test
neatvnc> [0/1] Running all tests.
neatvnc> 1/1 pixels        FAIL            0.00s   exit status 1
neatvnc> >>> MALLOC_PERTURB_=35 /build/source/build/test/pixels
neatvnc> Summary of Failures:
neatvnc> 1/1 pixels FAIL            0.00s   exit status 1
neatvnc> Ok:                 0
neatvnc> Expected Fail:      0
neatvnc> Fail:               1
neatvnc> Unexpected Pass:    0
neatvnc> Skipped:            0
neatvnc> Timeout:            0
neatvnc> FAILED: meson-internal__test
neatvnc> /nix/store/54ynard48qfhzxp0n0lqn6afxwr0xzdh-meson-1.0.0/bin/meson test --no-rebuild --print-errorlogs
neatvnc> ninja: build stopped: subcommand failed.
note: keeping build directory '/tmp/nix-build-neatvnc-+1081ff3.drv-0'

I have no idea what "pixels" is, or what went wrong.

eli-schwartz commented 1 year ago
neatvnc> [25/27] Linking target test/pixels

I have no idea what "pixels" is, or what went wrong.

Presumably the "what is it" is https://github.com/any1/neatvnc/blob/master/test/test-pixels.c

any1 commented 1 year ago

Fixed.