jUnit reports 34 errors for Max OSX 10.6.4

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

jUnit reports 34 errors for Max OSX 10.6.4

Matt Langston
jUnit reported 34 errors out of 48 tests when run on Max OSX 10.6.4 on my MacBook Pro.

The errors concern the native libs. The following output from jUNit is representative - any suggestions?

    [junit] Testsuite: com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNewtAWTWrapper
    [junit] Testsuite: com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNewtAWTWrapper
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.027 sec
    [junit]
    [junit] Testcase: test01 took 0.01 sec
    [junit] Caused an ERROR
    [junit] enqueueKeyEvent
    [junit] java.lang.NoSuchMethodError: enqueueKeyEvent
    [junit] at com.jogamp.newt.impl.macosx.MacWindow.initIDs0(Native Method)
    [junit] at com.jogamp.newt.impl.macosx.MacDisplay.<clinit>(MacDisplay.java:50)
    [junit] at com.jogamp.newt.impl.macosx.MacWindow.<clinit>(MacWindow.java:139)
    [junit] at java.lang.Class.forName0(Native Method)
    [junit] at java.lang.Class.forName(Class.java:169)
    [junit] at com.jogamp.newt.Window.getWindowClass(Window.java:81)
    [junit] at com.jogamp.newt.Window.init(Window.java:64)
    [junit] at com.jogamp.newt.NewtFactory.<clinit>(NewtFactory.java:49)
    [junit] at com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNewtAWTWrapper.runTestGL(TestGearsNewtAWTWrapper.java:72)
    [junit] at com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNewtAWTWrapper.test01(TestGearsNewtAWTWrapper.java:103)
    [junit]


Warmest regards, Matt
Reply | Threaded
Open this post in threaded view
|

Re: jUnit reports 34 errors for Max OSX 10.6.4

Makoto1337
It would be pretty sweet to get a working Mac build of jogl. I can't even build it on the Mac yet and I have waited a month.
Reply | Threaded
Open this post in threaded view
|

Re: jUnit reports 34 errors for Max OSX 10.6.4

Rami Santina
Administrator
it currently runs on mac the junit test that produce errors are related to newt which is being stabilized currently....