From: xen.org <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xensource.com
Cc: ian.jackson@eu.citrix.com
Subject: [xen-unstable test] 13837: regressions - trouble: broken/fail/pass
Date: Sat, 22 Sep 2012 05:33:48 +0100 [thread overview]
Message-ID: <osstest-13837-mainreport@xen.org> (raw)
flight 13837 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/13837/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-xl-multivcpu 5 xen-boot fail REGR. vs. 13825
test-amd64-i386-xl-win-vcpus1 5 xen-boot fail REGR. vs. 13825
test-amd64-i386-qemuu-rhel6hvm-intel 5 xen-boot fail REGR. vs. 13825
test-amd64-i386-win-vcpus1 5 xen-boot fail REGR. vs. 13825
test-amd64-i386-xl-win7-amd64 5 xen-boot fail REGR. vs. 13825
test-amd64-amd64-win 5 xen-boot fail REGR. vs. 13825
test-amd64-amd64-xl-winxpsp3 5 xen-boot fail REGR. vs. 13825
test-amd64-i386-pair 8 xen-boot/dst_host fail REGR. vs. 13825
test-amd64-i386-pair 7 xen-boot/src_host fail REGR. vs. 13825
Tests which are failing intermittently (not blocking):
test-amd64-amd64-xl-win7-amd64 12 guest-localmigrate/x10 fail pass in 13827
Regressions which are regarded as allowable (not blocking):
test-amd64-amd64-xl-sedf-pin 10 guest-saverestore fail like 13825
test-amd64-amd64-xl-sedf 3 host-install(3) broken like 13825
test-amd64-amd64-xl-pcipt-intel 5 xen-boot fail REGR. vs. 13825
test-amd64-amd64-xl-qemuu-winxpsp3 9 guest-localmigrate fail like 13823
test-amd64-amd64-xl-qemuu-win7-amd64 9 guest-localmigrate fail like 13825
Tests which did not succeed, but are not blocking:
test-amd64-i386-xend-winxpsp3 16 leak-check/check fail never pass
test-amd64-i386-win 16 leak-check/check fail never pass
test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop fail never pass
test-amd64-amd64-xl-win 13 guest-stop fail never pass
test-amd64-amd64-xl-win7-amd64 13 guest-stop fail in 13827 never pass
version targeted for testing:
xen 8f658b463b78
baseline version:
xen d364becfb083
------------------------------------------------------------
People who touched revisions under test:
Jan Beulich <jbeulich@suse.com>
Keir Fraser <keir@xen.org>
------------------------------------------------------------
jobs:
build-amd64 pass
build-i386 pass
build-amd64-oldkern pass
build-i386-oldkern pass
build-amd64-pvops pass
build-i386-pvops pass
test-amd64-amd64-xl pass
test-amd64-i386-xl pass
test-amd64-i386-rhel6hvm-amd pass
test-amd64-i386-qemuu-rhel6hvm-amd pass
test-amd64-amd64-xl-qemuu-win7-amd64 fail
test-amd64-amd64-xl-win7-amd64 fail
test-amd64-i386-xl-win7-amd64 fail
test-amd64-i386-xl-credit2 pass
test-amd64-amd64-xl-pcipt-intel fail
test-amd64-i386-rhel6hvm-intel pass
test-amd64-i386-qemuu-rhel6hvm-intel fail
test-amd64-i386-xl-multivcpu fail
test-amd64-amd64-pair pass
test-amd64-i386-pair fail
test-amd64-amd64-xl-sedf-pin fail
test-amd64-amd64-pv pass
test-amd64-i386-pv pass
test-amd64-amd64-xl-sedf broken
test-amd64-i386-win-vcpus1 fail
test-amd64-i386-xl-win-vcpus1 fail
test-amd64-i386-xl-winxpsp3-vcpus1 fail
test-amd64-amd64-win fail
test-amd64-i386-win fail
test-amd64-amd64-xl-win fail
test-amd64-amd64-xl-qemuu-winxpsp3 fail
test-amd64-i386-xend-winxpsp3 fail
test-amd64-amd64-xl-winxpsp3 fail
------------------------------------------------------------
sg-report-flight on woking.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images
Logs, config files, etc. are available at
http://www.chiark.greenend.org.uk/~xensrcts/logs
Test harness code can be found at
http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary
Not pushing.
------------------------------------------------------------
changeset: 25938:8f658b463b78
tag: tip
user: Jan Beulich <jbeulich@suse.com>
date: Fri Sep 21 17:02:46 2012 +0200
x86: enable VIA CPU support
Newer VIA CPUs have both 64-bit and VMX support. Enable them to be
recognized for these purposes, at once stripping off any 32-bit CPU
only bits from the respective CPU support file, and adding 64-bit ones
found in recent Linux.
This particularly implies untying the VMX == Intel assumption in a few
places.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
changeset: 25937:32187301ecc5
user: Jan Beulich <jbeulich@suse.com>
date: Fri Sep 21 15:20:21 2012 +0200
x86: eliminate code affecting only 64-bit-incapable CPUs
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
changeset: 25936:c8873f13cec3
user: Jan Beulich <jbeulich@suse.com>
date: Fri Sep 21 14:25:12 2012 +0200
printk: prefer %#x et at over 0x%x
Performance is not an issue with printk(), so let the function do
minimally more work and instead save a byte per affected format
specifier.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
changeset: 25935:1e6e6b49b4ac
user: Jan Beulich <jbeulich@suse.com>
date: Fri Sep 21 13:47:18 2012 +0200
x86: introduce MWAIT-based, ACPI-less CPU idle driver
This is a port of Linux'es intel-idle driver serving the same purpose.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
changeset: 25934:8eab91903e71
user: Jan Beulich <jbeulich@suse.com>
date: Fri Sep 21 13:45:08 2012 +0200
cpuidle: remove unused latency_ticks member
... and code used only for initializing it.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
changeset: 25933:d364becfb083
user: Jan Beulich <jbeulich@suse.com>
date: Thu Sep 20 13:31:19 2012 +0200
introduce guest_handle_for_field()
This helper turns a field of a GUEST_HANDLE in a GUEST_HANDLE.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
(qemu changes not included)
reply other threads:[~2012-09-22 4:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=osstest-13837-mainreport@xen.org \
--to=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xensource.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 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.