Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JTReg Test Failure: java/lang/annotation/AnnotationsInheritanceOrderRedefinitionTest.java #6700

Closed
adam-thorpe opened this issue Aug 8, 2019 · 1 comment
Labels
perm excluded The test is unsuitable and permanently excluded. test failure

Comments

@adam-thorpe
Copy link

Failure link

Optional info

Failure output (captured from console output)

java.lang.Error: java.lang.NoSuchFieldException: classRedefinedCount
        at AnnotationsInheritanceOrderRedefinitionTest.<clinit>(AnnotationsInheritanceOrderRedefinitionTest.java:200)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
        at java.base/java.lang.Thread.run(Thread.java:831)
Caused by: java.lang.NoSuchFieldException: classRedefinedCount
        at java.base/java.lang.Class.getDeclaredField(Class.java:896)
        at AnnotationsInheritanceOrderRedefinitionTest.<clinit>(AnnotationsInheritanceOrderRedefinitionTest.java:197)
        ... 6 more
@M-Davies
Copy link

M-Davies commented Sep 5, 2019

Added to permanent exclusions list. This can be safely closed for now

JTReg failures automation moved this from To do to Done Sep 5, 2019
@pshipton pshipton added perm excluded The test is unsuitable and permanently excluded. and removed test excluded labels Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
perm excluded The test is unsuitable and permanently excluded. test failure
Projects
Development

No branches or pull requests

4 participants