[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [xen-unstable test] 8302: regressions - FAIL



flight 8302 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/8302/

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-i386-pv            5 xen-boot                   fail REGR. vs. 8289
 test-amd64-i386-win-vcpus1    5 xen-boot                   fail REGR. vs. 8289
 test-i386-i386-win            5 xen-boot                   fail REGR. vs. 8289
 test-amd64-i386-xl-win-vcpus1  5 xen-boot                  fail REGR. vs. 8289

Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
 test-amd64-i386-rhel6hvm-intel  9 guest-start.2                fail never pass
 test-amd64-amd64-xl-pcipt-intel  9 guest-start                 fail never pass
 test-amd64-i386-rhel6hvm-amd  5 xen-boot                     fail    like 8289
 test-amd64-i386-xl            5 xen-boot                     fail    like 8289
 test-amd64-amd64-pv           5 xen-boot                     fail    like 8289
 test-amd64-amd64-xl           5 xen-boot                     fail    like 8289
 test-amd64-amd64-win         16 leak-check/check             fail   never pass
 test-amd64-i386-win          16 leak-check/check             fail   never pass
 test-amd64-amd64-xl-win       5 xen-boot                     fail    like 8289
 test-i386-i386-xl-win         5 xen-boot                     fail    like 8289

version targeted for testing:
 xen                  0f36c2eec2e1
baseline version:
 xen                  fa4e2ca9ecff

------------------------------------------------------------
People who touched revisions under test:
  Anthony PERARD <anthony.perard@xxxxxxxxxx>
  Christoph Egger <Christoph.Egger@xxxxxxx>
  George Dunlap <george.dunlap@xxxxxxxxxxxxx>
  Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
  Keir Fraser <keir@xxxxxxx>
  Olaf Hering <olaf@xxxxxxxxx>
  Tim Deegan <Tim.Deegan@xxxxxxxxxx>
------------------------------------------------------------

jobs:
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-oldkern                                          pass    
 build-i386-oldkern                                           pass    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl                                          fail    
 test-amd64-i386-xl                                           fail    
 test-i386-i386-xl                                            pass    
 test-amd64-i386-rhel6hvm-amd                                 fail    
 test-amd64-i386-xl-credit2                                   pass    
 test-amd64-amd64-xl-pcipt-intel                              fail    
 test-amd64-i386-rhel6hvm-intel                               fail    
 test-amd64-i386-xl-multivcpu                                 pass    
 test-amd64-amd64-pair                                        pass    
 test-amd64-i386-pair                                         pass    
 test-i386-i386-pair                                          pass    
 test-amd64-amd64-pv                                          fail    
 test-amd64-i386-pv                                           fail    
 test-i386-i386-pv                                            pass    
 test-amd64-i386-win-vcpus1                                   fail    
 test-amd64-i386-xl-win-vcpus1                                fail    
 test-amd64-amd64-win                                         fail    
 test-amd64-i386-win                                          fail    
 test-i386-i386-win                                           fail    
 test-amd64-amd64-xl-win                                      fail    
 test-i386-i386-xl-win                                        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.

------------------------------------------------------------
changeset:   23756:0f36c2eec2e1
tag:         tip
user:        Keir Fraser <keir@xxxxxxx>
date:        Thu Jul 28 15:40:54 2011 +0100
    
    hvmloader: Enable SCI in QEMU has it disabled.
    
    When booting a Windows guest, the OS report an issue with the ACPI (in
    a BSOD). The exact issue is "SCI_EN never becomes set in PM1 Control
    Register." (quoted from WinDbg help).
    
    So this patch enables the flags SCI_EN if it is not yet enabled.
    
    Reported-by: Tobias Geiger <tobias.geiger@xxxxxxxxx>
    Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
    Signed-off-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   23755:ba78ea7784c9
user:        Tim Deegan <Tim.Deegan@xxxxxxxxxx>
date:        Thu Jul 28 13:45:09 2011 +0100
    
    x86/mm: Handle 1GiB superpages in the pagetable walker.
    
    This allows HAP guests to use 1GiB superpages.  Shadow and PV guests
    still can't use them without more support in shadow/* and mm.c.
    
    Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
    Signed-off-by: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
    
    
changeset:   23754:fa4e2ca9ecff
user:        George Dunlap <george.dunlap@xxxxxxxxxxxxx>
date:        Tue Jul 26 18:37:32 2011 +0100
    
    xen: AMD IOMMU: Automatically enable per-device vector maps
    
    Automatically enable per-device vector maps when using IOMMU,
    unless disabled specifically by an IOMMU parameter.
    
    Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>
    
    
========================================
commit cd776ee9408ff127f934a707c1a339ee600bc127
Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Date:   Tue Jun 28 13:50:53 2011 +0100

    qemu-char.c: fix incorrect CONFIG_STUBDOM handling
    
    qemu-char.c:1123:7: warning: "CONFIG_STUBDOM" is not defined [-Wundef]
    
    Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
    Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.