Giter Club home page Giter Club logo

Comments (1)

Nayana-ibm avatar Nayana-ibm commented on July 23, 2024

$ java -version

openjdk version "1.8.0_151"
OpenJDK Runtime Environment (build 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12)
OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)

~/jffi$ ant test


Buildfile: /home/test/jffi/build.xml

-pre-init:

-init-vars:

-post-init:

-init:

-pre-compile:

-do-compile:

-generate-version-source:
     [echo] Generating Version.java

-generate-version:
    [javac] Compiling 1 source file to /home/test/jffi/build/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

-compile-java:

-generate-native-headers:

-build-native-library:
     [exec] make: Nothing to be done for 'all'.

-post-compile:

compile:

-pre-compile-test:

-do-compile-test:

-build-native-testlib:
     [exec] make: Nothing to be done for 'all'.

-post-compile-test:

-compile-test:

test:
    [junit] Running com.kenai.jffi.ClosureTest
    [junit] Tests run: 35, Failures: 0, Errors: 35, Skipped: 0, Time elapsed: 0.061 sec
    [junit] TEST com.kenai.jffi.ClosureTest FAILED
    [junit] Running com.kenai.jffi.ForeignTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
    [junit] Running com.kenai.jffi.InvokerTest
    [junit] Tests run: 13, Failures: 0, Errors: 13, Skipped: 0, Time elapsed: 0.015 sec
    [junit] TEST com.kenai.jffi.InvokerTest FAILED
    [junit] Running com.kenai.jffi.JSR292Test
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
    [junit] Running com.kenai.jffi.LibraryTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec
    [junit] TEST com.kenai.jffi.LibraryTest FAILED
    [junit] Running com.kenai.jffi.MemoryTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running com.kenai.jffi.NumberTest
    [junit] Tests run: 43, Failures: 0, Errors: 43, Skipped: 0, Time elapsed: 0.032 sec
    [junit] TEST com.kenai.jffi.NumberTest FAILED
    [junit] Running com.kenai.jffi.ObjectParameterInfoTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
    [junit] Running com.kenai.jffi.PlatformTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
    [junit] Running com.kenai.jffi.StructTest
    [junit] Tests run: 14, Failures: 0, Errors: 10, Skipped: 0, Time elapsed: 0.013 sec
    [junit] TEST com.kenai.jffi.StructTest FAILED
    [junit] Running com.kenai.jffi.TypeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
    [junit] Tests FAILED

BUILD SUCCESSFUL
Total time: 2 seconds

~/jffi$ ant runtest -Dtest=NumberTest

Buildfile: /home/test/jffi/build.xml

-pre-init:

-init-vars:

-post-init:

-init:

-pre-compile:

-do-compile:

-generate-version-source:
     [echo] Generating Version.java

-generate-version:
    [javac] Compiling 1 source file to /home/test/jffi/build/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

-compile-java:

-generate-native-headers:

-build-native-library:
     [exec] make: Nothing to be done for 'all'.

-post-compile:

compile:

-pre-compile-test:

-do-compile-test:

-build-native-testlib:
     [exec] make: Nothing to be done for 'all'.

-post-compile-test:

-compile-test:

ensure-test-name:

