Disable i686 tests.

Crashed in:

[    0.647000] ------------[ cut here ]------------
[    0.649000] WARNING: CPU: 0 PID: 1 at arch/x86/kernel/traps.c:696 do_debug+0x257/0x270
[    0.651000] Modules linked in:
[    0.652000] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.7.0-0.rc2.git3.2.fc25.i686+PAE #1
[    0.652000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.9.1-3.fc25 04/01/2014
[    0.652000]  c0e14967 87ff2a3b 11301286 de903e24 c0753a07 00000000 c0d193d7 de903e54
[    0.652000]  c046b4fa c0d1dc70 00000000 00000001 c0d193d7 000002b8 c0422be7 000002b8
[    0.652000]  00000000 de903e9c de908000 de903e68 c046b60a 00000009 00000000 00000000
[    0.652000] Call Trace:
[    0.652000]  [<c0753a07>] dump_stack+0x58/0x81
[    0.652000]  [<c046b4fa>] __warn+0xea/0x110
[    0.652000]  [<c0422be7>] ? do_debug+0x257/0x270
[    0.652000]  [<c046b60a>] warn_slowpath_null+0x2a/0x30
[    0.652000]  [<c0422be7>] do_debug+0x257/0x270
[    0.652000]  [<c0b3fce2>] debug+0x4a/0x64
[    0.652000]  [<c0f018cb>] ? test_atomics+0xd39/0x1724
[    0.652000]  [<c0762fca>] ? prandom_warmup+0x4a/0x50
[    0.652000]  [<c0f00b92>] ? dynamic_debug_init+0x20d/0x20d
[    0.652000]  [<c0402182>] do_one_initcall+0x42/0x170
[    0.652000]  [<c0402182>] ? do_one_initcall+0x42/0x170
[    0.652000]  [<c0ec9596>] ? repair_env_string+0x12/0x54
[    0.652000]  [<c0487a09>] ? parse_args+0x2a9/0x590
[    0.652000]  [<c0ec9d1c>] kernel_init_freeable+0x13b/0x1b9
[    0.652000]  [<c0b38040>] kernel_init+0x10/0x100
[    0.652000]  [<c0493e31>] ? schedule_tail+0x11/0x50
[    0.652000]  [<c0b3eb62>] ret_from_kernel_thread+0xe/0x24
[    0.652000]  [<c0b38030>] ? rest_init+0x70/0x70
[    0.655000] ---[ end trace 077ac1a430eb61c5 ]---

But no one cares about i686 any longer, so just disable the test,
probably permanently.
This commit is contained in:
Richard W.M. Jones 2016-06-13 20:48:41 +01:00
parent 94e1d4bb76
commit aa63cef2d7
1 changed files with 2 additions and 1 deletions

View File

@ -903,8 +903,9 @@ popd
%check
# arm: https://bugzilla.redhat.com/show_bug.cgi?id=1325085
# i686: constantly broken, so I have disabled it, probably forever
# power64: https://bugzilla.redhat.com/show_bug.cgi?id=1293024
%ifnarch %{arm} %{power64}
%ifnarch %{arm} %{ix86} %{power64}
# Note that the major tests are done after the package has been built.
#