You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2018/03/23 20:41:08 UTC

qpid-proton git commit: PROTON-1810: Disable fuzz regression testing on MacOSX differently - Feedback from release manager

Repository: qpid-proton
Updated Branches:
  refs/heads/master 8694821e5 -> b6436ff34


PROTON-1810: Disable fuzz regression testing on MacOSX differently
- Feedback from release manager


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b6436ff3
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b6436ff3
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/b6436ff3

Branch: refs/heads/master
Commit: b6436ff34ecd091ffd49c091405c8a543479eb30
Parents: 8694821
Author: Andrew Stitcher <as...@apache.org>
Authored: Fri Mar 23 16:40:04 2018 -0400
Committer: Andrew Stitcher <as...@apache.org>
Committed: Fri Mar 23 16:40:04 2018 -0400

----------------------------------------------------------------------
 .travis.yml             | 4 ++--
 proton-c/CMakeLists.txt | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/b6436ff3/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 92a273b..40eb188 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ matrix:
     env:
     - PKG_CONFIG_PATH='/usr/local/opt/openssl/lib/pkgconfig'
     - PATH="/usr/local/opt/python/libexec/bin:/usr/local/bin:$PATH"
-    - QPID_PROTON_CMAKE_ARGS='-DPROACTOR=libuv -DSASL_IMPL=none -DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 -DBUILD_RUBY=OFF -DENABLE_FUZZ_TESTING=NO'
+    - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 -DSASL_IMPL=none -DBUILD_RUBY=OFF'
     before_install:
     - brew update
     - brew upgrade cmake python openssl
@@ -48,7 +48,7 @@ matrix:
     env:
     - PKG_CONFIG_PATH='/usr/local/opt/openssl/lib/pkgconfig'
     - PATH="/usr/local/opt/python/libexec/bin:/usr/local/bin:$PATH"
-    - QPID_PROTON_CMAKE_ARGS='-DPROACTOR=libuv -DSASL_IMPL=none -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DBUILD_RUBY=OFF -DENABLE_FUZZ_TESTING=NO'
+    - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DSASL_IMPL=none -DBUILD_RUBY=OFF'
     before_install:
     - brew update
     - brew upgrade cmake python openssl

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/b6436ff3/proton-c/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/CMakeLists.txt b/proton-c/CMakeLists.txt
index a345190..a779958 100644
--- a/proton-c/CMakeLists.txt
+++ b/proton-c/CMakeLists.txt
@@ -198,9 +198,11 @@ endif (PN_WINAPI)
 if (APPLE)
   set (NOENABLE_WARNING_ERROR ON)
   set (NOENABLE_UNDEFINED_ERROR ON)
+  # TODO: Currently segfaults on MacOS - fix bug and re-enable
+  set (NOENABLE_FUZZ_TESTING ON)
 endif (APPLE)
 
-# Can't build fuzz tests/or run regression tests on MSVC currently
+# TODO: Can't build fuzz tests/or run regression tests on MSVC currently
 # (due to limit on command line length)
 if (MSVC)
   set (NOENABLE_FUZZ_TESTING ON)


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