summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* oeqa: runtime: java: Drop OETestIDRichard Leitner2019-06-062-2/+0
| | | | | | | | | Since "warrior" the OETestIDs are not longer supported in OE-Core, therefore remove them. Removed in OE-Core rev: 551153b0bd1ebbc05582f6014e3d88b9ce4a46d0 Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* oeqa: runtime: java: skip java7 comp test for powerpcRichard Leitner2018-12-181-0/+1
| | | | Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* oeqa: runtime: java: skip java7 comp test for ppcRichard Leitner2018-10-021-0/+1
| | | | Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* oeqa: runtime: java: enable test_java8_jar_comp_mode for armv7Richard Leitner2018-10-021-2/+4
| | | | | | | | | | | | | | | 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>
* oeqa: runtime: java: skip not supported version/arch combinationsRichard Leitner2018-08-141-1/+21
| | | | | | | | | | | | | | The following OpenJDK Version/Target architecture combinations are currently not supported with "compiled mode" aka JIT: OpenJRE-8 on arm OpenJDK-7 on aarch64 OpenJDK-7 on x86 OpenJDK-7 on x86-64 Therefore we skip the correspoding oeqa runtime tests for now. Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* oeqa: runtime: add java & javac testcasesRichard Leitner2018-06-194-0/+100
These testcases verify that java and javac are working. They will be used as "quality-gate" test for accepting patches in the future. Signed-off-by: Richard Leitner <richard.leitner@skidata.com>