[pstreams-devel] [ pstreams-Bugs-2118980 ] make test fails: missing file?
Brought to you by:
redi
From: SourceForge.net <no...@so...> - 2008-09-19 01:41:21
|
Bugs item #2118980, was opened at 2008-09-19 10:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453892&aid=2118980&group_id=48695 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Domo (domodomo) Assigned to: Nobody/Anonymous (nobody) Summary: make test fails: missing file? Initial Comment: $ make test g++ -pedantic -Werror -Wall -W -Wpointer-arith -Wcast-qual -Wcast-align -Wredundant-decls -g3 -std=c++98 -Woverloaded-virtual -o test_pstreams test_pstreams.cc g++ -pedantic -Werror -Wall -W -Wpointer-arith -Wcast-qual -Wcast-align -Wredundant-decls -g3 -std=c++98 -Woverloaded-virtual -o test_minimum test_minimum.cc test_pstreams test_pstreams EXITED WITH STATUS 1 test_minimum In more detail: $ ./test_pstreams # Testing basic I/O Test w1: Pass Test w2: STDIN: .fnord. STDIN: ..fnord.. STDIN: search local STDIN: nameserver 10.0.1.1 Pass ... # Testing wide chars cat: ./pstreams.wout: No such file or directory Test r44: Fail! Test r45: Pass Test r46: Pass Read: 0 chars. Providing a file pstreams.wout containing UTF-8 data makes the test pass. Perhaps such a file should be part of the distribution, or should be generated by the test script. Host is Darwin Tullamore.local 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep 3 11:31:44 PDT 2008; root:xnu-1228.7.58~1/RELEASE_PPC Power Macintosh ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453892&aid=2118980&group_id=48695 |