[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf baseline-only test] 74946: all pass
This run is configured for baseline tests only. flight 74946 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/74946/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 39456d00f36e04b7e7efb208f350f4e83b6c3531 baseline version: ovmf 9fb2cbdac4cb3122d72223cff02395daf751e365 Last test of basis 74945 2018-07-08 12:22:54 Z 0 days Testing same since 74946 2018-07-08 16:49:55 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Gary Lin <glin@xxxxxxxx> 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 39456d00f36e04b7e7efb208f350f4e83b6c3531 Author: Gary Lin <glin@xxxxxxxx> Date: Wed Jun 27 18:07:56 2018 +0800 BaseTools: Unify long and int in Expression.py Per PEP237(*), 'long' is unified with 'int' and removed from python3. * To make the script compatible with both python2 and python3, 'type(0L)' is replaced with 'type(sys.maxsize + 1)'. In python2, the number is 'long', while it's 'int' in python3. We can remove the workaround after moving to python3 completely. * long() is replaced with int() since int() returns a long when need. (*) https://www.python.org/dev/peps/pep-0237/ Contributed-under: TianoCore Contribution Agreement 1.1 Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Signed-off-by: Gary Lin <glin@xxxxxxxx> Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |