From: Eduardo Habkost <ehabkost@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>,
Thomas Huth <thuth@redhat.com>
Subject: [Qemu-devel] [PULL 12/12] scripts/device-crash-test: Removed fixed CAN entries
Date: Mon, 7 May 2018 14:03:15 -0300 [thread overview]
Message-ID: <20180507170315.11497-13-ehabkost@redhat.com> (raw)
In-Reply-To: <20180507170315.11497-1-ehabkost@redhat.com>
From: Thomas Huth <thuth@redhat.com>
The CAN device crashes have been fixed with the commit
089eac81e1d34d202471c0a023284f47f4c5f00e already.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1523900489-25950-1-git-send-email-thuth@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
scripts/device-crash-test | 3 ---
1 file changed, 3 deletions(-)
diff --git a/scripts/device-crash-test b/scripts/device-crash-test
index 5d17dc68dd..b3ce72069f 100755
--- a/scripts/device-crash-test
+++ b/scripts/device-crash-test
@@ -218,9 +218,6 @@ ERROR_WHITELIST = [
{'exitcode':-6, 'log':r"Object .* is not an instance of type e500-ccsr", 'loglevel':logging.ERROR},
{'exitcode':-6, 'log':r"vmstate_register_with_alias_id: Assertion `!se->compat \|\| se->instance_id == 0' failed", 'loglevel':logging.ERROR},
{'exitcode':-11, 'device':'isa-serial', 'loglevel':logging.ERROR, 'expected':True},
- {'exitcode':-11, 'device':'mioe3680_pci', 'loglevel':logging.ERROR, 'expected':True},
- {'exitcode':-11, 'device':'pcm3680_pci', 'loglevel':logging.ERROR, 'expected':True},
- {'exitcode':-11, 'device':'kvaser_pci', 'loglevel':logging.ERROR, 'expected':True},
# everything else (including SIGABRT and SIGSEGV) will be a fatal error:
{'exitcode':None, 'fatal':True, 'loglevel':logging.FATAL},
--
2.14.3
next prev parent reply other threads:[~2018-05-07 17:04 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-07 17:03 [Qemu-devel] [PULL 00/12] Machine queue, 2018-05-07 Eduardo Habkost
2018-05-07 17:03 ` [Qemu-devel] [PULL 01/12] pc-dimm: factor out MemoryDevice interface Eduardo Habkost
2018-05-07 17:03 ` [Qemu-devel] [PULL 02/12] machine: make MemoryHotplugState accessible via the machine Eduardo Habkost
2018-05-07 17:03 ` [Qemu-devel] [PULL 03/12] pc-dimm: no need to pass the memory region Eduardo Habkost
2018-05-07 17:03 ` [Qemu-devel] [PULL 04/12] pc-dimm: pass in the machine and to the MemoryHotplugState Eduardo Habkost
2018-05-07 17:03 ` [Qemu-devel] [PULL 05/12] pc-dimm: factor out address search into MemoryDevice code Eduardo Habkost
2018-05-07 17:03 ` [Qemu-devel] [PULL 06/12] pc-dimm: factor out capacity and slot checks into MemoryDevice Eduardo Habkost
2018-05-07 17:03 ` [Qemu-devel] [PULL 07/12] pc-dimm: move actual plug/unplug of a memory region to MemoryDevice Eduardo Habkost
2018-05-07 17:03 ` [Qemu-devel] [PULL 08/12] machine: rename MemoryHotplugState to DeviceMemoryState Eduardo Habkost
2018-05-07 17:03 ` [Qemu-devel] [PULL 09/12] pc: rename "hotplug memory" terminology to "device memory" Eduardo Habkost
2018-05-07 17:03 ` [Qemu-devel] [PULL 10/12] spapr: " Eduardo Habkost
2018-05-07 17:03 ` [Qemu-devel] [PULL 11/12] vl: allow 'maxmem' without 'slot' Eduardo Habkost
2018-05-07 17:03 ` Eduardo Habkost [this message]
2018-05-08 15:15 ` [Qemu-devel] [PULL 00/12] Machine queue, 2018-05-07 Peter Maydell
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=20180507170315.11497-13-ehabkost@redhat.com \
--to=ehabkost@redhat.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/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;
as well as URLs for NNTP newsgroup(s).