Skip to content

Instantly share code, notes, and snippets.

@reqshark
Created June 13, 2015 05:46
Show Gist options
  • Save reqshark/f1d3ae8fe505d14b9c50 to your computer and use it in GitHub Desktop.
Save reqshark/f1d3ae8fe505d14b9c50 to your computer and use it in GitHub Desktop.
make check on osx 10.10 from libmill-0.7-beta.tar.gz
✔ bent.cardan@macpro /Users/bent.cardan/libmill-0.7-beta
22:42 $ make check
/Applications/Xcode.app/Contents/Developer/usr/bin/make tests/example tests/go tests/cls tests/chan tests/choose tests/sleep tests/fdwait tests/tcp
CC tests/example.o
CCLD tests/example
CC tests/go.o
CCLD tests/go
CC tests/cls.o
CCLD tests/cls
CC tests/chan.o
CCLD tests/chan
CC tests/choose.o
CCLD tests/choose
CC tests/sleep.o
CCLD tests/sleep
CC tests/fdwait.o
CCLD tests/fdwait
CC tests/tcp.o
CCLD tests/tcp
/Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS
PASS: tests/example
PASS: tests/go
PASS: tests/cls
./test-driver: line 107: 20203 Abort trap: 6 "$@" > $log_file 2>&1
FAIL: tests/chan
./test-driver: line 107: 20226 Abort trap: 6 "$@" > $log_file 2>&1
FAIL: tests/choose
PASS: tests/sleep
PASS: tests/fdwait
./test-driver: line 107: 20292 Abort trap: 6 "$@" > $log_file 2>&1
FAIL: tests/tcp
make[3]: Nothing to be done for `all'.
============================================================================
Testsuite summary for libmill 0.7-beta
============================================================================
# TOTAL: 8
# PASS: 5
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to libmill@freelists.org
============================================================================
make[2]: *** [test-suite.log] Error 1
make[1]: *** [check-TESTS] Error 2
make: *** [check-am] Error 2
==> 2H:2M:2S.936819 {8} yield() at tests/choose.c:64
==> 2H:2M:2S.936828 {0} choose() at tests/choose.c:163
==> 2H:2M:2S.936836 {0} yield() at tests/choose.c:172
==> 2H:2M:2S.936845 {8} chr(<8>) at tests/choose.c:63
==> 2H:2M:2S.936854 {7} yield() at tests/choose.c:64
==> 2H:2M:2S.936863 {0} choose() at tests/choose.c:163
==> 2H:2M:2S.936872 {0} yield() at tests/choose.c:172
==> 2H:2M:2S.936881 {7} chr(<7>) at tests/choose.c:63
==> 2H:2M:2S.936890 {8} yield() at tests/choose.c:64
==> 2H:2M:2S.936899 {0} choose() at tests/choose.c:163
==> 2H:2M:2S.936907 {0} yield() at tests/choose.c:172
==> 2H:2M:2S.936916 {8} chr(<8>) at tests/choose.c:63
==> 2H:2M:2S.936925 {7} yield() at tests/choose.c:64
==> 2H:2M:2S.936934 {0} choose() at tests/choose.c:163
==> 2H:2M:2S.936942 {0} yield() at tests/choose.c:172
==> 2H:2M:2S.936951 {7} chr(<7>) at tests/choose.c:63
==> 2H:2M:2S.936960 {8} yield() at tests/choose.c:64
==> 2H:2M:2S.936969 {0} chclose(<7>) at tests/choose.c:175
==> 2H:2M:2S.936978 {0} chclose(<8>) at tests/choose.c:176
==> 2H:2M:2S.936986 {0} <9>=chmake(0) at tests/choose.c:180
==> 2H:2M:2S.936994 {0} choose() at tests/choose.c:181
==> 2H:2M:2S.937003 {0} chclose(<9>) at tests/choose.c:189
==> 2H:2M:2S.937011 {0} choose() at tests/choose.c:191
==> 2H:2M:2S.937019 {0} <10>=chmake(0) at tests/choose.c:200
==> 2H:2M:2S.937030 {0} {9}=go() at tests/choose.c:201
==> 2H:2M:2S.937039 {9} chdup(<10>) at tests/choose.c:201
==> 2H:2M:2S.937050 {9} chr(<10>) at tests/choose.c:30
==> 2H:2M:2S.937059 {8} chr(<8>) at tests/choose.c:63
==> 2H:2M:2S.937070 {0} {10}=go() at tests/choose.c:202
==> 2H:2M:2S.937080 {10} chdup(<10>) at tests/choose.c:202
==> 2H:2M:2S.937090 {10} chr(<10>) at tests/choose.c:30
==> 2H:2M:2S.937099 {0} choose() at tests/choose.c:204
Assertion failed: (val == 888), function main, file tests/choose.c, line 209.
FAIL: tests/tcp
===============
Assertion failed: (res == FDW_IN), function tcprecv, file tcp.c, line 376.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment