All of lore.kernel.org
 help / color / mirror / Atom feed
* [ovmf baseline-only test] 71202: regressions - FAIL
@ 2017-04-18 19:18 Platform Team regression test user
  0 siblings, 0 replies; only message in thread
From: Platform Team regression test user @ 2017-04-18 19:18 UTC (permalink / raw)
  To: xen-devel, osstest-admin

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

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

only message in thread, other threads:[~2017-04-18 19:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-18 19:18 [ovmf baseline-only test] 71202: regressions - 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.