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.xenproject.org, osstest-admin@xenproject.org
Subject: [ovmf baseline-only test] 74946: all pass
Date: Sun, 8 Jul 2018 20:14:40 +0100	[thread overview]
Message-ID: <osstest-74946-mainreport@xen.org> (raw)

This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 39456d00f36e04b7e7efb208f350f4e83b6c3531
baseline version:
 ovmf                 9fb2cbdac4cb3122d72223cff02395daf751e365

Last test of basis    74945  2018-07-08 12:22:54 Z    0 days
Testing same since    74946  2018-07-08 16:49:55 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Gary Lin <glin@suse.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 39456d00f36e04b7e7efb208f350f4e83b6c3531
Author: Gary Lin <glin@suse.com>
Date:   Wed Jun 27 18:07:56 2018 +0800

    BaseTools: Unify long and int in Expression.py
    
    Per PEP237(*), 'long' is unified with 'int' and removed from python3.
    
    * To make the script compatible with both python2 and python3,
      'type(0L)' is replaced with 'type(sys.maxsize + 1)'. In python2,
      the number is 'long', while it's 'int' in python3. We can remove
      the workaround after moving to python3 completely.
    
    * long() is replaced with int() since int() returns a long when need.
    
    (*) https://www.python.org/dev/peps/pep-0237/
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Cc: Liming Gao <liming.gao@intel.com>
    Signed-off-by: Gary Lin <glin@suse.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

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

                 reply	other threads:[~2018-07-08 19:14 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-74946-mainreport@xen.org \
    --to=citrix-osstest@xenproject.org \
    --cc=osstest-admin@xenproject.org \
    --cc=xen-devel@lists.xenproject.org \
    /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).