[asterisk-bugs] [JIRA] (ASTERISK-26676) enabling TEST_FRAMEWORK changes AST_BUILDOPT_SUM
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Fri Dec 23 08:17:10 CST 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=234359#comment-234359 ]
Asterisk Team commented on ASTERISK-26676:
------------------------------------------
Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.
A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.
Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].
> enabling TEST_FRAMEWORK changes AST_BUILDOPT_SUM
> ------------------------------------------------
>
> Key: ASTERISK-26676
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26676
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/BuildSystem
> Affects Versions: 13.13.1, 14.2.1
> Reporter: Tzafrir Cohen
> Severity: Minor
>
> AST_BUILDOPT_SUM in include/asterisk/buildopts.h is created by build_tools/make_buildopts_h . The checksum is a hash of a string that includes DEVMODE (if set) and build flags, except those explicitly ignored in the script (because they don't change the ABI).
> TEST_FRAMEWORK does not seem to change the ABI and thus can be safely added to the list.
> Here are all other potential build flags:
> * ADDRESS_SANITIZER
> * BUSYDETECT_COMPARE_TONE_AND_SILENCE
> * BUSYDETECT_DEBUG
> * BUSYDETECT_TONEONLY
> * COMPILE_DOUBLE
> * DEBUG_CHAOS
> * DEBUG_FD_LEAKS
> * DEBUG_THREADLOCALS
> * DEBUG_THREADS
> * DISABLE_INLINE
> * DO_CRASH
> * DONT_OPTIMIZE
> * G711_NEW_ALGORITHM
> * G711_REDUCED_BRANCHING
> * INTEGER_CALLERID
> * LEAK_SANITIZER
> * LOADABLE_MODULES
> * MALLOC_DEBUG
> * MTX_PROFILE
> * OPTIONAL_API
> * STATIC_BUILD
> * TEST_CODING_TABLES
> * TEST_FRAMEWORK
> * TEST_TANDEM_TRANSCODING
> * THREAD_CRASH
> * THREAD_SANITIZER
> * TRACE_FRAMES
> * UNDEFINED_SANITIZER
> * USE_HOARD_ALLOCATOR
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list