<!DOCTYPE html>
<html data-lt-installed="true">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="padding-bottom: 1px;">
<p>Sergey,</p>
<p><br>
</p>
<p>thanks for the patch! LGTM with a minor comment.<br>
</p>
<p>Sergey<br>
</p>
<div class="moz-cite-prefix">On 27.01.2025 13:18, Sergey Kaplun
wrote:<br>
</div>
<p><br>
</p>
<p><snipped><br>
</p>
<blockquote type="cite"
cite="mid:20250127101814.23617-1-skaplun@tarantool.org">
<pre class="moz-quote-pre" wrap="">
diff --git a/test/tarantool-c-tests/CMakeLists.txt b/test/tarantool-c-tests/CMakeLists.txt
index c4a402d0..c84c651d 100644
--- a/test/tarantool-c-tests/CMakeLists.txt
+++ b/test/tarantool-c-tests/CMakeLists.txt
@@ -41,6 +41,14 @@ file(GLOB tests "${CMAKE_CURRENT_SOURCE_DIR}/*${CTEST_SRC_SUFFIX}")
foreach(test_source ${tests})
# Get test name without suffix. Needed to set OUTPUT_NAME.
get_filename_component(exe ${test_source} NAME_WE)
+
+ # Test requires static build, since it inspects internal
+ # symbols.
+ if(exe STREQUAL "gh-8594-sysprof-ffunc-crash"
+ AND BUILDMODE STREQUAL "dynamic")</pre>
</blockquote>
please put AND to the previous line and fix indentation<br>
<blockquote type="cite"
cite="mid:20250127101814.23617-1-skaplun@tarantool.org">
<pre class="moz-quote-pre" wrap="">
</pre>
</blockquote>
<snipped><br>
</body>
<lt-container></lt-container>
</html>