Skip to content

Conversation

@dellis1972
Copy link
Contributor

@dellis1972 dellis1972 commented Jun 21, 2021

Since 5da92bd we are seeing the on device tests fail with the following error.

error JAVAC0000: java.lang.AssertionError: annotationType() :  unrecognized Attribute name MODULE (class com.sun.tools.javac.util.SharedNameTable$NameImpl)

This suggests that AP 31 requires JDK 11 in order to compile.
So lets bump the version which we use for the on device tests for now,
until we can figure out what do actually do.

Copy link
Member

@jonathanpeppers jonathanpeppers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kind of think we should merge this to get CI green.

Then revisit next week what we should do?

Since 5da92bd we are seeing the on device tests fail with the following error.

    error JAVAC0000: java.lang.AssertionError: annotationType() :  unrecognized Attribute name MODULE (class com.sun.tools.javac.util.SharedNameTable$NameImpl)

This suggests that AP 31 requires JDK 11 in order to compile.
So lets bump the version which we use for the on device tests for now,
until we can figure out what do actually do.
@dellis1972 dellis1972 force-pushed the usejdk11fordevicetests branch from 62d106d to 3f35fef Compare June 22, 2021 13:56
@dellis1972 dellis1972 marked this pull request as ready for review June 22, 2021 13:56
@jonathanpeppers jonathanpeppers merged commit d14f4a2 into dotnet:main Jun 22, 2021
jonathanpeppers pushed a commit that referenced this pull request Jun 22, 2021
Since 5da92bd, we are seeing the on device tests fail with the following error.

    error JAVAC0000: java.lang.AssertionError: annotationType() :  unrecognized Attribute name MODULE (class com.sun.tools.javac.util.SharedNameTable$NameImpl)

This suggests that API 31 requires JDK 11 in order to compile.
So lets bump the version which we use for the on device tests for now,
until we can figure out what do actually do.
jonathanpeppers added a commit to jonathanpeppers/xamarin-android that referenced this pull request Jul 16, 2021
jonpryor pushed a commit to jonpryor/xamarin-android that referenced this pull request Aug 25, 2021
Since 5da92bd, we are seeing the on device tests fail with the following error.

    error JAVAC0000: java.lang.AssertionError: annotationType() :  unrecognized Attribute name MODULE (class com.sun.tools.javac.util.SharedNameTable$NameImpl)

This suggests that API 31 requires JDK 11 in order to compile.
So lets bump the version which we use for the on device tests for now,
until we can figure out what do actually do.
jonpryor pushed a commit that referenced this pull request Aug 26, 2021
Since 5da92bd, we are seeing the on device tests fail with the following error.

    error JAVAC0000: java.lang.AssertionError: annotationType() :  unrecognized Attribute name MODULE (class com.sun.tools.javac.util.SharedNameTable$NameImpl)

This suggests that API 31 requires JDK 11 in order to compile.
So lets bump the version which we use for the on device tests for now,
until we can figure out what do actually do.
@github-actions github-actions bot locked and limited conversation to collaborators Jan 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants