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

[seabios test] 60861: regressions - FAIL



flight 60861 seabios real [real]
http://logs.test-lab.xenproject.org/osstest/logs/60861/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm 19 guest-start/debianhvm.repeat 
fail REGR. vs. 60761

Regressions which are regarded as allowable (not blocking):
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 16 
guest-start/debianhvm.repeat fail REGR. vs. 60761
 test-amd64-amd64-xl-qemuu-win7-amd64 17 guest-stop             fail like 60761

Tests which did not succeed, but are not blocking:
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-i386-xl-qemuu-win7-amd64 17 guest-stop              fail never pass

version targeted for testing:
 seabios              2fc20dc42cf4a3131fb65c12b2825cd5daa91e7e
baseline version:
 seabios              4c904957cdadd8232fdf87fc370ffa97b22f1e17

Last test of basis    60761  2015-08-17 16:43:32 Z    8 days
Testing same since    60861  2015-08-24 15:10:25 Z    2 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Kevin O'Connor <kevin@xxxxxxxxxxxx>

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-libvirt-qemuu-debianhvm-amd64-xsm           pass    
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm            fail    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm                fail    
 test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm                 pass    
 test-amd64-i386-qemuu-rhel6hvm-amd                           pass    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64                    pass    
 test-amd64-i386-xl-qemuu-debianhvm-amd64                     pass    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         pass    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          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                     pass    
 test-amd64-amd64-xl-qemuu-winxpsp3                           pass    
 test-amd64-i386-xl-qemuu-winxpsp3                            pass    


------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
    http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

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


Not pushing.

------------------------------------------------------------
commit 2fc20dc42cf4a3131fb65c12b2825cd5daa91e7e
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Mon Aug 24 09:50:30 2015 -0400

    xhci: Minor - add USB port type comments to xhci_hub_reset()
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit 9f7b2362ef9d6f8e7de54c9d245778c575bd1b23
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Mon Aug 10 12:51:41 2015 -0400

    sdcard: Allow sdcard addresses to be specified in CBFS files
    
    Allow a hardcoded address to be specified in cbfs files with a prefix
    of "etc/sdcard".  Some real-world devices have valid SDHCI controllers
    that do not show up as PCI devices.
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit 5ddce09ab45ec87a61723c6b100e13294b5d7757
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Mon Aug 10 15:50:53 2015 -0400

    ps2: Eliminate "etc/ps2-poll-only"; use CONFIG_HARDWARE_IRQ instead
    
    The "etc/ps2-poll-only" runtime setting is directly tied to the new
    CONFIG_HARDWARE_IRQ setting - use the compile time setting to control
    both.
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit bd5f6c7432f4c8297871ed4e243dc69a9cece318
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Mon Aug 10 16:14:48 2015 -0400

    Add minimal support for machines without hardware interrupts
    
    Some Chromebooks (with Baytrail CPUs) apparently do not support
    routing of legacy interrupts.  This patch adds minimal support for
    running SeaBIOS in such an environment.  Even with this patch, it is
    known that old operating systems and even some recent bootloaders will
    not function without real hardware interrupts.
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit bc46ebe2edeb624c1d1ae6f5c914dd0ae12fb0fa
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Thu Aug 13 11:43:27 2015 -0400

    rtc: Support disabling the RTC timer irq support
    
    Add a build time config option to remove support for RTC timer
    interrupts along with the associated bios calls requiring that
    support.
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

_______________________________________________
Osstest-output mailing list
Osstest-output@xxxxxxxxxxxxxxxxxxxx
http://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output


 


Rackspace

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