qt5base-lts/tests/auto/corelib/serialization
Dimitrios Apostolou f9f1085735 Skip test that fails with Address Sanitizer enabled
These particular testcases request huge buffers from malloc() .This is
intentional and the test expects malloc() to return NULL. Address
sanitizer catches this and considers it a problem.

Could also be skipped in runtime by setting the environment variable:

  ASAN_OPTIONS=allocator_may_return_null=1

Task-number: QTBUG-89400
Change-Id: Id3a9b586be9c0bad4a007e1731f2bc1a879cc76e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-04-12 00:48:17 +02:00
..
json Don't use QSKIP() when merely eliding part of a test 2022-04-07 22:04:04 +01:00
qcborstreamreader Skip test that fails with Address Sanitizer enabled 2022-04-12 00:48:17 +02:00
qcborstreamwriter tests: Remove unused SRCDIR defines 2021-08-17 12:41:57 +00:00
qcborvalue QCborArray: allow large but in-range keys 2022-02-15 17:00:03 -08:00
qcborvalue_json Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
qdatastream Replace uses of _qs with _s in tests 2022-04-07 19:30:17 +02:00
qdatastream_core_pixmap Remove the qmake project files 2021-01-07 15:32:28 +01:00
qtextstream CI: Add docker support for tst_qtextstream test 2022-03-24 22:09:43 +02:00
qxmlstream Revert "Blacklist: test cases blacklisted in tst_QXmlStream:" 2022-03-15 07:32:32 +00:00
cborlargedatavalidation.cpp Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
CMakeLists.txt Disable test tst_qxmlstream for QNX 2022-03-25 20:16:30 +02:00