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

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



This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 2c1cc12931b6c5a85471272799b3d4c249025a60
baseline version:
 ovmf                 0db4acb61ac4e79a8a95b0e82874e8b6bed8e4bb

Last test of basis    68162  2016-12-05 17:21:10 Z    2 days
Testing same since    68167  2016-12-07 07:47:05 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Hao Wu <hao.a.wu@xxxxxxxxx>
  Leif Lindholm <leif.lindholm@xxxxxxxxxx>
  Liming Gao <liming.gao@xxxxxxxxx>
  Richard Thomaiyar <richard.marian.thomaiyar@xxxxxxxxx>
  Star Zeng <star.zeng@xxxxxxxxx>
  Zeng, Star <star.zeng@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 2c1cc12931b6c5a85471272799b3d4c249025a60
Author: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
Date:   Thu Dec 1 15:13:33 2016 +0000

    EmbeddedPkg: Remove use of IntelFrameworkModulePkg legacy libs
    
    LzmaCustomDecompressLib and PeiDxeDebugLibReportStatusCode were copied
    from IntelFrameworkModulePkg to MdeModulePkg, but the originals were
    kept for compatibility.
    
    Since the libraries are identical, move EmbeddedPkg to use the
    MdeModulePkg versions instead.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit 532e7cf44f8cf101f4c52dd9d9dd083ec0e1c1f2
Author: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
Date:   Thu Dec 1 15:11:44 2016 +0000

    BeagleBoardPkg: Remove use of IntelFrameworkModulePkg legacy libs
    
    LzmaCustomDecompressLib and PeiDxeDebugLibReportStatusCode were copied
    from IntelFrameworkModulePkg to MdeModulePkg, but the originals were
    kept for compatibility.
    
    Since the libraries are identical, move BeagleBoardPkg to use the
    MdeModulePkg versions instead.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit bb34cc8c389a6c301b70984879eaa846fb12c9fe
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Dec 1 14:30:18 2016 +0800

    MdeModulePkg PiSmmCore: Update comments in InitializeMemoryServices
    
    Add the comments to describe Free and Allocated SMRAM are added separately.
    
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>

commit 60131098f302d9e449e95c53dec328aaf828076b
Author: Zeng, Star <star.zeng@xxxxxxxxx>
Date:   Mon Dec 5 10:52:45 2016 +0800

    IntelFsp2Pkg: 41d739e breaks flat tree build
    
    There may be no environment variable PACKAGES_PATH defined
    in flat tree, then 41d739e breaks flat tree build.
    This patch is to update GenCfgOpt.py to be compatible with
    both flat tree and package path build.
    
    Cc: Richard Thomaiyar <richard.marian.thomaiyar@xxxxxxxxx>
    Cc: Maurice Ma <maurice.ma@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Giri P Mudusuru <giri.p.mudusuru@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Richard Thomaiyar <richard.marian.thomaiyar@xxxxxxxxx>
    Tested-by: Richard Thomaiyar <richard.marian.thomaiyar@xxxxxxxxx>

commit 3883e2cb52fa1582165d6558c67649835d0eada3
Author: Hao Wu <hao.a.wu@xxxxxxxxx>
Date:   Mon Nov 28 15:18:20 2016 +0800

    BaseTools/VolInfo: Fix printf issue using '%ls' in format string
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=257
    
    For GCC compilers, when building with option '-fshort-wchar', wide char
    string format '%ls' does not work properly for printf() function. The
    string specified by '%ls' will not be printed.
    
    This commit avoids using '%ls' for printf() function and converts the wide
    char string to char string for printing.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@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®.