[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf baseline-only test] 38260: all pass
This run is configured for baseline tests only. flight 38260 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/38260/ Perfect :-) All tests in this flight passed version targeted for testing: ovmf 3535213aaec279d84bae7da40a4b982ab9fdf89b baseline version: ovmf 45419de6ca5bad34567e0ca2a16a4bc78f6a6f63 Last test of basis 38256 2015-11-06 22:20:31 Z 1 days Testing same since 38260 2015-11-08 01:52:43 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Leif Lindholm <leif.lindholm@xxxxxxxxxx> Liming Gao <liming.gao@xxxxxxxxx> Nagaraj Hegde <nagaraj-p.hegde@xxxxxxx> Zhang Chao <chao.b.zhang@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 pass test-amd64-i386-xl-qemuu-ovmf-amd64 pass ------------------------------------------------------------ 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 3535213aaec279d84bae7da40a4b982ab9fdf89b Author: Leif Lindholm <leif.lindholm@xxxxxxxxxx> Date: Fri Nov 6 17:19:56 2015 +0000 ArmPkg: Purge unused/unneeded CPU-specific header files In ArmPkg/Include/Chipset, several CPU-specific header files reside. Most of these provide no actual, or very little, use. ARM1176JZ-S.h is not used at all (and unusable since SVN r18237). ArmAemV8.h simply includes AArch64.h. ArmCortexA15.h defines one processor-specific configuration bit and then includes ArmV7.h. Delete these include files, and update their sole users to function without them. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18736 6f19259b-4bc3-4df7-8a09-765794883524 commit 3666990b0fb7f099acac658b471ae7280168f3c8 Author: Nagaraj Hegde <nagaraj-p.hegde@xxxxxxx> Date: Fri Nov 6 09:35:09 2015 +0000 NetworkPkg:Missing CloseEvent() in HttpResponseWorker Two additional scenarios in which CloseEvent() needs to be called: When sending a request to http server using HTTP Head method, if the process is success, we did a response call, and then go to exit without close the event in Rxtoken in wrap structure and in httpinstance struceure, so another call() to response using http get method to receive http header, those events are not closed either.. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Nagaraj Hegde <nagaraj-p.hegde@xxxxxxx> Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx> Reviewed-by: Zhang Lubo <lubo.zhang@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18735 6f19259b-4bc3-4df7-8a09-765794883524 commit f25da33d13357f5e6065e297f5f361e5743ce72f Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Fri Nov 6 02:57:07 2015 +0000 BaseTools: Print PACKAGES_PATH build environment if it is set. Print the optional build environment PACKAGES_PATH and EDK_TOOLS_BIN. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18733 6f19259b-4bc3-4df7-8a09-765794883524 commit ca52754cfd3421648292b3764697af1735b199dd Author: Zhang Chao <chao.b.zhang@xxxxxxxxx> Date: Fri Nov 6 01:56:51 2015 +0000 SecurityPkg: Remove temp return solution in PeiRsa2048Sha256 Section Lib PeiCore supports EFI_PEI_SECURITY_PPI to handle section extraction failure. The wrong returning status is no longer needed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang Chao <chao.b.zhang@xxxxxxxxx> Reviewed-by: Gao Liming <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18732 6f19259b-4bc3-4df7-8a09-765794883524 commit 31b27ef1aa3819ab6418e0b148a41ec27acdbd18 Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Fri Nov 6 01:10:25 2015 +0000 BaseTools: Don't require ECP pkg in WORKSPACE when PACKAGES_PATH is set When PACKAGES_PATH is set, ECP pkg may be in another directory, not exist in WORKSPACE. So, keep this check in single WORKSPACE. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18731 6f19259b-4bc3-4df7-8a09-765794883524 commit a100d0073b365bc4f0ac95d30934e639e31175ac Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Date: Thu Nov 5 14:41:43 2015 +0000 CryptoPkg: fix AARCH64 build under CLANG35 The OpenSSL function sk_X509_delete_ptr() resolves through preprocessor substitution to '(X509 *)sk_delete_ptr()', in which the cast causes the call to be interpreted as an expression (whose value is not used) rather than a statement, resulting in the following error under Clang: ...: error: expression result unused [-Werror,-Wunused-value] Add (VOID) casts to silence the error. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Reviewed-by: Qin Long <qin.long@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18730 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 |