summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2018-08-21 15:03:44 +0200
committerRichard Leitner <richard.leitner@skidata.com>2018-10-02 07:59:06 +0200
commitba6c8b1d94f55ef1a9e4f564590a45e2bf29e279 (patch)
tree8e3fd3e16635d13c351766fbe2f867e1bcb21ec9 /README
parentf83992acbe737a1d8cc87e73c8983b7fa2f64a1b (diff)
downloadmeta-java-ba6c8b1d94f55ef1a9e4f564590a45e2bf29e279.tar.gz
oeqa: runtime: java: enable test_java8_jar_comp_mode for armv7
As commit "openjdk-8: add aarch32 port 8u172b11" introduced support for the aarch32 port of openjdk-8 enable the test_java8_jar_comp_mode test for ARMv7 machines. This is done by skipping the test only for machines which have armv{4-6} in their tunes. Furthermore update the "Known Limitations" section in the README. This patch depends on OE-Core rev 10b935c713748346aea6c36c2f41e0ae6c320821, named "oeqa/core/decorator: add skipIfInDataVar" Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Acked-by: Henning Heinold <henning@itconsulting-heinold.de>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index f7b8782..0f510d7 100644
--- a/README
+++ b/README
@@ -78,7 +78,7 @@ Known Limitations/Bugs
78OpenJDK: 78OpenJDK:
79 The following OpenJDK version/target-architecture combinations currently 79 The following OpenJDK version/target-architecture combinations currently
80 only support "interpreted mode": 80 only support "interpreted mode":
81 openjdk-8 on arm 81 openjdk-8 on arm except armv7
82 openjdk-7 on aarch64 82 openjdk-7 on aarch64
83 openjdk-7 on x86 83 openjdk-7 on x86
84 openjdk-7 on x86-64 84 openjdk-7 on x86-64