All of lore.kernel.org
 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] 67862: all pass
Date: Tue, 11 Oct 2016 20:18:16 +0100	[thread overview]
Message-ID: <osstest-67862-mainreport@xen.org> (raw)

This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 a4bcf0bcdd81285e2ae881db7a51a454f8ab0951
baseline version:
 ovmf                 b3b58d4da79639ffb02e9a0556e21962bf918d1e

Last test of basis    67861  2016-10-11 14:17:47 Z    0 days
Testing same since    67862  2016-10-11 17:16:22 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Alexei <Alexei.Fedorov@arm.com>
  Alexei Fedorov <alexei.fedorov@arm.com>
  Evan Lloyd <evan.lloyd@arm.com>
  Sami Mujawar <sami.mujawar@arm.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                         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 a4bcf0bcdd81285e2ae881db7a51a454f8ab0951
Author: Alexei <Alexei.Fedorov@arm.com>
Date:   Wed Sep 21 21:33:15 2016 +0100

    ArmPlatformPkg: Remove UINTN cast when setting BaudRate.
    
    SerialPortInitialize() set the BaudRate variable (type UINT64) as:
    BaudRate = (UINTN)FixedPcdGet64 (PcdUartDefaultBaudRate);
    
    This commit fixes a potential problem on ARM 32-bit builds, where the
    UINTN type is defined as UINT32, by removing the cast:
    
    BaudRate = FixedPcdGet64 (PcdUartDefaultBaudRate);
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Alexei Fedorov <alexei.fedorov@arm.com>
    Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
    Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

commit 2d52a3a237c4294022030d99c82e26f9e58276ad
Author: Alexei <Alexei.Fedorov@arm.com>
Date:   Wed Sep 21 21:33:14 2016 +0100

    ArmPlatformPkg: Correct mendacious comments.
    
    Correct some obviously incorrect comments that have invalid details for
    the returned values.  (Copy /Paste problem?)
    There are no functional changes in this commit.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Alexei Fedorov <alexei.fedorov@arm.com>
    Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
    Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

commit 719a347c5df53a1dca6f80e06a285424228436e1
Author: Evan Lloyd <evan.lloyd@arm.com>
Date:   Wed Sep 21 21:33:13 2016 +0100

    ArmPlatformPkg: Fix PL011 FIFO size test
    
    This change updates PL011UartInitializePort to compare ReceiveFifoDepth
    with the correct hardware FIFO size instead of the constant 32 used
    previously.
    This corrects a minor bug where a request for a fifo size > 15 and < 32
    would not have been honoured on a system with a 16 byte FIFO.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
    Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
    Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

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

                 reply	other threads:[~2016-10-11 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-67862-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 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.