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

Passed

com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndReleaseWithShift

Took 3.3 sec.

Standard Error

SLOCK [T main @ 1401161549739 ms III localhost/127.0.0.1:59999 - Wait for lock
Thread-7 - SISock: localhost/127.0.0.1:59999 - started
SLOCK [T main @ 1401161569771 ms +++ localhost/127.0.0.1:59999 - Locked within 20040 ms, 21 attempts
Thread[main-Display-.macosx_nil-1-EDT-1,5,main] RedSquareES2.init: tileRendererInUse null
RedSquareES2 init on Thread[main-Display-.macosx_nil-1-EDT-1,5,main]
Chosen GLCapabilities: GLCaps[rgba 8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms 16/0/0, dbl, mono  , hw, GLProfile[GL3/GL3.hw], on-scr[.]]
INIT GL IS: jogamp.opengl.gl4.GL4bcImpl
Swap Interval  -1
GL Profile     GLProfile[GL3/GL3.hw]
GL Version     3.2 (Core profile, arb, FBO, hardware) - 3.2 NVIDIA-7.32.12 [GL 3.2.0, vendor 7.32.12 (NVIDIA-7.32.12)]
Quirks         [NoOffscreenBitmap]
Impl. class    jogamp.opengl.gl4.GL4bcImpl
GL_VENDOR      NVIDIA Corporation
GL_RENDERER    NVIDIA GeForce 320M OpenGL Engine
GL_VERSION     3.2 NVIDIA-7.32.12
GLSL           true, has-compiler-func: true, version: 1.50 / 1.50.0
GL FBO: basic true, full true
GL_EXTENSIONS  16
GLX_EXTENSIONS 0
-----------------------------------------------------------------------------------------------------
ShaderState: attachShaderProgram: -1 -> 1 (enable: true)
	null
	ShaderProgram[id=1, linked=false, inUse=false, program: 1,
   ShaderCode[id=1, type=VERTEX_SHADER, valid=true, shader:  2, source]
   ShaderCode[id=2, type=FRAGMENT_SHADER, valid=true, shader:  3, source]]
Thread[main-Display-.macosx_nil-1-EDT-1,5,main] RedSquareES2.init FIN
Thread[main-Display-.macosx_nil-1-EDT-1,5,main] RedSquareES2.reshape 0/0 400x400 of 400x400, swapInterval 1, drawable 0x7ff12d119430, tileRendererInUse null
Thread[main-Display-.macosx_nil-1-EDT-1,5,main] RedSquareES2.reshape FIN
requestFocus: NEWT Component
centerMouse: robot pos: 300x300, onTitleBarIfWindow: false
MouseEntered      ignored: MouseEvent[EVENT_MOUSE_ENTERED, [I@5c95da38/[I@7229c204, button 0, count 0, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161570270 d 2ms]]]
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@1380cf2a/[I@6da0d866, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161570270 d 2ms]]]
MouseReleased    2: MouseEvent[EVENT_MOUSE_RELEASED, [I@5adf48c4/[I@79226a77, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161570273 d 10ms]]]
MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@5adf48c4/[I@79226a77, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161570273 d 11ms]]]
requestFocus: click, d: 301 ms
++++ UITestCase.setUp: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT - testHoldOneButtonAndPressAnother
WAIT-till-done: eventDispatch() #0

>>>> _doHoldOneButtonAndPressAnother
WAIT-till-done: eventDispatch() #1
*** pressing button 1
WAIT-till-done: eventDispatch() #2
WAIT-till-done: eventDispatch() #3
WAIT-till-done: eventDispatch() #4
WAIT-till-done: eventDispatch() #5
WAIT-till-done: eventDispatch() #6
WAIT-till-done: eventDispatch() #7
WAIT-till-done: eventDispatch() #8
WAIT-till-done: eventDispatch() #9
WAIT-till-done: eventDispatch() #10
WAIT-till-done: eventDispatch() #11
**** No Event. Waited 20 * 50ms, eventCount 0
TestNewtEventModifiersNEWTWindowAWT.testHoldOneButtonAndPressAnother - mouse-press(1):  FAILED
         no event delivery
