[igt-dev] [PATCH i-g-t 4/7] lib/igt_core: Just use igt_can_fail() in __igt_run_subtest()
Lyude
lyude at redhat.com
Tue Apr 16 20:10:58 UTC 2019
From: Lyude Paul <lyude at redhat.com>
That's what it's there for.
Signed-off-by: Lyude Paul <lyude at redhat.com>
---
lib/igt_core.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lib/igt_core.c b/lib/igt_core.c
index a637b94e..503503ce 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -903,9 +903,7 @@ bool __igt_run_subtest(const char *subtest_name)
{
int i;
- igt_internal_assert(!in_subtest);
- igt_internal_assert(!in_fixture);
- igt_internal_assert(test_with_subtests);
+ igt_internal_assert(!igt_can_fail());
/* check the subtest name only contains a-z, A-Z, 0-9, '-' and '_' */
for (i = 0; subtest_name[i] != '\0'; i++)
--
2.20.1
More information about the igt-dev
mailing list