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

[Xen-devel] [seabios baseline-only test] 74926: tolerable FAIL



This run is configured for baseline tests only.

flight 74926 seabios real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/74926/

Failures :-/ but no regressions.

Tests which did not succeed, but are not blocking:
 test-amd64-i386-xl-qemuu-win10-i386 10 windows-install         fail like 74899
 test-amd64-amd64-qemuu-nested-intel 14 xen-boot/l1             fail like 74899
 test-amd64-i386-xl-qemuu-win7-amd64 17 guest-stop              fail like 74899
 test-amd64-amd64-xl-qemuu-win7-amd64 17 guest-stop             fail like 74899
 test-amd64-i386-xl-qemuu-dmrestrict-amd64-dmrestrict 10 debian-hvm-install 
fail never pass
 test-amd64-amd64-xl-qemuu-dmrestrict-amd64-dmrestrict 10 debian-hvm-install 
fail never pass
 test-amd64-amd64-xl-qemuu-ws16-amd64 10 windows-install        fail never pass
 test-amd64-i386-xl-qemuu-ws16-amd64 10 windows-install         fail never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check 
fail never pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check 
fail never pass
 test-amd64-amd64-qemuu-nested-amd 17 debian-hvm-install/l1/l2  fail never pass
 test-amd64-amd64-xl-qemuu-win10-i386 17 guest-stop             fail never pass

version targeted for testing:
 seabios              69ea6dabeba4e080fc916a6bc9a2d53ffb4f916c
baseline version:
 seabios              237fd3943d18d7d1a4c44aa2402c26fa62e7c380

Last test of basis    74899  2018-06-22 06:01:38 Z    8 days
Testing same since    74926  2018-06-30 00:23:27 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Gerd Hoffmann <kraxel@xxxxxxxxxx>

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            pass    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm                pass    
 test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm                 pass    
 test-amd64-amd64-qemuu-nested-amd                            fail    
 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-win7-amd64                         fail    
 test-amd64-i386-xl-qemuu-win7-amd64                          fail    
 test-amd64-amd64-xl-qemuu-ws16-amd64                         fail    
 test-amd64-i386-xl-qemuu-ws16-amd64                          fail    
 test-amd64-amd64-xl-qemuu-dmrestrict-amd64-dmrestrict        fail    
 test-amd64-i386-xl-qemuu-dmrestrict-amd64-dmrestrict         fail    
 test-amd64-amd64-xl-qemuu-win10-i386                         fail    
 test-amd64-i386-xl-qemuu-win10-i386                          fail    
 test-amd64-amd64-qemuu-nested-intel                          fail    
 test-amd64-i386-qemuu-rhel6hvm-intel                         pass    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64-shadow             pass    
 test-amd64-i386-xl-qemuu-debianhvm-amd64-shadow              pass    


------------------------------------------------------------
sg-report-flight on osstest.xs.citrite.net
logs: /home/osstest/logs
images: /home/osstest/images

Logs, config files, etc. are available at
    http://osstest.xs.citrite.net/~osstest/testlogs/logs

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


Push not applicable.

------------------------------------------------------------
commit 69ea6dabeba4e080fc916a6bc9a2d53ffb4f916c
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Fri Jun 22 08:43:04 2018 +0200

    cbvga_set_mode: refine clear display logic
    
    There is no need to skip text mode clearing.
    Clearing the framebuffer should be safe on legacy calls too.
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit d9a8b867a3af8090290b69b8f94b24e7fba9e504
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Wed Nov 15 14:43:10 2017 +0100

    qemu: add qemu ramfb support
    
    Add support for qemu ramfb.  This is a simple boot framebuffer device,
    with normal ram being used to back the framebuffer and fw_cfg being used
    to configure the device.
    
    Use case (on x86): boot display for vgpu devices (which neither emulate
    vga nor have a vgabios).
    
    Sharing fw_cfg code with seabios turned out to be difficuilt due to
    various dependencies the code has on infrastructure which only seabios
    has.  So include a copy of the code here, with those dependencies
    removed and also stripped down because we don't need a non-dma fallback
    here.
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit e1a9579acd66fb9c393c014ed26f569f20a1a4f1
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Fri Jun 15 07:55:47 2018 +0200

    vgasrc: add allocate_pmm()
    
    Factor out pmm allocation function from stack allocator.
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit a638acfa4cc772b42093c8bfe55669829a641293
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Fri Jun 15 12:07:34 2018 +0200

    pmm: use tmp zone on oom
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit 7bf9ffff1a6ac6a554ddb508fe468c0a88235c8f
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Fri Jun 15 08:18:45 2018 +0200

    bochs_display_setup: return error on failure
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit ddbb6da35099f99edaad3ddad2a187591387925c
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Wed May 30 23:57:06 2018 +0200

    cbvga_set_mode: disable clearmem in windows x86 emulator.
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit 0c2b3b1d95cf35d1a08c5dab6579acbb1f20e2c1
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Wed May 30 16:19:02 2018 +0200

    cbvga_list_modes: don't list current mode twice
    
    In case we've already added the framebuffer video mode
    to the list do not add number 0x140.
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit 902bacb5f00b72efaf55865c665a4bb4c0f46459
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Wed May 30 22:52:04 2018 +0200

    cbvga_setup_modes: use real mode number instead of 0x140
    
    In case the framebuffer size matches one of the cbvga video modes
    just use that mode number instead of 0x140.
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit 77404b450d30a1d7860e717e98762b8a4745341d
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Wed Nov 15 14:43:10 2017 +0100

    qemu: add bochs-display support
    
    Use coreboot text mode emulation to also support the qemu bochs-display
    device.  This is a new display device supporting simple linear
    framebuffers, using the bochs register interface.  No support for legacy
    vga (text modes, planar modes, cga modes, 8bpp palette modes all
    dropped).  The bochs interface is compatible with the qemu stdvga.
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit 4d70b24b86012e382cf551ce72c2dd6c92a6d1fa
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Wed May 30 22:50:42 2018 +0200

    cbvga: factor out cbvga_setup_modes()
    
    Factor out generic data structure setup code from cbvga_setup().
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit e28e0bb39b6a8cca7da196491ad80f1b96d1c806
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Wed May 30 13:49:06 2018 +0200

    optionrom: enable non-vga display devices
    
    In case no VGA device was found look for other display devices.
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

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