[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf baseline-only test] 71464: tolerable FAIL
This run is configured for baseline tests only. flight 71464 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/71464/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): build-amd64-libvirt 5 libvirt-build fail like 71461 build-i386-libvirt 5 libvirt-build fail like 71461 version targeted for testing: ovmf 8bef878beada6400aaed2f3c2bf73d6c90cde931 baseline version: ovmf 4fc8277133fb011d028b4e0a42444ab6f552d0b9 Last test of basis 71461 2017-05-31 05:19:55 Z 1 days Testing same since 71464 2017-06-01 07:17:13 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Hao Wu <hao.a.wu@xxxxxxxxx> jobs: build-amd64-xsm pass build-i386-xsm pass build-amd64 pass build-i386 pass build-amd64-libvirt fail build-i386-libvirt fail 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 8bef878beada6400aaed2f3c2bf73d6c90cde931 Author: Hao Wu <hao.a.wu@xxxxxxxxx> Date: Wed May 31 09:50:34 2017 +0800 Maintainers.txt: Update maintainers for DuetPkg & Nt32Pkg Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx> Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> commit 3719c2aa879bcbcf3f0ab1f710e81fe2dbc19d9a Author: Hao Wu <hao.a.wu@xxxxxxxxx> Date: Wed May 31 09:22:27 2017 +0800 MdeModulePkg/Xhci: Fill the 'interval' field for ISO endpoint context https://bugzilla.tianocore.org/show_bug.cgi?id=510 The commit fills the 'Interval' field of the Endpoint Context data for isochronous endpoints. It will resolve the error when a Configure Endpoint Command is sent to an isochronous endpoint. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> commit 213da0b540891ba614753673ce3ed54940434497 Author: Hao Wu <hao.a.wu@xxxxxxxxx> Date: Mon May 22 15:03:24 2017 +0800 MdeModulePkg/PrintLib: Avoid reading content beyond the format string https://bugzilla.tianocore.org/show_bug.cgi?id=567 In functions DxePrintLibPrint2ProtocolVaListToBaseList() and InternalPrintLibSPrintMarker(), when processing ASCII format strings, if the format string walker pointer 'Format' is pointing at the end of the format string (i.e. '\0'), the following expression: *(Format + 1) will read an undefined value. Though this value won't affect the functionality, since it will be masked by variable 'FormatMask': (*(Format + 1) << 8)) & FormatMask (FormatMask is 0xff for ASCII format string) This commit adds additional logic to avoid reading undefined content. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit b1d4b9651e1143245eccd99af0e2940635c2058f Author: Hao Wu <hao.a.wu@xxxxxxxxx> Date: Mon May 22 14:49:11 2017 +0800 MdePkg/BasePrintLib: Avoid reading content beyond the format string https://bugzilla.tianocore.org/show_bug.cgi?id=567 In function BasePrintLibSPrintMarker(), when processing ASCII format strings, if the format string walker pointer 'Format' is pointing at the end of the format string (i.e. '\0'), the following expression: *(Format + 1) will read an undefined value. Though this value won't affect the functionality, since it will be masked by variable 'FormatMask': (*(Format + 1) << 8)) & FormatMask (FormatMask is 0xff for ASCII format string) This commit adds additional logic to avoid reading undefined content. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |