[PATCH libaio] harness: Disable failing test 23
authorGuillem Jover <guillem@hadrons.org>
Tue, 19 Apr 2022 13:45:39 +0000 (15:45 +0200)
committerGuillem Jover <guillem@debian.org>
Wed, 18 Jan 2023 00:35:12 +0000 (00:35 +0000)
From 90fde4fb458fbf1d497c427c3f945f3d7ee11684 Mon Sep 17 00:00:00 2001
Origin: vendor
Forwarded: not-needed

This new test fails on several architectures. But it is a new test
intended to check for a Linux kernel regression, so we are not worse
off than were before. Add it to the EXTRACASES variables, which has
currently the side effect of disabling it, as it is not handled
explicitly in the make target responsible for that variable.

Sent-Upstream: not-relevant
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Gbp-Pq: Name 0001-harness-Disable-failing-test-23.patch

harness/Makefile

index 8cb27fa2f58db680a1b902b07a4d8dda7eca0919..01613e7b4cc286b9441fe8cbcaef40838f5ef320 100644 (file)
@@ -1,6 +1,6 @@
 # foo.
 TEST_SRCS:=$(shell find cases/ -name \*.t | sort -n -t/ -k2)
-EXTRAPROGS:=cases/8.p cases/10.p
+EXTRAPROGS:=cases/8.p cases/10.p cases/23.p
 PARTPROGS:=$(filter-out $(EXTRAPROGS), $(patsubst %.t,%.p,$(TEST_SRCS)))
 PROGS:=$(PARTPROGS) $(EXTRAPROGS)
 HARNESS_SRCS:=main.c