Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ktest: remove obsolete architectures

A number of architectures are being removed from the kernel, so
we no longer need to test them.

Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+1 -30
+1 -30
tools/testing/ktest/examples/crosstests.conf
··· 59 59 60 60 # By setting both DO_FAILED and DO_DEFAULT to zero, you can pick a single 61 61 # arch that you want to test. (uncomment RUN and chose your arch) 62 - #RUN := m32r 62 + #RUN := arm 63 63 64 64 # At the bottom of the config file exists a bisect test. You can update that 65 65 # test and set DO_FAILED and DO_DEFAULT to zero, and uncomment this variable ··· 106 106 CROSS = arm-unknown-linux-gnueabi 107 107 ARCH = arm 108 108 109 - # black fin 110 - TEST_START IF ${RUN} == bfin || ${DO_DEFAULT} 111 - CROSS = bfin-uclinux 112 - ARCH = blackfin 113 - BUILD_OPTIONS = -j8 vmlinux 114 - 115 - # cris - FAILS? 116 - TEST_START IF ${RUN} == cris || ${RUN} == cris64 || ${DO_FAILED} 117 - CROSS = cris-linux 118 - ARCH = cris 119 - 120 - # cris32 - not right arch? 121 - TEST_START IF ${RUN} == cris || ${RUN} == cris32 || ${DO_FAILED} 122 - CROSS = crisv32-linux 123 - ARCH = cris 124 - 125 109 # ia64 126 110 TEST_START IF ${RUN} == ia64 || ${DO_DEFAULT} 127 111 CROSS = ia64-linux 128 112 ARCH = ia64 129 - 130 - # frv 131 - TEST_START IF ${RUN} == frv || ${DO_FAILED} 132 - CROSS = frv-linux 133 - ARCH = frv 134 - GCC_VER = 4.5.1 135 113 136 114 # m68k fails with error? 137 115 TEST_START IF ${RUN} == m68k || ${DO_DEFAULT} ··· 125 147 TEST_START IF ${RUN} == mips || ${RUN} == mips32 || ${DO_DEFAULT} 126 148 CROSS = mips-linux 127 149 ARCH = mips 128 - 129 - # m32r 130 - TEST_START IF ${RUN} == m32r || ${DO_FAILED} 131 - CROSS = m32r-linux 132 - ARCH = m32r 133 - GCC_VER = 4.5.1 134 - BUILD_OPTIONS = -j8 vmlinux 135 150 136 151 # parisc64 failed? 137 152 TEST_START IF ${RUN} == hppa || ${RUN} == hppa64 || ${DO_FAILED}