From: Igor Mammedov <imammedo@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: qemu-devel@nongnu.org, Ani Sinha <ani@anisinha.ca>
Subject: Re: [PATCH] bios-tables-test: do not ignore allowed diff list
Date: Mon, 31 Oct 2022 11:49:42 +0100 [thread overview]
Message-ID: <20221031114942.36e1dc83@fedora> (raw)
In-Reply-To: <20221027151135.496368-1-mst@redhat.com>
On Thu, 27 Oct 2022 11:11:48 -0400
"Michael S. Tsirkin" <mst@redhat.com> wrote:
> we had such a beautiful structure for updating
> expected files, designed to keep bisect working.
> It turns out that we ignored the result of
> the allow list checks unless all tables matched
> anyway.
>
> Sigh.
strange,
it seems to be working fine (I mean white-listing) here
>
> Let's at least make it work going forward.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> tests/qtest/bios-tables-test.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c
> index e6096e7f73..a72f6ca326 100644
> --- a/tests/qtest/bios-tables-test.c
> +++ b/tests/qtest/bios-tables-test.c
> @@ -458,7 +458,7 @@ static void test_acpi_asl(test_data *data)
> "for instructions on how to update expected files.\n",
> exp_sdt->aml, sdt->aml_file, exp_sdt->aml_file);
>
> - all_tables_match = all_tables_match &&
> + all_tables_match = all_tables_match ||
> test_acpi_find_diff_allowed(exp_sdt);
>
> /*
next prev parent reply other threads:[~2022-10-31 10:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-27 15:11 [PATCH] bios-tables-test: do not ignore allowed diff list Michael S. Tsirkin
2022-10-27 15:31 ` Ani Sinha
2022-10-31 10:49 ` Igor Mammedov [this message]
2022-10-31 10:52 ` Michael S. Tsirkin
2022-10-31 12:31 ` Igor Mammedov
2022-10-31 12:44 ` Michael S. Tsirkin
2022-10-31 12:50 ` Ani Sinha
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=20221031114942.36e1dc83@fedora \
--to=imammedo@redhat.com \
--cc=ani@anisinha.ca \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.