xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [xen-unstable test] 6832: regressions - FAIL
@ 2011-04-14  5:38 xen.org
  0 siblings, 0 replies; only message in thread
From: xen.org @ 2011-04-14  5:38 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson

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

Regressions :-(

Tests which did not succeed and are blocking:
 test-amd64-i386-xl-credit2    9 guest-start                fail REGR. vs. 6829

Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
 test-amd64-amd64-win         16 leak-check/check             fail   never pass
 test-amd64-amd64-xl-win      13 guest-stop                   fail   never pass
 test-amd64-i386-rhel6hvm-amd  8 guest-saverestore            fail   never pass
 test-amd64-i386-rhel6hvm-intel  8 guest-saverestore            fail never pass
 test-amd64-i386-win-vcpus1   16 leak-check/check             fail   never pass
 test-amd64-i386-win          16 leak-check/check             fail   never pass
 test-amd64-i386-xl-win-vcpus1 13 guest-stop                   fail  never pass
 test-amd64-xcpkern-i386-rhel6hvm-amd  8 guest-saverestore      fail never pass
 test-amd64-xcpkern-i386-rhel6hvm-intel  8 guest-saverestore    fail never pass
 test-amd64-xcpkern-i386-win  16 leak-check/check             fail   never pass
 test-amd64-xcpkern-i386-xl-win 13 guest-stop                   fail never pass
 test-i386-i386-win           16 leak-check/check             fail   never pass
 test-i386-i386-xl-win        13 guest-stop                   fail   never pass
 test-i386-xcpkern-i386-win   16 leak-check/check             fail   never pass

version targeted for testing:
 xen                  3f00c5faa12a
baseline version:
 xen                  ab15b6853300

------------------------------------------------------------
People who touched revisions under test:
  Christoph Egger <Christoph.Egger@amd.com>
  Keir Fraser <keir@xen.org>
  Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  Tim Deegan <Tim.Deegan@citrix.com>
------------------------------------------------------------

jobs:
 build-i386-xcpkern                                           pass     
 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                                          pass     
 test-amd64-i386-xl                                           pass     
 test-i386-i386-xl                                            pass     
 test-amd64-xcpkern-i386-xl                                   pass     
 test-i386-xcpkern-i386-xl                                    pass     
 test-amd64-i386-rhel6hvm-amd                                 fail     
 test-amd64-xcpkern-i386-rhel6hvm-amd                         fail     
 test-amd64-i386-xl-credit2                                   fail     
 test-amd64-xcpkern-i386-xl-credit2                           pass     
 test-amd64-i386-rhel6hvm-intel                               fail     
 test-amd64-xcpkern-i386-rhel6hvm-intel                       fail     
 test-amd64-i386-xl-multivcpu                                 pass     
 test-amd64-xcpkern-i386-xl-multivcpu                         pass     
 test-amd64-amd64-pair                                        pass     
 test-amd64-i386-pair                                         pass     
 test-i386-i386-pair                                          pass     
 test-amd64-xcpkern-i386-pair                                 pass     
 test-i386-xcpkern-i386-pair                                  pass     
 test-amd64-amd64-pv                                          pass     
 test-amd64-i386-pv                                           pass     
 test-i386-i386-pv                                            pass     
 test-amd64-xcpkern-i386-pv                                   pass     
 test-i386-xcpkern-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-xcpkern-i386-win                                  fail     
 test-i386-xcpkern-i386-win                                   fail     
 test-amd64-amd64-xl-win                                      fail     
 test-i386-i386-xl-win                                        fail     
 test-amd64-xcpkern-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:   23225:3f00c5faa12a
tag:         tip
user:        Keir Fraser <keir@xen.org>
date:        Wed Apr 13 16:10:26 2011 +0100
    
    x86: make the pv-only e820 array be dynamic.
    
    During creation of the PV domain we allocate the E820 structure to
    have the amount of E820 entries on the machine, plus the number three.
    
    This will allow the tool stack to fill the E820 with more than three
    entries. Specifically the use cases is , where the toolstack retrieves
    the E820, sanitizes it, and then sets it for the PV guest (for PCI
    passthrough), this dynamic number of E820 is just right.
    
    Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
    Signed-off-by: Keir Fraser <keir@xen.org>
    
    
changeset:   23224:3b2182100ba2
user:        Christoph Egger <Christoph.Egger@amd.com>
date:        Wed Apr 13 14:14:59 2011 +0100
    
    x86/svm/asid: Introduce svm_invlpga()
    
    Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
    
    
changeset:   23223:2284c79b606a
user:        Christoph Egger <Christoph.Egger@amd.com>
date:        Wed Apr 13 14:14:32 2011 +0100
    
    x86/hvm/asid: Use C99 integer types for asid numbers
    
    Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
    
    
changeset:   23222:ebebb4c54561
user:        Christoph Egger <Christoph.Egger@amd.com>
date:        Wed Apr 13 14:09:55 2011 +0100
    
    tools/xentrace: decode 'continue_running' and 'RDTSC' entries.
    
    Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
    
    
changeset:   23221:ab15b6853300
user:        Tim Deegan <Tim.Deegan@citrix.com>
date:        Wed Apr 13 09:18:10 2011 +0100
    
    Remove "uninitialized_var" macro, which doesn't work with clang.
    
    Since its only user is in ACPI parsing code, the extra overhead of
    initializing to 0 is not worth fighting over.
    
    Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
    
    
(qemu changes not included)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-14  5:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-14  5:38 [xen-unstable test] 6832: regressions - FAIL xen.org

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).