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] 68003: all pass
Date: Sun, 6 Nov 2016 03:48:56 +0000	[thread overview]
Message-ID: <osstest-68003-mainreport@xen.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4395 bytes --]

This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 3b25ca839bf84ff53f11e969698b85a51b8efb96
baseline version:
 ovmf                 fdaf78424da45b34ef515119cd308ffa8cd43d54

Last test of basis    67999  2016-11-05 00:51:50 Z    1 days
Testing same since    68003  2016-11-05 12:47:28 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Cinnamon Shia <cinnamon.shia@hpe.com>
  Laszlo Ersek <lersek@redhat.com>
  Marvin Haeuser <Marvin.Haeuser@outlook.com>
  Marvin Häuser <Marvin.Haeuser@outlook.com>
  Yonghong Zhu <yonghong.zhu@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                         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 3b25ca839bf84ff53f11e969698b85a51b8efb96
Author: Cinnamon Shia <cinnamon.shia@hpe.com>
Date:   Fri Nov 4 10:19:46 2016 +0800

    Edk2Setup.bat: Fix build errors from VS tools PREFIX ENV missing
    
    BaseTools/set_vsprefix_envs.bat is introduced for setting the PREFIX ENV
    of VS tools in tools_def.template.
    For example:
    
    DEFINE VS2015_BIN      = ENV(VS2015_PREFIX)Vc\bin
    DEFINE VS2015_DLL      = ENV(VS2015_PREFIX)Common7\IDE;DEF(VS2015_BIN)
    DEFINE VS2015_BINX64   = DEF(VS2015_BIN)\x86_amd64
    
    The issue is EdkSetup.bat calls BaseTools\set_vsprefix_envs.bat but
    Edk2Setup.bat does not.
    
    Edk2Setup.bat should call BaseTools/set_vsprefix_envs.bat  to set up the
    PREFIX ENV of VS tools.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Cinnamon Shia <cinnamon.shia@hpe.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit 7e7a8116640605be83528ab12837e71c6a2accae
Author: Yonghong Zhu <yonghong.zhu@intel.com>
Date:   Thu Nov 3 11:16:29 2016 +0800

    BaseTools: Add the support for character '<' and '>' in the map file
    
    Current the regex for the symbol in the map file doesn't support the '<'
    and '>' character, while user use Lambda Expression (C++11 feature), it
    would generate the something like @V<lambda_xxx>@ in the map file which
    cause build fail to parse the symbol in map file.
    
    Cc: Liming Gao <liming.gao@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>

commit 73d66c5871cc8aef4f482255eeeff60c2585bd4f
Author: Marvin Häuser <Marvin.Haeuser@outlook.com>
Date:   Fri Nov 4 13:32:39 2016 +0000

    OvmfPkg/ResetVector: Depend on PCD values of the page tables.
    
    Currently, the value of the page tables' address is hard-coded in the
    ResetVector. This patch replaces these values with a PCD dependency.
    
    A check for the size has been added to alert the developer to rewrite
    the ASM according to the new size, if it has been changed.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com>
    Reviewed-by: Laszlo Ersek <lersek@redhat.com>
    Tested-by: Laszlo Ersek <lersek@redhat.com>
    Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>


[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

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

                 reply	other threads:[~2016-11-06  3:48 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-68003-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.