diff options
Diffstat (limited to 'testing/tarantool/tests-musl-compat.patch')
-rw-r--r-- | testing/tarantool/tests-musl-compat.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/tarantool/tests-musl-compat.patch b/testing/tarantool/tests-musl-compat.patch new file mode 100644 index 0000000000..f39fb8735b --- /dev/null +++ b/testing/tarantool/tests-musl-compat.patch @@ -0,0 +1,13 @@ +Fix fiber test to be compatible with musl libc. + +--- a/test/unit/fiber.result ++++ b/test/unit/fiber.result +@@ -1,6 +1,6 @@ +-#gh-1238: log uncaught errors +-SystemError Failed to allocate 42 bytes in allocator for exception: Cannot allocate memory + *** fiber_name_test *** ++#gh-1238: log uncaught errors ++SystemError Failed to allocate 42 bytes in allocator for exception: Out of memory + # name of a new fiber: main. + + # set new fiber name: Horace. |