* [ovmf baseline-only test] 75039: tolerable FAIL
@ 2018-08-03 0:41 Platform Team regression test user
0 siblings, 0 replies; only message in thread
From: Platform Team regression test user @ 2018-08-03 0:41 UTC (permalink / raw)
To: xen-devel, osstest-admin
This run is configured for baseline tests only.
flight 75039 ovmf real [real]
http://osstest.xensource.com/osstest/logs/75039/
Failures :-/ but no regressions.
Tests which did not succeed, but are not blocking:
test-amd64-i386-xl-qemuu-ovmf-amd64 10 debian-hvm-install fail like 75036
test-amd64-amd64-xl-qemuu-ovmf-amd64 10 debian-hvm-install fail like 75036
version targeted for testing:
ovmf 3a0c1bf64b5deaa4e227b311cc43aa1513beae5e
baseline version:
ovmf 7343bc8062c893ed6d40b25a9329d51340e0d703
Last test of basis 75036 2018-08-01 17:53:04 Z 1 days
Testing same since 75039 2018-08-02 13:21:16 Z 0 days 1 attempts
------------------------------------------------------------
People who touched revisions under test:
Alexei Fedorov <Alexei.Fedorov@arm.com>
AlexeiFedorov <Alexei.Fedorov@arm.com>
Kinney, Michael D <michael.d.kinney@intel.com>
Michael D Kinney <michael.d.kinney@intel.com>
Star Zeng <star.zeng@intel.com>
Sumit Garg <sumit.garg@linaro.org>
Yunhua Feng <yunhuax.feng@intel.com>
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 3a0c1bf64b5deaa4e227b311cc43aa1513beae5e
Author: Yunhua Feng <yunhuax.feng@intel.com>
Date: Tue Jul 31 16:32:57 2018 +0800
BaseTools: Use pickle to replace cPickle
Use pickle to replace cPickle because of python3 removed cPickle
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
commit 26067e30c48da27df41252444fce66a6418a613b
Author: Yunhua Feng <yunhuax.feng@intel.com>
Date: Tue Jul 31 15:19:28 2018 +0800
BaseTools: remove unused import thread
remove unused import thread
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
commit 68bef3f0c7c71da2f065fd348efa79f04799d347
Author: AlexeiFedorov <Alexei.Fedorov@arm.com>
Date: Fri Jul 13 23:17:01 2018 +0800
ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2017 compilation errors
This patch fixes VS2017 compilation errors for
UefiShellAcpiViewCommandLib\Parsers\Gtdt\GtdtParser.c
and
UefiShellAcpiViewCommandLib\Parsers\Xsdt\XsdtParser.c
reported in
https://bugzilla.tianocore.org/show_bug.cgi?id=985
https://bugzilla.tianocore.org/show_bug.cgi?id=986
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
commit 76c09700edc67686b29662e81a3ca7d947594ce5
Author: Kinney, Michael D <michael.d.kinney@intel.com>
Date: Tue Jul 31 09:24:20 2018 -0700
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
https://bugzilla.tianocore.org/show_bug.cgi?id=1042
Convert Buffer to type bytearray before converting to a
string of hex byte values so the type of items in Buffer is
consistent for both Python 2.7.x and Python 3.x.
Cc: YanYan Sun <yanyan.sun@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
commit d65b78f101b3f2845dc20b9556faf3f14904f3c5
Author: Sumit Garg <sumit.garg@linaro.org>
Date: Wed Aug 1 11:37:41 2018 +0530
ArmPkg: Add initial OpteeLib implementation
This is initial version of OP-TEE library that provides api's to
communicate with OP-TEE OS (Trusted OS based on ARM TrustZone) via
secure monitor calls. Currently it provides basic api to detect OP-TEE
presence via UID matching.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
commit 52437cb7633bc1811c53899c8981364c71246a26
Author: Star Zeng <star.zeng@intel.com>
Date: Mon Jul 30 17:43:13 2018 +0800
MdePkg FirmwareManagement.h: Fix code style issue
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Hess Chen <hesheng.chen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
commit ac053f6124bca694d8fabbc1b36c6aac9c037693
Author: Star Zeng <star.zeng@intel.com>
Date: Mon Jul 30 14:47:28 2018 +0800
MdeModulePkg DxeCapsuleLibFmp: Free HandleBuffer after it is used
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
commit 69feaa37aeca6386de0fc635a1287e6e31851d7a
Author: Star Zeng <star.zeng@intel.com>
Date: Thu Jul 26 13:38:34 2018 +0800
MdeModulePkg DxeCapsuleLib: Use Attr to know whether reset is required
Current DxeCapsuleLibFmp always do reset for FMP capsule.
Actually, the code should use Attributes from FMP descriptor to know
whether reset is required or not.
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
commit fc0494a6540e9b3cca55f39c7e0d850e2bfd91bb
Author: Star Zeng <star.zeng@intel.com>
Date: Mon Jul 30 13:42:41 2018 +0800
SignedCapsulePkg SystemFirmwareReportDxe: Try LocateProtocol
Try LocateProtocol after HandleProtocol fails to be compatible
with old SystemFirmwareUpdateDxe.
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-08-03 0:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-03 0:41 [ovmf baseline-only test] 75039: tolerable FAIL Platform Team regression test user
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).