All of lore.kernel.org
 help / color / mirror / Atom feed
* [ovmf baseline-only test] 75565: tolerable FAIL
@ 2018-11-03 20:49 Platform Team regression test user
  0 siblings, 0 replies; only message in thread
From: Platform Team regression test user @ 2018-11-03 20:49 UTC (permalink / raw)
  To: xen-devel, osstest-admin

This run is configured for baseline tests only.

flight 75565 ovmf real [real]
http://osstest.xensource.com/osstest/logs/75565/

Failures :-/ but no regressions.

Tests which did not succeed, but are not blocking:
 build-amd64-libvirt           6 libvirt-build                fail   like 75561
 test-amd64-i386-xl-qemuu-ovmf-amd64 10 debian-hvm-install      fail like 75561
 build-i386-libvirt            6 libvirt-build                fail   like 75561
 test-amd64-amd64-xl-qemuu-ovmf-amd64 10 debian-hvm-install     fail like 75561

version targeted for testing:
 ovmf                 93f98985826a6eba30584e9b2ada754b3da17990
baseline version:
 ovmf                 c4f4984c69ab1057a5d297b4557fe6cf733f8584

Last test of basis    75561  2018-11-02 06:51:57 Z    1 days
Testing same since    75565  2018-11-02 23:52:34 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Bob Feng <bob.c.feng@intel.com>
  Feng, Bob C <bob.c.feng@intel.com>
  Liming Gao <liming.gao@intel.com>
  Marvin Haeuser <Marvin.Haeuser@outlook.com>
  Marvin.Haeuser@outlook.com <Marvin.Haeuser@outlook.com>
  Zhao, ZhiqiangX <zhiqiangx.zhao@intel.com>
  ZhiqiangX Zhao <zhiqiangx.zhao@intel.com>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          fail    
 build-i386-libvirt                                           fail    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         fail    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          fail    


------------------------------------------------------------
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.xensource.com/osstest/logs

Test harness code can be found at
    http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary


Push not applicable.

------------------------------------------------------------
commit 93f98985826a6eba30584e9b2ada754b3da17990
Author: Zhao, ZhiqiangX <zhiqiangx.zhao@intel.com>
Date:   Wed Oct 31 18:35:47 2018 +0800

    BaseTools: Check the max size for string PCD.
    
    According to PCD_DATABASE_INIT in
    edk2\MdeModulePkg\Include\Guid\PcdDataBaseSignatureGuid.h,
    the max size for string PCD should not exceed USHRT_MAX 65535(0xffff).
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: ZhiqiangX Zhao <zhiqiangx.zhao@intel.com>
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Cc: Bob Feng <bob.c.feng@intel.com>
    Reviewed-by: Bob Feng <bob.c.feng@intel.com>

commit 498cb29dfdcc7232f7b0693e266555c19c43ae20
Author: Marvin.Haeuser@outlook.com <Marvin.Haeuser@outlook.com>
Date:   Thu Nov 1 04:08:35 2018 +0800

    MdePkg/Base.h: Implement BASE_CR() via OFFSET_OF().
    
    Replace the current NULL pointer dereference to retrieve Field's
    offset with a call to OFFSET_OF().  This is implemented via
    __builtin_offsetof for GCC and Clang, which eliminates UB caught by
    Clang UndefinedBehaviorSanitizer.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>

commit 88e8498f8a72cff1f7af6852ec8166772913399e
Author: Liming Gao <liming.gao@intel.com>
Date:   Thu Nov 1 22:35:29 2018 +0800

    BaseTools tools_def.template: Add GCC link script option in ASLDLINK_FLAGS
    
    GCC link script is used to discard the unused section data from ELF image.
    ASLDLINK_FLAGS requires it to remove the unnecessary section data, then
    GenFw can be used to retrieve the correct data section from ELF image.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Liming Gao <liming.gao@intel.com>
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit 5af5153ad9553ce7ed4f241a83d1a4b870833960
Author: Feng, Bob C <bob.c.feng@intel.com>
Date:   Thu Nov 1 23:07:01 2018 +0800

    BaseTools: Add checking to EFI variable attribute.
    
    This patch is going to add a check that only if the
    attribute of a EFI variable include 'NV', it will be
    added into PcdNvStoreDefaultValueBuffer.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Bob Feng <bob.c.feng@intel.com>
    Cc: Liming Gao <liming.gao@intel.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>

commit dbeaf5855505228b5e09afe44914a6d874f6453f
Author: Liming Gao <liming.gao@intel.com>
Date:   Thu Nov 1 21:36:09 2018 +0800

    MdeModulePkg: Remove the trailing space in three source files.
    
    The recent changes in these three source files introduce the trailing space.
    This patch removes them to follow edk2 coding style.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Liming Gao <liming.gao@intel.com>
    Cc: Star Zeng <star.zeng@intel.com>
    Reviewed-by: Star Zeng <star.zeng@intel.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-03 20:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-03 20:49 [ovmf baseline-only test] 75565: tolerable FAIL Platform Team regression test user

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.