[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf baseline-only test] 68101: all pass
This run is configured for baseline tests only. flight 68101 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/68101/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 45b18ce5b121849b01ac982c338565b9dcd8e2f4 baseline version: ovmf 339c6e905a151305cd3b74e3a713a31798769993 Last test of basis 68098 2016-11-25 11:48:50 Z 0 days Testing same since 68101 2016-11-25 22:52:32 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Dandan Bi <dandan.bi@xxxxxxxxx> Hao Wu <hao.a.wu@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 45b18ce5b121849b01ac982c338565b9dcd8e2f4 Author: Hao Wu <hao.a.wu@xxxxxxxxx> Date: Thu Nov 24 10:49:46 2016 +0800 MdeModulePkg/EbcDebugger: Compare ASCII char with '\0' Current code is using L'\0' to compare with a ASCII char. Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> commit eebfb7b2a52629f7c7268a9f5417ea86477c38eb Author: Hao Wu <hao.a.wu@xxxxxxxxx> Date: Thu Nov 24 10:43:33 2016 +0800 MdeModulePkg/EbcDebugger: Add ASSERT to ensure FieldBuffer is not NULL In function EdbLoadCodBySymbolByIec(), AsciiStrGetNewTokenField() at line 1589 will return NULL if the first character in 'LineBuffer' is '\0'. But the previous if statement at line 1576 ensures the above case will not happen. This commit adds ASSERT as warnings for the case that will not happen. Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> commit a8a624d0a45d506f3ac1eab883226cb1cfa71bf6 Author: Hao Wu <hao.a.wu@xxxxxxxxx> Date: Thu Nov 24 10:37:55 2016 +0800 MdeModulePkg/EbcDebugger: Add missing check for symbol not found In function DebuggerDisplaySymbolAccrodingToAddress(), when variable 'CandidateAddress' (returned by EbdFindSymbolAddress function) equals (UINTN) -1, it also indicates that the symbol is not found at the given address. This commit adds this missing check. Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> commit 12f49354e67df6477a690bf8dd4d919a679da19a Author: Hao Wu <hao.a.wu@xxxxxxxxx> Date: Thu Nov 24 10:26:06 2016 +0800 MdeModulePkg/EbcDebugger: Add check for invalid 'CommandArg' Add checks for the return value of function Atoi() in EdbCmdBreakpoint.c. If the input parameter 'CommandArg' contains non-digit character, print corresponding error message. Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> commit 0978bd0dc1084b2c1c558244bb247a4194143cc5 Author: Hao Wu <hao.a.wu@xxxxxxxxx> Date: Thu Nov 24 10:18:19 2016 +0800 MdeModulePkg/EbcDebugger: Operands of same size for bitwise operation Operands in a bitwise operation should have the same size to eliminate unexpected results. Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> commit 6bfd7ea7d65af28910779b9c72ff2e5fd3a2a54e Author: Dandan Bi <dandan.bi@xxxxxxxxx> Date: Thu Nov 17 13:15:33 2016 +0800 MdeModulePkg/DriverSample: Remove the password related codes In current DriverSampleDxe, the sample code of password is not a good example, so we plan to remove it. Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Eric Dong <eric.dong@xxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 87f04621ad4069c3b2994bc217971d1c5a53fa82 Author: Dandan Bi <dandan.bi@xxxxxxxxx> Date: Thu Jun 2 09:53:04 2016 +0800 MdeModulePkg/DriverSampleDxe: Remove the non-interactive password Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Eric Dong <eric.dong@xxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit a275df8f9a4d2a43772ea5d1765b541a1191ad3f Author: Dandan Bi <dandan.bi@xxxxxxxxx> Date: Fri May 27 16:00:28 2016 +0800 MdeModulePkg: Clear the buffer after using it Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Eric Dong <eric.dong@xxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 9e2462b8a28b09738a3177e1694867ca114cc185 Author: Dandan Bi <dandan.bi@xxxxxxxxx> Date: Tue Nov 15 19:13:33 2016 +0800 MdeModulePkg/SetupBrowser:Don't support password without interactive flag In current SetupBrowser, the logic related to non-interative password is not correct. How to support it correctly or whether support it is still under investigation. First step remove the incorrect logic. Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Eric Dong <eric.dong@xxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 88f0c4e29c03600f2a45a5bd14c500049d2b09dc Author: Dandan Bi <dandan.bi@xxxxxxxxx> Date: Tue Nov 15 19:10:59 2016 +0800 MdeModulePkg/DisplayEngine: Popup dialogue when password is not supported when the password is not supported, pop up a dialogue to let user know the reason. Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Eric Dong <eric.dong@xxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@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 |