Hello again, On 1/23/24 12:36, Sergey Bronnikov via Tarantool-patches wrote: >> diff --git a/test/LuaJIT-tests/lib/ffi/ffi_callback.lua b/test/LuaJIT-tests/lib/ffi/ffi_callback.lua >> index 1fd14bd0..253bf1d9 100644 >> --- a/test/LuaJIT-tests/lib/ffi/ffi_callback.lua >> +++ b/test/LuaJIT-tests/lib/ffi/ffi_callback.lua >> @@ -6,7 +6,7 @@ void qsort(void *base, size_t nmemb, size_t size, >> int (*compar)(const uint8_t *, const uint8_t *)); >> ]] >> >> -do >> +do --- blacklisted callback > > first letter should be uppercase and dot is missed in a comment, right? > > here and below > > Please ignore. (three dashes used before testcase name and used by test-runner)