diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-26 17:30:21 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-26 17:31:00 +0200 |
commit | da228851ed762b6a7924b310bab03d0638f73129 (patch) | |
tree | b3c63e589db9578858e596ab20d35929dccfcc03 /testing/tarantool/tests-musl-compat.patch | |
parent | f438501ceb2622c7bb870be2246c0c1e6d0f1ea6 (diff) | |
download | aports-da228851ed762b6a7924b310bab03d0638f73129.tar.bz2 aports-da228851ed762b6a7924b310bab03d0638f73129.tar.xz |
testing/tarantool: set up tests, but don't run them now
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. |