打包libcypher-parser的时候,Check Test有几个错误,请高手帮忙修一下,谢谢!
Running suite(s): libcypher-parser
96%: Checks: 190, Failures: 7, Errors: 0
check_eof.c:92:F:eof:comment_only:0: Assertion 'cypher_parse_result_fprint_ast(result, memstream, 0, ((void *)0), 0) == 0' failed
check_eof.c:112:F:eof:comment_only_with_terminator:0: Assertion 'cypher_parse_result_fprint_ast(result, memstream, 0, ((void *)0), 0) == 0' failed
check_eof.c:132:F:eof:error_only:0: Assertion 'cypher_parse_result_fprint_ast(result, memstream, 0, ((void *)0), 0) == 0' failed
check_eof.c:152:F:eof:error_only_with_terminator:0: Assertion 'cypher_parse_result_fprint_ast(result, memstream, 0, ((void *)0), 0) == 0' failed
check_errors.c:54:F:errors:parse_unterminated_string:0: Assertion 'cypher_parse_result_fprint_ast(result, memstream, 0, ((void *)0), 0) == 0' failed
check_errors.c:188:F:errors:parse_single_invalid_query:0: Assertion 'cypher_parse_result_fprint_ast(result, memstream, 0, ((void *)0), 0) == 0' failed
check_segments.c:78:F:segments:single_segment_with_only_a_comment:0: Assertion 'cypher_parse_segment_fprint_ast(segment, memstream, 0, ((void *)0), 0) == 0' failed
FAIL check_libcypher-parser (exit status: 1)