tarantool / test-run

Tarantool functional testing framework
14 stars 15 forks source link

Determination of debug build is wrong if compilation flags contain `-Wa,--debug-prefix-map` #352

Closed CuriousGeorgiy closed 1 year ago

CuriousGeorgiy commented 1 year ago

Steps to reproduce

cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_FLAGS="-Wa,--debug-prefix-map=="
test/test-run.py box-tap/gh-6198-max-cnt-of-tuple-fields-insert-overflow-err-msg.test.lua

Actual behaviour

[001] box-tap/gh-6198-max-cnt-of-tuple-fields-insert>                 [ fail ]

Expected behaviour

[001] box-tap/gh-6198-max-cnt-of-tuple-fields-insert>                 [ disabled ]