RunnableTask.run(): A catched exception occured on thread Test-Thread: RunnableTask[executed false, tTotal 3 ms, tExec 0 ms, tQueue 3 ms, attachment null, throwable java.lang.AssertionError]
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers._checkFailures(BaseNewtEventModifiers.java:680)
	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers._doHoldOneButtonAndPressAnother(BaseNewtEventModifiers.java:535)
	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers.access$300(BaseNewtEventModifiers.java:53)
	at com.jogamp.opengl.test.junit.newt.event.BaseNewtEventModifiers$4.run(BaseNewtEventModifiers.java:469)
	at com.jogamp.common.util.RunnableTask.run(RunnableTask.java:133)
	at java.lang.Thread.run(Thread.java:695)
WAIT-till-done: DONE
++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT - testHoldOneButtonAndPressAnother
++++ UITestCase.setUp: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT - testPressAllButtonsInSequence
WAIT-till-done: eventDispatch() #0

>>>> _doPressAllButtonsInSequence
WAIT-till-done: eventDispatch() #1
*** pressing button 1
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@655d616e/[I@55a7b0bf, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161575449 d 10ms]]]
TestNewtEventModifiersNEWTWindowAWT.testPressAllButtonsInSequence - mouse-press(1):  PASSED
*** pressing button 2
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@7444f787/[I@5bd6fbb3, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161575501 d 2ms]]]
WAIT-till-done: eventDispatch() #2
TestNewtEventModifiersNEWTWindowAWT.testPressAllButtonsInSequence - mouse-press(2):  PASSED
*** pressing button 3
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/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [button1, button2, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161575552 d 6ms]]]
TestNewtEventModifiersNEWTWindowAWT.testPressAllButtonsInSequence - mouse-press(3):  PASSED
*** releasing button 3
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/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161575603 d 11ms]]]
MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@1cb1a4e2/[I@52c00025, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161575603 d 11ms]]]
WAIT-till-done: eventDispatch() #3
TestNewtEventModifiersNEWTWindowAWT.testPressAllButtonsInSequence - mouse-release(3):  PASSED
*** releasing button 2
MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@3b49a794/[I@609903f4, button 2, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161575654 d 5ms]]]
MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@3b49a794/[I@609903f4, button 2, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161575654 d 5ms]]]
TestNewtEventModifiersNEWTWindowAWT.testPressAllButtonsInSequence - mouse-release(2):  PASSED
*** releasing button 1
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/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161575706 d 8ms]]]
MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@5dd2b9b7/[I@359ecd80, button 1, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161575706 d 8ms]]]
WAIT-till-done: eventDispatch() #4
TestNewtEventModifiersNEWTWindowAWT.testPressAllButtonsInSequence - mouse-release(1):  PASSED
WAIT-till-done: eventDispatch() #5
WAIT-till-done: DONE
++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT - testPressAllButtonsInSequence
++++ UITestCase.setUp: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT - testSingleButtonClickAndDrag
WAIT-till-done: eventDispatch() #0

