[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [seabios test] 110398: regressions - FAIL
flight 110398 seabios real [real] http://logs.test-lab.xenproject.org/osstest/logs/110398/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemuu-debianhvm-amd64 15 guest-localmigrate/x10 fail REGR. vs. 110383 Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop fail blocked in 110383 test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop fail like 110383 test-amd64-amd64-xl-qemuu-ws16-amd64 9 windows-install fail never pass test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2 fail never pass test-amd64-i386-xl-qemuu-win10-i386 9 windows-install fail never pass test-amd64-i386-xl-qemuu-ws16-amd64 9 windows-install fail never pass test-amd64-amd64-xl-qemuu-win10-i386 9 windows-install fail never pass version targeted for testing: seabios 7759d3a5be049eb8d0b4f7c6b1f1a0ba5e871cf3 baseline version: seabios 58953eb793b7f43f9cbb72bd7802922746235266 Last test of basis 110383 2017-06-12 19:20:34 Z 1 days Testing same since 110398 2017-06-13 05:55:29 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Kevin O'Connor <kevin@xxxxxxxxxxxx> Patrick Rudolph <siro@xxxxxxxxxxxxx> Youness Alaoui <youness.alaoui@xxxxxxx> jobs: build-amd64-xsm pass build-i386-xsm pass build-amd64 pass build-i386 pass build-amd64-libvirt pass build-i386-libvirt pass build-amd64-pvops pass build-i386-pvops pass test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm pass test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm pass test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm pass test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm pass test-amd64-amd64-qemuu-nested-amd fail test-amd64-i386-qemuu-rhel6hvm-amd pass test-amd64-amd64-xl-qemuu-debianhvm-amd64 fail test-amd64-i386-xl-qemuu-debianhvm-amd64 pass test-amd64-amd64-xl-qemuu-win7-amd64 fail test-amd64-i386-xl-qemuu-win7-amd64 fail test-amd64-amd64-xl-qemuu-ws16-amd64 fail test-amd64-i386-xl-qemuu-ws16-amd64 fail test-amd64-amd64-xl-qemuu-win10-i386 fail test-amd64-i386-xl-qemuu-win10-i386 fail test-amd64-amd64-qemuu-nested-intel pass test-amd64-i386-qemuu-rhel6hvm-intel pass ------------------------------------------------------------ sg-report-flight on osstest.test-lab.xenproject.org logs: /home/logs/logs images: /home/logs/images Logs, config files, etc. are available at http://logs.test-lab.xenproject.org/osstest/logs Explanation of these reports, and of osstest in general, is at http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master Test harness code can be found at http://xenbits.xen.org/gitweb?p=osstest.git;a=summary Not pushing. ------------------------------------------------------------ commit 7759d3a5be049eb8d0b4f7c6b1f1a0ba5e871cf3 Author: Youness Alaoui <youness.alaoui@xxxxxxx> Date: Mon Jun 12 21:09:07 2017 -0400 nvme: Enable NVMe support for non-qemu hardware NVMe support was tested on purism/librem13 laptops and SeaBIOS has no problems in detecting and booting the drives. This is a continuation of commit 235a8190 which was incomplete. Signed-off-by: Youness Alaoui <youness.alaoui@xxxxxxx> Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx> commit e30d51cc58065513279cbe3288108555240e7c44 Author: Patrick Rudolph <siro@xxxxxxxxxxxxx> Date: Mon May 29 19:25:14 2017 +0200 SeaVGABios/cbvga: Advertise compatible VESA modes Advertise compatible VESA modes, that are smaller or equal to coreboot's active framebuffer. Only modes that have the same Bpp are advertise and can be selected. Allows the Windows 7 bootloader NTLDR to show up in VESA mode. Allows to show the Windows 7 boot logo. Allows Windows to boot in safe mode and in normal boot using VgaSave driver with resolution up to 1600x1200. This fixes most likely other bootloader and operating systems as well, in case the are relying on VESA framebuffer support. Signed-off-by: Patrick Rudolph <siro@xxxxxxxxxxxxx> commit 6b69446de71a6f8a472798a38c08881ec42a8518 Author: Patrick Rudolph <siro@xxxxxxxxxxxxx> Date: Mon May 29 19:25:13 2017 +0200 SeaVGABios/cbvga: Use active mode to clear screen As coreboot framebuffer is immutable always use CBmodeinfo. Signed-off-by: Patrick Rudolph <siro@xxxxxxxxxxxxx> commit 4902b8a703779ee2d85da406d6f1dc16df71a43d Author: Patrick Rudolph <siro@xxxxxxxxxxxxx> Date: Mon May 29 19:25:12 2017 +0200 SeaVGABIOS/vbe: Query driver for scanline pitch v2 Query the driver for the real scanline pitch in bytes. As cbvga doesn't change the pitch on mode change, always return the same pitch, that might exceed width times Bytes-per-pixel. Report the default stdvga pitch for all other drivers. Signed-off-by: Patrick Rudolph <siro@xxxxxxxxxxxxx> commit 4b42cc4b31f682214ab473838f0de0584f58cba8 Author: Patrick Rudolph <siro@xxxxxxxxxxxxx> Date: Mon May 29 19:25:10 2017 +0200 SeaVGABios/cbvga: Advertise correct pixel format Accumulate the pixel format's bits instead relying on coreboot's bits_per_pixel, which says nothing about the active pixel format. Allows VBE to correctly advertise XRGB8 and BGRX8 framebuffer formats, commonly used by coreboot. Fixes at least Windows Bootloader and gfxboot. Signed-off-by: Patrick Rudolph <siro@xxxxxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |