[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf baseline-only test] 75160: tolerable FAIL
This run is configured for baseline tests only. flight 75160 ovmf real [real] http://osstest.xensource.com/osstest/logs/75160/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-ovmf-amd64 10 debian-hvm-install fail like 75158 test-amd64-i386-xl-qemuu-ovmf-amd64 10 debian-hvm-install fail like 75158 version targeted for testing: ovmf e3b9ab433aaccffdcc71c4af286ac352d4ce7c20 baseline version: ovmf b8bcaafb39e8860a1fb672d75bb6f7bbdceb28bd Last test of basis 75158 2018-09-03 03:29:06 Z 0 days Testing same since 75160 2018-09-03 20:50:28 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Bob Feng <bob.c.feng@xxxxxxxxx> Feng, Bob C <bob.c.feng@xxxxxxxxx> Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Star Zeng <star.zeng@xxxxxxxxx> Zhaozh1x <zhiqiangx.zhao@xxxxxxxxx> ZhiqiangX Zhao <zhiqiangx.zhao@xxxxxxxxx> 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-xl-qemuu-ovmf-amd64 fail test-amd64-i386-xl-qemuu-ovmf-amd64 fail ------------------------------------------------------------ sg-report-flight on osstest.xs.citrite.net logs: /home/osstest/logs images: /home/osstest/images Logs, config files, etc. are available at http://osstest.xensource.com/osstest/logs Test harness code can be found at http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary Push not applicable. ------------------------------------------------------------ commit e3b9ab433aaccffdcc71c4af286ac352d4ce7c20 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Wed Aug 29 11:08:25 2018 +0800 MdeModulePkg DxeCore: Handle multiple FV images in one FV file REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1131 PI spec and BaseTools support to generate multiple FV images in one FV file. This patch is to update DxeCore to handle the case. Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 0e042d0ad76157ac9bad17bb4e1ff2919ca0d8f4 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Wed Aug 29 11:08:09 2018 +0800 MdeModulePkg PeiCore: Handle multiple FV images in one FV file REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1131 PI spec and BaseTools support to generate multiple FV images in one FV file. This patch is to update PeiCore to handle the case. Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 374168ae651fabcb77a0b9d2e55ca80b46630dbb Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Fri Aug 31 16:29:20 2018 +0800 UefiCpuPkg/CpuExceptionHandlerLib: Avoid calling PEI services from AP When an exception happens in AP, system hangs at GetPeiServicesTablePointer(), complaining the PeiServices retrieved from memory before IDT is NULL. Due to the following commit: c563077a380437c114aba4c95be65eb963ebc1f3 * UefiCpuPkg/MpInitLib: Avoid calling PEI services from AP the IDT used by AP no longer preserve PeiServices pointer in the very beginning. But the implementation of PeiExceptionHandlerLib still assumes the PeiServices pointer is there, so the assertion happens. The patch fixes the exception handler library to not call PEI services from AP. The patch duplicates the #0 exception stub header in an allocated pool but with extra 4-byte/8-byte to store the exception handler data which was originally stored in HOB. When AP exception happens, the code gets the exception handler data from the exception handler for #0. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Cc: Jian J Wang <jian.j.wang@xxxxxxxxx> Reviewed-by: Fan Jeff <vanjeff_919@xxxxxxxxxxx> commit 87a9dd0d15631fdbd8c1cce65fa1f3fc1a48beff Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Fri Aug 31 15:30:26 2018 +0800 CpuExceptionHandlerLib: Add comments to make code more readable Today's implementation of handling HOOK_BEFORE and HOOK_AFTER is a bit complex. More comments is better. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Cc: Fan Jeff <vanjeff_919@xxxxxxxxxxx> Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx> commit 4cf022f2f11fc3cd12ab5dd24e5ae74f541bac48 Author: Feng, Bob C <bob.c.feng@xxxxxxxxx> Date: Tue Aug 28 18:22:45 2018 +0800 BaseTools: Fixed the PcdValue trailing zero issue. 1. Not append trailing zero for PcdValue 2. make sure the point to Variable Name in PCD DataBase 2 bytes aligned. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob Feng <bob.c.feng@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 7c193787623f89d161255e37d80bc2907690ab37 Author: Feng, Bob C <bob.c.feng@xxxxxxxxx> Date: Wed Aug 29 16:47:59 2018 +0800 BaseTools: Dynamic Pcd value override from command line. Fixed the pcd value override issue when Dynamic Pcd is from command line but is not list in Dsc file. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob Feng <bob.c.feng@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 24bd035c904fae1868bb15dc00cfa2e197cc5809 Author: Zhaozh1x <zhiqiangx.zhao@xxxxxxxxx> Date: Mon Aug 27 09:29:37 2018 +0800 BaseTools: Check pcd DefaultValue and SkuId EBNF. 1. When assign dynamic hii pcd value in dsc file, missed the DefaultValue, build should be fail. 2. Check the EBNF of SkuId. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: ZhiqiangX Zhao <zhiqiangx.zhao@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Cc: Bob Feng <bob.c.feng@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |