From 61c45960f8ba57e1c500d8d605adcdc920c0a6b5 Mon Sep 17 00:00:00 2001 From: Morgan Davies Date: Wed, 22 Apr 2020 09:37:32 +0100 Subject: [PATCH] Add x86 to generic-arch --- openjdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjdk/README.md b/openjdk/README.md index 5409bab650..a47cd30357 100644 --- a/openjdk/README.md +++ b/openjdk/README.md @@ -32,7 +32,7 @@ List items are testnames followed by labels, all MUST BE commented as to why they are here and use a label: * generic-all Problems on all platforms -* generic-ARCH Where ARCH is one of: x64, s390x, ppc64le, sparc, sparcv9, i586, etc. +* generic-ARCH Where ARCH is one of: x64, x86, s390x, ppc64le, sparc, sparcv9, i586, etc. * OSNAME-all Where OSNAME is one of: solaris, linux, windows, macosx, aix * OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. solaris-amd64 * OSNAME-REV Specific on to one OSNAME and REV, e.g. solaris-5.8