From da228851ed762b6a7924b310bab03d0638f73129 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 26 Jul 2017 17:30:21 +0200 Subject: testing/tarantool: set up tests, but don't run them now --- testing/tarantool/tests-musl-compat.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/tarantool/tests-musl-compat.patch (limited to 'testing/tarantool/tests-musl-compat.patch') 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. -- cgit v1.2.3