From: Keith Busch <[email protected]>
To: Dylan Yudaken <[email protected]>
Cc: Jens Axboe <[email protected]>,
Pavel Begunkov <[email protected]>,
[email protected]
Subject: Re: [PATCH liburing] Alphabetise the test list
Date: Tue, 8 Nov 2022 11:18:57 -0700 [thread overview]
Message-ID: <Y2qdkSw4h/AXw3lZ@kbusch-mbp> (raw)
In-Reply-To: <[email protected]>
On Tue, Nov 08, 2022 at 09:21:37AM -0800, Dylan Yudaken wrote:
> Alphabetical order is commanded by the comment at the top of the list
We could create a make target to detect this kind of thing. A quick
script off the top of my head gets pretty close to finding improper
order, though not sure how pedantic it needs to be with the dashes '-'.
$ diff -u <(sed -e '/test_srcs :=/,/EOL/!d' test/Makefile | sed '1d;$d' | sed 's/\.c//g') \
<(sed -e '/test_srcs :=/,/EOL/!d' test/Makefile | sed '1d;$d' | sed 's/\.c//g' | sort)
--- /dev/fd/63 2022-11-08 10:11:22.040884177 -0800
+++ /dev/fd/62 2022-11-08 10:11:22.041884178 -0800
@@ -69,8 +69,8 @@
msg-ring \
multicqes_drain \
nolibc \
- nop-all-sizes \
nop \
+ nop-all-sizes \
openat2 \
open-close \
open-direct-link \
@@ -83,13 +83,13 @@
poll-cancel \
poll-cancel-all \
poll-cancel-ton \
+ pollfree \
poll-link \
poll-many \
poll-mshot-overflow \
poll-mshot-update \
poll-ring \
poll-v-poll \
- pollfree \
probe \
read-before-exit \
read-write \
@@ -99,8 +99,8 @@
register-restrictions \
rename \
ringbuf-read \
- ring-leak2 \
ring-leak \
+ ring-leak2 \
rsrc_tags \
rw_merge_test \
self \
next prev parent reply other threads:[~2022-11-08 18:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-08 17:21 [PATCH liburing] Alphabetise the test list Dylan Yudaken
2022-11-08 17:34 ` Ammar Faizi
2022-11-08 17:35 ` Jens Axboe
2022-11-08 18:18 ` Keith Busch [this message]
2022-11-09 8:53 ` Ammar Faizi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y2qdkSw4h/AXw3lZ@kbusch-mbp \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox