You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by jdanekrh <gi...@git.apache.org> on 2017/02/25 23:37:37 UTC

[GitHub] qpid-proton issue #95: [WIP] PROTON-1412 Add fuzzers to proton-c tests

Github user jdanekrh commented on the issue:

    https://github.com/apache/qpid-proton/pull/95
  
    I've done the cleanup.
    
    One thing I came across is that I was not able to easily build the fuzzers with a simple driver on Windows, because MSVC does not have weak linking. Since both afl-fuzz and libFuzzer do not work on Linux anyway, I think it is OK to disable this with MSVC.
    
    If I enable building and running the fuzzers with the simple driver, then Windows build is unchanged and Linux build shows results of the tests. The reason it is passing in Travis and not for me locally is that Travis does not enable sanitizers like `-fsanitize=address`.
    
    CI builds with fuzzer enabled:
    
    https://ci.appveyor.com/project/ke4qqq/qpid-proton/build/master.1117
    https://travis-ci.org/apache/qpid-proton/builds/205374841


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org