You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
I attempted to gradle build --info and hit the following error. It is not surprise considering the code in question is not implemented. My question is if this test is expected to be failing and should be annotated as such.
Starting process 'Gradle Test Executor 18'. Working directory: ~/libsignal-protocol-java/java Command: /usr/local/jdk-1.8.0/bin/java -Djava.security.manager=worker.org.gradle.process.internal.worker.child.BootstrapSecurityManager -Dorg.gradle.native=false -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -ea -cp ~/.gradle/caches/5.6.2/workerMain/gradle-worker.jar worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 18'
Successfully started process 'Gradle Test Executor 18'
org.whispersystems.libsignal.devices.DeviceConsistencyTest > testDeviceConsistency FAILED
java.lang.AssertionError: NYI
at org.whispersystems.curve25519.BaseJavaCurve25519Provider.calculateVrfSignature(BaseJavaCurve25519Provider.java:77)
at org.whispersystems.curve25519.JavaCurve25519Provider.calculateVrfSignature(JavaCurve25519Provider.java:13)
at org.whispersystems.curve25519.OpportunisticCurve25519Provider.calculateVrfSignature(OpportunisticCurve25519Provider.java:68)
at org.whispersystems.curve25519.Curve25519.calculateVrfSignature(Curve25519.java:133)
at org.whispersystems.libsignal.ecc.Curve.calculateVrfSignature(Curve.java:120)
at org.whispersystems.libsignal.protocol.DeviceConsistencyMessage.<init>(DeviceConsistencyMessage.java:23)
at org.whispersystems.libsignal.devices.DeviceConsistencyTest.testDeviceConsistency(DeviceConsistencyTest.java:41)
Gradle Test Executor 18 finished executing tests.
I ran this at fde96d2 with minor patches on OpenBSD:
I attempted to
gradle build --info
and hit the following error. It is not surprise considering the code in question is not implemented. My question is if this test is expected to be failing and should be annotated as such.I ran this at fde96d2 with minor patches on OpenBSD:
The text was updated successfully, but these errors were encountered: