RFR: 8080600: AARCH64: testlibrary does not support AArch64

Roland Westrelin roland.westrelin at oracle.com
Tue May 19 18:08:31 UTC 2015


>> http://cr.openjdk.java.net/~aph/8080600-2/
> 
> I’m pushing it.

The push failed:

test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java failed on OSX:

Verifying method group: ARCH
Trying to evaluate predicate with name isARM
Predicate evaluated to: false
Trying to evaluate predicate with name isPPC
Predicate evaluated to: false
Trying to evaluate predicate with name isSparc
Predicate evaluated to: false
Trying to evaluate predicate with name isX86
Predicate evaluated to: false
Trying to evaluate predicate with name isX64
Predicate evaluated to: true
Verifying method group: BITNESS
Trying to evaluate predicate with name is32bit
Predicate evaluated to: false
Trying to evaluate predicate with name is64bit
Predicate evaluated to: true
Verifying method group: OS
Trying to evaluate predicate with name isAix
Predicate evaluated to: false
Trying to evaluate predicate with name isLinux
Predicate evaluated to: false
Trying to evaluate predicate with name isOSX
Predicate evaluated to: true
Trying to evaluate predicate with name isSolaris
Predicate evaluated to: false
Trying to evaluate predicate with name isWindows
Predicate evaluated to: false
Verifying method group: VM_TYPE
Trying to evaluate predicate with name isClient
Predicate evaluated to: false
Trying to evaluate predicate with name isServer
Predicate evaluated to: true
Trying to evaluate predicate with name isGraal
Predicate evaluated to: false
Trying to evaluate predicate with name isMinimal
Predicate evaluated to: false
Trying to evaluate predicate with name isZero
Predicate evaluated to: false
STDERR:
java.lang.RuntimeException: All Platform's methods with signature '():Z' should be tested 
	at jdk.test.lib.Asserts.error(Asserts.java:444)
	at jdk.test.lib.Asserts.assertTrue(Asserts.java:371)
	at TestMutuallyExclusivePlatformPredicates.verifyCoverage(TestMutuallyExclusivePlatformPredicates.java:106)
	at TestMutuallyExclusivePlatformPredicates.main(TestMutuallyExclusivePlatformPredicates.java:70)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:502)
	at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
	at java.lang.Thread.run(Thread.java:745)

Any idea what’s going on?

Roland.



More information about the hotspot-dev mailing list