[oe] [meta-java][PATCH] oeqa: runtime: java: skip java7 comp test for powerpc

Richard Leitner richard.leitner at skidata.com
Tue Dec 18 15:08:47 UTC 2018


Hi,
this is a note to let you know that I've just added this patch to the
master-next branch of the meta-java repository at
	git://git.yoctoproject.org/meta-java

As soon as it has gone through some more testing it will likely be
merged to the master branch.

If you have any questions, please let me know.

regards;Richard.L

On 18.12.18 16:02, Richard Leitner wrote:
> Signed-off-by: Richard Leitner <richard.leitner at skidata.com>
> ---
>  lib/oeqa/runtime/cases/java.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/oeqa/runtime/cases/java.py b/lib/oeqa/runtime/cases/java.py
> index 6bcdd03..142a49c 100644
> --- a/lib/oeqa/runtime/cases/java.py
> +++ b/lib/oeqa/runtime/cases/java.py
> @@ -59,6 +59,7 @@ class JavaTest(OERuntimeTestCase):
>      @skipIfDataVar('ARCH', 'x86', 'OpenJDK 7 compiled mode not yet supported for x86')
>      @skipIfDataVar('ARCH', 'x86-64', 'OpenJDK 7 compiled mode not yet supported for x86-64')
>      @skipIfDataVar('ARCH', 'ppc', 'OpenJDK 7 compiled mode not yet supported for ppc')
> +    @skipIfDataVar('ARCH', 'powerpc', 'OpenJDK 7 compiled mode not yet supported for powerpc')
>      def test_java7_jar_comp_mode(self):
>          status, output = self.target.run('java -showversion -Xcomp -jar /tmp/test.jar')
>          msg = 'Exit status was not 0. Output: %s' % output
> 


More information about the Openembedded-devel mailing list