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

[Xen-devel] [xen-4.0-testing test] 9754: regressions - FAIL



flight 9754 xen-4.0-testing real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/9754/

Regressions :-(

Tests which did not succeed and are blocking:
 build-amd64                   4 xen-build                  fail REGR. vs. 9612
 build-amd64-oldkern           4 xen-build                  fail REGR. vs. 9612
 build-amd64-pvops             4 kernel-build               fail REGR. vs. 9612

Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
 test-amd64-amd64-xl-pcipt-intel  1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-xl-multivcpu  1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-win-vcpus1    1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-pv           1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-rhel6hvm-amd  1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl-sedf      1 xen-build-check(1)           blocked  n/a
 test-i386-i386-xl            15 guest-stop                   fail   never pass
 test-i386-i386-win           16 leak-check/check             fail   never pass
 test-i386-i386-xl-win         7 windows-install              fail   never pass
 test-amd64-i386-xl-win-vcpus1  1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl           1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-xl-credit2    1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-xl-win       1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-xl            1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-rhel6hvm-intel  1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-pv            1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-win           1 xen-build-check(1)           blocked  n/a
 test-amd64-i386-pair          1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-win          1 xen-build-check(1)           blocked  n/a
 test-amd64-amd64-pair         1 xen-build-check(1)           blocked  n/a

version targeted for testing:
 xen                  cdff7052bad8
baseline version:
 xen                  a5cc3b953ed9

------------------------------------------------------------
People who touched revisions under test:
  Keir Fraser <keir@xxxxxxx>
  Mark Langsdorf <mark.langsdorf@xxxxxxx>
  Wei Huang <wei.huang2@xxxxxxx>
------------------------------------------------------------

jobs:
 build-amd64                                                  fail    
 build-i386                                                   pass    
 build-amd64-oldkern                                          fail    
 build-i386-oldkern                                           pass    
 build-amd64-pvops                                            fail    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl                                          blocked 
 test-amd64-i386-xl                                           blocked 
 test-i386-i386-xl                                            fail    
 test-amd64-i386-rhel6hvm-amd                                 blocked 
 test-amd64-i386-xl-credit2                                   blocked 
 test-amd64-amd64-xl-pcipt-intel                              blocked 
 test-amd64-i386-rhel6hvm-intel                               blocked 
 test-amd64-i386-xl-multivcpu                                 blocked 
 test-amd64-amd64-pair                                        blocked 
 test-amd64-i386-pair                                         blocked 
 test-i386-i386-pair                                          pass    
 test-amd64-amd64-pv                                          blocked 
 test-amd64-i386-pv                                           blocked 
 test-i386-i386-pv                                            pass    
 test-amd64-amd64-xl-sedf                                     blocked 
 test-amd64-i386-win-vcpus1                                   blocked 
 test-amd64-i386-xl-win-vcpus1                                blocked 
 test-amd64-amd64-win                                         blocked 
 test-amd64-i386-win                                          blocked 
 test-i386-i386-win                                           fail    
 test-amd64-amd64-xl-win                                      blocked 
 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:   21552:cdff7052bad8
tag:         tip
user:        Mark Langsdorf <mark.langsdorf@xxxxxxx>
date:        Sat Nov 12 16:15:19 2011 +0000
    
    x86/amd: Eliminate cache flushing when entering C3 on select AMD processors
    
    AMD Fam15h processors have a shared cache. It does not need=
    to be be flushed when entering C3 and doing so causes reduces
    performance. Modify acpi_processor_power_init_bm_check to
    prevent these processors from flushing when entering C3.
    
    Signed-off-by: Mark Langsdorf <mark.langsdorf@xxxxxxx>
    xen-unstable changeset:   23511:450f1d198e1e
    xen-unstable date:        Tue Jun 14 12:46:29 2011 +0100
    Committed-by: Keir Fraser <keir@xxxxxxx>
    
    
changeset:   21551:a5cc3b953ed9
user:        Wei Huang <wei.huang2@xxxxxxx>
date:        Tue Oct 25 16:44:40 2011 +0100
    
    amd xsave: Move xsave initialization code to a common place
    
    This patch moves xsave/xrstor code to CPU common file. First of all,
    it prepares xsave/xrstor support for AMD CPUs. Secondly, Xen would
    crash on __context_switch() without this patch on xsave-capable AMD
    CPUs. The crash was due to cpu_has_xsave reports true in domain.c
    while xsave space wasn't initialized.
    
    Signed-off-by: Wei Huang <wei.huang2@xxxxxxx>
    xen-unstable changeset:   22462:98eb4a334b77
    xen-unstable date:        Tue Dec 07 18:26:38 2010 +0000
    
    
(qemu changes not included)

_______________________________________________
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®.