runtest:
    [junit] Running com.kenai.jffi.NumberTest
    [junit] Testsuite: com.kenai.jffi.NumberTest
    [junit] Tests run: 43, Failures: 0, Errors: 43, Skipped: 0, Time elapsed: 0.077 sec
    [junit] Tests run: 43, Failures: 0, Errors: 43, Skipped: 0, Time elapsed: 0.077 sec
    [junit]
    [junit] Testcase: returnDefaultF128HighPrecision took 0.005 sec
    [junit]     Caused an ERROR
    [junit] null
    [junit] java.lang.ExceptionInInitializerError
    [junit]     at com.kenai.jffi.NumberTest.returnF128HighPrecision(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnDefaultF128HighPrecision(Unknown Source)
    [junit] Caused by: java.lang.RuntimeException: java.lang.NoSuchFieldException: disposed
    [junit]     at java.util.concurrent.atomic.AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl.<init>(AtomicIntegerFieldUpdater.java:403)
    [junit]     at java.util.concurrent.atomic.AtomicIntegerFieldUpdater.newUpdater(AtomicIntegerFieldUpdater.java:88)
    [junit]     at com.kenai.jffi.UnitHelper.<clinit>(Unknown Source)
    [junit] Caused by: java.lang.NoSuchFieldException: disposed
    [junit]     at java.lang.Class.getDeclaredField(Class.java:2070)
    [junit]     at java.util.concurrent.atomic.AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl$1.run(AtomicIntegerFieldUpdater.java:390)
    [junit]     at java.util.concurrent.atomic.AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl$1.run(AtomicIntegerFieldUpdater.java:388)
    [junit]     at java.security.AccessController.doPrivileged(Native Method)
    [junit]     at java.util.concurrent.atomic.AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl.<init>(AtomicIntegerFieldUpdater.java:387)
    [junit]
    [junit] Testcase: returnPointerArrayF32 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnF32(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnPointerArrayF32(Unknown Source)
    [junit]
    [junit] Testcase: returnPointerArrayS16 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS16(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnPointerArrayS16(Unknown Source)
    [junit]
    [junit] Testcase: returnPointerArrayS32 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS32(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnPointerArrayS32(Unknown Source)
    [junit]
    [junit] Testcase: returnPointerArrayS64 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS64(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnPointerArrayS64(Unknown Source)
    [junit]
    [junit] Testcase: returnPointerArrayU16 took 0.001 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU16(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnPointerArrayU16(Unknown Source)
    [junit]
    [junit] Testcase: returnPointerArrayU32 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU32(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnPointerArrayU32(Unknown Source)
    [junit]
    [junit] Testcase: returnPointerArrayU64 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU64(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnPointerArrayU64(Unknown Source)
    [junit]
    [junit] Testcase: returnDefaultF128 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnF128(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnDefaultF128(Unknown Source)
    [junit]
    [junit] Testcase: returnFastIntS16 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS16(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastIntS16(Unknown Source)
    [junit]
    [junit] Testcase: returnFastIntU16 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU16(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastIntU16(Unknown Source)
    [junit]
    [junit] Testcase: returnS16 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS16(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnS16(Unknown Source)
    [junit]
    [junit] Testcase: returnS32 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS32(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnS32(Unknown Source)
    [junit]
    [junit] Testcase: returnS64 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS64(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnS64(Unknown Source)
    [junit]
    [junit] Testcase: returnU16 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU16(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnU16(Unknown Source)
    [junit]
    [junit] Testcase: returnU32 took 0.001 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU32(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnU32(Unknown Source)
    [junit]
    [junit] Testcase: returnU64 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU64(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnU64(Unknown Source)
    [junit]
    [junit] Testcase: returnFastLongS16 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS16(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastLongS16(Unknown Source)
    [junit]
    [junit] Testcase: returnFastLongS32 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS32(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastLongS32(Unknown Source)
    [junit]
    [junit] Testcase: returnFastLongS64 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS64(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastLongS64(Unknown Source)
    [junit]
    [junit] Testcase: returnFastLongU16 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU16(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastLongU16(Unknown Source)
    [junit]
    [junit] Testcase: returnFastLongU32 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU32(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastLongU32(Unknown Source)
    [junit]
    [junit] Testcase: returnFastLongU64 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU64(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastLongU64(Unknown Source)
    [junit]
    [junit] Testcase: returnFastLongS8 took 0.001 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS8(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastLongS8(Unknown Source)
    [junit]
    [junit] Testcase: returnFastLongU8 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU8(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastLongU8(Unknown Source)
    [junit]
    [junit] Testcase: returnS8 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS8(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnS8(Unknown Source)
    [junit]
    [junit] Testcase: returnU8 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU8(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnU8(Unknown Source)
    [junit]
    [junit] Testcase: returnFastintS32 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS32(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastintS32(Unknown Source)
    [junit]
    [junit] Testcase: returnFastintU32 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU32(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastintU32(Unknown Source)
    [junit]
    [junit] Testcase: returnPointerArrayS8 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS8(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnPointerArrayS8(Unknown Source)
    [junit]
    [junit] Testcase: returnPointerArrayU8 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU8(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnPointerArrayU8(Unknown Source)
    [junit]
    [junit] Testcase: returnDefaultF32 took 0.001 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnF32(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnDefaultF32(Unknown Source)
    [junit]
    [junit] Testcase: returnDefaultF64 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnF64(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnDefaultF64(Unknown Source)
    [junit]
    [junit] Testcase: returnFastNumericS16 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS16(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastNumericS16(Unknown Source)
    [junit]
    [junit] Testcase: returnFastNumericS32 took 0.001 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS32(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastNumericS32(Unknown Source)
    [junit]
    [junit] Testcase: returnFastNumericS64 took 0.003 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS64(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastNumericS64(Unknown Source)
    [junit]
    [junit] Testcase: returnFastNumericU16 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU16(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastNumericU16(Unknown Source)
    [junit]
    [junit] Testcase: returnFastNumericU32 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU32(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastNumericU32(Unknown Source)
    [junit]
    [junit] Testcase: returnFastNumericU64 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU64(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastNumericU64(Unknown Source)
    [junit]
    [junit] Testcase: returnFastNumericS8 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS8(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastNumericS8(Unknown Source)
    [junit]
    [junit] Testcase: returnFastNumericU8 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU8(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastNumericU8(Unknown Source)
    [junit]
    [junit] Testcase: returnFastIntS8 took 0.001 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnS8(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastIntS8(Unknown Source)
    [junit]
    [junit] Testcase: returnFastIntU8 took 0 sec
    [junit]     Caused an ERROR
    [junit] Could not initialize class com.kenai.jffi.UnitHelper
    [junit] java.lang.NoClassDefFoundError: Could not initialize class com.kenai.jffi.UnitHelper
    [junit]     at com.kenai.jffi.NumberTest.returnU8(Unknown Source)
    [junit]     at com.kenai.jffi.NumberTest.returnFastIntU8(Unknown Source)
    [junit]
    [junit] Test com.kenai.jffi.NumberTest FAILED

BUILD SUCCESSFUL
Total time: 2 seconds

from jffi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.