Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Console Output

This log is too long to show here, 8,819 KB has been skipped โ€” click to see the complete log
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testPressAllButtonsInSequence - mouse-release(3):  PASSED
    [apply] *** releasing button 2
    [apply] WAIT-till-done: eventDispatch() #2
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@1494cb8b/[I@34bf1d3b, button 2, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088911321 d 10ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@6f18278a/[I@1acc0e01, button 2, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088911321 d 10ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testPressAllButtonsInSequence - mouse-release(2):  PASSED
    [apply] *** releasing button 1
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@4aab7165/[I@3da1c42f, button 1, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088911372 d 3ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@47570945/[I@2321b59a, button 1, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088911372 d 4ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testPressAllButtonsInSequence - mouse-release(1):  PASSED
    [apply] WAIT-till-done: DONE
    [apply] junit.framework.TestListener: endTest(testPressAllButtonsInSequence)
    [apply] junit.framework.TestListener: startTest(testSingleButtonClickAndDrag)
    [apply] ++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testPressAllButtonsInSequence
    [apply] ++++ UITestCase.setUp: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testSingleButtonClickAndDrag
    [apply] WAIT-till-done: eventDispatch() #0
    [apply] 
    [apply] >>>> _doSingleButtonClickAndDrag
    [apply] *** pressing button 1
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@484845aa/[I@d5c0f9, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088914121 d 7ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonClickAndDrag - mouse-press(1):  PASSED
    [apply] *** moving mouse
    [apply] MouseEntered      ignored: MouseEvent[EVENT_MOUSE_ENTERED, [I@51701bdc/[I@17353249, button 0, count 0, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 208/186, p[0.0/1.0=0.0]], InputEvent[modifiers: [], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088914172 d 11ms]]]
    [apply] MouseMoved        ignored: MouseEvent[EVENT_MOUSE_MOVED, [I@25786286/[I@28c5ea2, button 1, count 0, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 208/186, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088914172 d 11ms]]]
    [apply] WAIT-till-done: eventDispatch() #1
    [apply] WAIT-till-done: eventDispatch() #2
    [apply] WAIT-till-done: eventDispatch() #3
    [apply] WAIT-till-done: eventDispatch() #4
    [apply] WAIT-till-done: eventDispatch() #5
    [apply] WAIT-till-done: eventDispatch() #6
    [apply] WAIT-till-done: eventDispatch() #7
    [apply] WAIT-till-done: eventDispatch() #8
    [apply] WAIT-till-done: eventDispatch() #9
    [apply] WAIT-till-done: eventDispatch() #10
    [apply] WAIT-till-done: eventDispatch() #11
    [apply] WAIT-till-done: eventDispatch() #12
    [apply] **** No Event. Waited 20 * 50ms, eventCount 0
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonClickAndDrag - mouse-move(308, 308):  FAILED
    [apply]          no event delivery
    [apply] RunnableTask.run(): A catched exception occured on thread Test-Thread: RunnableTask[executed true, tTotal 1322 ms, tExec 1322 ms, tQueue 0 ms, attachment null, throwable java.lang.AssertionError: ]
    [apply] WAIT-till-done: DONE
    [apply] java.lang.AssertionError: 
    [apply] 	at org.junit.Assert.fail(Assert.java:91)
    [apply] 	at org.junit.Assert.assertTrue(Assert.java:43)
    [apply] 	at org.junit.Assert.assertTrue(Assert.java:54)
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers._checkFailures(BaseNewtEventModifiers.java:674)
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers._doSingleButtonClickAndDrag(BaseNewtEventModifiers.java:617)
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers.access$500(BaseNewtEventModifiers.java:50)
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers$6.run(BaseNewtEventModifiers.java:485)
    [apply] 	at com.jogamp.common.util.RunnableTask.run(RunnableTask.java:95)
    [apply] 	at java.lang.Thread.run(Thread.java:680)
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@6f579a30/[I@604bfe6b, button 1, count 0, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 208/186, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088915544 d 9ms]]]
    [apply] junit.framework.TestListener: addError(testSingleButtonClickAndDrag, java.lang.AssertionError: )
    [apply] junit.framework.TestListener: endTest(testSingleButtonClickAndDrag)
    [apply] ++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testSingleButtonClickAndDrag
    [apply] Thread[AWT-AppKit,5,main] RedSquareES2.dispose ... 
    [apply] Thread[AWT-AppKit,5,main] RedSquareES2.dispose FIN
    [apply] Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 40.05 sec
    [apply] ------------- Standard Error -----------------
    [apply] SLOCK [T main @ 1365088876667 ms III localhost/127.0.0.1:59999 - Wait for lock
    [apply] Thread-8 - SISock: localhost/127.0.0.1:59999 - started
    [apply] SLOCK [T main @ 1365088895699 ms +++ localhost/127.0.0.1:59999 - Locked 
    [apply] SWTAccessor.<init>: GTK Version: 0.0.0
    [apply] Thread[AWT-AppKit,5,main] RedSquareES2.init ...
    [apply] RedSquareES2 init on Thread[AWT-AppKit,5,main]
    [apply] Chosen GLCapabilities: GLCaps[rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 16/0/0, dbl, mono  , hw, GLProfile[GL2ES2/GL2.hw], on-scr[.]]
    [apply] INIT GL IS: jogamp.opengl.gl4.GL4bcImpl
    [apply] GL_VENDOR: NVIDIA Corporation
    [apply] GL_RENDERER: NVIDIA GeForce 320M OpenGL Engine
    [apply] GL_VERSION: 2.1 NVIDIA-7.32.12
    [apply] GL GLSL: true, has-compiler: true, version 1.20
    [apply] GL FBO: basic true, full true
    [apply] GL Profile: GLProfile[GL2ES2/GL2.hw]
    [apply] GL Renderer Quirks:[NoOffscreenBitmap]
    [apply] GL:jogamp.opengl.gl4.GL4bcImpl@13e4a47e, 2.1 (Compatibility profile, arb, FBO, hardware) - 2.1 NVIDIA-7.32.12
    [apply] ShaderState: attachShaderProgram: -1 -> 1 (enable: true)
    [apply] 	null
    [apply] 	ShaderProgram[id=1, linked=false, inUse=false, program: 1,
    [apply]    ShaderCode[id=1, type=VERTEX_SHADER, valid=true, shader:  2, source]
    [apply]    ShaderCode[id=2, type=FRAGMENT_SHADER, valid=true, shader:  3, source]]
    [apply] Thread[AWT-AppKit,5,main] RedSquareES2.init FIN
    [apply] Thread[AWT-AppKit,5,main] RedSquareES2.reshape 0/0 400x378, swapInterval 1, drawable 0x7f8a98cc5cf0
    [apply] Thread[AWT-AppKit,5,main] RedSquareES2.reshape FIN
    [apply] Thread[AWT-AppKit,5,main] RedSquareES2.reshape 0/0 400x378, swapInterval 1, drawable 0x7f8a98cc5cf0
    [apply] Thread[AWT-AppKit,5,main] RedSquareES2.reshape FIN
    [apply] requestFocus: NEWT Component
    [apply] ++++ UITestCase.setUp: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testSingleButtonPressAndRelease
    [apply] WAIT-till-done: eventDispatch() #0
    [apply] 
    [apply] >>>> _doSingleButtonPressAndRelease
    [apply] *** pressing button 1
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@5bf02b85/[I@74b957ea, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088899653 d 4ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndRelease - mouse-press(1):  PASSED
    [apply] *** releasing button 1
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@343aff84/[I@d5d4de6, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088899705 d 7ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@68a53de4/[I@38827968, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088899705 d 7ms]]]
    [apply] WAIT-till-done: eventDispatch() #1
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndRelease - mouse-release(1):  PASSED
    [apply] *** pressing button 2
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@7df0b7d3/[I@46b4be3d, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088899756 d 0ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndRelease - mouse-press(2):  PASSED
    [apply] *** releasing button 2
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@435bb0f/[I@638bd7f1, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088899808 d 5ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@720e4245/[I@620fa83, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088899808 d 5ms]]]
    [apply] WAIT-till-done: eventDispatch() #2
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndRelease - mouse-release(2):  PASSED
    [apply] *** pressing button 3
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@5f1eb199/[I@581de498, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088899859 d 0ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndRelease - mouse-press(3):  PASSED
    [apply] *** releasing button 3
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@128ae45a/[I@5c95da38, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088899910 d 5ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@7229c204/[I@1380cf2a, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088899910 d 6ms]]]
    [apply] WAIT-till-done: eventDispatch() #3
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndRelease - mouse-release(3):  PASSED
    [apply] WAIT-till-done: DONE
    [apply] ++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testSingleButtonPressAndRelease
    [apply] ++++ UITestCase.setUp: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testSingleButtonPressAndReleaseWithShift
    [apply] WAIT-till-done: eventDispatch() #0
    [apply] 
    [apply] >>>> _doSingleButtonPressAndRelease
    [apply] WAIT-till-done: eventDispatch() #1
    [apply] *** pressing button 1
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@301db5ec/[I@6e92b1a1, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088902295 d 0ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndReleaseWithShift - mouse-press(1):  PASSED
    [apply] *** releasing button 1
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@60cbf9bd/[I@6f7918f0, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088902346 d 5ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@77546dbc/[I@47f08ed8, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088902346 d 6ms]]]
    [apply] WAIT-till-done: eventDispatch() #2
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndReleaseWithShift - mouse-release(1):  PASSED
    [apply] *** pressing button 2
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@2322bce/[I@2bd9e282, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088902397 d 1ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndReleaseWithShift - mouse-press(2):  PASSED
    [apply] *** releasing button 2
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@6da5db4b/[I@23e0512a, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088902448 d 4ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@5bf0aecc/[I@1664023c, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088902448 d 4ms]]]
    [apply] WAIT-till-done: eventDispatch() #3
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndReleaseWithShift - mouse-release(2):  PASSED
    [apply] *** pressing button 3
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@7fcebc9f/[I@5dc1ac46, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088902500 d 0ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndReleaseWithShift - mouse-press(3):  PASSED
    [apply] *** releasing button 3
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@561557c0/[I@13342a67, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088902552 d 5ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@45cbda0a/[I@4a57ea52, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088902552 d 5ms]]]
    [apply] WAIT-till-done: eventDispatch() #4
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndReleaseWithShift - mouse-release(3):  PASSED
    [apply] WAIT-till-done: eventDispatch() #5
    [apply] WAIT-till-done: DONE
    [apply] ++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testSingleButtonPressAndReleaseWithShift
    [apply] ++++ UITestCase.setUp: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testSingleButtonPressAndReleaseWithCtrl
    [apply] WAIT-till-done: eventDispatch() #0
    [apply] 
    [apply] >>>> _doSingleButtonPressAndRelease
    [apply] WAIT-till-done: eventDispatch() #1
    [apply] *** pressing button 1
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@786c1a82/[I@1408a92, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088905042 d 1ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndReleaseWithCtrl - mouse-press(1):  PASSED
    [apply] *** releasing button 1
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@344977e2/[I@435db13f, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088905093 d 4ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@3c1fc1a6/[I@48e29820, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088905093 d 5ms]]]
    [apply] WAIT-till-done: eventDispatch() #2
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndReleaseWithCtrl - mouse-release(1):  PASSED
    [apply] *** pressing button 2
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@14718242/[I@281ec58a, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088905144 d 8ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndReleaseWithCtrl - mouse-press(2):  PASSED
    [apply] *** releasing button 2
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@7c3afb99/[I@45c3987, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088905195 d 2ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@42c4d04d/[I@747917a, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088905195 d 2ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndReleaseWithCtrl - mouse-release(2):  PASSED
    [apply] *** pressing button 3
    [apply] WAIT-till-done: eventDispatch() #3
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@6b9fe451/[I@4e46b90a, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088905247 d 17ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndReleaseWithCtrl - mouse-press(3):  PASSED
    [apply] *** releasing button 3
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@51e67ac/[I@f284fd4, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088905298 d 11ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@1f90ef12/[I@643f96ee, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088905298 d 11ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonPressAndReleaseWithCtrl - mouse-release(3):  PASSED
    [apply] WAIT-till-done: eventDispatch() #4
    [apply] WAIT-till-done: eventDispatch() #5
    [apply] WAIT-till-done: DONE
    [apply] ++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testSingleButtonPressAndReleaseWithCtrl
    [apply] ++++ UITestCase.setUp: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testHoldOneButtonAndPressAnother
    [apply] WAIT-till-done: eventDispatch() #0
    [apply] 
    [apply] >>>> _doHoldOneButtonAndPressAnother
    [apply] *** pressing button 1
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@2e257f1b/[I@1fbbdd48, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088907959 d 4ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-press(1):  PASSED
    [apply] *** pressing additional button 2
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@66bcb23e/[I@6e5a3923, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908010 d 9ms]]]
    [apply] WAIT-till-done: eventDispatch() #1
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-press(1, 2):  PASSED
    [apply] *** releasing additional button 2
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@655d616e/[I@55a7b0bf, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908062 d 2ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@7444f787/[I@5bd6fbb3, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908062 d 3ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-release(1, 2):  PASSED
    [apply] *** pressing additional button 3
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@7f26d3df/[I@4e2016b0, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908113 d 8ms]]]
    [apply] WAIT-till-done: eventDispatch() #2
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-press(1, 3):  PASSED
    [apply] *** releasing additional button 3
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@1cb1a4e2/[I@52c00025, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908165 d 1ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@3b49a794/[I@609903f4, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908165 d 1ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-release(1, 3):  PASSED
    [apply] *** releasing button 1
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@5dd2b9b7/[I@359ecd80, button 1, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908216 d 7ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@4cc5aa00/[I@451c0d60, button 1, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908216 d 7ms]]]
    [apply] WAIT-till-done: eventDispatch() #3
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-release(1):  PASSED
    [apply] *** pressing button 2
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@34b23d12/[I@21c783c5, button 2, count 4, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908267 d 1ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-press(2):  PASSED
    [apply] *** pressing additional button 1
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@319c0bd6/[I@7bcd280b, button 1, count 5, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908319 d 4ms]]]
    [apply] WAIT-till-done: eventDispatch() #4
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-press(2, 1):  PASSED
    [apply] *** releasing additional button 1
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@5a0029ac/[I@40b0095d, button 1, count 5, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908369 d 1ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@6536d9d8/[I@741827d1, button 1, count 5, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908369 d 1ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-release(2, 1):  PASSED
    [apply] *** pressing additional button 3
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@5dde45e2/[I@2bbe2893, button 3, count 6, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908421 d 4ms]]]
    [apply] WAIT-till-done: eventDispatch() #5
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-press(2, 3):  PASSED
    [apply] *** releasing additional button 3
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@5159e154/[I@63d87b85, button 3, count 6, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908472 d 0ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@19958bf9/[I@2918958e, button 3, count 6, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908472 d 0ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-release(2, 3):  PASSED
    [apply] *** releasing button 2
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@d02b2b6/[I@2c22d166, button 2, count 6, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908523 d 3ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@21e1962d/[I@614a75bb, button 2, count 6, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908523 d 3ms]]]
    [apply] WAIT-till-done: eventDispatch() #6
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-release(2):  PASSED
    [apply] *** pressing button 3
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@5f7779e3/[I@1ce3570c, button 3, count 7, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908574 d 0ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-press(3):  PASSED
    [apply] *** pressing additional button 1
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@1167e3a5/[I@3b926e90, button 1, count 8, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908626 d 5ms]]]
    [apply] WAIT-till-done: eventDispatch() #7
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-press(3, 1):  PASSED
    [apply] *** releasing additional button 1
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@a98ce7e/[I@361cb7a1, button 1, count 8, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908676 d 11ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@175bc6c8/[I@a578073, button 1, count 8, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908676 d 11ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-release(3, 1):  PASSED
    [apply] *** pressing additional button 2
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@76b20352/[I@20f8395f, button 2, count 9, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908728 d 4ms]]]
    [apply] WAIT-till-done: eventDispatch() #8
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-press(3, 2):  PASSED
    [apply] *** releasing additional button 2
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@87e9ce2/[I@306dbdc9, button 2, count 9, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908779 d 8ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@74c6eff5/[I@30b3f9b8, button 2, count 9, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908779 d 8ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-release(3, 2):  PASSED
    [apply] *** releasing button 3
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@77cfb802/[I@6639c8c1, button 3, count 9, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908831 d 1ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@5bab2b55/[I@42aa0877, button 3, count 9, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088908831 d 1ms]]]
    [apply] WAIT-till-done: eventDispatch() #9
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testHoldOneButtonAndPressAnother - mouse-release(3):  PASSED
    [apply] WAIT-till-done: DONE
    [apply] ++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testHoldOneButtonAndPressAnother
    [apply] ++++ UITestCase.setUp: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testPressAllButtonsInSequence
    [apply] WAIT-till-done: eventDispatch() #0
    [apply] 
    [apply] >>>> _doPressAllButtonsInSequence
    [apply] *** pressing button 1
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@256eb6bc/[I@79f03d7, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088911116 d 8ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testPressAllButtonsInSequence - mouse-press(1):  PASSED
    [apply] *** pressing button 2
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@58b51c29/[I@5a4bf53e, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088911166 d 3ms]]]
    [apply] WAIT-till-done: eventDispatch() #1
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testPressAllButtonsInSequence - mouse-press(2):  PASSED
    [apply] *** pressing button 3
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@30d1e7c2/[I@24c68a98, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088911218 d 7ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testPressAllButtonsInSequence - mouse-press(3):  PASSED
    [apply] *** releasing button 3
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@66b51404/[I@7a354749, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088911269 d 2ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@3fdb484d/[I@5567d7fb, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088911269 d 2ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testPressAllButtonsInSequence - mouse-release(3):  PASSED
    [apply] *** releasing button 2
    [apply] WAIT-till-done: eventDispatch() #2
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@1494cb8b/[I@34bf1d3b, button 2, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088911321 d 10ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@6f18278a/[I@1acc0e01, button 2, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088911321 d 10ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testPressAllButtonsInSequence - mouse-release(2):  PASSED
    [apply] *** releasing button 1
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@4aab7165/[I@3da1c42f, button 1, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088911372 d 3ms]]]
    [apply] MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@47570945/[I@2321b59a, button 1, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088911372 d 4ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testPressAllButtonsInSequence - mouse-release(1):  PASSED
    [apply] WAIT-till-done: DONE
    [apply] ++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testPressAllButtonsInSequence
    [apply] ++++ UITestCase.setUp: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testSingleButtonClickAndDrag
    [apply] WAIT-till-done: eventDispatch() #0
    [apply] 
    [apply] >>>> _doSingleButtonClickAndDrag
    [apply] *** pressing button 1
    [apply] MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@484845aa/[I@d5c0f9, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/178, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088914121 d 7ms]]]
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonClickAndDrag - mouse-press(1):  PASSED
    [apply] *** moving mouse
    [apply] MouseEntered      ignored: MouseEvent[EVENT_MOUSE_ENTERED, [I@51701bdc/[I@17353249, button 0, count 0, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 208/186, p[0.0/1.0=0.0]], InputEvent[modifiers: [], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088914172 d 11ms]]]
    [apply] MouseMoved        ignored: MouseEvent[EVENT_MOUSE_MOVED, [I@25786286/[I@28c5ea2, button 1, count 0, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 208/186, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088914172 d 11ms]]]
    [apply] WAIT-till-done: eventDispatch() #1
    [apply] WAIT-till-done: eventDispatch() #2
    [apply] WAIT-till-done: eventDispatch() #3
    [apply] WAIT-till-done: eventDispatch() #4
    [apply] WAIT-till-done: eventDispatch() #5
    [apply] WAIT-till-done: eventDispatch() #6
    [apply] WAIT-till-done: eventDispatch() #7
    [apply] WAIT-till-done: eventDispatch() #8
    [apply] WAIT-till-done: eventDispatch() #9
    [apply] WAIT-till-done: eventDispatch() #10
    [apply] WAIT-till-done: eventDispatch() #11
    [apply] WAIT-till-done: eventDispatch() #12
    [apply] **** No Event. Waited 20 * 50ms, eventCount 0
    [apply] TestNewtEventModifiersNewtCanvasSWTAWT.testSingleButtonClickAndDrag - mouse-move(308, 308):  FAILED
    [apply]          no event delivery
    [apply] RunnableTask.run(): A catched exception occured on thread Test-Thread: RunnableTask[executed true, tTotal 1322 ms, tExec 1322 ms, tQueue 0 ms, attachment null, throwable java.lang.AssertionError: ]
    [apply] WAIT-till-done: DONE
    [apply] java.lang.AssertionError: 
    [apply] 	at org.junit.Assert.fail(Assert.java:91)
    [apply] 	at org.junit.Assert.assertTrue(Assert.java:43)
    [apply] 	at org.junit.Assert.assertTrue(Assert.java:54)
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers._checkFailures(BaseNewtEventModifiers.java:674)
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers._doSingleButtonClickAndDrag(BaseNewtEventModifiers.java:617)
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers.access$500(BaseNewtEventModifiers.java:50)
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers$6.run(BaseNewtEventModifiers.java:485)
    [apply] 	at com.jogamp.common.util.RunnableTask.run(RunnableTask.java:95)
    [apply] 	at java.lang.Thread.run(Thread.java:680)
    [apply] MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@6f579a30/[I@604bfe6b, button 1, count 0, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 208/186, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1365088915544 d 9ms]]]
    [apply] ++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT - testSingleButtonClickAndDrag
    [apply] Thread[AWT-AppKit,5,main] RedSquareES2.dispose ... 
    [apply] Thread[AWT-AppKit,5,main] RedSquareES2.dispose FIN
    [apply] SLOCK [T main @ 1365088916635 ms --- localhost/127.0.0.1:59999 - Unlock ok
    [apply] ------------- ---------------- ---------------
    [apply] 
    [apply] Testcase: testSingleButtonPressAndRelease took 2.54 sec
    [apply] Testcase: testSingleButtonPressAndReleaseWithShift took 2.746 sec
    [apply] Testcase: testSingleButtonPressAndReleaseWithCtrl took 2.746 sec
    [apply] Testcase: testHoldOneButtonAndPressAnother took 3.421 sec
    [apply] Testcase: testPressAllButtonsInSequence took 2.449 sec
    [apply] Testcase: testSingleButtonClickAndDrag took 4.021 sec
    [apply] 	Caused an ERROR
    [apply] java.lang.AssertionError: 
    [apply] java.lang.RuntimeException: java.lang.AssertionError: 
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers.execOffThreadWithOnThreadEventDispatch(BaseNewtEventModifiers.java:357)
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers.testSingleButtonClickAndDrag(BaseNewtEventModifiers.java:482)
    [apply] Caused by: java.lang.AssertionError: 
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers._checkFailures(BaseNewtEventModifiers.java:674)
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers._doSingleButtonClickAndDrag(BaseNewtEventModifiers.java:617)
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers.access$500(BaseNewtEventModifiers.java:50)
    [apply] 	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers$6.run(BaseNewtEventModifiers.java:485)
    [apply] 	at com.jogamp.common.util.RunnableTask.run(RunnableTask.java:95)
    [apply] 	at java.lang.Thread.run(Thread.java:680)
    [apply] 
    [apply] SLOCK [T main @ 1365088916635 ms --- localhost/127.0.0.1:59999 - Unlock ok
    [apply] Result: 2

junit.run.local.java7:

junit.run.remote.ssh.all:

junit.run.remote.adb:

junit.run.tests:

junit.run.if.disabled:

junit.run:
     [move] Moving 408 files to /Users/jogamp/JogAmpSlavex64/workspace/jogl/label/macosx-10_6-x86_64-nvidia/build/test/results
     [echo] gluegen.basename: gluegen
     [echo] jogl.basename: jogl

jogamp.env.validation:
     [echo] ant.version                Apache Ant(TM) version 1.8.2 compiled on December 20 2010
     [echo] ant.java.version           1.6
     [echo] java.version               1.6.0_37
     [echo] java.home                  /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
     [echo] jvmJava.exe                /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
     [echo] jvmJava7.exe               ${jvmJava7.exe}

jogamp.env.init:
     [echo] jogamp.version             2.0.2-rc-20130404
     [echo] jogamp.version.int         0914012
     [echo] junit.is.disabled          ${junit.is.disabled}
     [echo] target.user.set            true
     [echo] target.sourcelevel         1.6
     [echo] target.targetlevel         1.6
     [echo] target.rt.jar              /opt-share/jre1.6.0_30/lib/rt.jar
     [echo] host.sourcelevel           1.6
     [echo] host.targetlevel           1.6
     [echo] host.rt.jar                /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Classes/classes.jar
     [echo] javacdebug                 true
     [echo] javacdebuglevel            source,lines
     [echo] javac.memorymax            1024m
     [echo] build.archiveon            true
     [echo] build.node.name            macosx64-NV320M-10_6-jogamp-x64-sgothel-012
     [echo] android.version            9
     [echo] junit.run.arg0             -Djunit.run.arg0=dummy
     [echo] junit.run.arg1             -Djunit.run.arg1=dummy

gluegen.properties.load.user:

gluegen.cpptasks.detect.os.custom:
     [echo] gluegen.cpptasks.detect.os.custom: NOP done

gluegen.cpptasks.initialize:
     [echo] os.name=Mac OS X
     [echo] os.version=10.7.5
     [echo] os.arch=x86_64
     [echo] c.compiler.debug=false
     [echo] c.compiler.use-debug=${c.compiler.use-debug}
     [echo] c.compiler.optimise=none

gluegen.cpptasks.detect.os.1:

gluegen.cpptasks.detect.os.refine:

gluegen.cpptasks.detect.os.freebsd.amd64:

gluegen.cpptasks.detect.os.freebsd.x86:

gluegen.cpptasks.detect.os.freebsd:

gluegen.cpptasks.detect.os.hpux:

gluegen.cpptasks.detect.os.linux.amd64:

gluegen.cpptasks.detect.os.linux.ia64:

gluegen.cpptasks.detect.os.linux.x86:

gluegen.cpptasks.detect.os.linux.armv6.armel:

gluegen.cpptasks.detect.os.linux.armv6.armhf:

gluegen.cpptasks.detect.os.android.armv6.armel:

gluegen.cpptasks.detect.os.android.armv6.armhf:

gluegen.cpptasks.detect.os.linux.alpha:

gluegen.cpptasks.detect.os.linux.hppa:

gluegen.cpptasks.detect.os.linux.mips:

gluegen.cpptasks.detect.os.linux.mipsel:

gluegen.cpptasks.detect.os.linux.ppc:

gluegen.cpptasks.detect.os.linux.s390:

gluegen.cpptasks.detect.os.linux.s390x:

gluegen.cpptasks.detect.os.linux.sparc:

gluegen.cpptasks.detect.os.linux:

gluegen.cpptasks.detect.os.osx:

gluegen.cpptasks.detect.os.solaris.sparc:

gluegen.cpptasks.detect.os.solaris.sparcv9:

gluegen.cpptasks.detect.os.solaris.amd64:

gluegen.cpptasks.detect.os.solaris.x86:

gluegen.cpptasks.detect.os.solaris:

gluegen.cpptasks.detect.os.unix:

gluegen.cpptasks.detect.os.windows.amd64:

gluegen.cpptasks.detect.os.windows.x86:

gluegen.cpptasks.detect.os.windows:

gluegen.cpptasks.detect.os.2:

gluegen.cpptasks.detect.os:

common.init:

declare.common:

test-zip-archive:
     [exec] 
     [exec] 7-Zip [64] 9.13 beta  Copyright (c) 1999-2010 Igor Pavlov  2010-04-15
     [exec] p7zip Version 9.13 (locale=utf8,Utf16=on,HugeFiles=on,2 CPUs)
     [exec] Scanning
     [exec] 
     [exec] Creating archive /Users/jogamp/JogAmpSlavex64/workspace/jogl/label/macosx-10_6-x86_64-nvidia/build/jogl-2.0-b951-20130404-macosx-universal-test-results-macosx64-NV320M-10_6-jogamp-x64-sgothel-012.7z
     [exec] 
     [exec] Compressing  build/test/results/shape-vbaa0-msaa1-800x400-Z0050-T1000-GPURegion01.png
     [exec] Compressing  build/test/results/shape-vbaa0-msaa1-800x400-Z0050-T1000-GPURegion02.png
     [exec] Compressing  build/test/results/shape-vbaa0-msaa1-800x400-Z0150-T0800-GPURegion01.png
     [exec] Compressing  build/test/results/shape-vbaa0-msaa1-800x400-Z0150-T0800-GPURegion02.png
     [exec] Compressing  build/test/results/shape-vbaa0-msaa1-800x400-Z0300-T0400-GPURegion01.png
     [exec] Compressing  build/test/results/shape-vbaa0-msaa1-800x400-Z0300-T0400-GPURegion02.png
     [exec] Compressing  build/test/results/shape-vbaa1-msaa0-800x400-Z0050-T1000-GPURegionNewtDemo02.png
     [exec] Compressing  build/test/results/shape-vbaa1-msaa0-800x400-Z0150-T0800-GPURegionNewtDemo02.png
     [exec] Compressing  build/test/results/shape-vbaa1-msaa0-800x400-Z0300-T0400-GPURegionNewtDemo02.png
     [exec] Compressing  build/test/results/TestBug572AWT.test01RealizeGLCanvasOnAWTEDTUseFrameSize___-n0000-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0490.png
     [exec] Compressing  build/test/results/TestBug572AWT.test02RealizeGLCanvasOnAWTEDTUseGLCanvasSize-n0000-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestBug572AWT.test11RealizeGLCanvasOnMainTUseFrameSize____-n0000-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0490.png
     [exec] Compressing  build/test/results/TestBug572AWT.test12RealizeGLCanvasOnMainTUseGLCanvasSize_-n0000-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestBug605FlippedImageAWT.test01AccumStencilPBuffer-n0000-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St08-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestBug605FlippedImageAWT.test01DefaultFBO_________-n0000-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestBug605FlippedImageAWT.test01DefaultPBuffer_____-n0000-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestBug605FlippedImageAWT.test01StencilFBO_________-n0000-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestBug605FlippedImageNEWT.test01AccumStencilPBuffer-n0000-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St08-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestBug605FlippedImageNEWT.test01DefaultFBO_________-n0000-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestBug605FlippedImageNEWT.test01DefaultPBuffer_____-n0000-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestBug605FlippedImageNEWT.test01StencilFBO_________-n0000-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestES1FixedFunctionPipelineNEWT.test01GL2Normal___-n0001-DemoGL2ES1ImmModeSink-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestES1FixedFunctionPipelineNEWT.test01GL2Normal___-n0001-DemoGL2ES1TextureImmModeSink-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestES1FixedFunctionPipelineNEWT.test01GL2Normal___-n0001-GearsES1-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestES1FixedFunctionPipelineNEWT.test01GL2Normal___-n0001-RedSquareES1-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestES1FixedFunctionPipelineNEWT.test03GL2FFPEmu___-n0001-DemoGL2ES1ImmModeSink-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestES1FixedFunctionPipelineNEWT.test03GL2FFPEmu___-n0001-DemoGL2ES1TextureImmModeSink-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestES1FixedFunctionPipelineNEWT.test03GL2FFPEmu___-n0001-GearsES1-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestES1FixedFunctionPipelineNEWT.test03GL2FFPEmu___-n0002-RedSquareES1-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestES1FixedFunctionPipelineNEWT.test04GL2ES1Normal-n0001-DemoGL2ES1ImmModeSink-GL2ES1-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestES1FixedFunctionPipelineNEWT.test04GL2ES1Normal-n0001-DemoGL2ES1TextureImmModeSink-GL2ES1-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestES1FixedFunctionPipelineNEWT.test04GL2ES1Normal-n0001-GearsES1-GL2ES1-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestES1FixedFunctionPipelineNEWT.test04GL2ES1Normal-n0001-RedSquareES1-GL2ES1-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo1_DoubleBuffer_Normal-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo1_DoubleBuffer_Normal-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo1_DoubleBuffer_Normal-n0006-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo1_DoubleBuffer_Normal-n0009-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo1_DoubleBuffer_Normal-n0011-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0600x0450.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo1_SingleBuffer_Normal-n0001-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo1_SingleBuffer_Normal-n0003-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo1_SingleBuffer_Normal-n0006-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo1_SingleBuffer_Normal-n0009-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo1_SingleBuffer_Normal-n0011-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0600x0450.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo2MSAA4_______________-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo2MSAA4_______________-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo2MSAA4_______________-n0006-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo2MSAA4_______________-n0009-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_Demo2MSAA4_______________-n0011-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0600x0450.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_FBODemoMSAA4_____________-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_FBODemoMSAA4_____________-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_FBODemoMSAA4_____________-n0006-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_FBODemoMSAA4_____________-n0009-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestFBOAutoDrawableFactoryNEWT.testGL2ES2_FBODemoMSAA4_____________-n0011-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0600x0450.png
     [exec] Compressing  build/test/results/TestFBOMix2DemosES2NEWT.test01_____-n0000-msaa0-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0128x0128.png
     [exec] Compressing  build/test/results/TestFBOMix2DemosES2NEWT.test01_____-n0001-msaa4-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0128x0128.png
     [exec] Compressing  build/test/results/TestFBOMix2DemosES2NEWT.test01_____-n0002-msaa8-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0128x0128.png
     [exec] Compressing  build/test/results/TestFBOMix2DemosES2NEWT.test01_____-n0003-msaa0-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0384x0384.png
     [exec] Compressing  build/test/results/TestFBOMix2DemosES2NEWT.test01_____-n0004-msaa4-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0384x0384.png
     [exec] Compressing  build/test/results/TestFBOMix2DemosES2NEWT.test01_____-n0005-msaa8-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0384x0384.png
     [exec] Compressing  build/test/results/TestFBOMix2DemosES2NEWT.test01_____-n0006-msaa0-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0640x0640.png
     [exec] Compressing  build/test/results/TestFBOMix2DemosES2NEWT.test01_____-n0007-msaa4-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0640x0640.png
     [exec] Compressing  build/test/results/TestFBOMix2DemosES2NEWT.test01_____-n0008-msaa8-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0640x0640.png
     [exec] Compressing  build/test/results/TestFBOMRTNEWT01.test01-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestFBOMRTNEWT01.test01-n0002-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestFBOMRTNEWT01.test01-n0003-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0600x0450.png
     [exec] Compressing  build/test/results/TestFBOMRTNEWT01.test01-n0004-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestFBOOffThreadSharedContextMix2DemosES2NEWT.test01-n0000-msaa0-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestFBOOffThreadSharedContextMix2DemosES2NEWT.test01-n0001-msaa0-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestFBOOffThreadSharedContextMix2DemosES2NEWT.test01-n0002-msaa0-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0768x0768.png
     [exec] Compressing  build/test/results/TestFBOOnThreadSharedContext1DemoES2NEWT.test01-n0000-msaa0-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestFBOOnThreadSharedContext1DemoES2NEWT.test01-n0001-msaa0-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestFBOOnThreadSharedContext1DemoES2NEWT.test01-n0002-msaa0-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0768x0768.png
     [exec] Compressing  build/test/results/TestGearsES1NEWT.test00-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0480.png
     [exec] Compressing  build/test/results/TestGeomShader01TextureGL3NEWT.test01_GL3Core_Passthrough__-n0000-GL3___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGeomShader01TextureGL3NEWT.test02_GL3Core_FlipXYZ______-n0000-GL3___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenAutoDblBuf___-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenAutoDblBuf___-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenAutoDblBuf___-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenBitmapSglBuf_-n0001-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenBitmapSglBuf_-n0003-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenBitmapSglBuf_-n0005-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenFBODblBuf____-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenFBODblBuf____-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenFBODblBuf____-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenFBOSglBuf____-n0001-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenFBOSglBuf____-n0003-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenFBOSglBuf____-n0005-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenPbufferDblBuf-n0001-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenPbufferDblBuf-n0003-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenPbufferDblBuf-n0005-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenPbufferSglBuf-n0001-GL2___-hw-pbuffer_-Bone-Frgb__Irgba-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenPbufferSglBuf-n0003-GL2___-hw-pbuffer_-Bone-Frgb__Irgba-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OffScreenPbufferSglBuf-n0005-GL2___-hw-pbuffer_-Bone-Frgb__Irgba-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OnScreenDblBuf________-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OnScreenDblBuf________-n0003-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OnScreenDblBuf________-n0004-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OnScreenSglBuf________-n0001-GL2___-hw-onscreen-Bone-Frgb__Irgba-D16-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OnScreenSglBuf________-n0003-GL2___-hw-onscreen-Bone-Frgb__Irgba-D16-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.testGL2OnScreenSglBuf________-n0005-GL2___-hw-onscreen-Bone-Frgb__Irgba-D16-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenAutoDblBuf__________-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenAutoDblBuf__________-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenAutoDblBuf__________-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenBitmapSglBuf________-n0001-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenBitmapSglBuf________-n0003-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenBitmapSglBuf________-n0005-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBODblBufMSAA_______-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBODblBufMSAA_______-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBODblBufMSAA_______-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencilMSAA-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencilMSAA-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencilMSAA-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencil____-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencil____-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencil____-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBODblBuf___________-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBODblBuf___________-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBODblBuf___________-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBOSglBuf___________-n0001-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBOSglBuf___________-n0003-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenFBOSglBuf___________-n0005-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenPbufferDblBuf_______-n0001-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenPbufferDblBuf_______-n0003-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenPbufferDblBuf_______-n0005-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenPbufferSglBuf_______-n0001-GL2___-hw-pbuffer_-Bone-Frgb__Irgba-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenPbufferSglBuf_______-n0003-GL2___-hw-pbuffer_-Bone-Frgb__Irgba-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableFactoryOffscrnCapsNEWT.testGL2OffScreenPbufferSglBuf_______-n0005-GL2___-hw-pbuffer_-Bone-Frgb__Irgba-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenAutoDblBuf__________-n0002-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenAutoDblBuf__________-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenAutoDblBuf__________-n0008-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenFBODblBufMSAA_______-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenFBODblBufMSAA_______-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenFBODblBufMSAA_______-n0009-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenFBODblBufStencilMSAA-n0002-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenFBODblBufStencilMSAA-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenFBODblBufStencilMSAA-n0009-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenFBODblBufStencil____-n0002-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenFBODblBufStencil____-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenFBODblBufStencil____-n0008-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenPbuffer_____________-n0002-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenPbuffer_____________-n0004-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OffScreenPbuffer_____________-n0008-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OnScreenDblBufMSAA___________-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OnScreenDblBufMSAA___________-n0003-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OnScreenDblBufMSAA___________-n0006-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OnScreenDblBufStencilMSAA____-n0002-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OnScreenDblBufStencilMSAA____-n0004-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OnScreenDblBufStencilMSAA____-n0007-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OnScreenDblBufStencil________-n0002-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OnScreenDblBufStencil________-n0005-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OnScreenDblBufStencil________-n0007-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OnScreenDblBuf_______________-n0002-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OnScreenDblBuf_______________-n0004-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.testGL2OnScreenDblBuf_______________-n0007-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenAutoDblBuf__________-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenAutoDblBuf__________-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenAutoDblBuf__________-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenBitmapSglBuf________-n0001-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenBitmapSglBuf________-n0003-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenBitmapSglBuf________-n0005-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufMSAA_______-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufMSAA_______-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufMSAA_______-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencilMSAA-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencilMSAA-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencilMSAA-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencil____-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencil____-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBufStencil____-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBuf___________-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBuf___________-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBODblBuf___________-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBOSglBuf___________-n0001-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBOSglBuf___________-n0003-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenFBOSglBuf___________-n0005-GL2___-hw-fbobject-Bone-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenPbufferDblBuf_______-n0001-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenPbufferDblBuf_______-n0003-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenPbufferDblBuf_______-n0005-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenPbufferSglBuf_______-n0001-GL2___-hw-pbuffer_-Bone-Frgb__Irgba-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenPbufferSglBuf_______-n0003-GL2___-hw-pbuffer_-Bone-Frgb__Irgba-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OffScreenPbufferSglBuf_______-n0005-GL2___-hw-pbuffer_-Bone-Frgb__Irgba-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufMSAA___________-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufMSAA___________-n0003-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufMSAA___________-n0004-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufStencilMSAA____-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufStencilMSAA____-n0002-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufStencilMSAA____-n0005-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufStencil________-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufStencil________-n0003-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBufStencil________-n0004-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBuf_______________-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBuf_______________-n0003-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenDblBuf_______________-n0004-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenSglBuf_______________-n0001-GL2___-hw-onscreen-Bone-Frgb__Irgba-D16-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenSglBuf_______________-n0003-GL2___-hw-onscreen-Bone-Frgb__Irgba-D16-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.testGL2OnScreenSglBuf_______________-n0005-GL2___-hw-onscreen-Bone-Frgb__Irgba-D16-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenFBODblBufMSAA_______-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenFBODblBufMSAA_______-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenFBODblBufMSAA_______-n0009-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenFBODblBufStencilMSAA-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenFBODblBufStencilMSAA-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenFBODblBufStencilMSAA-n0009-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenFBODblBufStencil____-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenFBODblBufStencil____-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenFBODblBufStencil____-n0009-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St08-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenLayerAutoDblBuf_____-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenLayerAutoDblBuf_____-n0005-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenLayerAutoDblBuf_____-n0009-GL2___-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenPbuffer_____________-n0001-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenPbuffer_____________-n0006-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OffScreenPbuffer_____________-n0011-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OnScreenDblBufMSAA___________-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OnScreenDblBufMSAA___________-n0005-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OnScreenDblBufMSAA___________-n0009-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OnScreenDblBufStencilMSAA____-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OnScreenDblBufStencilMSAA____-n0006-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OnScreenDblBufStencilMSAA____-n0011-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa04_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OnScreenDblBufStencil________-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OnScreenDblBufStencil________-n0006-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OnScreenDblBufStencil________-n0011-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D24-St08-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OnScreenDblBuf_______________-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0300.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OnScreenDblBuf_______________-n0005-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0200x0150.png
     [exec] Compressing  build/test/results/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.testGL2OnScreenDblBuf_______________-n0010-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0800x0600.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch01NEWT.testSwitch2GLWindowEachWithOwnDemoGL2ES2-n0000-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch01NEWT.testSwitch2GLWindowEachWithOwnDemoGL2ES2-n0000-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0356x0356.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch01NEWT.testSwitch2GLWindowEachWithOwnDemoGL2ES2-n0058-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0356x0356.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch01NEWT.testSwitch2GLWindowEachWithOwnDemoGL2ES2-n0059-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch01NEWT.testSwitch2GLWindowEachWithOwnDemoGL2ES2-n0111-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch01NEWT.testSwitch2GLWindowEachWithOwnDemoGL2ES2-n0111-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0356x0356.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch01NEWT.testSwitch2GLWindowOneDemoGL2ES2________-n0001-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch01NEWT.testSwitch2GLWindowOneDemoGL2ES2________-n0062-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0356x0356.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch01NEWT.testSwitch2GLWindowOneDemoGL2ES2________-n0118-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch01NEWT.testSwitch2WindowSingleContextGL2ES2____-n0000-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch10NEWT.test01GLADDelegateGL2ES2-n0000-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch10NEWT.test01GLADDelegateGL2ES2-n0048-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgb_-D16-St00-Sa00_default-0356x0356.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch11NewtAWT.test21GLWindowGL2ES2-n0000-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch11NewtAWT.test21GLWindowGL2ES2-n0051-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0356x0356.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch12AWT.test01GLCanvasOnscreenGL2ES2_-n0000-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch12AWT.test01GLCanvasOnscreenGL2ES2_-n0050-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgb_-D16-St00-Sa00_default-0356x0356.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch12AWT.test11GLCanvasOffscreenGL2ES2-n0000-GL2ES2-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch12AWT.test11GLCanvasOffscreenGL2ES2-n0061-GL2ES2-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0356x0356.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch21Newt2AWT.test01GLCanvasOnScrn2GLWindowGL2ES2_-n0000-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch21Newt2AWT.test01GLCanvasOnScrn2GLWindowGL2ES2_-n0051-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0356x0356.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch21Newt2AWT.test11GLWindow2GLCanvasOnScrnGL2ES2_-n0000-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch21Newt2AWT.test11GLWindow2GLCanvasOnScrnGL2ES2_-n0059-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgb_-D16-St00-Sa00_default-0356x0356.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch21Newt2AWT.test21GLCanvasOffScrn2GLWindowGL2ES2-n0000-GL2ES2-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch21Newt2AWT.test21GLCanvasOffScrn2GLWindowGL2ES2-n0059-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0356x0356.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch21Newt2AWT.test31GLWindow2GLCanvasOffScrnGL2ES2-n0000-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLContextDrawableSwitch21Newt2AWT.test31GLWindow2GLCanvasOffScrnGL2ES2-n0060-GL2ES2-hw-fbobject-Bdbl-Frgb__Irgb_-D24-St00-Sa00_default-0356x0356.png
     [exec] Compressing  build/test/results/TestGLJPanelAWTBug450.test01-n0000-GL2___-hw-fbobject-Bone-Frgba_Irgb_-D24-St00-Sa00_default-0512x0234.png
     [exec] Compressing  build/test/results/TestGLPointsNEWT.test01FFP__GL2___-n0001-flat-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestGLPointsNEWT.test01FFP__GL2___-n0002-smooth-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestGLPointsNEWT.test01FFP__GL2___-n0003-attn0-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestGLPointsNEWT.test04FFP__GL2ES2-n0001-flat-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestGLPointsNEWT.test04FFP__GL2ES2-n0002-smooth-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestGLPointsNEWT.test04FFP__GL2ES2-n0003-attn0-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestGLPointsNEWT.test11GLSL_GL2___-n0001-flat-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestGLPointsNEWT.test11GLSL_GL2___-n0002-smooth-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestGLPointsNEWT.test11GLSL_GL2___-n0003-attn0-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOffscreenWritePNG-n0000-GL2___-hw-fbobject-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOffscreenWritePNG-n0000-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOffscreenWritePNG-n0001-GL2___-hw-fbobject-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOffscreenWritePNG-n0001-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOffscreenWritePNG-n0002-GL2___-hw-fbobject-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOffscreenWritePNG-n0002-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOffscreenWritePNG-n0003-GL2___-hw-fbobject-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOffscreenWritePNG-n0003-GL2___-hw-fbobject-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOnscreenWritePNG_-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOnscreenWritePNG_-n0000-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOnscreenWritePNG_-n0001-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOnscreenWritePNG_-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOnscreenWritePNG_-n0002-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01AWT.testOnscreenWritePNG_-n0002-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01NEWT.testOffscreenWritePNG_______-n0000-GL2___-hw-pbuffer_-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01NEWT.testOffscreenWritePNG_______-n0000-GL2___-hw-pbuffer_-Bdbl-Frgb__Irgba-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01NEWT.testOnscreenWritePNG_TGA_PAM-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01NEWT.testOnscreenWritePNG_TGA_PAM-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02AWT.testOffscreenWritePNGWithResize-n0000-GL2___-hw-fbobject-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0128x0064.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02AWT.testOffscreenWritePNGWithResize-n0001-GL2___-hw-fbobject-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0256x0128.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02AWT.testOffscreenWritePNGWithResize-n0002-GL2___-hw-fbobject-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0512x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02AWT.testOnscreenWritePNGWithResize_-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0128x0064.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02AWT.testOnscreenWritePNGWithResize_-n0001-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0256x0128.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02AWT.testOnscreenWritePNGWithResize_-n0002-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0512x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02NEWT.testOffscreenWritePNGWithResize-n0000-GL2___-hw-pbuffer_-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0064x0064.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02NEWT.testOffscreenWritePNGWithResize-n0001-GL2___-hw-pbuffer_-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0128x0128.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02NEWT.testOffscreenWritePNGWithResize-n0002-GL2___-hw-pbuffer_-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02NEWT.testOffscreenWritePNGWithResize-n0003-GL2___-hw-pbuffer_-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02NEWT.testOnscreenWritePNGWithResize_-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0064x0064.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02NEWT.testOnscreenWritePNGWithResize_-n0001-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0128x0128.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02NEWT.testOnscreenWritePNGWithResize_-n0002-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0256x0256.png
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite02NEWT.testOnscreenWritePNGWithResize_-n0003-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestImmModeSinkES1NEWT.test01Plain__GL2ES1_VBOOffUsePlain____-n0001-GL2ES1-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0400.png
     [exec] Compressing  build/test/results/TestImmModeSinkES1NEWT.test02Plain__GL2ES1_VBOOffUseArrayData-n0001-GL2ES1-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0400.png
     [exec] Compressing  build/test/results/TestImmModeSinkES1NEWT.test03Plain__GL2ES1_VBOOnUsePlain_____-n0001-GL2ES1-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0400.png
     [exec] Compressing  build/test/results/TestImmModeSinkES1NEWT.test04Plain__GL2ES1_VBOOnUseArrayData_-n0001-GL2ES1-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0400.png
     [exec] Compressing  build/test/results/TestImmModeSinkES1NEWT.test05ImmSinkGL2ES1_VBOOff____________-n0001-GL2ES1-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0400.png
     [exec] Compressing  build/test/results/TestImmModeSinkES1NEWT.test06ImmSinkGL2ES1_VBOOn_____________-n0001-GL2ES1-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0400.png
     [exec] Compressing  build/test/results/TestImmModeSinkES1NEWT.test07ImmSinkGL2ES1_VBOOnTexture______-n0001-GL2ES1-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0400.png
     [exec] Compressing  build/test/results/TestImmModeSinkES2NEWT.test05ImmSinkGL2ES2_VBOOff_Direct_____-n0001-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0400.png
     [exec] Compressing  build/test/results/TestImmModeSinkES2NEWT.test05ImmSinkGL2ES2_VBOOff_ShaderState-n0001-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0400.png
     [exec] Compressing  build/test/results/TestImmModeSinkES2NEWT.test06ImmSinkGL2ES2_VBOOn_Direct______-n0001-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0400.png
     [exec] Compressing  build/test/results/TestImmModeSinkES2NEWT.test06ImmSinkGL2ES2_VBOOn_ShaderState_-n0001-GL2ES2-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0400x0400.png
     [exec] Compressing  build/test/results/TestJPEGImage01NEWT.testReadES2_RGB-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test01YUV422hBase__ES2__-n0000-AWTJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test01YUV422hBase__ES2__-n0000-JoglJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test01YUV422hProg_ES2___-n0000-AWTJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test01YUV422hProg_ES2___-n0000-JoglJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test01YUV444Base__ES2___-n0000-AWTJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test01YUV444Base__ES2___-n0000-JoglJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test01YUV444Prog__ES2___-n0000-AWTJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test01YUV444Prog__ES2___-n0000-JoglJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test02YUV420BaseGray_ES2-n0000-AWTJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0261x0202.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test02YUV420BaseGray_ES2-n0000-JoglJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0261x0202.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test02YUV420Base__ES2___-n0000-AWTJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0261x0202.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test02YUV420Base__ES2___-n0000-JoglJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0261x0202.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test02YUV420Prog_ES2____-n0000-AWTJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0261x0202.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test02YUV420Prog_ES2____-n0000-JoglJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0261x0202.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test03CMYK_01_ES2_______-n0000-JoglJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0300x0509.png
     [exec] Compressing  build/test/results/TestJPEGJoglAWTCompareNewtAWT.test03YCCK_01_ES2_______-n0000-JoglJPEG-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0872x0583.png
     [exec] Compressing  build/test/results/TestJPEGTextureFromFileNEWT.test01YUV422hBase__ES2__-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGTextureFromFileNEWT.test01YUV422hProg_ES2___-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGTextureFromFileNEWT.test01YUV444Base__ES2___-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGTextureFromFileNEWT.test01YUV444Base__GL2___-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGTextureFromFileNEWT.test01YUV444Prog__ES2___-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGTextureFromFileNEWT.test01YUV444Prog__GL2___-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestJPEGTextureFromFileNEWT.test02YUV420BaseGray_ES2-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0261x0202.png
     [exec] Compressing  build/test/results/TestJPEGTextureFromFileNEWT.test02YUV420Base__ES2___-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0261x0202.png
     [exec] Compressing  build/test/results/TestJPEGTextureFromFileNEWT.test02YUV420Prog_ES2____-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0261x0202.png
     [exec] Compressing  build/test/results/TestJPEGTextureFromFileNEWT.test03CMYK_01_ES2_______-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0300x0509.png
     [exec] Compressing  build/test/results/TestJPEGTextureFromFileNEWT.test03YCCK_01_ES2_______-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0872x0583.png
     [exec] Compressing  build/test/results/TestMultisampleES1AWT.testOnscreenMultiSampleAA0-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES1AWT.testOnscreenMultiSampleAA0-n0001-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES1AWT.testOnscreenMultiSampleAA4-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa04_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES1AWT.testOnscreenMultiSampleAA4-n0001-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa04_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES1AWT.testOnscreenMultiSampleAA8-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa08_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES1AWT.testOnscreenMultiSampleAA8-n0001-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa08_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES1NEWT.testOffscreenMultiSampleAA0-n0000-GL2___-hw-pbuffer_-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES1NEWT.testOffscreenMultiSampleAA2-n0000-GL2___-hw-pbuffer_-Bdbl-Frgba_Irgba-D24-St00-Sa02_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES1NEWT.testOffscreenMultiSampleAA4-n0000-GL2___-hw-pbuffer_-Bdbl-Frgba_Irgba-D24-St00-Sa04_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES1NEWT.testOffsreenMultiSampleAA8_-n0000-GL2___-hw-pbuffer_-Bdbl-Frgba_Irgba-D24-St00-Sa08_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES1NEWT.testOnscreenMultiSampleAA0_-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES1NEWT.testOnscreenMultiSampleAA2_-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa02_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES1NEWT.testOnscreenMultiSampleAA4_-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa04_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES1NEWT.testOnscreenMultiSampleAA8_-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa08_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES2NEWT.testOffscreenPBufferMultiSampleAA0-n0000-GL2___-hw-pbuffer_-Bdbl-Frgba_Irgba-D24-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES2NEWT.testOffsreenPBufferMultiSampleAA8_-n0000-GL2___-hw-pbuffer_-Bdbl-Frgba_Irgba-D24-St00-Sa08_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES2NEWT.testOnscreenMultiSampleAA0________-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestMultisampleES2NEWT.testOnscreenMultiSampleAA8________-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa08_default-0512x0512.png
     [exec] Compressing  build/test/results/TestNewtCanvasSWTGLn.postAttach_WithAnimator_-n0000-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0458.png
     [exec] Compressing  build/test/results/TestNewtCanvasSWTGLn.postAttach_WithAnimator_-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0458.png
     [exec] Compressing  build/test/results/TestNewtCanvasSWTGLn.postAttach_WithAnimator_-n0002-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0458.png
     [exec] Compressing  build/test/results/TestNewtCanvasSWTGLn.preAttach_NoAnimator____-n0000-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0458.png
     [exec] Compressing  build/test/results/TestNewtCanvasSWTGLn.preAttach_NoAnimator____-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0458.png
     [exec] Compressing  build/test/results/TestNewtCanvasSWTGLn.preAttach_NoAnimator____-n0002-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0458.png
     [exec] Compressing  build/test/results/TestNewtCanvasSWTGLn.preAttach_WithAnimator__-n0000-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0458.png
     [exec] Compressing  build/test/results/TestNewtCanvasSWTGLn.preAttach_WithAnimator__-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0458.png
     [exec] Compressing  build/test/results/TestNewtCanvasSWTGLn.preAttach_WithAnimator__-n0002-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0458.png
     [exec] Compressing  build/test/results/TestNewtCanvasSWTGLn.test_MultisampleAndAlpha-n0000-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa02_default-0640x0458.png
     [exec] Compressing  build/test/results/TestNewtCanvasSWTGLn.test_MultisampleAndAlpha-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa02_default-0640x0458.png
     [exec] Compressing  build/test/results/TestNewtCanvasSWTGLn.test_MultisampleAndAlpha-n0002-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa02_default-0640x0458.png
     [exec] Compressing  build/test/results/TestOffscreen01GLPBufferNEWT.test04OffscreenSnapshotWithDemoPBuffer-I_rgba-0000.png
     [exec] Compressing  build/test/results/TestOlympicES1NEWT.test00-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0480.png
     [exec] Compressing  build/test/results/TestPNGImage01NEWT.testPNGReadWriteAndCompare-PNGImageTest1.png
     [exec] Compressing  build/test/results/TestPNGImage01NEWT.testPNGReadWriteAndCompare-PNGImageTest2.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileAWT.testGrayAWTILoaderES2-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0283x0032.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileAWT.testGrayAWTILoaderGL2-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0283x0032.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileAWT.testGrayPNGJLoaderES2-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0283x0032.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileAWT.testGrayPNGJLoaderGL2-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0283x0032.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileAWT.testTestAWTILoaderES2-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileAWT.testTestAWTILoaderGL2-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileAWT.testTestPNGJLoaderES2-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileAWT.testTestPNGJLoaderGL2-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileNEWT.testGray__ES2____-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0283x0032.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileNEWT.testGray__GL2____-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0283x0032.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileNEWT.testInterl3G_ES2_-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileNEWT.testInterl3__ES2_-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileNEWT.testInterl4G_ES2_-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileNEWT.testInterl4__ES2_-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileNEWT.testPalette3__ES2-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileNEWT.testPalette4__ES2-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileNEWT.testRGB3__ES2____-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileNEWT.testRGB3__GL2____-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileNEWT.testRGB4G_ES2____-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileNEWT.testRGB4__ES2____-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestPNGTextureFromFileNEWT.testRGB4__GL2____-n0000-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0160x0090.png
     [exec] Compressing  build/test/results/TestRedSquareES1NEWT.test00-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0512x0512.png
     [exec] Compressing  build/test/results/TestSWTJOGLGLCanvas01GLn.test_MultisampleAndAlpha-n0000-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa02_default-0640x0458.png
     [exec] Compressing  build/test/results/TestSWTJOGLGLCanvas01GLn.test_MultisampleAndAlpha-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa02_default-0640x0458.png
     [exec] Compressing  build/test/results/TestSWTJOGLGLCanvas01GLn.test_MultisampleAndAlpha-n0002-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa02_default-0640x0458.png
     [exec] Compressing  build/test/results/TestSWTJOGLGLCanvas01GLn.test____________________-n0000-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0458.png
     [exec] Compressing  build/test/results/TestSWTJOGLGLCanvas01GLn.test____________________-n0001-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0458.png
     [exec] Compressing  build/test/results/TestSWTJOGLGLCanvas01GLn.test____________________-n0002-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0640x0458.png
     [exec] Compressing  build/test/results/TestTextRendererNEWT00-snap0-800x400-T0000.png
     [exec] Compressing  build/test/results/text-vbaa0-msaa1-800x400-Z0080-T0000-Lucida_Bright-Regular.png
     [exec] Compressing  build/test/results/text-vbaa0-msaa1-800x400-Z0080-T0000-Ubuntu-Regular.png
     [exec] Compressing  build/test/results/text-vbaa0-msaa1-800x400-Z0380-T0000-Lucida_Bright-Regular.png
     [exec] Compressing  build/test/results/text-vbaa0-msaa1-800x400-Z0380-T0000-Ubuntu-Regular.png
     [exec] Compressing  build/test/results/text-vbaa0-msaa1-800x400-Z1000-T0000-Lucida_Bright-Regular.png
     [exec] Compressing  build/test/results/text-vbaa0-msaa1-800x400-Z1000-T0000-Ubuntu-Regular.png
     [exec] Compressing  build/test/results/text-vbaa1-msaa0-800x400-Z0080-T3200-Lucida_Bright-Regular.png
     [exec] Compressing  build/test/results/text-vbaa1-msaa0-800x400-Z0080-T3200-Ubuntu-Regular.png
     [exec] Compressing  build/test/results/text-vbaa1-msaa0-800x400-Z0380-T2400-Lucida_Bright-Regular.png
     [exec] Compressing  build/test/results/text-vbaa1-msaa0-800x400-Z0380-T2400-Ubuntu-Regular.png
     [exec] Compressing  build/test/results/text-vbaa1-msaa0-800x400-Z1000-T1600-Lucida_Bright-Regular.png
     [exec] Compressing  build/test/results/text-vbaa1-msaa0-800x400-Z1000-T1600-Ubuntu-Regular.png
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.graph.TestRegionRendererNEWT01.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT00.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT10.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.ect.TestExclusiveContext01VSyncAnimAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.ect.TestExclusiveContext01VSyncAnimNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.ect.TestExclusiveContext02FPSAnimAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.ect.TestExclusiveContext02FPSAnimNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.ect.TestExclusiveContext11VSyncAnimNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.ect.TestExclusiveContext12FPSAnimNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.glels.TestGLContextDrawableSwitch01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.glels.TestGLContextDrawableSwitch10NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.glels.TestGLContextDrawableSwitch11NewtAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.glels.TestGLContextDrawableSwitch12AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.glels.TestGLContextDrawableSwitch21Newt2AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestAddRemove01GLCanvasSwingAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestAddRemove02GLWindowNewtCanvasAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestAddRemove03GLWindowNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestAWTCloseX11DisplayBug565.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestBug669RecursiveGLContext01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestBug669RecursiveGLContext02NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableDeadlockAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestFBOAutoDrawableFactoryNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestFBOMix2DemosES2NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestFBOMRTNEWT01.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestFBOOffThreadSharedContextMix2DemosES2NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestFBOOnThreadSharedContext1DemoES2NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestFloatUtil01MatrixMatrixMultNOUI.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableDelegateNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableFactoryOffscrnCapsNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLContextSurfaceLockNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug00NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug658NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLPointsNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile00NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestGPUMemSec01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestInitConcurrent01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestInitConcurrent02NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestMainVersionGLCanvasAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestMainVersionGLWindowNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestMapBufferRead01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestNEWTCloseX11DisplayBug565.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestNVSwapGroupNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestOffscreenLayer01GLCanvasAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestOffscreenLayer02NewtCanvasAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestPBufferDeadlockAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestPMVMatrix01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestPMVMatrix02NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListNEWT2.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextNewtAWTBug523.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES1NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestShutdownCompleteAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.acore.TestShutdownCompleteNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestAWT01GLn.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestAWT02WindowClosing.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestAWT03GLCanvasRecreate01.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestAWTCardLayoutAnimatorStartStopBug532.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestBug460GLCanvasNPEAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestBug461FBOSupersamplingSwingAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestBug461PBufferSupersamplingSwingAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestBug551AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestBug572AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestBug611AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestBug642JSplitPaneMixHwLw01AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestBug664GLCanvasSetVisibleSwingAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestBug675BeansInDesignTimeAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestGLCanvasAWTActionDeadlock00AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestGLCanvasAWTActionDeadlock01AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestGLCanvasAWTActionDeadlock02AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestIsRealizedConcurrency01AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestJScrollPaneMixHwLw01AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.TestSwingAWT01GLn.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.awt.text.TestAWTTextRendererUseVertexArrayBug464.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.caps.TestBug605FlippedImageAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.caps.TestBug605FlippedImageNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.caps.TestMultisampleES1AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.caps.TestMultisampleES1NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.caps.TestMultisampleES2NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.caps.TestTranslucencyAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.caps.TestTranslucencyNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.es1.newt.TestGearsES1NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.es1.newt.TestOlympicES1NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.es1.newt.TestRedSquareES1NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestElektronenMultipliziererNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasSWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestRedSquareES2NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.es2.swt.TestGearsES2SWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsAWTAnalyzeBug455.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsGLJPanelAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGLJPanelAWTBug450.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.gl2.newt.TestGearsNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.gl2.newt.TestGearsNewtAWTWrapper.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.demos.gl3.newt.TestGeomShader01TextureGL3NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState02NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLSimple01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.glsl.TestRulerNEWT01.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.glsl.TestShaderCompilationBug459AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.glu.TestBug463ScaleImageMemoryAWT.xml
     [exec] Compressing  build
     [exec] /test/results/TEST-com.jogamp.opengl.test.junit.jogl.glu.TestBug694ScaleImageUnpackBufferSizeAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.glu.TestGluUnprojectDoubleNOUI.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.glu.TestGluUnprojectFloatNOUI.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.newt.TestSwingAWTRobotUsageBeforeJOGLInitBug411.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen01GLPBufferNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen02BitmapNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.swt.TestNewtCanvasSWTBug628ResizeDeadlockAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.swt.TestNewtCanvasSWTGLn.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor03AWTGLn.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.swt.TestSWTEclipseGLCanvas01GLn.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.swt.TestSWTJOGLGLCanvas01GLn.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.TestES1FixedFunctionPipelineNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES2NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestGLReadBufferUtilTextureIOWrite01AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestGLReadBufferUtilTextureIOWrite01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestGLReadBufferUtilTextureIOWrite02AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestGLReadBufferUtilTextureIOWrite02NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestJPEGImage01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestJPEGJoglAWTBenchmarkNewtAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestJPEGJoglAWTCompareNewtAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestJPEGTextureFromFileNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGImage01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestPNGTextureFromFileNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestTexture01AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestTextureSequence01AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.jogl.util.texture.TestTextureSequence01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersAWTCanvas.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNewtCanvasSWTAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.event.TestNewtKeyCodeModifiersAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.event.TestNewtKeyCodesAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.event.TestNewtKeyEventAutoRepeatAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.event.TestNewtKeyEventOrderAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.event.TestNewtKeyPressReleaseUnmaskRepeatAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestParenting01aAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestParenting01aSWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestParenting01bAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestParenting01cAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestParenting01cSwingAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestParenting02AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestParenting02NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestParenting03AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestParenting04AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestParenting04SWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestParentingFocusTraversal01AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestTranslucentChildWindowBug632NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.parenting.TestTranslucentParentingAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestCloseNewtAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestDisplayLifecycle01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestDisplayLifecycle02NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestEventSourceNotAWTBug.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestFocus01SwingAWTRobot.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestFocus02SwingAWTRobot.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestGLWindows00NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestGLWindows01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestGLWindows02NEWTAnimated.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestListenerCom01AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestRemoteGLWindows01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestRemoteWindow01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestScreenMode00bNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestScreenMode00NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestScreenMode01bNEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestScreenMode01NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestScreenMode02NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestWindowClosingProtocol01AWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestWindowClosingProtocol02NEWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestWindowClosingProtocol03NewtAWT.xml
     [exec] Compressing  build/test/results/TEST-com.jogamp.opengl.test.junit.newt.TestWindows01NEWT.xml
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01NEWT.testOnscreenWritePNG_TGA_PAM-n0004-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0256x0256.pam
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01NEWT.testOnscreenWritePNG_TGA_PAM-n0005-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.pam
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01NEWT.testOnscreenWritePNG_TGA_PAM-n0002-GL2___-hw-onscreen-Bdbl-Frgba_Irgba-D16-St00-Sa00_default-0256x0256.tga
     [exec] Compressing  build/test/results/TestGLReadBufferUtilTextureIOWrite01NEWT.testOnscreenWritePNG_TGA_PAM-n0003-GL2___-hw-onscreen-Bdbl-Frgb__Irgba-D16-St00-Sa00_default-0256x0256.tga
     [exec] 
     [exec] Everything is Ok

BUILD SUCCESSFUL
Total time: 50 minutes 45 seconds
[WARNINGS] Parsing warnings in console log with parser GNU Compiler 3 (gcc)
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Archiving artifacts
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
[CopyArchiverPublisher] Copying archived artifacts in the shared directory '/srv/www/jogamp.org/deployment/autobuilds/master/jogl-b951-2013-04-04_16-31-11'.
[CopyArchiverPublisher] '3' artifacts have been copied.
[CopyArchiverPublisher] Stop copying archived artifacts in the shared directory.
No emails were triggered.
Notifying upstream projects of job completion
Finished: UNSTABLE