You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "Nick Wellnhofer (JIRA)" <ji...@apache.org> on 2016/05/10 18:32:12 UTC

[lucy-issues] [jira] [Created] (CLOWNFISH-95) Improve test coverage

Nick Wellnhofer created CLOWNFISH-95:
----------------------------------------

             Summary: Improve test coverage
                 Key: CLOWNFISH-95
                 URL: https://issues.apache.org/jira/browse/CLOWNFISH-95
             Project: Apache Lucy-Clownfish
          Issue Type: Improvement
          Components: Runtime
            Reporter: Nick Wellnhofer


Here's a current coverage report for the Clownfish runtime:

http://home.apache.org/~nwellnhof/coverage/clownfish/

If you're using GCC, you have to compile with {{-fno-tree-loop-im}} because a generated CommonMark source file triggers [a GCC bug|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64928].

{noformat}
./configure --enable-coverage -- -fno-tree-loop-im
make coverage
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)