[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf baseline-only test] 38024: regressions - FAIL
This run is configured for baseline tests only. flight 38024 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/38024/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ovmf-amd64 9 debian-hvm-install fail REGR. vs. 38001 version targeted for testing: ovmf 8cfd008ef8da26d97314816e0635691955d475d5 baseline version: ovmf 9a470dae60ed0c57afdf61342616dd1768ba5ec8 Last test of basis 38001 2015-09-21 14:24:02 Z 2 days Testing same since 38024 2015-09-23 13:54:22 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Jordan Justen <jordan.l.justen@xxxxxxxxx> Laszlo Ersek <lersek@xxxxxxxxxx> Qin Long <qin.long@xxxxxxxxx> Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@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-xl-qemuu-ovmf-amd64 pass 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.xs.citrite.net/~osstest/testlogs/logs Test harness code can be found at http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary Push not applicable. ------------------------------------------------------------ commit 8cfd008ef8da26d97314816e0635691955d475d5 Author: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Date: Mon Sep 21 07:53:16 2015 +0000 NetworkPkg: Fix typos in some EFI_HTTP_STATUS_CODE definitions Fix spelling typos in EFI_HTTP_STATUS_CODE definitions for error 415 and 501. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18521 6f19259b-4bc3-4df7-8a09-765794883524 commit cfc4616333a60682e8dc79a77e2093f9f0f4ebff Author: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Date: Mon Sep 21 07:53:00 2015 +0000 MdePkg: Http.h - Add HttpMethodMax to EFI_HTTP_METHOD. Add HttpMethodMax enum value to EFI_HTTP_METHOD to make it easier to iterate through the HTTP methods using a loop. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18520 6f19259b-4bc3-4df7-8a09-765794883524 commit 255c8e22a5171fc52d0e7c297b2267e83d48bd5c Author: Qin Long <qin.long@xxxxxxxxx> Date: Mon Sep 21 05:54:03 2015 +0000 MdePkg: Add RngLib into MdePkg Add one library class (RngLib.h) with three GetRandomNumber16/32/64 APIs to provide random number generator services, and one library instance (BaseRngLib), based on Intel RdRand instruction access, to provide high-quality random numbers generator. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qin Long <qin.long@xxxxxxxxx> Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18519 6f19259b-4bc3-4df7-8a09-765794883524 commit 3cfc7813bb7e904c4a940d638facc10be5e22645 Author: Qin Long <qin.long@xxxxxxxxx> Date: Mon Sep 21 05:53:52 2015 +0000 MdePkg: Add CPU RdRand access APIs for random number generation Add AsmRdRand16/32/64 APIs for RdRand instruction access to generate high-quality random number. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qin Long <qin.long@xxxxxxxxx> Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18518 6f19259b-4bc3-4df7-8a09-765794883524 commit 82f3edf26a7f60e50b0133cdc5ec689d2b7f502e Author: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Date: Mon Sep 21 01:53:34 2015 +0000 MdeModulePkg: Remove event from protocol database only if registered In a CloseEvent, an UnregisterProtocolNotify is done unconditionally. There is a penalty associated with searching the protocol database on every CloseEvent and impacts performance, especially during Network IO. Unregister needs to be done only if the Event is for a RegisterProtocolNotify. So extend the ExFlag in IEVENT to a UINT8 and define new flags that can be set to indicate if the Event is part of a group, or registered on a protocol notify. Then in CloseEvent, call UnregisterProtocolNotify only if the register protocol notify flag is set. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18517 6f19259b-4bc3-4df7-8a09-765794883524 commit e630f8595af8b6fd52daf68f17c2cbb4ebc541af Author: Laszlo Ersek <lersek@xxxxxxxxxx> Date: Mon Sep 21 00:50:32 2015 +0000 MdeModulePkg/Core/Dxe/Gcd: remove set but not used variables These trip up compilation with gcc. Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Cc: Star Zeng <star.zeng@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18515 6f19259b-4bc3-4df7-8a09-765794883524 commit c642a2c92a268a52db84bda6112661d0ce039e36 Author: Jordan Justen <jordan.l.justen@xxxxxxxxx> Date: Fri Sep 18 19:16:30 2015 +0000 OvmfPkg/build.sh: Use GCC49 toolchain with GCC 5.* Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@xxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18514 6f19259b-4bc3-4df7-8a09-765794883524 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |