diff --git a/7657-run-tests-aarch64.patch b/7657-run-tests-aarch64.patch index 6488940..eaf3829 100644 --- a/7657-run-tests-aarch64.patch +++ b/7657-run-tests-aarch64.patch @@ -24,17 +24,15 @@ nvim, just ignore the type. Closes #7423 --- - test/unit/helpers.lua | 1 + + test/unit/helpers.lua | 1 + 1 file changed, 1 insertion(+) -diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua -index 4b9f185156d6..ac5e394a54a9 100644 --- a/test/unit/helpers.lua +++ b/test/unit/helpers.lua -@@ -138,6 +138,7 @@ local function filter_complex_blocks(body) - for line in body:gmatch("[^\r\n]+") do +@@ -135,6 +135,7 @@ local function filter_complex_blocks(bod if not (string.find(line, "(^)", 1, true) ~= nil or string.find(line, "_ISwupper", 1, true) + or string.find(line, "_Float") + or string.find(line, "_Float128") or string.find(line, "msgpack_zone_push_finalizer") or string.find(line, "msgpack_unpacker_reserve_buffer")