All of lore.kernel.org
 help / color / mirror / Atom feed
From: xen.org <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xensource.com
Cc: ian.jackson@eu.citrix.com
Subject: [qemu-upstream-unstable test] 17486: regressions - FAIL
Date: Sat, 6 Apr 2013 11:47:50 +0100	[thread overview]
Message-ID: <osstest-17486-mainreport@xen.org> (raw)

flight 17486 qemu-upstream-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/17486/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-winxpsp3  7 windows-install     fail REGR. vs. 17276

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-qemuu-win7-amd64 13 guest-stop             fail never pass
 test-amd64-i386-xl-qemuu-win7-amd64 13 guest-stop              fail never pass
 test-amd64-i386-xend-qemuu-winxpsp3 16 leak-check/check        fail never pass
 test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 13 guest-stop         fail never pass

version targeted for testing:
 qemuu                217ecf853bc888858a4dc36554bc5b430d3821ab
baseline version:
 qemuu                f3903bbac78a81fcbce1350cdce860764a62783a

------------------------------------------------------------
People who touched revisions under test:
  Stefano Stabellini <stefano.stabellini@eu.citrix.com>
  Weidong Han <hanweidong@huawei.com>
  Zhenguo Wang <wangzhenguo@huawei.com>
------------------------------------------------------------

jobs:
 build-amd64                                                  pass    
 build-armhf                                                  pass    
 build-i386                                                   pass    
 build-amd64-oldkern                                          pass    
 build-i386-oldkern                                           pass    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-i386-qemuu-rhel6hvm-amd                           pass    
 test-amd64-amd64-xl-qemuu-win7-amd64                         fail    
 test-amd64-i386-xl-qemuu-win7-amd64                          fail    
 test-amd64-i386-qemuu-rhel6hvm-intel                         pass    
 test-amd64-i386-xl-qemuu-winxpsp3-vcpus1                     fail    
 test-amd64-i386-xend-qemuu-winxpsp3                          fail    
 test-amd64-amd64-xl-qemuu-winxpsp3                           fail    


------------------------------------------------------------
sg-report-flight on woking.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images

Logs, config files, etc. are available at
    http://www.chiark.greenend.org.uk/~xensrcts/logs

Test harness code can be found at
    http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary


Not pushing.

------------------------------------------------------------
commit 217ecf853bc888858a4dc36554bc5b430d3821ab
Author: Hanweidong <hanweidong@huawei.com>
Date:   Tue Apr 2 13:22:41 2013 +0000

    xen-mapcache: pass the right size argument to test_bits
    
    Compute the correct size for test_bits().
    qemu_get_ram_ptr() and qemu_safe_ram_ptr() will call xen_map_cache()
    with size is 0 if the requested address is in the RAM.  Then
    xen_map_cache() will pass the size 0 to test_bits() for checking if the
    corresponding pfn was mapped in cache. But test_bits() will always
    return 1 when size is 0 without any bit testing. Actually, for this
    case, test_bits should check one bit. So this patch introduced a
    __test_bit_size which is greater than 0 and a multiple of XC_PAGE_SIZE,
    then test_bits can work correctly with __test_bit_size
    >> XC_PAGE_SHIFT as its size.
    
    upstream-commit-id: 044d4e1aae539bd4214175bd9591b3de7986cf18
    
    Signed-off-by: Zhenguo Wang <wangzhenguo@huawei.com>
    Signed-off-by: Weidong Han <hanweidong@huawei.com>
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

commit 7cde9aa1a4d36eca1f2517ed38740e84b84a8667
Author: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Date:   Tue Apr 2 13:23:40 2013 +0000

    xen-mapcache: replace last_address_index with a last_entry pointer
    
    Replace last_address_index and last_address_vaddr with a single pointer
    to the last MapCacheEntry used.
    
    upstream-commit-id: e2deee3ea6136b6189e8cfd26379420b9a398d96
    
    Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

                 reply	other threads:[~2013-04-06 10:47 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-17486-mainreport@xen.org \
    --to=ian.jackson@eu.citrix.com \
    --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.