xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Platform Team regression test user <citrix-osstest@xenproject.org>
To: xen-devel@lists.xensource.com, osstest-admin@xenproject.org
Subject: [ovmf baseline-only test] 68269: tolerable FAIL
Date: Sat, 24 Dec 2016 13:49:53 +0000	[thread overview]
Message-ID: <osstest-68269-mainreport@xen.org> (raw)

This run is configured for baseline tests only.

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

Failures :-/ but no regressions.

Regressions which are regarded as allowable (not blocking):
 test-amd64-i386-xl-qemuu-ovmf-amd64  9 debian-hvm-install      fail like 68267
 test-amd64-amd64-xl-qemuu-ovmf-amd64  9 debian-hvm-install     fail like 68267

version targeted for testing:
 ovmf                 0a64f49fde09928b6061543b08e6da195e2abfbd
baseline version:
 ovmf                 c9b78304b86f924230d570ae548ac6a511a2efae

Last test of basis    68267  2016-12-23 21:18:09 Z    0 days
Testing same since    68269  2016-12-24 12:16:14 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Hao Wu <hao.a.wu@intel.com>
  Jiewen Yao <jiewen.yao@intel.com>

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                         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.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 0a64f49fde09928b6061543b08e6da195e2abfbd
Author: Hao Wu <hao.a.wu@intel.com>
Date:   Thu Dec 22 09:17:27 2016 +0800

    BaseTools/Pccts: Resolve GCC sting format mismatch build warning
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=282
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Hao Wu <hao.a.wu@intel.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>

commit a3850a1b45287d344d917ec7e0c09c4cbcaafdff
Author: Jiewen Yao <jiewen.yao@intel.com>
Date:   Thu Dec 22 23:41:00 2016 +0800

    MdeModulePkg/CapsuleLib: remove ImageIndex check.
    
    UEFI specification does not require ImageIndex check,
    it only requires ImageTypeId check.
    
    Cc: Feng Tian <feng.tian@intel.com>
    Cc: Star Zeng <star.zeng@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
    Reviewed-by: Feng Tian <feng.tian@intel.com>
    Reviewed-by: Star Zeng <star.zeng@intel.com>

commit de5209d5db0b96c2a2c1572838e5fc1301f95aa9
Author: Jiewen Yao <jiewen.yao@intel.com>
Date:   Thu Dec 22 13:45:18 2016 +0800

    MdeModulePkg/CapsuleApp: Dump capsule name in record.
    
    According to UEFI spec, capsule report variable should include
    a null terminator for capsule name and capsule target, if they are
    not present.
    
    Cc: Feng Tian <feng.tian@intel.com>
    Cc: Star Zeng <star.zeng@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
    Reviewed-by: Feng Tian <feng.tian@intel.com>
    Reviewed-by: Star Zeng <star.zeng@intel.com>

commit d8487a34f0b931a007e64f02656d1f61882c317d
Author: Jiewen Yao <jiewen.yao@intel.com>
Date:   Thu Dec 22 13:43:37 2016 +0800

    MdeModulePkg/CapsuleLib: Add NULL capsule name in record.
    
    According to UEFI spec, capsule report variable should include
    a null terminator for capsule name and capsule target, if they are
    not present.
    
    The reserved field is zeroed.
    
    Cc: Feng Tian <feng.tian@intel.com>
    Cc: Star Zeng <star.zeng@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
    Reviewed-by: Feng Tian <feng.tian@intel.com>
    Reviewed-by: Star Zeng <star.zeng@intel.com>

commit 7e6e4f96069464ed6ee0669e181abe7cb6801223
Author: Jiewen Yao <jiewen.yao@intel.com>
Date:   Thu Dec 22 12:38:22 2016 +0800

    SignedCapsulePkg/SystemCapsuleLib: Add ASSERT check for PCD
    
    Add ASSERT check for PCD to avoid platform mis-configuration.
    
    Cc: Chao Zhang <chao.b.zhang@intel.com>
    Cc: Qin Long <qin.long@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
    Reviewed-by: Qin Long <qin.long@intel.com>

commit 492c05f599f550bc9926ffd18c045916cd0ce604
Author: Jiewen Yao <jiewen.yao@intel.com>
Date:   Thu Dec 22 12:36:39 2016 +0800

    SecurityPkg/FmpAuthLib: Add PublicKeyDataLength check
    
    Add PublicKeyDataLength check to be multiple SHA256_DIGEST_SIZE
    to avoid caller make mistake, or platform mis-configuration.
    
    Cc: Chao Zhang <chao.b.zhang@intel.com>
    Cc: Qin Long <qin.long@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
    Reviewed-by: Qin Long <qin.long@intel.com>

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

                 reply	other threads:[~2016-12-24 13:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=osstest-68269-mainreport@xen.org \
    --to=citrix-osstest@xenproject.org \
    --cc=osstest-admin@xenproject.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).