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

[ovmf baseline-only test] 67538: all pass



This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 de74668f5ea713b7e91e01318f0d15d2bf0effce
baseline version:
 ovmf                 926059304e8377fc37bb848d06d9419f419d93ff

Last test of basis    66972  2016-08-11 23:52:02 Z    4 days
Testing same since    67538  2016-08-15 17:18:31 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
  Dandan Bi <dandan.bi@xxxxxxxxx>
  Leo Duran <leo.duran@xxxxxxx>
  Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx>
  Star Zeng <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 de74668f5ea713b7e91e01318f0d15d2bf0effce
Author: Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx>
Date:   Sat Aug 13 09:54:27 2016 +0800

    MdeModulePkg/PeiCore: Fix ConverSinglePpiPointer () typo.
    
    Rename ConverSinglePpiPointer () to ConvertSinglePpiPointer ().
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit adb6ac256338329883e4d8fafaa8c753dba707c9
Author: Leo Duran <leo.duran@xxxxxxx>
Date:   Wed Aug 10 16:13:26 2016 -0500

    BaseTools/GenFv: Account for rebase of FV section containing VTF file
    
    Account for rebase of FV section containing VTF file on IA32/IA64.
    This supports cases where the reset vector may not be set at 0xFFFFFFF0.
    
    For example, FV section defined as:
    [FV.FvSecPei]
      FvBaseAddress = $(FV_BOOT_BASE)
      FvForceRebase = TRUE
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Leo Duran <leo.duran@xxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 62b8b5be713dd1f801cd44e4eb28f68585a9bd85
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Mon Aug 8 11:39:25 2016 +0800

    PcAtChipsetPkg AcpiTimerLib: Get more accurate TSC Frequency
    
    Minimize the code overhead between the two TSC reads by adding
    new internal API to calculate TSC Frequency instead of reusing
    MicroSecondDelay ().
    
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Paul A Lohr <paul.a.lohr@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>

commit 82df618711c596d3b6164e790572c795b7ea4dcc
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Thu Aug 11 20:13:31 2016 +0200

    MdePkg RVCT: add definition of UNREACHABLE
    
    The RVCT compiler in --gnu mode appears to simply strip of the __builtin
    prefix when it encounters calls to __builtin_xxx() functions, and so
    the __builtin_unreachable() we emit for GCC results in linker errors
    regarding undefined references against 'unreachable()'.
    
    So define UNREACHABLE() to a NOP instead.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit d977ba44066e49e466f0505b010cfffaf6d38b12
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Thu Aug 11 20:11:30 2016 +0200

    BaseTools RVCT: ignore various RVC diagnostics
    
    This updates the RVCT CC flags so various diagnostics that trigger
    warnings-as-errors are silenced. In particular, RVCT complains about
    missing newlines at the end of source files, mixing of enums and int
    values and return statements followed by a break, all of which occur
    in the Tianocore codebase, but none of which are actual errors in the
    code. So just silence them.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit ff59570f415e3d2cd4609716944bd8c2114198a1
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Thu Aug 11 13:11:23 2016 +0200

    BaseTools ARM AARCH64: drop redundant compiler arguments
    
    The ARM and AARCH64 CC_FLAGS definitions include both GCC_ALL_CC_FLAGS
    and GCC44_ALL_CC_FLAGS, resulting in many of the compiler arguments
    being passed twice. Since the CLANG35 definitions do not refer to
    GCC44_ALL_CC_FLAGS, drop the reference for GCCx as well.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 6f8ecc41d75338826d208db1638814fa598fdf9d
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Thu Aug 11 12:57:53 2016 +0200

    BaseTools ARM AARCH64: pass CC flags to linker for XIP modules as well
    
    Commit 478f50990a ("BaseTools GCC: add the compiler flags to the linker
    command line") added the compiler flags to the linker command line,
    which is required for LTO to function correctly, since it involves code
    generation at link time.
    
    This patch failed to update the build rules for XIP modules on AARCH64,
    which not only requires the ordinary CC flags but also the XIP CC flags
    to prevent the LTO backend to, e.g., emit code that does not adhere to
    the strict alignment rules we impose for code that may execute with the
    MMU off.
    
    So update the XIP link rules as well. Since AARCH64 and ARM are not
    supported by any toolchains in the GCCLD build rule family, drop the
    reference to GCCLD while we're at it.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit f358703983c37c388479d0ff78a9f26b211e151f
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Thu Aug 4 16:58:14 2016 +0800

    MdeModulePkg/Browser: Enhance the logic when getting value from AltResp
    
    This patch is to enhance SetupBrowser to handle following two cases:
    1. When searching BlockName in AltResp, the hex digits of related BlockName
       in AltResp may be in uppercase.
    2. When converting the Value in AltResp to HiiValue, the length of value
       string is bigger than the length of StorageWidth of the question.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 753cf34e29c52bb45d25eb0580e04145f19cd83d
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Wed Aug 10 16:53:57 2016 +0800

    BaseTool/VfrCompile: Remove reset button opcode in CheckQuestionOpCode
    
    "EFI_IFR_RESET_BUTTON_OP" is a statement, not a question,
    so remove it from function CheckQuestionOpCode.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx>

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output

 


Rackspace

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