libubox/tests/cram
Petr Štetiar 870acee325 tests: cram: test_base64: fix failing tests
Seems like latest version of llvm compiler/sanitizer has changed
behaviour during crash so `Aborted (core dumped)` is now printed to
stdout.

Fixes following issue:

 --- /builds/openwrt/project/libubox/tests/cram/test_base64.t
 +++ /builds/openwrt/project/libubox/tests/cram/test_base64.t.err
 @@ -49,9 +49,7 @@
    b64_encode: Assertion `dest && targsize > 0' failed.

    $ test-b64_decode-san 2> output.log; check
 -  Aborted (core dumped)
    b64_decode: Assertion `dest && targsize > 0' failed.

    $ test-b64_encode-san 2> output.log; check
 -  Aborted (core dumped)
    b64_encode: Assertion `dest && targsize > 0' failed.

References: https://gitlab.com/openwrt/project/libubox/-/jobs/1069840314
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2021-03-03 14:37:09 +01:00
..
inputs blob: make blob_parse_untrusted more permissive 2020-05-24 16:54:37 +02:00
CMakeLists.txt add cram based unit tests 2019-11-24 13:26:58 +01:00
test_avl.t tests: add unit tests covered with Clang sanitizers 2019-12-25 10:31:58 +01:00
test_base64.t tests: cram: test_base64: fix failing tests 2021-03-03 14:37:09 +01:00
test_blob_parse.t tests: add fuzzer seed file for crash in blob_len 2020-05-26 09:48:07 +02:00
test_blobmsg.t blobmsg_json: prefer snprintf usage 2020-01-20 16:54:10 +01:00
test_blobmsg_check_array.t tests: blobmsg: add test case 2020-02-27 21:56:20 +01:00
test_blobmsg_parse.t tests: add fuzzer seed file for crash in blob_len 2020-05-26 09:48:07 +02:00
test_blobmsg_procd_instance.t blobmsg: fix wrong payload len passed from blobmsg_check_array 2019-12-28 21:17:46 +01:00
test_jshn.t tests: add unit tests covered with Clang sanitizers 2019-12-25 10:31:58 +01:00
test_json_script.t tests: add unit tests covered with Clang sanitizers 2019-12-25 10:31:58 +01:00
test_list.t tests: list: add test case for list_empty iterator 2020-05-21 13:43:00 +02:00
test_runqueue.t libubox: runqueue: fix use-after-free bug 2020-05-21 15:58:46 +02:00