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] 71202: regressions - FAIL
Date: Tue, 18 Apr 2017 20:18:03 +0100	[thread overview]
Message-ID: <osstest-71202-mainreport@xen.org> (raw)

This run is configured for baseline tests only.

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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-i386                    5 xen-build                 fail REGR. vs. 71201

Tests which did not succeed, but are not blocking:
 test-amd64-i386-xl-qemuu-ovmf-amd64  1 build-check(1)              blocked n/a
 build-i386-libvirt            1 build-check(1)               blocked  n/a

version targeted for testing:
 ovmf                 f76bc44362e5f0a2ea509c07b2f6846bd9833ee8
baseline version:
 ovmf                 51de5c302fed13b110963b3863fe69d6e2a51079

Last test of basis    71201  2017-04-18 11:16:47 Z    0 days
Testing same since    71202  2017-04-18 17:20:30 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Dandan Bi <dandan.bi@intel.com>

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


------------------------------------------------------------
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 f76bc44362e5f0a2ea509c07b2f6846bd9833ee8
Author: Dandan Bi <dandan.bi@intel.com>
Date:   Wed Apr 12 11:21:52 2017 +0800

    MdeModulePkg/HiiDB: Avoid incorrect results of multiplication
    
    An example:
    The codes in function Output8bitPixel in Image.c:
    OffsetY = BITMAP_LEN_8_BIT ((UINT32) Image->Width, Ypos);
    
    Both Image->Width and Ypos are of type UINT16. They will be promoted to
    int (signed) first, and then perform the multiplication defined by macro
    BITMAP_LEN_8_BIT. If the result of multiplication between Image->Width and
    Ypos exceeds the range of type int, a potential incorrect results
    will be assigned to OffsetY.
    
    This commit adds explicit UINT32 type cast for 'Image->Width' to avoid
    possible overflow in the int range. And also fix similar issues in
    HiiDatabase.
    
    Cc: Eric Dong <eric.dong@intel.com>
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Hao Wu <hao.a.wu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@intel.com>
    Reviewed-by: Hao Wu <hao.a.wu@intel.com>

commit d508fe87fe73f1e99c5e71ff2aa49459cbe68d2f
Author: Dandan Bi <dandan.bi@intel.com>
Date:   Mon Apr 17 16:12:48 2017 +0800

    MdeModulePkg/BMMUiLib: Update codes of initializing ConsoleXXXCheck array
    
    When initializing ConsoleOutCheck/ConsoleInCheck/ConsoleErrCheck array in
    BMM_FAKE_NV_DATA structure, also need to consider whether the terminal
    device is ConOut/ConIn/ConErr or not.
    
    Cc: Eric Dong <eric.dong@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@intel.com>
    Reviewed-by: Eric Dong <eric.dong@intel.com>

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

                 reply	other threads:[~2017-04-18 19:18 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-71202-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).