>>>> _doSingleButtonClickAndDrag
*** pressing button 1
WAIT-till-done: eventDispatch() #1
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@2bbe2893/[I@5159e154, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161578596 d 8ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonClickAndDrag - mouse-press(1):  PASSED
*** moving mouse
MouseDragged     1: MouseEvent[EVENT_MOUSE_DRAGGED, [I@19958bf9/[I@2918958e, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 208/208, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161578647 d 1ms]]]
WAIT-till-done: eventDispatch() #2
WAIT-till-done: eventDispatch() #3
WAIT-till-done: eventDispatch() #4
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonClickAndDrag - mouse-move(308, 308):  PASSED
*** releasing button 1
MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@d02b2b6/[I@2c22d166, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 208/208, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161578899 d 9ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonClickAndDrag - mouse-release(1):  PASSED
MouseMoved        ignored: MouseEvent[EVENT_MOUSE_MOVED, [I@21e1962d/[I@614a75bb, button 0, count 0, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161578951 d 1ms]]]
WAIT-till-done: eventDispatch() #5
WAIT-till-done: eventDispatch() #6
WAIT-till-done: eventDispatch() #7
*** pressing button 2
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@5f7779e3/[I@1ce3570c, button 2, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161579204 d 10ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonClickAndDrag - mouse-press(2):  PASSED
*** moving mouse
MouseDragged     1: MouseEvent[EVENT_MOUSE_DRAGGED, [I@1167e3a5/[I@3b926e90, button 2, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 208/208, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161579255 d 2ms]]]
WAIT-till-done: eventDispatch() #8
WAIT-till-done: eventDispatch() #9
WAIT-till-done: eventDispatch() #10
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonClickAndDrag - mouse-move(308, 308):  PASSED
*** releasing button 2
MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@a98ce7e/[I@361cb7a1, button 2, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 208/208, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161579508 d 2ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonClickAndDrag - mouse-release(2):  PASSED
MouseMoved        ignored: MouseEvent[EVENT_MOUSE_MOVED, [I@175bc6c8/[I@a578073, button 0, count 0, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161579559 d 6ms]]]
WAIT-till-done: eventDispatch() #11
WAIT-till-done: eventDispatch() #12
WAIT-till-done: eventDispatch() #13
*** pressing button 3
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@76b20352/[I@20f8395f, button 3, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161579811 d 7ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonClickAndDrag - mouse-press(3):  PASSED
*** moving mouse
MouseDragged     1: MouseEvent[EVENT_MOUSE_DRAGGED, [I@87e9ce2/[I@306dbdc9, button 3, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 208/208, p[0.0/1.0=0.0]], InputEvent[modifiers: [button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161579862 d 11ms]]]
WAIT-till-done: eventDispatch() #14
WAIT-till-done: eventDispatch() #15
WAIT-till-done: eventDispatch() #16
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonClickAndDrag - mouse-move(308, 308):  PASSED
*** releasing button 3
MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@74c6eff5/[I@30b3f9b8, button 3, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 208/208, p[0.0/1.0=0.0]], InputEvent[modifiers: [button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161580115 d 10ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonClickAndDrag - mouse-release(3):  PASSED
MouseMoved        ignored: MouseEvent[EVENT_MOUSE_MOVED, [I@77cfb802/[I@6639c8c1, button 0, count 0, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161580166 d 3ms]]]
WAIT-till-done: eventDispatch() #17
WAIT-till-done: eventDispatch() #18
WAIT-till-done: eventDispatch() #19
WAIT-till-done: eventDispatch() #20
WAIT-till-done: DONE
++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT - testSingleButtonClickAndDrag
++++ UITestCase.setUp: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT - testSingleButtonPressAndRelease
WAIT-till-done: eventDispatch() #0

>>>> _doSingleButtonPressAndRelease
*** pressing button 1
WAIT-till-done: eventDispatch() #1
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@79014e21/[I@44b09697, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161583154 d 10ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndRelease - mouse-press(1):  PASSED
*** releasing button 1
MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@256eb6bc/[I@79f03d7, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161583205 d 3ms]]]
MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@256eb6bc/[I@79f03d7, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161583205 d 3ms]]]
WAIT-till-done: eventDispatch() #2
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndRelease - mouse-release(1):  PASSED
*** pressing button 2
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/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161583257 d 6ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndRelease - mouse-press(2):  PASSED
*** releasing button 2
MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@30d1e7c2/[I@24c68a98, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161583308 d 10ms]]]
MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@30d1e7c2/[I@24c68a98, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161583308 d 10ms]]]
WAIT-till-done: eventDispatch() #3
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndRelease - mouse-release(2):  PASSED
*** pressing button 3
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@66b51404/[I@7a354749, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161583359 d 4ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndRelease - mouse-press(3):  PASSED
*** releasing button 3
MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@3fdb484d/[I@5567d7fb, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161583410 d 8ms]]]
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/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161583410 d 8ms]]]
WAIT-till-done: eventDispatch() #4
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndRelease - mouse-release(3):  PASSED
WAIT-till-done: eventDispatch() #5
WAIT-till-done: DONE
++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT - testSingleButtonPressAndRelease
++++ UITestCase.setUp: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT - testSingleButtonPressAndReleaseWithCtrl
WAIT-till-done: eventDispatch() #0

