This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 0dc3359ac677b80475c6f4933c513089ad451ebe
baseline version:
 ovmf                 42b85551615d62fb68f0dbd63c068445c4d3c511

Last test of basis    68329  2017-01-06 05:17:06 Z    0 days
Testing same since    68333  2017-01-06 17:47:26 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Chen A Chen <[email protected]>
  Jiaxin Wu <[email protected]>
  Ruiyu Ni <[email protected]>
  Star Zeng <[email protected]>
  Wu Jiaxin <[email protected]>
  Yonghong Zhu <[email protected]>

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 0dc3359ac677b80475c6f4933c513089ad451ebe
Author: Ruiyu Ni <[email protected]>
Date:   Thu Jan 5 09:56:11 2017 +0800

    MdeModulePkg/Bds: Fix a bug that may causes S4 fails to resume
    
    When firmware boots to UiApp, the memory type information settings
    are saved to NV storage and the settings in HOB are changed as well.
    Because UiApp is an APPLICATION type of boot option, system doesn't
    reset when settings change.
    But when user selects OS to boot in UiApp, because the settings in HOB
    was updated when booting to UiApp, the BDS doesn't think the settings
    change, expected reset doesn't happen.
    
    The patch fixes this issue to not update the settings in HOB.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <[email protected]>
    Reviewed-by: Jiewen Yao <[email protected]>
    Reviewed-by: Sunny Wang <[email protected]>

commit 5016d46603addf62656590e83375074abc321f23
Author: Chen A Chen <[email protected]>
Date:   Wed Jan 4 11:28:03 2017 +0800

    ShellPkg: Fix a bug ">>v" cannot append data to environment variable
    
    When ">v" is used to redirect the command output to environment
    variable, the ending "\r\n\0" is removed before setting to environment
    variable but the length is not updated.
    It causes ">>v" fails to append data to the environment variable
    created by ">v".
    The patch fixes the above bug.
    
    Signed-off-by: Chen A Chen <[email protected]>
    Reviewed-by: Ruiyu Ni <[email protected]>
    Reviewed-by: Jaben Carsey <[email protected]>

commit dd6d0a520eec0fd3fc455ac7345ac0c06095a511
Author: Star Zeng <[email protected]>
Date:   Fri Dec 9 15:53:22 2016 +0800

    SecurityPkg Tcg2ConfigDxe: Add setup option to configure PPI version
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=288
    
    gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer was
    introduced to configure physical presence interface version. but test
    or user needs to build different images to support different versions
    separately as the PCD does not support Dynamic types.
    
    This patch is to extend the PCD to support Dynamic types and add a
    setup option in Tcg2ConfigDxe driver to configure the physical
    presence interface version, the PCD needs to be DynamicHii type and
    maps to the setup option.
    
    Cc: Jiewen Yao <[email protected]>
    Cc: Chao Zhang <[email protected]>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <[email protected]>
    Reviewed-by: Jiewen Yao <[email protected]>
    Reviewed-by: Chao Zhang <[email protected]>

commit 9ce9bf5339f8a5a9acfd77d9fbc70bb92a55dd6a
Author: Yonghong Zhu <[email protected]>
Date:   Wed Jan 4 10:40:54 2017 +0800

    BaseTools: not report error for the optional items in the FmpTokens
    
    <FmpTokens> in the FDF spec defined some optional items, eg: IMAGE_INDEX,
    HARDWARE_INSTANCE. but current tool report error if no such item is exist
    in the FDF file.
    
    Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=293
    Cc: Liming Gao <[email protected]>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <[email protected]>
    Reviewed-by: Liming Gao <[email protected]>

commit 9fba84ac6ef01a0debf0cb823dd9eedb491bf1de
Author: Jiaxin Wu <[email protected]>
Date:   Thu Jan 5 11:37:06 2017 +0800

    CryptoPkg/TlsLib: Refine the coding style.
    
    Cc: Ye Ting <[email protected]>
    Cc: Fu Siyuan <[email protected]>
    Cc: Long Qin <[email protected]>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <[email protected]>
    Reviewed-by: Ye Ting <[email protected]>
    Reviewed-by: Fu Siyuan <[email protected]>

commit 89f06051a5c89bcd81b1375f60bb9d1cb049c0de
Author: Jiaxin Wu <[email protected]>
Date:   Thu Jan 5 11:34:07 2017 +0800

    MdePkg, NetworkPkg: Refine the coding style.
    
    Cc: Ye Ting <[email protected]>
    Cc: Fu Siyuan <[email protected]>
    Cc: Liming Gao <[email protected]>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <[email protected]>
    Reviewed-by: Ye Ting <[email protected]>
    Reviewed-by: Fu Siyuan <[email protected]>

_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xen.org/xen-devel

Reply via email to