[foreign] test failure with tip
Jorn Vernee
jbvernee at xs4all.nl
Fri May 24 08:54:37 UTC 2019
Sorry about this,
I accidentally committed without doing a pull first yesterday, and when
I undid the commit and re-made the patch I didn't notice that it didn't
include the new files that I had added.
Will rectify shortly.
Jorn
Sundararajan Athijegannathan schreef op 2019-05-24 07:35:
> I got a test failure with tip [foreign branch].
>
> $panama-dev/test/jdk/java/foreign/types/partial/PartialStructsTest.java:89:
> error: cannot find symbol
> Recursive r = sc.allocateStruct(Recursive.class);
> ^
> symbol: class Recursive
> location: class PartialStructsTest
> $panama-dev/test/jdk/java/foreign/types/partial/PartialStructsTest.java:89:
> error: cannot find symbol
> Recursive r = sc.allocateStruct(Recursive.class);
> ^
> symbol: class Recursive
> location: class PartialStructsTest
> 2 errors
> result: Failed. Compilation failed: Compilation failed
>
> From https://hg.openjdk.java.net/panama/dev/rev/c1b415e10db0, it
> seems like Recursive.java was not "hg add"-ed?
>
> -Sundar
More information about the panama-dev
mailing list