>>>> _doSingleButtonPressAndRelease
WAIT-till-done: eventDispatch() #1
WAIT-till-done: eventDispatch() #2
*** pressing button 1
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@3da1c42f/[I@47570945, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [ctrl, button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161586401 d 6ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndReleaseWithCtrl - mouse-press(1):  PASSED
*** releasing button 1
MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@2321b59a/[I@7a19a37a, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161586453 d 8ms]]]
MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@2321b59a/[I@7a19a37a, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161586453 d 8ms]]]
WAIT-till-done: eventDispatch() #3
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndReleaseWithCtrl - mouse-release(1):  PASSED
*** pressing button 2
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@293bdd36/[I@19381960, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [ctrl, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161586505 d 0ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndReleaseWithCtrl - mouse-press(2):  PASSED
*** releasing button 2
MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@3209fa8f/[I@2d20dbf3, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161586556 d 4ms]]]
MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@3209fa8f/[I@2d20dbf3, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161586556 d 4ms]]]
WAIT-till-done: eventDispatch() #4
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndReleaseWithCtrl - mouse-release(2):  PASSED
*** pressing button 3
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@484845aa/[I@d5c0f9, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [ctrl, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161586607 d 8ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndReleaseWithCtrl - mouse-press(3):  PASSED
*** releasing button 3
MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@51701bdc/[I@17353249, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161586658 d 1ms]]]
MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@51701bdc/[I@17353249, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [ctrl, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161586658 d 1ms]]]
WAIT-till-done: eventDispatch() #5
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndReleaseWithCtrl - mouse-release(3):  PASSED
WAIT-till-done: eventDispatch() #6
WAIT-till-done: eventDispatch() #7
WAIT-till-done: DONE
++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT - testSingleButtonPressAndReleaseWithCtrl
++++ UITestCase.setUp: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT - testSingleButtonPressAndReleaseWithShift
WAIT-till-done: eventDispatch() #0

>>>> _doSingleButtonPressAndRelease
WAIT-till-done: eventDispatch() #1
WAIT-till-done: eventDispatch() #2
*** pressing button 1
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@1d2c5431/[I@494b6bed, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [shift, button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161589749 d 9ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndReleaseWithShift - mouse-press(1):  PASSED
*** releasing button 1
MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@769aba32/[I@28366573, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161589800 d 2ms]]]
MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@769aba32/[I@28366573, button 1, count 1, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button1], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161589800 d 2ms]]]
WAIT-till-done: eventDispatch() #3
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndReleaseWithShift - mouse-release(1):  PASSED
*** pressing button 2
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@b3e75a5/[I@319da967, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [shift, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161589852 d 5ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndReleaseWithShift - mouse-press(2):  PASSED
*** releasing button 2
MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@65dcc2a3/[I@6e8f94, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161589903 d 9ms]]]
MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@65dcc2a3/[I@6e8f94, button 2, count 2, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button2], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161589903 d 10ms]]]
WAIT-till-done: eventDispatch() #4
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndReleaseWithShift - mouse-release(2):  PASSED
*** pressing button 3
MousePressed     1: MouseEvent[EVENT_MOUSE_PRESSED, [I@5a943dc4/[I@3a633d51, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[1.0/1.0=1.0]], InputEvent[modifiers: [shift, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161589955 d 1ms]]]
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndReleaseWithShift - mouse-press(3):  PASSED
*** releasing button 3
MouseReleased    1: MouseEvent[EVENT_MOUSE_RELEASED, [I@494eaec9/[I@4cb533b8, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161590006 d 5ms]]]
MouseClicked      ignored: MouseEvent[EVENT_MOUSE_CLICKED, [I@494eaec9/[I@4cb533b8, button 3, count 3, rotation [0.0, 0.0, 0.0] * 1.0, pointer<1>[0/Mouse: 200/200, p[0.0/1.0=0.0]], InputEvent[modifiers: [shift, button3], NEWTEvent[source:jogamp.newt.driver.macosx.WindowDriver, consumed false, when:1401161590006 d 5ms]]]
WAIT-till-done: eventDispatch() #5
TestNewtEventModifiersNEWTWindowAWT.testSingleButtonPressAndReleaseWithShift - mouse-release(3):  PASSED
WAIT-till-done: eventDispatch() #6
WAIT-till-done: eventDispatch() #7
WAIT-till-done: DONE
++++ UITestCase.tearDown: com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT - testSingleButtonPressAndReleaseWithShift
Thread[main-Display-.macosx_nil-1-EDT-1,5,main] RedSquareES2.dispose: tileRendererInUse null
Thread[main-Display-.macosx_nil-1-EDT-1,5,main] RedSquareES2.dispose FIN
SLOCK [T main @ 1401161591724 ms --- localhost/127.0.0.1:59999 - Unlock ok within 5 ms