tests: mark the test suites broken when ASan is enabled 22/33722/2
authorNaveen Joy <najoy@cisco.com>
Fri, 10 Sep 2021 00:57:02 +0000 (17:57 -0700)
committerDave Wallace <dwallacelf@gmail.com>
Sat, 5 Feb 2022 20:14:37 +0000 (20:14 +0000)
commit6eaeea9003590ba46809c8d9f0023bbe8b78339f
treea9bab2014b627aebbfcd8bfd1f57ded347c3c389
parentea2721f76649c94133debce1877dc6b079c8bfcb
tests: mark the test suites broken when ASan is enabled

Mark broken test suites using @tag_fixme_asan.The main issue
is that some tests do not pass with ASan. These will need to
be fixed, but it takes time and in the meantime, new issues are
introduced that trip up ASan. When this tag is set and Asan
is enabled, failing ASan tests are skipped, so incremental
fixes can pass the CI

Type: improvement

Change-Id: I02602eb74234c25a4c701279e14704b81d4c5b71
Signed-off-by: Naveen Joy <najoy@cisco.com>
test/framework.py