[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [ovmf baseline-only test] 71217: all pass



This run is configured for baseline tests only.

flight 71217 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/71217/

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 205a4b0c15372c004a947b6873f711805415f542
baseline version:
 ovmf                 75ce7ef7cf054e1a266ae0e54c19a1ab66d80c6e

Last test of basis    71215  2017-04-21 07:47:11 Z    0 days
Testing same since    71217  2017-04-21 15:49:30 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Jeff Fan <jeff.fan@xxxxxxxxx>
  Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
  Wu Jiaxin <jiaxin.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 205a4b0c15372c004a947b6873f711805415f542
Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
Date:   Mon Apr 17 16:06:04 2017 +0800

    MdeModulePkg/DeviceManagerUiLib: Fix the network device MAC display issue
    
    v3:
    * Add NULL string check.
    
    v2:
    * Define new STR_FORM_NETWORK_DEVICE_TITLE_HEAD for L" Network Device "
    instead of hard code in the code.
    
    Network device tile (STR_FORM_NETWORK_DEVICE_TITLE) is dynamic adjusted
    according the different MAC value. So, the string value shouldn't be treated
    as a constant string (Network Device). Otherwise, the display will be
    incorrect.
    
    Reproduce: Device Manager->Network Device List, select to enter MAC, then to
    press ESC back to previous page, then re-enter, found each enter/ESC 
operation,
    the MAC address display +1.
    
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Ye Ting <ting.ye@xxxxxxxxx>
    Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx>
    Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx>
    Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx>

commit 17b25f520302f813a50f7876edc2e8fc901e7a7c
Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
Date:   Fri Apr 21 10:15:27 2017 +0800

    MdeModulePkg/Mtftp4Dxe: Add invalid ServerIp check during MTFTP 
configuration
    
    Cc: Ye Ting <ting.ye@xxxxxxxxx>
    Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx>
    Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx>
    Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx>

commit 8ca417688363da941b329ce134e074971e864c34
Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
Date:   Mon Apr 10 10:30:38 2017 +0800

    NetworkPkg/TlsAuthConfigDxe: Close and free the file related resource
    
    v2:
    * Define one new internal function to clean the file content.
    
    TlsAuthConfigDxe open file by FileExplorerLib. It need to close
    file handler and free file related resource in some cases.
    * User enrolls Cert by escape the Config page.
    * The Cert is not X509 type.
    * User chooses another file after he selected a file.
    
    Cc: Zhang Chao B <chao.b.zhang@xxxxxxxxx>
    Cc: Ye Ting <ting.ye@xxxxxxxxx>
    Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx>
    Reviewed-by: Chao Zhang<chao.b.zhang@xxxxxxxxx>

commit 8cdd559be622f7a35731b7f973d8b82d1c9e303e
Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
Date:   Mon Apr 17 11:26:34 2017 +0800

    NetworkPkg: Correct the proxy DHCP offer handing
    
    When PXE10/WFM11a offer received, we should only cache
    the first PXE10/WFM11a offer, and discard the others. But
    Current we discard all PXE10/WFM11a offer. This patch is
    to fix this issue.
    
    Cc: Ye Ting <ting.ye@xxxxxxxxx>
    Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Cc: Zhang Lubo <lubo.zhang@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx>
    Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx>

commit ad18ec95437e6947ba4190f2b281659999db880b
Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
Date:   Fri Apr 14 09:44:50 2017 +0800

    MdeModulePkg/Ip4Dxe:  Fix the incorrect RemoveEntryList
    
    Cc: Subramanian Sriram <sriram-s@xxxxxxx>
    Cc: Ye Ting <ting.ye@xxxxxxxxx>
    Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Cc: Zhang Lubo <lubo.zhang@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx>
    Reviewed-by: Zhang Lubo <lubo.zhang@xxxxxxxxx>
    Reviewed-by: Sriram Subramanian <sriram-s@xxxxxxx>

commit 6893b16fb9f8afef71ae4e9e3dead6bb685f6994
Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx>
Date:   Wed Apr 12 16:36:11 2017 +0800

    NetworkPkg/HttpDxe: Fix HTTP download OS image over 4G size failure
    
    UINT32 integer overflow will happen once the download OS image over
    4G size. This patch is to fix this issue.
    
    Cc: Ye Ting <ting.ye@xxxxxxxxx>
    Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Cc: Zhang Lubo <lubo.zhang@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx>
    Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx>
    Reviewed-by: Sriram Subramanian <sriram-s@xxxxxxx>

commit d3d562b90419596a1c7dec75d1b49a89b968ead1
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Thu Apr 20 14:08:53 2017 +0800

    MdeModulePkg/FirmwarePerformanceDxe: Error Level is not used correctly
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.