All of lore.kernel.org
 help / color / mirror / Atom feed
* [ovmf baseline-only test] 38427: trouble: broken/pass
@ 2015-12-04 11:54 Platform Team regression test user
  0 siblings, 0 replies; only message in thread
From: Platform Team regression test user @ 2015-12-04 11:54 UTC (permalink / raw)
  To: xen-devel, osstest-admin

This run is configured for baseline tests only.

flight 38427 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/38427/

Failures and problems with tests :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-ovmf-amd64  3 host-install(3) broken REGR. vs. 38425

version targeted for testing:
 ovmf                 e04671e81a7fe842f640a926171048e5524b46e0
baseline version:
 ovmf                 dcb2e4bb61931e2dee1739bb76aba315002f0a82

Last test of basis    38425  2015-12-03 18:24:52 Z    0 days
Testing same since    38427  2015-12-04 06:56:15 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ard Biesheuvel <ard.biesheuvel@linaro.org>
  Jeff Fan <jeff.fan@intel.com>
  Jordan Justen <jordan.l.justen@intel.com>
  Wang Yu <yu.wang@intel.com>

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-xl-qemuu-ovmf-amd64                         broken  
 test-amd64-i386-xl-qemuu-ovmf-amd64                          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

broken-step test-amd64-amd64-xl-qemuu-ovmf-amd64 host-install(3)

Push not applicable.

------------------------------------------------------------
commit e04671e81a7fe842f640a926171048e5524b46e0
Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Date:   Thu Dec 3 08:51:36 2015 +0000

    ArmVirtPkg: use explicit KERNEL_BLOB_TYPE cast
    
    The ARM RVCT compiler does not allow implicit casts between enumerated
    types and integer types. In this particular case, the STUB_FILE::Position
    member is overloaded as a KERNEL_BLOB_TYPE identifier, so it does not
    hurt to make that cast explicit.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    Reviewed-by: Laszlo Ersek <lersek@redhat.com>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19108 6f19259b-4bc3-4df7-8a09-765794883524

commit 2e728930aa6aaeff230bb60f36c8e39632399bcc
Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Date:   Thu Dec 3 08:51:27 2015 +0000

    SecurityPkg: put missing empty lines at the end of some header files
    
    Some compilers (like RVCT) reject input files that do not end in a
    newline. So add missing newlines to some SecurityPkg header files.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19107 6f19259b-4bc3-4df7-8a09-765794883524

commit ce3ecf13645cadf80aedbc02f7b9934598263854
Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Date:   Thu Dec 3 08:51:17 2015 +0000

    MdeModulePkg: remove unreachable code
    
    Some compilers (like RVCT) are finicky about unreachable code,
    so remove it.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    Reviewed-by: Liming Gao <liming.gao@intel.com>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19106 6f19259b-4bc3-4df7-8a09-765794883524

commit 2c239d62fd37a8311bf3511ffbeca9d6057e114b
Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Date:   Thu Dec 3 08:51:06 2015 +0000

    IntelFrameworkModulePkg: remove unreachable code
    
    Some compilers (like RVCT) are finicky about unreachable code,
    so remove it.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    Reviewed-by: Liming Gao <liming.gao@intel.com>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19105 6f19259b-4bc3-4df7-8a09-765794883524

commit 103733f8e63b009b4f311e2df6bf32d5463082c7
Author: Jordan Justen <jordan.l.justen@intel.com>
Date:   Thu Dec 3 08:18:00 2015 +0000

    BaseTools PatchCheck.py: Support binary diff
    
    This allows a patch with binary data that is generated with --binary
    to be parsed by the PatchCheck.py script.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19104 6f19259b-4bc3-4df7-8a09-765794883524

commit 5d9cd24ede010b95b4e7ca891de1c9c10a0faa2e
Author: Wang Yu <yu.wang@intel.com>
Date:   Thu Dec 3 03:19:01 2015 +0000

    BaseTools: Add VS2015 tool chain in tools_def.template
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wang Yu <yu.wang@intel.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19101 6f19259b-4bc3-4df7-8a09-765794883524

commit 69206a0664cc5a67766ed7cf91c85cfcb45c18b5
Author: Jeff Fan <jeff.fan@intel.com>
Date:   Thu Dec 3 01:13:57 2015 +0000

    UefiCpuPkg/CpuS3DataDxe: Add more detailed description on GUID in INF
    
    Add the GUID gEfiEndOfDxeEventGroupGuid usage description in more details in
    INF file.
    
    Cc: Feng Tian <feng.tian@intel.com>
    Cc: Michael Kinney <michael.d.kinney@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@intel.com>
    Reviewed-by: Laszlo Ersek <lersek@redhat.com>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19100 6f19259b-4bc3-4df7-8a09-765794883524

commit 5c13dd09fcedd837cc7df1447b0f093fee2eef2e
Author: Jordan Justen <jordan.l.justen@intel.com>
Date:   Wed Dec 2 20:02:58 2015 +0000

    EmulatorPkg: Fix GCC49 build hang in PeiCore
    
    This is a port of 55e96f9c601781b8dc52c40747922f6ca3521f9e / r17902 to
    EmulatorPkg:
    
    commit 55e96f9c601781b8dc52c40747922f6ca3521f9e
    Author: Ruiyu Ni <ruiyu.ni@intel.com>
    Date:   Thu Jul 9 08:55:23 2015 +0000
    
        OvmfPkg: Fix GCC49 build hang in PeiCore
    
    Cc: Andrew Fish <afish@apple.com>
    Cc: Ruiyu Ni <ruiyu.ni@intel.com>
    Fixes: https://github.com/tianocore/edk2/issues/24
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19099 6f19259b-4bc3-4df7-8a09-765794883524

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

only message in thread, other threads:[~2015-12-04 11:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-04 11:54 [ovmf baseline-only test] 38427: trouble: broken/pass Platform Team regression test user

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.