[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [xen-unstable test] 13979: regressions - FAIL
flight 13979 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/13979/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-qemuu-rhel6hvm-amd 5 xen-boot fail REGR. vs. 13967 test-amd64-amd64-pv 5 xen-boot fail REGR. vs. 13967 test-amd64-i386-rhel6hvm-amd 5 xen-boot fail REGR. vs. 13967 test-amd64-i386-xl 5 xen-boot fail REGR. vs. 13967 test-amd64-i386-pv 5 xen-boot fail REGR. vs. 13967 test-amd64-amd64-xl 5 xen-boot fail REGR. vs. 13967 test-amd64-amd64-xl-win7-amd64 5 xen-boot fail REGR. vs. 13967 test-amd64-i386-xl-winxpsp3-vcpus1 5 xen-boot fail REGR. vs. 13967 test-amd64-i386-xl-credit2 5 xen-boot fail REGR. vs. 13967 test-amd64-i386-pair 8 xen-boot/dst_host fail REGR. vs. 13967 test-amd64-i386-pair 7 xen-boot/src_host fail REGR. vs. 13967 test-amd64-amd64-xl-win 5 xen-boot fail REGR. vs. 13967 test-amd64-amd64-xl-qemuu-win7-amd64 5 xen-boot fail REGR. vs. 13967 Tests which are failing intermittently (not blocking): test-amd64-amd64-pair 8 xen-boot/dst_host fail pass in 13972 test-amd64-amd64-pair 7 xen-boot/src_host fail pass in 13972 Regressions which are regarded as allowable (not blocking): test-amd64-amd64-xl-sedf-pin 5 xen-boot fail REGR. vs. 13967 test-amd64-amd64-xl-sedf 5 xen-boot fail like 13967 test-amd64-amd64-xl-qemuu-winxpsp3 9 guest-localmigrate fail like 13967 Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass 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-win-vcpus1 13 guest-stop fail never pass test-amd64-amd64-win 16 leak-check/check fail never pass test-amd64-i386-win-vcpus1 16 leak-check/check fail never pass test-amd64-i386-xl-win7-amd64 13 guest-stop fail never pass test-amd64-amd64-xl-winxpsp3 13 guest-stop fail never pass version targeted for testing: xen 4fc87c2f31a0 baseline version: xen c1c549c4fe9e ------------------------------------------------------------ People who touched revisions under test: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> Huang Ying <ying.huang@xxxxxxxxx> Jan Beulich <jbeulich@xxxxxxxx> Keir Fraser <keir@xxxxxxx> ------------------------------------------------------------ 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 fail test-amd64-i386-xl fail test-amd64-i386-rhel6hvm-amd fail test-amd64-i386-qemuu-rhel6hvm-amd fail 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 fail test-amd64-amd64-xl-pcipt-intel fail test-amd64-i386-rhel6hvm-intel pass test-amd64-i386-qemuu-rhel6hvm-intel pass test-amd64-i386-xl-multivcpu pass test-amd64-amd64-pair fail test-amd64-i386-pair fail test-amd64-amd64-xl-sedf-pin fail test-amd64-amd64-pv fail test-amd64-i386-pv fail test-amd64-amd64-xl-sedf fail 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: 26060:4fc87c2f31a0 tag: tip user: Huang Ying <ying.huang@xxxxxxxxx> date: Tue Oct 16 17:26:36 2012 +0200 ACPI: fix APEI related table size checking On Huang Ying's machine: erst_tab->header_length == sizeof(struct acpi_table_einj) but Yinghai reported that on his machine, erst_tab->header_length == sizeof(struct acpi_table_einj) - sizeof(struct acpi_table_header) To make erst table size checking code works on all systems, both testing are treated as PASS. Same situation applies to einj_tab->header_length, so corresponding table size checking is changed in similar way too. Originally-by: Yinghai Lu <yinghai@xxxxxxxxxx> Signed-off-by: Huang Ying <ying.huang@xxxxxxxxx> - use switch() for better readability - add comment explaining why a formally invalid size it also being accepted - check erst_tab->header.length before even looking at erst_tab->header_length - prefer sizeof(*erst_tab) over sizeof(struct acpi_table_erst) Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Keir Fraser <keir@xxxxxxx> Committed-by: Jan Beulich <jbeulich@xxxxxxxx> changeset: 26059:c1c549c4fe9e user: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> date: Mon Oct 15 16:51:44 2012 +0100 xen: Add versions of rcu_lock_*_domain without IS_PRIV These functions will be used to avoid duplication of IS_PRIV calls that will be introduced in XSM hooks. This also fixes a build error with XSM enabled introduced by 25925:d1c3375c3f11 which depends on this patch. Signed-off-by: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> (qemu changes not included) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |