commit
8cc0aa70e0
41
backport-remove-benchmarks.patch
Normal file
41
backport-remove-benchmarks.patch
Normal file
@ -0,0 +1,41 @@
|
||||
From f3a942e30e3a217cfbf987d5e6bec1d89c394963 Mon Sep 17 00:00:00 2001
|
||||
From: root <root@localhost.localdomain>
|
||||
Date: Thu, 25 Jun 2020 07:20:38 +0800
|
||||
Subject: [PATCH] fix-make-test-error
|
||||
|
||||
---
|
||||
tests/Makefile.am | 1 -
|
||||
tests/benchmark/Makefile.am | 4 +---
|
||||
2 files changed, 1 insertion(+), 4 deletions(-)
|
||||
|
||||
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
||||
index 03f3f29..7e91a71 100644
|
||||
--- a/tests/Makefile.am
|
||||
+++ b/tests/Makefile.am
|
||||
@@ -8,4 +8,3 @@ long_bench:
|
||||
cd benchmark && $(MAKE) $(AM_MAKEFLAGS) long_bench
|
||||
regtest:
|
||||
cd regression && $(MAKE) $(AM_MAKEFLAGS) regtest
|
||||
- cd benchmark && $(MAKE) $(AM_MAKEFLAGS) regtest
|
||||
diff --git a/tests/benchmark/Makefile.am b/tests/benchmark/Makefile.am
|
||||
index 216d013..35e2db6 100644
|
||||
--- a/tests/benchmark/Makefile.am
|
||||
+++ b/tests/benchmark/Makefile.am
|
||||
@@ -226,7 +226,7 @@ clean-local:
|
||||
done; \
|
||||
fi
|
||||
|
||||
-.PHONY: short_bench long_bench regtest
|
||||
+.PHONY: short_bench long_bench
|
||||
|
||||
short_bench:
|
||||
./run.sh short_bench_tests
|
||||
@@ -234,5 +234,3 @@ short_bench:
|
||||
long_bench:
|
||||
./run.sh long_bench_tests
|
||||
|
||||
-regtest:
|
||||
- ./run.sh regression_tests
|
||||
--
|
||||
2.23.0
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: userspace-rcu
|
||||
Version: 0.10.1
|
||||
Release: 7
|
||||
Release: 8
|
||||
Summary: Userspace read-copy-update library
|
||||
License: LGPLv2+
|
||||
URL: http://liburcu.org
|
||||
@ -15,6 +15,7 @@ Patch6005: fix-workqueue-struct-urcu_work-vs-rcu_head-mixup.patch
|
||||
Patch6006: fix-don-t-wait-after-completion-of-job-batch-if-work.patch
|
||||
Patch6007: fix-don-t-wait-after-completion-of-a-work-queue-job-.patch
|
||||
Patch6008: fix-only-wait-if-work-queue-is-empty-in-real-time-mo.patch
|
||||
Patch6009: backport-remove-benchmarks.patch
|
||||
|
||||
Patch9000: urcu-fix-deadlock-issue-using-SIG_RCU.patch
|
||||
|
||||
@ -76,6 +77,12 @@ make regtest
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 24 2020 xinghe <xinghe1@huawei.com> - 0.10.1-8
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:restart
|
||||
- DESC: Remove the benchmarks from the regtest.
|
||||
|
||||
* Wed Jan 8 2020 hewenliang<hewenliang4@huawei.com> - 0.10.1-7
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user