Planning/1.4/Testing: Difference between revisions

From QEMU
No edit summary
(Add note on gnutls warnings)
 
Line 21: Line 21:
|}
|}


* openSUSE Factory (arm) breaks with gnutls and --enable-werror due to deprecation warnings
* SLE11 SP2 pixman package breaks with --enable-werror due to -Wno-redundant-decls
* SLE11 SP2 pixman package breaks with --enable-werror due to -Wno-redundant-decls
* Mac OS X GCC shows some redundant redeclaration and potentially uninitialized variable warnings
* Mac OS X GCC shows some redundant redeclaration and potentially uninitialized variable warnings

Latest revision as of 18:22, 15 February 2013

Compilation test

OS w/o KVM Xen
openSUSE 12.2 x86_64 ? rc2 rc2
openSUSE Factory ppc64 ? rc2 N/A
SLES 11 SP2 s390x ? rc2 N/A
Mac OS X v10.5.8 ppc/ppc64 rc2 N/A N/A
OpenBSD 5.2 x86_64 rc2 N/A N/A
OpenIndiana 151a7 amd64 rc2 N/A N/A
SmartOS ? ? N/A
MinGW32 (cross-compilation) ? N/A N/A
  • openSUSE Factory (arm) breaks with gnutls and --enable-werror due to deprecation warnings
  • SLE11 SP2 pixman package breaks with --enable-werror due to -Wno-redundant-decls
  • Mac OS X GCC shows some redundant redeclaration and potentially uninitialized variable warnings
  • OpenBSD build output is cluttered due to system headers incompatible with -Wno-redundant-decls
  • OpenBSD amd64 has time_t as int, leading to warnings for TIME_MAX defined as LONG_MAX
  • illumos has struct option (getopt.h) with non-const char*, leading to warnings for string constants

Block

Test Result
qemu-iotests -qcow2 rc2
qemu-iotests -raw rc2