You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2020/04/04 11:37:27 UTC

[GitHub] [qpid-proton] jiridanek commented on issue #204: PROTON-2133 PROTON-2134 asan and tsan suppressions and travis jobs

jiridanek commented on issue #204: PROTON-2133 PROTON-2134 asan and tsan suppressions and travis jobs
URL: https://github.com/apache/qpid-proton/pull/204#issuecomment-609015289
 
 
   Previously, before last rebase of PR, the list of used suppressions in python-tests was the following, taken from asan in clang at https://travis-ci.org/github/apache/qpid-proton/jobs/640777773?utm_medium=notification&utm_source=github_status and asan in gcc at https://travis-ci.org/github/apache/qpid-proton/jobs/640777772?utm_medium=notification&utm_source=github_status. There isn't a listing of used tsan suppressions in the tsan job.
   
   h3. asan in clang
   
   ```
   {noformat}
   26: Totals: 344 tests, 343 passed, 1 skipped, 0 ignored, 0 failed
   26: -----------------------------------------------------
   26: Suppressions used:
   26:   count      bytes template
   26:       2       2304 ^pn_data$
   26:       6       1728 ^pni_data_grow$
   26:      28       5344 ^pn_buffer$
   26:      12        928 ^pn_buffer_ensure$
   26:       1         16 ^pn_error$
   26:      81      10368 ^pn_list$
   26:      42      21504 ^pni_map_allocate$
   26:     826      55696 ^pn_object_new$
   26:     132       4248 ^pni_record_create$
   26:     101       1616 ^pn_stringn$
   26:      23       2340 ^pn_string_grow$
   26:       2      16384 ^pn_transport$
   26:      44       2464 ^pn_ssl_domain$
   26:      12        260 ^SWIG_Python_addvarlink$
   26:    1804     312708 libcrypto.so
   26:    1532    2262203 bin/python2
   26:      37        120 _ctypes
   26: -----------------------------------------------------
   {noformat}
   ```
   
   h3. asan in gcc
   ```
   {noformat}
   26: Totals: 344 tests, 343 passed, 1 skipped, 0 ignored, 0 failed
   26: -----------------------------------------------------
   26: Suppressions used:
   26:   count      bytes template
   26:       2       2304 ^pn_data$
   26:       6       1728 ^pni_data_grow$
   26:      28       5344 ^pn_buffer$
   26:      12        928 ^pn_buffer_ensure$
   26:       1         16 ^pn_error$
   26:      81      10368 ^pn_list$
   26:      42      21504 ^pni_map_allocate$
   26:     826      55696 ^pn_object_new$
   26:     132       4248 ^pni_record_create$
   26:     101       1616 ^pn_stringn$
   26:      23       2340 ^pn_string_grow$
   26:       2      16384 ^pn_transport$
   26:      44       2464 ^pn_ssl_domain$
   26:      12        260 ^SWIG_Python_addvarlink$
   26:    1804     312708 libcrypto.so
   26:    1536    2264363 bin/python2
   26:      37        120 _ctypes
   26: -----------------------------------------------------
   {noformat}
   ```
   
   [~cliffjansen] I'm rebasing the PR, so let's see what it shows now, after I fix rebase issues (if any) and rerun it on top of current master in Travis.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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