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

Console Output

This log is too long to show here, 3,535 KB has been skipped โ€” click to see the complete log
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.LexerSourceTest - testNumbers
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.LexerSourceTest - testNumbers
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.LexerSourceTest - testNumbersInvalid
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.LexerSourceTest - testNumbersInvalid
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.LexerSourceTest - testNumbersSuffix
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.LexerSourceTest - testNumbersSuffix
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.LexerSourceTest - testUnterminatedComment
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.LexerSourceTest - testUnterminatedComment
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket56-localhost/127.0.0.1:59999 @ 1554696842443 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696842443 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: com.jogamp.gluegen.jcpp.NumericValueTest
    [junit] Testsuite: com.jogamp.gluegen.jcpp.NumericValueTest
    [junit] Testing '0' -> 0.0
    [junit] Token is [NUMBER@1,0]:"0"=00
    [junit] Testing '1' -> 1.0
    [junit] Token is [NUMBER@1,0]:"1"=1
    [junit] Testing '1L' -> 1.0
    [junit] Token is [NUMBER@1,0]:"1L"=1
    [junit] Testing '12' -> 12.0
    [junit] Token is [NUMBER@1,0]:"12"=12
    [junit] Testing '12L' -> 12.0
    [junit] Token is [NUMBER@1,0]:"12L"=12
    [junit] Testing '0xf' -> 15.0
    [junit] Token is [NUMBER@1,0]:"0xf"=0xf
    [junit] Testing '0xfL' -> 15.0
    [junit] Token is [NUMBER@1,0]:"0xfL"=0xf
    [junit] Testing '0x12' -> 18.0
    [junit] Token is [NUMBER@1,0]:"0x12"=0x12
    [junit] Testing '0x12L' -> 18.0
    [junit] Token is [NUMBER@1,0]:"0x12L"=0x12
    [junit] Testing '0673' -> 443.0
    [junit] Token is [NUMBER@1,0]:"0673"=00673
    [junit] Testing '.0' -> 0.0
    [junit] Token is [NUMBER@1,0]:".0"=.0
    [junit] Testing '.00' -> 0.0
    [junit] Token is [NUMBER@1,0]:".00"=.00
    [junit] Testing '0.' -> 0.0
    [junit] Token is [NUMBER@1,0]:"0."=0.
    [junit] Testing '0.0' -> 0.0
    [junit] Token is [NUMBER@1,0]:"0.0"=0.0
    [junit] Testing '00.0' -> 0.0
    [junit] Token is [NUMBER@1,0]:"00.0"=00.0
    [junit] Testing '00.' -> 0.0
    [junit] Token is [NUMBER@1,0]:"00."=00.
    [junit] Testing '1e1' -> 10.0
    [junit] Token is [NUMBER@1,0]:"1e1"=1e1
    [junit] Testing '1e-1' -> 0.1
    [junit] Token is [NUMBER@1,0]:"1e-1"=1e-1
    [junit] Testing '0x12e3' -> 4835.0
    [junit] Token is [NUMBER@1,0]:"0x12e3"=0x12e3
    [junit] Testing '0x12p3' -> 144.0
    [junit] Token is [NUMBER@1,0]:"0x12p3"=0x12p3
    [junit] Testing '012e3' -> 12000.0
    [junit] Token is [NUMBER@1,0]:"012e3"=012e3
    [junit] Testing '067e4' -> 670000.0
    [junit] Token is [NUMBER@1,0]:"067e4"=067e4
    [junit] Testing '097' -> 97.0
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket57-localhost/127.0.0.1:59999 @ 1554696842999 ms III - Start
    [junit] SLOCK [T main @ 1554696842999 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.NumericValueTest - testNumericValue
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.NumericValueTest - testNumericValue
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket57-localhost/127.0.0.1:59999 @ 1554696843042 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696843042 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket58-localhost/127.0.0.1:59999 @ 1554696843598 ms III - Start
    [junit] SLOCK [T main @ 1554696843598 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.PreprocessorTest - test01Preprocessor
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 sec
    [junit] ------------- Standard Output ---------------
    [junit] Testing '0' -> 0.0
    [junit] Token is [NUMBER@1,0]:"0"=00
    [junit] Testing '1' -> 1.0
    [junit] Token is [NUMBER@1,0]:"1"=1
    [junit] Testing '1L' -> 1.0
    [junit] Token is [NUMBER@1,0]:"1L"=1
    [junit] Testing '12' -> 12.0
    [junit] Token is [NUMBER@1,0]:"12"=12
    [junit] Testing '12L' -> 12.0
    [junit] Token is [NUMBER@1,0]:"12L"=12
    [junit] Testing '0xf' -> 15.0
    [junit] Token is [NUMBER@1,0]:"0xf"=0xf
    [junit] Testing '0xfL' -> 15.0
    [junit] Token is [NUMBER@1,0]:"0xfL"=0xf
    [junit] Testing '0x12' -> 18.0
    [junit] Token is [NUMBER@1,0]:"0x12"=0x12
    [junit] Testing '0x12L' -> 18.0
    [junit] Token is [NUMBER@1,0]:"0x12L"=0x12
    [junit] Testing '0673' -> 443.0
    [junit] Token is [NUMBER@1,0]:"0673"=00673
    [junit] Testing '.0' -> 0.0
    [junit] Token is [NUMBER@1,0]:".0"=.0
    [junit] Testing '.00' -> 0.0
    [junit] Token is [NUMBER@1,0]:".00"=.00
    [junit] Testing '0.' -> 0.0
    [junit] Token is [NUMBER@1,0]:"0."=0.
    [junit] Testing '0.0' -> 0.0
    [junit] Token is [NUMBER@1,0]:"0.0"=0.0
    [junit] Testing '00.0' -> 0.0
    [junit] Token is [NUMBER@1,0]:"00.0"=00.0
    [junit] Testing '00.' -> 0.0
    [junit] Token is [NUMBER@1,0]:"00."=00.
    [junit] Testing '1e1' -> 10.0
    [junit] Token is [NUMBER@1,0]:"1e1"=1e1
    [junit] Testing '1e-1' -> 0.1
    [junit] Token is [NUMBER@1,0]:"1e-1"=1e-1
    [junit] Testing '0x12e3' -> 4835.0
    [junit] Token is [NUMBER@1,0]:"0x12e3"=0x12e3
    [junit] Testing '0x12p3' -> 144.0
    [junit] Token is [NUMBER@1,0]:"0x12p3"=0x12p3
    [junit] Testing '012e3' -> 12000.0
    [junit] Token is [NUMBER@1,0]:"012e3"=012e3
    [junit] Testing '067e4' -> 670000.0
    [junit] Token is [NUMBER@1,0]:"067e4"=067e4
    [junit] Testing '097' -> 97.0
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket57-localhost/127.0.0.1:59999 @ 1554696842999 ms III - Start
    [junit] SLOCK [T main @ 1554696842999 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.NumericValueTest - testNumericValue
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.NumericValueTest - testNumericValue
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket57-localhost/127.0.0.1:59999 @ 1554696843042 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696843042 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testNumericValue took 0.004 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Testing '0' -> 0.0
    [junit] Token is [NUMBER@1,0]:"0"=00
    [junit] Testing '1' -> 1.0
    [junit] Token is [NUMBER@1,0]:"1"=1
    [junit] Testing '1L' -> 1.0
    [junit] Token is [NUMBER@1,0]:"1L"=1
    [junit] Testing '12' -> 12.0
    [junit] Token is [NUMBER@1,0]:"12"=12
    [junit] Testing '12L' -> 12.0
    [junit] Token is [NUMBER@1,0]:"12L"=12
    [junit] Testing '0xf' -> 15.0
    [junit] Token is [NUMBER@1,0]:"0xf"=0xf
    [junit] Testing '0xfL' -> 15.0
    [junit] Token is [NUMBER@1,0]:"0xfL"=0xf
    [junit] Testing '0x12' -> 18.0
    [junit] Token is [NUMBER@1,0]:"0x12"=0x12
    [junit] Testing '0x12L' -> 18.0
    [junit] Token is [NUMBER@1,0]:"0x12L"=0x12
    [junit] Testing '0673' -> 443.0
    [junit] Token is [NUMBER@1,0]:"0673"=00673
    [junit] Testing '.0' -> 0.0
    [junit] Token is [NUMBER@1,0]:".0"=.0
    [junit] Testing '.00' -> 0.0
    [junit] Token is [NUMBER@1,0]:".00"=.00
    [junit] Testing '0.' -> 0.0
    [junit] Token is [NUMBER@1,0]:"0."=0.
    [junit] Testing '0.0' -> 0.0
    [junit] Token is [NUMBER@1,0]:"0.0"=0.0
    [junit] Testing '00.0' -> 0.0
    [junit] Token is [NUMBER@1,0]:"00.0"=00.0
    [junit] Testing '00.' -> 0.0
    [junit] Token is [NUMBER@1,0]:"00."=00.
    [junit] Testing '1e1' -> 10.0
    [junit] Token is [NUMBER@1,0]:"1e1"=1e1
    [junit] Testing '1e-1' -> 0.1
    [junit] Token is [NUMBER@1,0]:"1e-1"=1e-1
    [junit] Testing '0x12e3' -> 4835.0
    [junit] Token is [NUMBER@1,0]:"0x12e3"=0x12e3
    [junit] Testing '0x12p3' -> 144.0
    [junit] Token is [NUMBER@1,0]:"0x12p3"=0x12p3
    [junit] Testing '012e3' -> 12000.0
    [junit] Token is [NUMBER@1,0]:"012e3"=012e3
    [junit] Testing '067e4' -> 670000.0
    [junit] Token is [NUMBER@1,0]:"067e4"=067e4
    [junit] Testing '097' -> 97.0
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket57-localhost/127.0.0.1:59999 @ 1554696842999 ms III - Start
    [junit] SLOCK [T main @ 1554696842999 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.NumericValueTest - testNumericValue
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.NumericValueTest - testNumericValue
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket57-localhost/127.0.0.1:59999 @ 1554696843042 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696843042 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: com.jogamp.gluegen.jcpp.PreprocessorTest
    [junit] Testsuite: com.jogamp.gluegen.jcpp.PreprocessorTest
    [junit] Input: line = __LINE__
    [junit] 
    [junit] READ: [IDENTIFIER@1,0]:"line"
    [junit] READ: [WHITESPACE@1,4]:" "
    [junit] READ: [=@1,5]:"="
    [junit] READ: [WHITESPACE@1,6]:" "
    [junit] READ: [NUMBER@1,7]:"1"=1
    [junit] Input: file = __FILE__
    [junit] 
    [junit] READ: [NL@1,15]:"
    [junit] "
    [junit] READ: [IDENTIFIER@2,0]:"file"
    [junit] READ: [WHITESPACE@2,4]:" "
    [junit] READ: [=@2,5]:"="
    [junit] READ: [WHITESPACE@2,6]:" "
    [junit] READ: [STRING@2,7]:""<no file>""="<no file>"
    [junit] Input: #define A a /* a defined */
    [junit] 
    [junit] READ: [NL@2,15]:"
    [junit] "
    [junit] Input: A /* a */
    [junit] 
    [junit] READ: [NL@3,27]:"
    [junit] "
    [junit] READ: [IDENTIFIER@3,10]:"a"
    [junit] READ: [WHITESPACE@4,1]:" "
    [junit] READ: [CCOMMENT@4,2]:"/* a */"
    [junit] READ: [IDENTIFIER@3,10]:"a"
    [junit] Input: #define B b /* b defined */
    [junit] 
    [junit] READ: [NL@4,9]:"
    [junit] "
    [junit] Input: B /* b */
    [junit] 
    [junit] READ: [NL@5,27]:"
    [junit] "
    [junit] READ: [IDENTIFIER@5,10]:"b"
    [junit] READ: [WHITESPACE@6,1]:" "
    [junit] READ: [CCOMMENT@6,2]:"/* b */"
    [junit] READ: [IDENTIFIER@5,10]:"b"
    [junit] Input: #define C c /* c defined */
    [junit] 
    [junit] READ: [NL@6,9]:"
    [junit] "
    [junit] Input: #define EXPAND(x) x
    [junit] 
    [junit] READ: [NL@7,27]:"
    [junit] "
    [junit] Input: EXPAND(a)
    [junit] 
    [junit] READ: [NL@8,19]:"
    [junit] "
    [junit] READ: [IDENTIFIER@9,7]:"a"
    [junit] Input: EXPAND(A)
    [junit] 
    [junit] READ: [NL@9,9]:"
    [junit] "
    [junit] READ: [IDENTIFIER@3,10]:"a"
    [junit] Input: #define _STRINGIFY(x) #x
    [junit] 
    [junit] READ: [NL@10,9]:"
    [junit] "
    [junit] Input: _STRINGIFY(A)
    [junit] 
    [junit] READ: [NL@11,24]:"
    [junit] "
    [junit] READ: [STRING@11,23]:""A""=A
    [junit] Input: #define STRINGIFY(x) _STRINGIFY(x)
    [junit] 
    [junit] READ: [NL@12,13]:"
    [junit] "
    [junit] Input: STRINGIFY(b)
    [junit] 
    [junit] READ: [NL@13,34]:"
    [junit] "
    [junit] READ: [STRING@11,23]:""b""=b
    [junit] Input: STRINGIFY(A)
    [junit] 
    [junit] READ: [NL@14,12]:"
    [junit] "
    [junit] READ: [STRING@11,23]:""a""=a
    [junit] Input: #define _CONCAT(x, y) x ## y
    [junit] 
    [junit] READ: [NL@15,12]:"
    [junit] "
    [junit] Input: _CONCAT(A, B)
    [junit] 
    [junit] READ: [NL@16,28]:"
    [junit] "
    [junit] READ: [IDENTIFIER@1,0]:"AB"
    [junit] Input: #define A_CONCAT done_a_concat
    [junit] 
    [junit] READ: [NL@17,13]:"
    [junit] "
    [junit] Input: _CONCAT(A, _CONCAT(B, C))
    [junit] 
    [junit] READ: [NL@18,30]:"
    [junit] "
    [junit] READ: [IDENTIFIER@18,17]:"done_a_concat"
    [junit] READ: [(@1,8]:"("
    [junit] READ: [IDENTIFIER@5,10]:"b"
    [junit] READ: [,@1,10]:","
    [junit] READ: [WHITESPACE@1,11]:" "
    [junit] READ: [IDENTIFIER@7,10]:"c"
    [junit] READ: [)@1,13]:")"
    [junit] Input: #define CONCAT(x, y) _CONCAT(x, y)
    [junit] 
    [junit] READ: [NL@19,25]:"
    [junit] "
    [junit] Input: CONCAT(A, CONCAT(B, C))
    [junit] 
    [junit] READ: [NL@20,34]:"
    [junit] "
    [junit] READ: [IDENTIFIER@1,0]:"abc"
    [junit] Input: #define _CONCAT3(x, y, z) x ## y ## z
    [junit] 
    [junit] READ: [NL@21,23]:"
    [junit] "
    [junit] Input: _CONCAT3(a, b, c)
    [junit] 
    [junit] READ: [NL@22,37]:"
    [junit] "
    [junit] READ: [IDENTIFIER@1,0]:"abc"
    [junit] Input: _CONCAT3(A, B, C)
    [junit] 
    [junit] READ: [NL@23,17]:"
    [junit] "
    [junit] READ: [IDENTIFIER@1,0]:"ABC"
    [junit] Input: _CONCAT(test_, inline)
    [junit] 
    [junit] READ: [NL@24,17]:"
    [junit] "
    [junit] READ: [IDENTIFIER@1,0]:"test_inline"
    [junit] Input: _CONCAT(test_, 
    [junit] newline)
    [junit] 
    [junit] READ: [NL@25,22]:"
    [junit] "
    [junit] READ: [IDENTIFIER@1,0]:"test_newline"
    [junit] Input: #define two three
    [junit] 
    [junit] READ: [NL@27,8]:"
    [junit] "
    [junit] Input: two /* three */
    [junit] 
    [junit] READ: [NL@28,17]:"
    [junit] "
    [junit] READ: [IDENTIFIER@28,12]:"three"
    [junit] READ: [WHITESPACE@29,3]:" "
    [junit] READ: [CCOMMENT@29,4]:"/* three */"
    [junit] Input: one /* one */
    [junit] 
    [junit] READ: [NL@29,15]:"
    [junit] "
    [junit] READ: [IDENTIFIER@30,0]:"one"
    [junit] READ: [WHITESPACE@30,3]:" "
    [junit] READ: [CCOMMENT@30,4]:"/* one */"
    [junit] READ: [IDENTIFIER@28,12]:"three"
    [junit] READ: [IDENTIFIER@28,12]:"three"
    [junit] Input: #define one two
    [junit] 
    [junit] READ: [NL@30,13]:"
    [junit] "
    [junit] Input: one /* three */
    [junit] 
    [junit] READ: [NL@31,15]:"
    [junit] "
    [junit] READ: [IDENTIFIER@28,12]:"three"
    [junit] READ: [WHITESPACE@32,3]:" "
    [junit] READ: [CCOMMENT@32,4]:"/* three */"
    [junit] READ: [IDENTIFIER@31,12]:"two"
    [junit] READ: [IDENTIFIER@28,12]:"three"
    [junit] Input: #undef two
    [junit] 
    [junit] READ: [NL@32,15]:"
    [junit] "
    [junit] Input: one /* two */
    [junit] 
    [junit] READ: [NL@33,10]:"
    [junit] "
    [junit] READ: [IDENTIFIER@31,12]:"two"
    [junit] READ: [WHITESPACE@34,3]:" "
    [junit] READ: [CCOMMENT@34,4]:"/* two */"
    [junit] READ: [IDENTIFIER@31,12]:"two"
    [junit] READ: [IDENTIFIER@31,12]:"two"
    [junit] Input: #define two five
    [junit] 
    [junit] READ: [NL@34,13]:"
    [junit] "
    [junit] Input: one /* five */
    [junit] 
    [junit] READ: [NL@35,16]:"
    [junit] "
    [junit] READ: [IDENTIFIER@35,12]:"five"
    [junit] READ: [WHITESPACE@36,3]:" "
    [junit] READ: [CCOMMENT@36,4]:"/* five */"
    [junit] READ: [IDENTIFIER@31,12]:"two"
    [junit] READ: [IDENTIFIER@35,12]:"five"
    [junit] Input: #undef two
    [junit] 
    [junit] READ: [NL@36,14]:"
    [junit] "
    [junit] Input: one /* two */
    [junit] 
    [junit] READ: [NL@37,10]:"
    [junit] "
    [junit] READ: [IDENTIFIER@31,12]:"two"
    [junit] READ: [WHITESPACE@38,3]:" "
    [junit] READ: [CCOMMENT@38,4]:"/* two */"
    [junit] READ: [IDENTIFIER@31,12]:"two"
    [junit] READ: [IDENTIFIER@31,12]:"two"
    [junit] Input: #undef one
    [junit] 
    [junit] READ: [NL@38,13]:"
    [junit] "
    [junit] Input: #define one four
    [junit] 
    [junit] READ: [NL@39,10]:"
    [junit] "
    [junit] Input: one /* four */
    [junit] 
    [junit] READ: [NL@40,16]:"
    [junit] "
    [junit] READ: [IDENTIFIER@40,12]:"four"
    [junit] READ: [WHITESPACE@41,3]:" "
    [junit] READ: [CCOMMENT@41,4]:"/* four */"
    [junit] READ: [IDENTIFIER@40,12]:"four"
    [junit] READ: [IDENTIFIER@40,12]:"four"
    [junit] Input: #undef one
    [junit] 
    [junit] READ: [NL@41,14]:"
    [junit] "
    [junit] Input: #define one one
    [junit] 
    [junit] READ: [NL@42,10]:"
    [junit] "
    [junit] Input: one /* one */
    [junit] 
    [junit] READ: [NL@43,15]:"
    [junit] "
    [junit] READ: [IDENTIFIER@43,12]:"one"
    [junit] READ: [WHITESPACE@44,3]:" "
    [junit] READ: [CCOMMENT@44,4]:"/* one */"
    [junit] READ: [IDENTIFIER@43,12]:"one"
    [junit] READ: [IDENTIFIER@43,12]:"one"
    [junit] Input: #define NUM1 1
    [junit] 
    [junit] READ: [NL@44,13]:"
    [junit] "
    [junit] Input: #define NUM4 ( 1 << ( NUM1 + NUM1 ) )
    [junit] 
    [junit] READ: [NL@45,14]:"
    [junit] "
    [junit] Input: NUM4 /* ( 1 << ( 1 + 1 ) ) */
    [junit] 
    [junit] READ: [NL@46,37]:"
    [junit] "
    [junit] READ: [(@46,13]:"("
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [NUMBER@46,15]:"1"=1
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [LSH@46,17]:"<<"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [(@46,20]:"("
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [NUMBER@45,13]:"1"=1
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [+@46,27]:"+"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [NUMBER@45,13]:"1"=1
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [)@46,34]:")"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [)@46,36]:")"
    [junit] READ: [WHITESPACE@47,4]:" "
    [junit] READ: [CCOMMENT@47,5]:"/* ( 1 << ( 1 + 1 ) ) */"
    [junit] READ: [(@46,13]:"("
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [NUMBER@46,15]:"1"=1
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [LSH@46,17]:"<<"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [(@46,20]:"("
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@46,22]:"NUM1"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [+@46,27]:"+"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@46,29]:"NUM1"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [)@46,34]:")"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [)@46,36]:")"
    [junit] READ: [(@46,13]:"("
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [NUMBER@46,15]:"1"=1
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [LSH@46,17]:"<<"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [(@46,20]:"("
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [NUMBER@45,13]:"1"=1
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [+@46,27]:"+"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [NUMBER@45,13]:"1"=1
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [)@46,34]:")"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [)@46,36]:")"
    [junit] Input: #define var(x...) a x __VA_ARGS__ b
    [junit] 
    [junit] READ: [NL@47,29]:"
    [junit] "
    [junit] Input: var(e, f, g)
    [junit] 
    [junit] READ: [NL@48,35]:"
    [junit] "
    [junit] READ: [IDENTIFIER@48,18]:"a"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@49,4]:"e"
    [junit] READ: [,@49,5]:","
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@49,7]:"f"
    [junit] READ: [,@49,8]:","
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@49,10]:"g"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@48,22]:"__VA_ARGS__"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@48,34]:"b"
    [junit] Input: var()
    [junit] 
    [junit] READ: [NL@49,12]:"
    [junit] "
    [junit] READ: [IDENTIFIER@48,18]:"a"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@48,22]:"__VA_ARGS__"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@48,34]:"b"
    [junit] Input: #define var2(x, ...) a x __VA_ARGS__ e
    [junit] 
    [junit] READ: [NL@50,5]:"
    [junit] "
    [junit] Input: var2(b, c, d)
    [junit] 
    [junit] READ: [NL@51,38]:"
    [junit] "
    [junit] READ: [IDENTIFIER@51,21]:"a"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@52,5]:"b"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@52,8]:"c"
    [junit] READ: [,@52,9]:","
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@52,11]:"d"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@51,37]:"e"
    [junit] Input: var2(b)
    [junit] 
    [junit] READ: [NL@52,13]:"
    [junit] "
    [junit] READ: [IDENTIFIER@51,21]:"a"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@53,5]:"b"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@51,37]:"e"
    [junit] Input: #define var3(...) a __VA_ARGS__ d
    [junit] 
    [junit] READ: [NL@53,7]:"
    [junit] "
    [junit] Input: var3(b, c)
    [junit] 
    [junit] READ: [NL@54,33]:"
    [junit] "
    [junit] READ: [IDENTIFIER@54,18]:"a"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@55,5]:"b"
    [junit] READ: [,@55,6]:","
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@55,8]:"c"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@54,32]:"d"
    [junit] Input: var3()
    [junit] 
    [junit] READ: [NL@55,10]:"
    [junit] "
    [junit] READ: [IDENTIFIER@54,18]:"a"
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [WHITESPACE]:" "
    [junit] READ: [IDENTIFIER@54,32]:"d"
    [junit] Input: #define _Widen(x) L ## x
    [junit] 
    [junit] READ: [NL@56,6]:"
    [junit] "
    [junit] Input: #define Widen(x) _Widen(x)
    [junit] 
    [junit] READ: [NL@57,24]:"
    [junit] "
    [junit] Input: #define LStr(x) _Widen(#x)
    [junit] 
    [junit] READ: [NL@58,26]:"
    [junit] "
    [junit] Input: LStr(x);
    [junit] 
    [junit] READ: [NL@59,26]:"
    [junit] "
    [junit] READ: [IDENTIFIER@1,0]:"L"
    [junit] READ: [STRING@1,1]:""x""=x
    [junit] READ: [;@60,7]:";"
    [junit] Input: 'foo'
    [junit] 
    [junit] READ: [NL@60,8]:"
    [junit] "
    [junit] READ: [SQSTRING@61,0]:"'foo'"=foo
    [junit] Input: #if 1 ? 2 : 0
    [junit] TEXT
    [junit] #endif
    [junit] 
    [junit] READ: [NL@61,5]:"
    [junit] "
    [junit] READ: [NL@62,13]:"
    [junit] "
    [junit] READ: [IDENTIFIER@63,0]:"TEXT"
    [junit] READ: [NL@63,4]:"
    [junit] "
    [junit] Input: #if 1 ? 0 : 2
    [junit] TEXT
    [junit] #endif
    [junit] 
    [junit] READ: [NL@64,6]:"
    [junit] "
    [junit] READ: [NL@65,13]:"
    [junit] "
    [junit] READ: [NL@66,4]:"
    [junit] "
    [junit] Input: #if 0 ? 0 : 2
    [junit] TEXT
    [junit] #endif
    [junit] 
    [junit] READ: [NL@67,6]:"
    [junit] "
    [junit] READ: [NL@68,13]:"
    [junit] "
    [junit] READ: [IDENTIFIER@69,0]:"TEXT"
    [junit] READ: [NL@69,4]:"
    [junit] "
    [junit] Input: #if 0 ? 2 : 0
    [junit] TEXT
    [junit] #endif
    [junit] 
    [junit] READ: [NL@70,6]:"
    [junit] "
    [junit] READ: [NL@71,13]:"
    [junit] "
    [junit] READ: [NL@72,4]:"
    [junit] "
    [junit] Remaining token [NL@73,6]:"
    [junit] "
    [junit] Remaining token [EOF]:<265>
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.PreprocessorTest - test01Preprocessor
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.PreprocessorTest - test02PreprocessorUnterminated
    [junit] Input: #ifndef X
    [junit] a
    [junit] #else
    [junit] b
    [junit] 
    [junit] Remaining token [NL@1,9]:"
    [junit] "
    [junit] Remaining token [IDENTIFIER@2,0]:"a"
    [junit] Remaining token [NL@2,1]:"
    [junit] "
    [junit] Remaining token [NL@3,5]:"
    [junit] "
    [junit] Remaining token [NL@4,1]:"
    [junit] "
    [junit] Remaining token [EOF]:<265>
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.PreprocessorTest - test02PreprocessorUnterminated
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket58-localhost/127.0.0.1:59999 @ 1554696843685 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696843685 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.633 sec
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket58-localhost/127.0.0.1:59999 @ 1554696843598 ms III - Start
    [junit] SLOCK [T main @ 1554696843598 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.PreprocessorTest - test01Preprocessor
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.PreprocessorTest - test01Preprocessor
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.PreprocessorTest - test02PreprocessorUnterminated
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.PreprocessorTest - test02PreprocessorUnterminated
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket58-localhost/127.0.0.1:59999 @ 1554696843685 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696843685 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test01Preprocessor took 0.05 sec
    [junit] Testcase: test02PreprocessorUnterminated took 0.001 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.633 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket58-localhost/127.0.0.1:59999 @ 1554696843598 ms III - Start
    [junit] SLOCK [T main @ 1554696843598 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.PreprocessorTest - test01Preprocessor
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.PreprocessorTest - test01Preprocessor
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.PreprocessorTest - test02PreprocessorUnterminated
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.PreprocessorTest - test02PreprocessorUnterminated
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket58-localhost/127.0.0.1:59999 @ 1554696843685 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696843685 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: com.jogamp.gluegen.jcpp.TokenPastingWhitespaceTest
    [junit] Testsuite: com.jogamp.gluegen.jcpp.TokenPastingWhitespaceTest
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket59-localhost/127.0.0.1:59999 @ 1554696844242 ms III - Start
    [junit] SLOCK [T main @ 1554696844243 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.TokenPastingWhitespaceTest - test01WhitespacePasting
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.TokenPastingWhitespaceTest - test01WhitespacePasting
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket59-localhost/127.0.0.1:59999 @ 1554696844281 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696844281 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.582 sec
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket59-localhost/127.0.0.1:59999 @ 1554696844242 ms III - Start
    [junit] SLOCK [T main @ 1554696844243 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.TokenPastingWhitespaceTest - test01WhitespacePasting
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.TokenPastingWhitespaceTest - test01WhitespacePasting
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket59-localhost/127.0.0.1:59999 @ 1554696844281 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696844281 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test01WhitespacePasting took 0.001 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.582 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket59-localhost/127.0.0.1:59999 @ 1554696844242 ms III - Start
    [junit] SLOCK [T main @ 1554696844243 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.jcpp.TokenPastingWhitespaceTest - test01WhitespacePasting
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.jcpp.TokenPastingWhitespaceTest - test01WhitespacePasting
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket59-localhost/127.0.0.1:59999 @ 1554696844281 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696844281 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: com.jogamp.gluegen.test.junit.generation.PCPPTest
    [junit] Testsuite: com.jogamp.gluegen.test.junit.generation.PCPPTest
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket60-localhost/127.0.0.1:59999 @ 1554696844834 ms III - Start
    [junit] SLOCK [T main @ 1554696844834 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.PCPPTest - pcppMacroDefinitionTest
    [junit] pcpptest.h:128: warning: "Test warning with quotes - they must have quotes"
    [junit] Expected: 
    [junit] -------------------------------
    [junit] #1"pcpptest.h"#defineCL_SCHAR_MIN(-127-1)#define__YES__1#16"pcpptest.h"#26"pcpptest.h"#36"pcpptest.h"cl_charGOOD_A;intGOOD_B;intGOOD_C;#40"pcpptest.h"#54"pcpptest.h"intTEST_D_GOOD;#60"pcpptest.h"#70"pcpptest.h"#77"pcpptest.h"#105"pcpptest.h"#123"pcpptest.h"intGOOD_F_1;intGOOD_F_2;#126"pcpptest.h"intGOOD_G;#128"pcpptest.h"#130"pcpptest.h"#134"pcpptest.h"#136"pcpptest.h"
    [junit] -------------------------------
    [junit] 
    [junit] Result: 
    [junit] -------------------------------
    [junit] #1"pcpptest.h"#defineCL_SCHAR_MIN(-127-1)#define__YES__1#16"pcpptest.h"#26"pcpptest.h"#36"pcpptest.h"cl_charGOOD_A;intGOOD_B;intGOOD_C;#40"pcpptest.h"#54"pcpptest.h"intTEST_D_GOOD;#60"pcpptest.h"#70"pcpptest.h"#77"pcpptest.h"#105"pcpptest.h"#123"pcpptest.h"intGOOD_F_1;intGOOD_F_2;#126"pcpptest.h"intGOOD_G;#128"pcpptest.h"#130"pcpptest.h"#134"pcpptest.h"#136"pcpptest.h"
    [junit] -------------------------------
    [junit] 
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.PCPPTest - pcppMacroDefinitionTest
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket60-localhost/127.0.0.1:59999 @ 1554696845040 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696845041 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket61-localhost/127.0.0.1:59999 @ 1554696845607 ms III - Start
    [junit] SLOCK [T main @ 1554696845607 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.753 sec
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket60-localhost/127.0.0.1:59999 @ 1554696844834 ms III - Start
    [junit] SLOCK [T main @ 1554696844834 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.PCPPTest - pcppMacroDefinitionTest
    [junit] pcpptest.h:128: warning: "Test warning with quotes - they must have quotes"
    [junit] Expected: 
    [junit] -------------------------------
    [junit] #1"pcpptest.h"#defineCL_SCHAR_MIN(-127-1)#define__YES__1#16"pcpptest.h"#26"pcpptest.h"#36"pcpptest.h"cl_charGOOD_A;intGOOD_B;intGOOD_C;#40"pcpptest.h"#54"pcpptest.h"intTEST_D_GOOD;#60"pcpptest.h"#70"pcpptest.h"#77"pcpptest.h"#105"pcpptest.h"#123"pcpptest.h"intGOOD_F_1;intGOOD_F_2;#126"pcpptest.h"intGOOD_G;#128"pcpptest.h"#130"pcpptest.h"#134"pcpptest.h"#136"pcpptest.h"
    [junit] -------------------------------
    [junit] 
    [junit] Result: 
    [junit] -------------------------------
    [junit] #1"pcpptest.h"#defineCL_SCHAR_MIN(-127-1)#define__YES__1#16"pcpptest.h"#26"pcpptest.h"#36"pcpptest.h"cl_charGOOD_A;intGOOD_B;intGOOD_C;#40"pcpptest.h"#54"pcpptest.h"intTEST_D_GOOD;#60"pcpptest.h"#70"pcpptest.h"#77"pcpptest.h"#105"pcpptest.h"#123"pcpptest.h"intGOOD_F_1;intGOOD_F_2;#126"pcpptest.h"intGOOD_G;#128"pcpptest.h"#130"pcpptest.h"#134"pcpptest.h"#136"pcpptest.h"
    [junit] -------------------------------
    [junit] 
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.PCPPTest - pcppMacroDefinitionTest
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket60-localhost/127.0.0.1:59999 @ 1554696845040 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696845041 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: pcppMacroDefinitionTest took 0.134 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.753 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket60-localhost/127.0.0.1:59999 @ 1554696844834 ms III - Start
    [junit] SLOCK [T main @ 1554696844834 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.PCPPTest - pcppMacroDefinitionTest
    [junit] pcpptest.h:128: warning: "Test warning with quotes - they must have quotes"
    [junit] Expected: 
    [junit] -------------------------------
    [junit] #1"pcpptest.h"#defineCL_SCHAR_MIN(-127-1)#define__YES__1#16"pcpptest.h"#26"pcpptest.h"#36"pcpptest.h"cl_charGOOD_A;intGOOD_B;intGOOD_C;#40"pcpptest.h"#54"pcpptest.h"intTEST_D_GOOD;#60"pcpptest.h"#70"pcpptest.h"#77"pcpptest.h"#105"pcpptest.h"#123"pcpptest.h"intGOOD_F_1;intGOOD_F_2;#126"pcpptest.h"intGOOD_G;#128"pcpptest.h"#130"pcpptest.h"#134"pcpptest.h"#136"pcpptest.h"
    [junit] -------------------------------
    [junit] 
    [junit] Result: 
    [junit] -------------------------------
    [junit] #1"pcpptest.h"#defineCL_SCHAR_MIN(-127-1)#define__YES__1#16"pcpptest.h"#26"pcpptest.h"#36"pcpptest.h"cl_charGOOD_A;intGOOD_B;intGOOD_C;#40"pcpptest.h"#54"pcpptest.h"intTEST_D_GOOD;#60"pcpptest.h"#70"pcpptest.h"#77"pcpptest.h"#105"pcpptest.h"#123"pcpptest.h"intGOOD_F_1;intGOOD_F_2;#126"pcpptest.h"intGOOD_G;#128"pcpptest.h"#130"pcpptest.h"#134"pcpptest.h"#136"pcpptest.h"
    [junit] -------------------------------
    [junit] 
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.PCPPTest - pcppMacroDefinitionTest
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket60-localhost/127.0.0.1:59999 @ 1554696845040 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696845041 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter
    [junit] Testsuite: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter00TestClassExist
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter00TestClassExist
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter01TestStaticConstants
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter01TestStaticConstants
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b0e90
    [junit]   1/8: 0x7f28f21b0ed0
    [junit]   2/8: 0x7f28f21b0f10
    [junit]   3/8: 0x7f28f21b0f50
    [junit]   4/8: 0x7f28f21b0f90
    [junit]   5/8: 0x7f28f21b0fd0
    [junit]   6/8: 0x7f28f21b1010
    [junit]   7/8: 0x7f28f21b1050
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b0e90
    [junit]   1/8: 0x7f28f21b0ed0
    [junit]   2/8: 0x7f28f21b0f10
    [junit]   3/8: 0x7f28f21b0f50
    [junit]   4/8: 0x7f28f21b0f90
    [junit]   5/8: 0x7f28f21b0fd0
    [junit]   6/8: 0x7f28f21b1010
    [junit]   7/8: 0x7f28f21b1050
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1140
    [junit]   1/8: 0x7f28f21b1200
    [junit]   2/8: 0x7f28f21b1680
    [junit]   3/8: 0x7f28f21b16d0
    [junit]   4/8: 0x7f28f21b1720
    [junit]   5/8: 0x7f28f21b1770
    [junit]   6/8: 0x7f28f21b17c0
    [junit]   7/8: 0x7f28f21b1810
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1140
    [junit]   1/8: 0x7f28f21b1200
    [junit]   2/8: 0x7f28f21b1680
    [junit]   3/8: 0x7f28f21b16d0
    [junit]   4/8: 0x7f28f21b1720
    [junit]   5/8: 0x7f28f21b1770
    [junit]   6/8: 0x7f28f21b17c0
    [junit]   7/8: 0x7f28f21b1810
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1930
    [junit]   1/8: 0x7f28f21b1980
    [junit]   2/8: 0x7f28f21b19d0
    [junit]   3/8: 0x7f28f21b1a20
    [junit]   4/8: 0x7f28f21b1a70
    [junit]   5/8: 0x7f28f21b1ac0
    [junit]   6/8: 0x7f28f21b1b10
    [junit]   7/8: 0x7f28f21b1b60
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1c70
    [junit]   1/8: 0x7f28f21b1cc0
    [junit]   2/8: 0x7f28f21b1d10
    [junit]   3/8: 0x7f28f21b1e60
    [junit]   4/8: 0x7f28f21b1eb0
    [junit]   5/8: 0x7f28f21b1f00
    [junit]   6/8: 0x7f28f21b1f50
    [junit]   7/8: 0x7f28f21b1fa0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1c70
    [junit]   1/8: 0x7f28f21b1cc0
    [junit]   2/8: 0x7f28f21b1d10
    [junit]   3/8: 0x7f28f21b1e60
    [junit]   4/8: 0x7f28f21b1eb0
    [junit]   5/8: 0x7f28f21b1f00
    [junit]   6/8: 0x7f28f21b1f50
    [junit]   7/8: 0x7f28f21b1fa0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b11e0
    [junit]   1/8: 0x7f28f21b11e0
    [junit]   2/8: 0x7f28f21b11e0
    [junit]   3/8: 0x7f28f21b11e0
    [junit]   4/8: 0x7f28f21b11e0
    [junit]   5/8: 0x7f28f21b11e0
    [junit]   6/8: 0x7f28f21b11e0
    [junit]   7/8: 0x7f28f21b11e0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x4
    [junit]   1/8: 0x4
    [junit]   2/8: 0x4
    [junit]   3/8: 0x4
    [junit]   4/8: 0x4
    [junit]   5/8: 0x4
    [junit]   6/8: 0x4
    [junit]   7/8: 0x4
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0xe166c088
    [junit]   1/8: 0xe166c0c8
    [junit]   2/8: 0xe166c108
    [junit]   3/8: 0xe166c148
    [junit]   4/8: 0xe166c188
    [junit]   5/8: 0xe166c1c8
    [junit]   6/8: 0xe166c208
    [junit]   7/8: 0xe166c248
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0xe166c088
    [junit]   1/8: 0xe166c0c8
    [junit]   2/8: 0xe166c108
    [junit]   3/8: 0xe166c148
    [junit]   4/8: 0xe166c188
    [junit]   5/8: 0xe166c1c8
    [junit]   6/8: 0xe166c208
    [junit]   7/8: 0xe166c248
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2420
    [junit]   1/8: 0x7f28f21b2470
    [junit]   2/8: 0x7f28f21b24c0
    [junit]   3/8: 0x7f28f21b2510
    [junit]   4/8: 0x7f28f21b2560
    [junit]   5/8: 0x7f28f21b25b0
    [junit]   6/8: 0x7f28f21b2600
    [junit]   7/8: 0x7f28f21b2650
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2420
    [junit]   1/8: 0x7f28f21b2470
    [junit]   2/8: 0x7f28f21b24c0
    [junit]   3/8: 0x7f28f21b2510
    [junit]   4/8: 0x7f28f21b2560
    [junit]   5/8: 0x7f28f21b25b0
    [junit]   6/8: 0x7f28f21b2600
    [junit]   7/8: 0x7f28f21b2650
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b26a0
    [junit]   1/8: 0x7f28f21b26f0
    [junit]   2/8: 0x7f28f21b2740
    [junit]   3/8: 0x7f28f21b2790
    [junit]   4/8: 0x7f28f21b27e0
    [junit]   5/8: 0x7f28f21b2830
    [junit]   6/8: 0x7f28f21b2880
    [junit]   7/8: 0x7f28f21b28d0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2920
    [junit]   1/8: 0x7f28f21b2970
    [junit]   2/8: 0x7f28f21b29c0
    [junit]   3/8: 0x7f28f21b2a10
    [junit]   4/8: 0x7f28f21b2a60
    [junit]   5/8: 0x7f28f21b2ab0
    [junit]   6/8: 0x7f28f21b2b00
    [junit]   7/8: 0x7f28f21b2b50
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2920
    [junit]   1/8: 0x7f28f21b2970
    [junit]   2/8: 0x7f28f21b29c0
    [junit]   3/8: 0x7f28f21b2a10
    [junit]   4/8: 0x7f28f21b2a60
    [junit]   5/8: 0x7f28f21b2ab0
    [junit]   6/8: 0x7f28f21b2b00
    [junit]   7/8: 0x7f28f21b2b50
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2ba0
    [junit]   1/8: 0x7f28f21b2ba0
    [junit]   2/8: 0x7f28f21b2ba0
    [junit]   3/8: 0x7f28f21b2ba0
    [junit]   4/8: 0x7f28f21b2ba0
    [junit]   5/8: 0x7f28f21b2ba0
    [junit]   6/8: 0x7f28f21b2ba0
    [junit]   7/8: 0x7f28f21b2ba0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x4
    [junit]   1/8: 0x4
    [junit]   2/8: 0x4
    [junit]   3/8: 0x4
    [junit]   4/8: 0x4
    [junit]   5/8: 0x4
    [junit]   6/8: 0x4
    [junit]   7/8: 0x4
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter04TestPointerBuffer
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter04TestPointerBuffer
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter05TestSomeFunctionsAllIndirect
    [junit] ArrayCopy.01: [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]
    [junit] ArrayCopy.02: [1, 2, 3, 4, 5, 6, 7, 8, 9, 0], java.nio.HeapIntBuffer[pos=0 lim=10 cap=10]
    [junit] ArrayCopy.03: [4, 5, 6, 7]
    [junit] ArrayCopy.04: [0, 0, 0, 4, 5, 6, 7, 0, 0, 0]
    [junit] ArrayCopy.05: [0, 0, 0, 4, 5, 6, 7, 0, 0, 0], java.nio.HeapIntBuffer[pos=0 lim=10 cap=10]
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter05TestSomeFunctionsAllIndirect
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter09TestCompoundAlignment
    [junit] static  md: MachineDataInfoStatic: LP64_UNIX(6): MachineDataInfo: runtimeValidated false, 32Bit false, primitive size / alignment:
    [junit]   int8    1 / 1, int16   2 / 2
    [junit]   int     4 / 4, long    8 / 8
    [junit]   int32   4 / 4, int64   8 / 8
    [junit]   float   4 / 4, double  8 / 8, ldouble 16 / 16
    [junit]   pointer 8 / 8, page    4096
    [junit] runtime md: MachineDataInfo: runtimeValidated true, 32Bit false, primitive size / alignment:
    [junit]   int8    1 / 1, int16   2 / 2
    [junit]   int     4 / 4, long    8 / 8
    [junit]   int32   4 / 4, int64   8 / 8
    [junit]   float   4 / 4, double  8 / 8, ldouble 16 / 16
    [junit]   pointer 8 / 8, page    4096
    [junit] compatible static/runtime: true
    [junit] TK_ComplicatedSubSet: sizeof(): 72
    [junit] TK_ComplicatedSubSet: bits1-s offset: 0
    [junit] TK_ComplicatedSubSet:    id-s offset: 4
    [junit] TK_ComplicatedSubSet: bits2-s offset: 8
    [junit] TK_ComplicatedSubSet: long0-s offset: 16
    [junit] TK_ComplicatedSubSet: bits3-s offset: 24
    [junit] TK_ComplicatedSubSet: real0-s offset: 32
    [junit] TK_ComplicatedSubSet: bits4-s offset: 40
    [junit] TK_ComplicatedSubSet: real1-s offset: 44
    [junit] TK_ComplicatedSubSet: bits5-s offset: 48
    [junit] TK_ComplicatedSubSet: longX-s offset: 56
    [junit] TK_ComplicatedSubSet: bits6-s offset: 64
    [junit] TK_ComplicatedSuperSet: sizeof(): 168
    [junit] TK_ComplicatedSuperSet: bits1-s offset: 0
    [junit] TK_ComplicatedSuperSet:  sub1-s offset: 8
    [junit] TK_ComplicatedSuperSet: bits2-s offset: 80
    [junit] TK_ComplicatedSuperSet:  sub2-s offset: 88
    [junit] TK_ComplicatedSuperSet: bits3-s offset: 160
    [junit] createComplicatedSuperSet:
    [junit] TK_ComplicatedSuperSet [
    [junit]   cs.b1         0xA0
    [junit]   cs.sub1.b1    0xA1
    [junit]   cs.sub1.id    0x12345678
    [junit]   cs.sub1.b2    0xA2
    [junit]   cs.sub1.long0 0x123456789ABCDEF0
    [junit]   cs.sub1.b3    0xA3
    [junit]   cs.sub1.real0 3.14159 0X1.921FB54442D18P+1
    [junit]   cs.sub1.b4    0xA4
    [junit]   cs.sub1.real1 256.123 0X1.001F9AP+8
    [junit]   cs.sub1.b5    0xA5
    [junit]   cs.sub1.longX 0xDEADBEEF
    [junit]   cs.sub1.b6    0xA6
    [junit]   cs.b2         0xB0
    [junit]   cs.sub2.b1    0xB1
    [junit]   cs.sub2.id    0x12345678
    [junit]   cs.sub2.b2    0xB2
    [junit]   cs.sub2.long0 0x123456789ABCDEF0
    [junit]   cs.sub2.b3    0xB3
    [junit]   cs.sub2.real0 3.14159 0X1.921FB54442D18P+1
    [junit]   cs.sub2.b4    0xB4
    [junit]   cs.sub2.real1 256.123 0X1.001F9AP+8
    [junit]   cs.sub2.b5    0xB5
    [junit]   cs.sub2.longX 0xDEADBEEF
    [junit]   cs.sub2.b6    0xB6
    [junit]   cs.b3         0xC0
    [junit] ]
    [junit] 
    [junit] hasInitValues res 1:
    [junit] TK_ComplicatedSuperSet [
    [junit]   cs.b1         0xA0
    [junit]   cs.sub1.b1    0xA1
    [junit]   cs.sub1.id    0x12345678
    [junit]   cs.sub1.b2    0xA2
    [junit]   cs.sub1.long0 0x123456789ABCDEF0
    [junit]   cs.sub1.b3    0xA3
    [junit]   cs.sub1.real0 3.14159 0X1.921FB54442D18P+1
    [junit]   cs.sub1.b4    0xA4
    [junit]   cs.sub1.real1 256.123 0X1.001F9AP+8
    [junit]   cs.sub1.b5    0xA5
    [junit]   cs.sub1.longX 0xDEADBEEF
    [junit]   cs.sub1.b6    0xA6
    [junit]   cs.b2         0xB0
    [junit]   cs.sub2.b1    0xB1
    [junit]   cs.sub2.id    0x12345678
    [junit]   cs.sub2.b2    0xB2
    [junit]   cs.sub2.long0 0x123456789ABCDEF0
    [junit]   cs.sub2.b3    0xB3
    [junit]   cs.sub2.real0 3.14159 0X1.921FB54442D18P+1
    [junit]   cs.sub2.b4    0xB4
    [junit]   cs.sub2.real1 256.123 0X1.001F9AP+8
    [junit]   cs.sub2.b5    0xB5
    [junit]   cs.sub2.longX 0xDEADBEEF
    [junit]   cs.sub2.b6    0xB6
    [junit]   cs.b3         0xC0
    [junit] ]
    [junit] 
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter09TestCompoundAlignment
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter10TestCompoundCallByReference
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] ch10: ref-dim 286331153/572662306 858993459x1145324612
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter10TestCompoundCallByReference
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter11TestCompoundCallByValue
    [junit] ch11.0: ref-dim 286331153/572662306 858993459x1145324612
    [junit] XXX.getSurfaceBoundsValue: dim 286331153/572662306 858993459x1145324612
    [junit] ch11.0: val-dim 286331153/572662306 858993459x1145324612
    [junit] ch11.1: val-dim 11/22 33x44
    [junit] XXX.getSurfaceBoundsValue: dim 11/22 33x44
    [junit] ch11.2: val-dim 11/22 33x44
    [junit] ch11.3: sameInstanceByVal false
    [junit] ch11.3: sameInstanceByRef false
    [junit] ch11.4: sum-dimArray 12/24 36x48
    [junit] ch11.5: dimsGet[0] 11/22 33x44
    [junit] ch11.5: dimsGet[1] 1/2 3x4
    [junit] ch11.6: sum-dimPair 12/24 36x48
    [junit] ch11.7: zero-dim[0] 0/0 0x0
    [junit] ch11.7: zero-dim[1] 0/0 0x0
    [junit] ch11.8: copyPrim2Dim 11/22 100x200
    [junit] ch11.9: copyDim2Prim 11/22 100x200
    [junit] ch11.10: expRGBAb 0x11, 0x22, 0x33, 0xffffffaa
    [junit] ch11.10: hasRGBAi 0x112233aa
    [junit] ch11.11: hasRGBAb 0x11, 0x22, 0x33, 0xffffffaa
    [junit] ch11.12: addInt 3
    [junit] ch11.13: addByte 3
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter11TestCompoundCallByValue
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter12TestStructArrayModelConst
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] has 'Hello Array'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x41 A
    [junit] has   7: 0x72 r
    [junit] has   8: 0x72 r
    [junit] has   9: 0x61 a
    [junit] has  10: 0x79 y
    [junit] has 'Hello CString'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x43 C
    [junit] has   7: 0x53 S
    [junit] has   8: 0x74 t
    [junit] has   9: 0x72 r
    [junit] has  10: 0x69 i
    [junit] has  11: 0x6E n
    [junit] has  12: 0x67 g
    [junit] has 'Hello Pointer'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x50 P
    [junit] has   7: 0x6F o
    [junit] has   8: 0x69 i
    [junit] has   9: 0x6E n
    [junit] has  10: 0x74 t
    [junit] has  11: 0x65 e
    [junit] has  12: 0x72 r
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter12TestStructArrayModelConst
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter13TestStructArrayModelMutable
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter13TestStructArrayModelMutable
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket61-localhost/127.0.0.1:59999 @ 1554696845795 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696845798 ms --- localhost/127.0.0.1:59999 - Unlock ok within 3 ms
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 sec
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket61-localhost/127.0.0.1:59999 @ 1554696845607 ms III - Start
    [junit] SLOCK [T main @ 1554696845607 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter00TestClassExist
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter00TestClassExist
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter01TestStaticConstants
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter01TestStaticConstants
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b0e90
    [junit]   1/8: 0x7f28f21b0ed0
    [junit]   2/8: 0x7f28f21b0f10
    [junit]   3/8: 0x7f28f21b0f50
    [junit]   4/8: 0x7f28f21b0f90
    [junit]   5/8: 0x7f28f21b0fd0
    [junit]   6/8: 0x7f28f21b1010
    [junit]   7/8: 0x7f28f21b1050
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b0e90
    [junit]   1/8: 0x7f28f21b0ed0
    [junit]   2/8: 0x7f28f21b0f10
    [junit]   3/8: 0x7f28f21b0f50
    [junit]   4/8: 0x7f28f21b0f90
    [junit]   5/8: 0x7f28f21b0fd0
    [junit]   6/8: 0x7f28f21b1010
    [junit]   7/8: 0x7f28f21b1050
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1140
    [junit]   1/8: 0x7f28f21b1200
    [junit]   2/8: 0x7f28f21b1680
    [junit]   3/8: 0x7f28f21b16d0
    [junit]   4/8: 0x7f28f21b1720
    [junit]   5/8: 0x7f28f21b1770
    [junit]   6/8: 0x7f28f21b17c0
    [junit]   7/8: 0x7f28f21b1810
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1140
    [junit]   1/8: 0x7f28f21b1200
    [junit]   2/8: 0x7f28f21b1680
    [junit]   3/8: 0x7f28f21b16d0
    [junit]   4/8: 0x7f28f21b1720
    [junit]   5/8: 0x7f28f21b1770
    [junit]   6/8: 0x7f28f21b17c0
    [junit]   7/8: 0x7f28f21b1810
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1930
    [junit]   1/8: 0x7f28f21b1980
    [junit]   2/8: 0x7f28f21b19d0
    [junit]   3/8: 0x7f28f21b1a20
    [junit]   4/8: 0x7f28f21b1a70
    [junit]   5/8: 0x7f28f21b1ac0
    [junit]   6/8: 0x7f28f21b1b10
    [junit]   7/8: 0x7f28f21b1b60
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1c70
    [junit]   1/8: 0x7f28f21b1cc0
    [junit]   2/8: 0x7f28f21b1d10
    [junit]   3/8: 0x7f28f21b1e60
    [junit]   4/8: 0x7f28f21b1eb0
    [junit]   5/8: 0x7f28f21b1f00
    [junit]   6/8: 0x7f28f21b1f50
    [junit]   7/8: 0x7f28f21b1fa0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1c70
    [junit]   1/8: 0x7f28f21b1cc0
    [junit]   2/8: 0x7f28f21b1d10
    [junit]   3/8: 0x7f28f21b1e60
    [junit]   4/8: 0x7f28f21b1eb0
    [junit]   5/8: 0x7f28f21b1f00
    [junit]   6/8: 0x7f28f21b1f50
    [junit]   7/8: 0x7f28f21b1fa0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b11e0
    [junit]   1/8: 0x7f28f21b11e0
    [junit]   2/8: 0x7f28f21b11e0
    [junit]   3/8: 0x7f28f21b11e0
    [junit]   4/8: 0x7f28f21b11e0
    [junit]   5/8: 0x7f28f21b11e0
    [junit]   6/8: 0x7f28f21b11e0
    [junit]   7/8: 0x7f28f21b11e0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x4
    [junit]   1/8: 0x4
    [junit]   2/8: 0x4
    [junit]   3/8: 0x4
    [junit]   4/8: 0x4
    [junit]   5/8: 0x4
    [junit]   6/8: 0x4
    [junit]   7/8: 0x4
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0xe166c088
    [junit]   1/8: 0xe166c0c8
    [junit]   2/8: 0xe166c108
    [junit]   3/8: 0xe166c148
    [junit]   4/8: 0xe166c188
    [junit]   5/8: 0xe166c1c8
    [junit]   6/8: 0xe166c208
    [junit]   7/8: 0xe166c248
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0xe166c088
    [junit]   1/8: 0xe166c0c8
    [junit]   2/8: 0xe166c108
    [junit]   3/8: 0xe166c148
    [junit]   4/8: 0xe166c188
    [junit]   5/8: 0xe166c1c8
    [junit]   6/8: 0xe166c208
    [junit]   7/8: 0xe166c248
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2420
    [junit]   1/8: 0x7f28f21b2470
    [junit]   2/8: 0x7f28f21b24c0
    [junit]   3/8: 0x7f28f21b2510
    [junit]   4/8: 0x7f28f21b2560
    [junit]   5/8: 0x7f28f21b25b0
    [junit]   6/8: 0x7f28f21b2600
    [junit]   7/8: 0x7f28f21b2650
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2420
    [junit]   1/8: 0x7f28f21b2470
    [junit]   2/8: 0x7f28f21b24c0
    [junit]   3/8: 0x7f28f21b2510
    [junit]   4/8: 0x7f28f21b2560
    [junit]   5/8: 0x7f28f21b25b0
    [junit]   6/8: 0x7f28f21b2600
    [junit]   7/8: 0x7f28f21b2650
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b26a0
    [junit]   1/8: 0x7f28f21b26f0
    [junit]   2/8: 0x7f28f21b2740
    [junit]   3/8: 0x7f28f21b2790
    [junit]   4/8: 0x7f28f21b27e0
    [junit]   5/8: 0x7f28f21b2830
    [junit]   6/8: 0x7f28f21b2880
    [junit]   7/8: 0x7f28f21b28d0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2920
    [junit]   1/8: 0x7f28f21b2970
    [junit]   2/8: 0x7f28f21b29c0
    [junit]   3/8: 0x7f28f21b2a10
    [junit]   4/8: 0x7f28f21b2a60
    [junit]   5/8: 0x7f28f21b2ab0
    [junit]   6/8: 0x7f28f21b2b00
    [junit]   7/8: 0x7f28f21b2b50
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2920
    [junit]   1/8: 0x7f28f21b2970
    [junit]   2/8: 0x7f28f21b29c0
    [junit]   3/8: 0x7f28f21b2a10
    [junit]   4/8: 0x7f28f21b2a60
    [junit]   5/8: 0x7f28f21b2ab0
    [junit]   6/8: 0x7f28f21b2b00
    [junit]   7/8: 0x7f28f21b2b50
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2ba0
    [junit]   1/8: 0x7f28f21b2ba0
    [junit]   2/8: 0x7f28f21b2ba0
    [junit]   3/8: 0x7f28f21b2ba0
    [junit]   4/8: 0x7f28f21b2ba0
    [junit]   5/8: 0x7f28f21b2ba0
    [junit]   6/8: 0x7f28f21b2ba0
    [junit]   7/8: 0x7f28f21b2ba0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x4
    [junit]   1/8: 0x4
    [junit]   2/8: 0x4
    [junit]   3/8: 0x4
    [junit]   4/8: 0x4
    [junit]   5/8: 0x4
    [junit]   6/8: 0x4
    [junit]   7/8: 0x4
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter04TestPointerBuffer
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter04TestPointerBuffer
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter05TestSomeFunctionsAllIndirect
    [junit] ArrayCopy.01: [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]
    [junit] ArrayCopy.02: [1, 2, 3, 4, 5, 6, 7, 8, 9, 0], java.nio.HeapIntBuffer[pos=0 lim=10 cap=10]
    [junit] ArrayCopy.03: [4, 5, 6, 7]
    [junit] ArrayCopy.04: [0, 0, 0, 4, 5, 6, 7, 0, 0, 0]
    [junit] ArrayCopy.05: [0, 0, 0, 4, 5, 6, 7, 0, 0, 0], java.nio.HeapIntBuffer[pos=0 lim=10 cap=10]
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter05TestSomeFunctionsAllIndirect
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter09TestCompoundAlignment
    [junit] static  md: MachineDataInfoStatic: LP64_UNIX(6): MachineDataInfo: runtimeValidated false, 32Bit false, primitive size / alignment:
    [junit]   int8    1 / 1, int16   2 / 2
    [junit]   int     4 / 4, long    8 / 8
    [junit]   int32   4 / 4, int64   8 / 8
    [junit]   float   4 / 4, double  8 / 8, ldouble 16 / 16
    [junit]   pointer 8 / 8, page    4096
    [junit] runtime md: MachineDataInfo: runtimeValidated true, 32Bit false, primitive size / alignment:
    [junit]   int8    1 / 1, int16   2 / 2
    [junit]   int     4 / 4, long    8 / 8
    [junit]   int32   4 / 4, int64   8 / 8
    [junit]   float   4 / 4, double  8 / 8, ldouble 16 / 16
    [junit]   pointer 8 / 8, page    4096
    [junit] compatible static/runtime: true
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter09TestCompoundAlignment
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter10TestCompoundCallByReference
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] ch10: ref-dim 286331153/572662306 858993459x1145324612
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter10TestCompoundCallByReference
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter11TestCompoundCallByValue
    [junit] ch11.0: ref-dim 286331153/572662306 858993459x1145324612
    [junit] ch11.0: val-dim 286331153/572662306 858993459x1145324612
    [junit] ch11.1: val-dim 11/22 33x44
    [junit] ch11.2: val-dim 11/22 33x44
    [junit] ch11.3: sameInstanceByVal false
    [junit] ch11.3: sameInstanceByRef false
    [junit] ch11.4: sum-dimArray 12/24 36x48
    [junit] ch11.5: dimsGet[0] 11/22 33x44
    [junit] ch11.5: dimsGet[1] 1/2 3x4
    [junit] ch11.6: sum-dimPair 12/24 36x48
    [junit] ch11.7: zero-dim[0] 0/0 0x0
    [junit] ch11.7: zero-dim[1] 0/0 0x0
    [junit] ch11.8: copyPrim2Dim 11/22 100x200
    [junit] ch11.9: copyDim2Prim 11/22 100x200
    [junit] ch11.10: expRGBAb 0x11, 0x22, 0x33, 0xffffffaa
    [junit] ch11.10: hasRGBAi 0x112233aa
    [junit] ch11.11: hasRGBAb 0x11, 0x22, 0x33, 0xffffffaa
    [junit] ch11.12: addInt 3
    [junit] ch11.13: addByte 3
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter11TestCompoundCallByValue
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter12TestStructArrayModelConst
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] has 'Hello Array'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x41 A
    [junit] has   7: 0x72 r
    [junit] has   8: 0x72 r
    [junit] has   9: 0x61 a
    [junit] has  10: 0x79 y
    [junit] has 'Hello CString'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x43 C
    [junit] has   7: 0x53 S
    [junit] has   8: 0x74 t
    [junit] has   9: 0x72 r
    [junit] has  10: 0x69 i
    [junit] has  11: 0x6E n
    [junit] has  12: 0x67 g
    [junit] has 'Hello Pointer'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x50 P
    [junit] has   7: 0x6F o
    [junit] has   8: 0x69 i
    [junit] has   9: 0x6E n
    [junit] has  10: 0x74 t
    [junit] has  11: 0x65 e
    [junit] has  12: 0x72 r
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter12TestStructArrayModelConst
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter13TestStructArrayModelMutable
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter13TestStructArrayModelMutable
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket61-localhost/127.0.0.1:59999 @ 1554696845795 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696845798 ms --- localhost/127.0.0.1:59999 - Unlock ok within 3 ms
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: chapter00TestClassExist took 0.012 sec
    [junit] Testcase: chapter01TestStaticConstants took 0 sec
    [junit] Testcase: chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray took 0.01 sec
    [junit] Testcase: chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray took 0.004 sec
    [junit] Testcase: chapter04TestPointerBuffer took 0.002 sec
    [junit] Testcase: chapter05TestSomeFunctionsAllIndirect took 0.001 sec
    [junit] Testcase: chapter09TestCompoundAlignment took 0.043 sec
    [junit] Testcase: chapter10TestCompoundCallByReference took 0.004 sec
    [junit] Testcase: chapter11TestCompoundCallByValue took 0.004 sec
    [junit] Testcase: chapter12TestStructArrayModelConst took 0.008 sec
    [junit] Testcase: chapter13TestStructArrayModelMutable took 0.005 sec
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket61-localhost/127.0.0.1:59999 @ 1554696845607 ms III - Start
    [junit] SLOCK [T main @ 1554696845607 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter00TestClassExist
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter00TestClassExist
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter01TestStaticConstants
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter01TestStaticConstants
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b0e90
    [junit]   1/8: 0x7f28f21b0ed0
    [junit]   2/8: 0x7f28f21b0f10
    [junit]   3/8: 0x7f28f21b0f50
    [junit]   4/8: 0x7f28f21b0f90
    [junit]   5/8: 0x7f28f21b0fd0
    [junit]   6/8: 0x7f28f21b1010
    [junit]   7/8: 0x7f28f21b1050
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b0e90
    [junit]   1/8: 0x7f28f21b0ed0
    [junit]   2/8: 0x7f28f21b0f10
    [junit]   3/8: 0x7f28f21b0f50
    [junit]   4/8: 0x7f28f21b0f90
    [junit]   5/8: 0x7f28f21b0fd0
    [junit]   6/8: 0x7f28f21b1010
    [junit]   7/8: 0x7f28f21b1050
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1140
    [junit]   1/8: 0x7f28f21b1200
    [junit]   2/8: 0x7f28f21b1680
    [junit]   3/8: 0x7f28f21b16d0
    [junit]   4/8: 0x7f28f21b1720
    [junit]   5/8: 0x7f28f21b1770
    [junit]   6/8: 0x7f28f21b17c0
    [junit]   7/8: 0x7f28f21b1810
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1140
    [junit]   1/8: 0x7f28f21b1200
    [junit]   2/8: 0x7f28f21b1680
    [junit]   3/8: 0x7f28f21b16d0
    [junit]   4/8: 0x7f28f21b1720
    [junit]   5/8: 0x7f28f21b1770
    [junit]   6/8: 0x7f28f21b17c0
    [junit]   7/8: 0x7f28f21b1810
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1930
    [junit]   1/8: 0x7f28f21b1980
    [junit]   2/8: 0x7f28f21b19d0
    [junit]   3/8: 0x7f28f21b1a20
    [junit]   4/8: 0x7f28f21b1a70
    [junit]   5/8: 0x7f28f21b1ac0
    [junit]   6/8: 0x7f28f21b1b10
    [junit]   7/8: 0x7f28f21b1b60
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1c70
    [junit]   1/8: 0x7f28f21b1cc0
    [junit]   2/8: 0x7f28f21b1d10
    [junit]   3/8: 0x7f28f21b1e60
    [junit]   4/8: 0x7f28f21b1eb0
    [junit]   5/8: 0x7f28f21b1f00
    [junit]   6/8: 0x7f28f21b1f50
    [junit]   7/8: 0x7f28f21b1fa0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b1c70
    [junit]   1/8: 0x7f28f21b1cc0
    [junit]   2/8: 0x7f28f21b1d10
    [junit]   3/8: 0x7f28f21b1e60
    [junit]   4/8: 0x7f28f21b1eb0
    [junit]   5/8: 0x7f28f21b1f00
    [junit]   6/8: 0x7f28f21b1f50
    [junit]   7/8: 0x7f28f21b1fa0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b11e0
    [junit]   1/8: 0x7f28f21b11e0
    [junit]   2/8: 0x7f28f21b11e0
    [junit]   3/8: 0x7f28f21b11e0
    [junit]   4/8: 0x7f28f21b11e0
    [junit]   5/8: 0x7f28f21b11e0
    [junit]   6/8: 0x7f28f21b11e0
    [junit]   7/8: 0x7f28f21b11e0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x4
    [junit]   1/8: 0x4
    [junit]   2/8: 0x4
    [junit]   3/8: 0x4
    [junit]   4/8: 0x4
    [junit]   5/8: 0x4
    [junit]   6/8: 0x4
    [junit]   7/8: 0x4
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0xe166c088
    [junit]   1/8: 0xe166c0c8
    [junit]   2/8: 0xe166c108
    [junit]   3/8: 0xe166c148
    [junit]   4/8: 0xe166c188
    [junit]   5/8: 0xe166c1c8
    [junit]   6/8: 0xe166c208
    [junit]   7/8: 0xe166c248
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0xe166c088
    [junit]   1/8: 0xe166c0c8
    [junit]   2/8: 0xe166c108
    [junit]   3/8: 0xe166c148
    [junit]   4/8: 0xe166c188
    [junit]   5/8: 0xe166c1c8
    [junit]   6/8: 0xe166c208
    [junit]   7/8: 0xe166c248
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2420
    [junit]   1/8: 0x7f28f21b2470
    [junit]   2/8: 0x7f28f21b24c0
    [junit]   3/8: 0x7f28f21b2510
    [junit]   4/8: 0x7f28f21b2560
    [junit]   5/8: 0x7f28f21b25b0
    [junit]   6/8: 0x7f28f21b2600
    [junit]   7/8: 0x7f28f21b2650
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2420
    [junit]   1/8: 0x7f28f21b2470
    [junit]   2/8: 0x7f28f21b24c0
    [junit]   3/8: 0x7f28f21b2510
    [junit]   4/8: 0x7f28f21b2560
    [junit]   5/8: 0x7f28f21b25b0
    [junit]   6/8: 0x7f28f21b2600
    [junit]   7/8: 0x7f28f21b2650
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b26a0
    [junit]   1/8: 0x7f28f21b26f0
    [junit]   2/8: 0x7f28f21b2740
    [junit]   3/8: 0x7f28f21b2790
    [junit]   4/8: 0x7f28f21b27e0
    [junit]   5/8: 0x7f28f21b2830
    [junit]   6/8: 0x7f28f21b2880
    [junit]   7/8: 0x7f28f21b28d0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2920
    [junit]   1/8: 0x7f28f21b2970
    [junit]   2/8: 0x7f28f21b29c0
    [junit]   3/8: 0x7f28f21b2a10
    [junit]   4/8: 0x7f28f21b2a60
    [junit]   5/8: 0x7f28f21b2ab0
    [junit]   6/8: 0x7f28f21b2b00
    [junit]   7/8: 0x7f28f21b2b50
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2920
    [junit]   1/8: 0x7f28f21b2970
    [junit]   2/8: 0x7f28f21b29c0
    [junit]   3/8: 0x7f28f21b2a10
    [junit]   4/8: 0x7f28f21b2a60
    [junit]   5/8: 0x7f28f21b2ab0
    [junit]   6/8: 0x7f28f21b2b00
    [junit]   7/8: 0x7f28f21b2b50
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b2ba0
    [junit]   1/8: 0x7f28f21b2ba0
    [junit]   2/8: 0x7f28f21b2ba0
    [junit]   3/8: 0x7f28f21b2ba0
    [junit]   4/8: 0x7f28f21b2ba0
    [junit]   5/8: 0x7f28f21b2ba0
    [junit]   6/8: 0x7f28f21b2ba0
    [junit]   7/8: 0x7f28f21b2ba0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x4
    [junit]   1/8: 0x4
    [junit]   2/8: 0x4
    [junit]   3/8: 0x4
    [junit]   4/8: 0x4
    [junit]   5/8: 0x4
    [junit]   6/8: 0x4
    [junit]   7/8: 0x4
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter04TestPointerBuffer
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter04TestPointerBuffer
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter05TestSomeFunctionsAllIndirect
    [junit] ArrayCopy.01: [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]
    [junit] ArrayCopy.02: [1, 2, 3, 4, 5, 6, 7, 8, 9, 0], java.nio.HeapIntBuffer[pos=0 lim=10 cap=10]
    [junit] ArrayCopy.03: [4, 5, 6, 7]
    [junit] ArrayCopy.04: [0, 0, 0, 4, 5, 6, 7, 0, 0, 0]
    [junit] ArrayCopy.05: [0, 0, 0, 4, 5, 6, 7, 0, 0, 0], java.nio.HeapIntBuffer[pos=0 lim=10 cap=10]
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter05TestSomeFunctionsAllIndirect
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter09TestCompoundAlignment
    [junit] static  md: MachineDataInfoStatic: LP64_UNIX(6): MachineDataInfo: runtimeValidated false, 32Bit false, primitive size / alignment:
    [junit]   int8    1 / 1, int16   2 / 2
    [junit]   int     4 / 4, long    8 / 8
    [junit]   int32   4 / 4, int64   8 / 8
    [junit]   float   4 / 4, double  8 / 8, ldouble 16 / 16
    [junit]   pointer 8 / 8, page    4096
    [junit] runtime md: MachineDataInfo: runtimeValidated true, 32Bit false, primitive size / alignment:
    [junit]   int8    1 / 1, int16   2 / 2
    [junit]   int     4 / 4, long    8 / 8
    [junit]   int32   4 / 4, int64   8 / 8
    [junit]   float   4 / 4, double  8 / 8, ldouble 16 / 16
    [junit]   pointer 8 / 8, page    4096
    [junit] compatible static/runtime: true
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter09TestCompoundAlignment
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter10TestCompoundCallByReference
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] ch10: ref-dim 286331153/572662306 858993459x1145324612
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter10TestCompoundCallByReference
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter11TestCompoundCallByValue
    [junit] ch11.0: ref-dim 286331153/572662306 858993459x1145324612
    [junit] ch11.0: val-dim 286331153/572662306 858993459x1145324612
    [junit] ch11.1: val-dim 11/22 33x44
    [junit] ch11.2: val-dim 11/22 33x44
    [junit] ch11.3: sameInstanceByVal false
    [junit] ch11.3: sameInstanceByRef false
    [junit] ch11.4: sum-dimArray 12/24 36x48
    [junit] ch11.5: dimsGet[0] 11/22 33x44
    [junit] ch11.5: dimsGet[1] 1/2 3x4
    [junit] ch11.6: sum-dimPair 12/24 36x48
    [junit] ch11.7: zero-dim[0] 0/0 0x0
    [junit] ch11.7: zero-dim[1] 0/0 0x0
    [junit] ch11.8: copyPrim2Dim 11/22 100x200
    [junit] ch11.9: copyDim2Prim 11/22 100x200
    [junit] ch11.10: expRGBAb 0x11, 0x22, 0x33, 0xffffffaa
    [junit] ch11.10: hasRGBAi 0x112233aa
    [junit] ch11.11: hasRGBAb 0x11, 0x22, 0x33, 0xffffffaa
    [junit] ch11.12: addInt 3
    [junit] ch11.13: addByte 3
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter11TestCompoundCallByValue
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter12TestStructArrayModelConst
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] has 'Hello Array'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x41 A
    [junit] has   7: 0x72 r
    [junit] has   8: 0x72 r
    [junit] has   9: 0x61 a
    [junit] has  10: 0x79 y
    [junit] has 'Hello CString'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x43 C
    [junit] has   7: 0x53 S
    [junit] has   8: 0x74 t
    [junit] has   9: 0x72 r
    [junit] has  10: 0x69 i
    [junit] has  11: 0x6E n
    [junit] has  12: 0x67 g
    [junit] has 'Hello Pointer'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x50 P
    [junit] has   7: 0x6F o
    [junit] has   8: 0x69 i
    [junit] has   9: 0x6E n
    [junit] has  10: 0x74 t
    [junit] has  11: 0x65 e
    [junit] has  12: 0x72 r
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter12TestStructArrayModelConst
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter13TestStructArrayModelMutable
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter - chapter13TestStructArrayModelMutable
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket61-localhost/127.0.0.1:59999 @ 1554696845795 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696845798 ms --- localhost/127.0.0.1:59999 - Unlock ok within 3 ms
    [junit] ------------- ---------------- ---------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket62-localhost/127.0.0.1:59999 @ 1554696846369 ms III - Start
    [junit] SLOCK [T main @ 1554696846369 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] Testsuite: com.jogamp.gluegen.test.junit.generation.Test1p2LoadJNIAndImplLib
    [junit] Testsuite: com.jogamp.gluegen.test.junit.generation.Test1p2LoadJNIAndImplLib
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2LoadJNIAndImplLib - chapter00TestClassExist
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2LoadJNIAndImplLib - chapter00TestClassExist
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket62-localhost/127.0.0.1:59999 @ 1554696846487 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696846487 ms --- localhost/127.0.0.1:59999 - Unlock ok within 0 ms
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 sec
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket62-localhost/127.0.0.1:59999 @ 1554696846369 ms III - Start
    [junit] SLOCK [T main @ 1554696846369 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2LoadJNIAndImplLib - chapter00TestClassExist
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2LoadJNIAndImplLib - chapter00TestClassExist
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket62-localhost/127.0.0.1:59999 @ 1554696846487 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696846487 ms --- localhost/127.0.0.1:59999 - Unlock ok within 0 ms
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: chapter00TestClassExist took 0.001 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket62-localhost/127.0.0.1:59999 @ 1554696846369 ms III - Start
    [junit] SLOCK [T main @ 1554696846369 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2LoadJNIAndImplLib - chapter00TestClassExist
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2LoadJNIAndImplLib - chapter00TestClassExist
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket62-localhost/127.0.0.1:59999 @ 1554696846487 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696846487 ms --- localhost/127.0.0.1:59999 - Unlock ok within 0 ms
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter
    [junit] Testsuite: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket63-localhost/127.0.0.1:59999 @ 1554696847051 ms III - Start
    [junit] SLOCK [T main @ 1554696847052 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter00TestClassExist
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter00TestClassExist
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter01TestStaticConstants
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter01TestStaticConstants
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f019c920
    [junit]   1/8: 0x7f28f019c960
    [junit]   2/8: 0x7f28f019c9a0
    [junit]   3/8: 0x7f28f019c9e0
    [junit]   4/8: 0x7f28f019ca20
    [junit]   5/8: 0x7f28f019ca60
    [junit]   6/8: 0x7f28f019caa0
    [junit]   7/8: 0x7f28f019cae0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f019c920
    [junit]   1/8: 0x7f28f019c960
    [junit]   2/8: 0x7f28f019c9a0
    [junit]   3/8: 0x7f28f019c9e0
    [junit]   4/8: 0x7f28f019ca20
    [junit]   5/8: 0x7f28f019ca60
    [junit]   6/8: 0x7f28f019caa0
    [junit]   7/8: 0x7f28f019cae0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f019cb80
    [junit]   1/8: 0x7f28f019cbd0
    [junit]   2/8: 0x7f28f21b4e90
    [junit]   3/8: 0x7f28f21b4ee0
    [junit]   4/8: 0x7f28f21b4f30
    [junit]   5/8: 0x7f28f21b4f80
    [junit]   6/8: 0x7f28f21b4fd0
    [junit]   7/8: 0x7f28f21b5020
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f019cb80
    [junit]   1/8: 0x7f28f019cbd0
    [junit]   2/8: 0x7f28f21b4e90
    [junit]   3/8: 0x7f28f21b4ee0
    [junit]   4/8: 0x7f28f21b4f30
    [junit]   5/8: 0x7f28f21b4f80
    [junit]   6/8: 0x7f28f21b4fd0
    [junit]   7/8: 0x7f28f21b5020
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b50c0
    [junit]   1/8: 0x7f28f21b5110
    [junit]   2/8: 0x7f28f21b5160
    [junit]   3/8: 0x7f28f21b51b0
    [junit]   4/8: 0x7f28f21b5200
    [junit]   5/8: 0x7f28f21b5250
    [junit]   6/8: 0x7f28f21b52a0
    [junit]   7/8: 0x7f28f21b52f0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b5390
    [junit]   1/8: 0x7f28f21b53e0
    [junit]   2/8: 0x7f28f21b5430
    [junit]   3/8: 0x7f28f21b5480
    [junit]   4/8: 0x7f28f21b54d0
    [junit]   5/8: 0x7f28f21b5520
    [junit]   6/8: 0x7f28f21b5570
    [junit]   7/8: 0x7f28f21b55c0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b5390
    [junit]   1/8: 0x7f28f21b53e0
    [junit]   2/8: 0x7f28f21b5430
    [junit]   3/8: 0x7f28f21b5480
    [junit]   4/8: 0x7f28f21b54d0
    [junit]   5/8: 0x7f28f21b5520
    [junit]   6/8: 0x7f28f21b5570
    [junit]   7/8: 0x7f28f21b55c0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b5650
    [junit]   1/8: 0x7f28f21b5650
    [junit]   2/8: 0x7f28f21b5650
    [junit]   3/8: 0x7f28f21b5650
    [junit]   4/8: 0x7f28f21b5650
    [junit]   5/8: 0x7f28f21b5650
    [junit]   6/8: 0x7f28f21b5650
    [junit]   7/8: 0x7f28f21b5650
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x4
    [junit]   1/8: 0x4
    [junit]   2/8: 0x4
    [junit]   3/8: 0x4
    [junit]   4/8: 0x4
    [junit]   5/8: 0x4
    [junit]   6/8: 0x4
    [junit]   7/8: 0x4
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0xe18231f8
    [junit]   1/8: 0xe1823238
    [junit]   2/8: 0xe1823278
    [junit]   3/8: 0xe18232b8
    [junit]   4/8: 0xe18232f8
    [junit]   5/8: 0xe1823338
    [junit]   6/8: 0xe1823378
    [junit]   7/8: 0xe18233b8
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0xe18231f8
    [junit]   1/8: 0xe1823238
    [junit]   2/8: 0xe1823278
    [junit]   3/8: 0xe18232b8
    [junit]   4/8: 0xe18232f8
    [junit]   5/8: 0xe1823338
    [junit]   6/8: 0xe1823378
    [junit]   7/8: 0xe18233b8
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f01964c0
    [junit]   1/8: 0x7f28f0196510
    [junit]   2/8: 0x7f28f0196560
    [junit]   3/8: 0x7f28f01965b0
    [junit]   4/8: 0x7f28f02b5a60
    [junit]   5/8: 0x7f28f02b5ab0
    [junit]   6/8: 0x7f28f02b5b00
    [junit]   7/8: 0x7f28f02b5b50
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f01964c0
    [junit]   1/8: 0x7f28f0196510
    [junit]   2/8: 0x7f28f0196560
    [junit]   3/8: 0x7f28f01965b0
    [junit]   4/8: 0x7f28f02b5a60
    [junit]   5/8: 0x7f28f02b5ab0
    [junit]   6/8: 0x7f28f02b5b00
    [junit]   7/8: 0x7f28f02b5b50
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f02b5ba0
    [junit]   1/8: 0x7f28f02b5bf0
    [junit]   2/8: 0x7f28f02b5c40
    [junit]   3/8: 0x7f28f02b5c90
    [junit]   4/8: 0x7f28f02b5ce0
    [junit]   5/8: 0x7f28f02b5d30
    [junit]   6/8: 0x7f28f02b5d80
    [junit]   7/8: 0x7f28f02b5dd0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f02b5e20
    [junit]   1/8: 0x7f28f02bd690
    [junit]   2/8: 0x7f28f02bd6e0
    [junit]   3/8: 0x7f28f02bd730
    [junit]   4/8: 0x7f28f02bd780
    [junit]   5/8: 0x7f28f02bd7d0
    [junit]   6/8: 0x7f28f02bd820
    [junit]   7/8: 0x7f28f02bd870
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f02b5e20
    [junit]   1/8: 0x7f28f02bd690
    [junit]   2/8: 0x7f28f02bd6e0
    [junit]   3/8: 0x7f28f02bd730
    [junit]   4/8: 0x7f28f02bd780
    [junit]   5/8: 0x7f28f02bd7d0
    [junit]   6/8: 0x7f28f02bd820
    [junit]   7/8: 0x7f28f02bd870
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f02bd8c0
    [junit]   1/8: 0x7f28f02bd8c0
    [junit]   2/8: 0x7f28f02bd8c0
    [junit]   3/8: 0x7f28f02bd8c0
    [junit]   4/8: 0x7f28f02bd8c0
    [junit]   5/8: 0x7f28f02bd8c0
    [junit]   6/8: 0x7f28f02bd8c0
    [junit]   7/8: 0x7f28f02bd8c0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x4
    [junit]   1/8: 0x4
    [junit]   2/8: 0x4
    [junit]   3/8: 0x4
    [junit]   4/8: 0x4
    [junit]   5/8: 0x4
    [junit]   6/8: 0x4
    [junit]   7/8: 0x4
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter04TestPointerBuffer
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter04TestPointerBuffer
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter05TestSomeFunctionsAllIndirect
    [junit] ArrayCopy.01: [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]
    [junit] ArrayCopy.02: [1, 2, 3, 4, 5, 6, 7, 8, 9, 0], java.nio.HeapIntBuffer[pos=0 lim=10 cap=10]
    [junit] ArrayCopy.03: [4, 5, 6, 7]
    [junit] ArrayCopy.04: [0, 0, 0, 4, 5, 6, 7, 0, 0, 0]
    [junit] ArrayCopy.05: [0, 0, 0, 4, 5, 6, 7, 0, 0, 0], java.nio.HeapIntBuffer[pos=0 lim=10 cap=10]
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter05TestSomeFunctionsAllIndirect
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter09TestCompoundAlignment
    [junit] static  md: MachineDataInfoStatic: LP64_UNIX(6): MachineDataInfo: runtimeValidated false, 32Bit false, primitive size / alignment:
    [junit]   int8    1 / 1, int16   2 / 2
    [junit]   int     4 / 4, long    8 / 8
    [junit]   int32   4 / 4, int64   8 / 8
    [junit]   float   4 / 4, double  8 / 8, ldouble 16 / 16
    [junit]   pointer 8 / 8, page    4096
    [junit] runtime md: MachineDataInfo: runtimeValidated true, 32Bit false, primitive size / alignment:
    [junit]   int8    1 / 1, int16   2 / 2
    [junit]   int     4 / 4, long    8 / 8
    [junit]   int32   4 / 4, int64   8 / 8
    [junit]   float   4 / 4, double  8 / 8, ldouble 16 / 16
    [junit]   pointer 8 / 8, page    4096
    [junit] compatible static/runtime: true
    [junit] TK_ComplicatedSubSet: sizeof(): 72
    [junit] TK_ComplicatedSubSet: bits1-s offset: 0
    [junit] TK_ComplicatedSubSet:    id-s offset: 4
    [junit] TK_ComplicatedSubSet: bits2-s offset: 8
    [junit] TK_ComplicatedSubSet: long0-s offset: 16
    [junit] TK_ComplicatedSubSet: bits3-s offset: 24
    [junit] TK_ComplicatedSubSet: real0-s offset: 32
    [junit] TK_ComplicatedSubSet: bits4-s offset: 40
    [junit] TK_ComplicatedSubSet: real1-s offset: 44
    [junit] TK_ComplicatedSubSet: bits5-s offset: 48
    [junit] TK_ComplicatedSubSet: longX-s offset: 56
    [junit] TK_ComplicatedSubSet: bits6-s offset: 64
    [junit] TK_ComplicatedSuperSet: sizeof(): 168
    [junit] TK_ComplicatedSuperSet: bits1-s offset: 0
    [junit] TK_ComplicatedSuperSet:  sub1-s offset: 8
    [junit] TK_ComplicatedSuperSet: bits2-s offset: 80
    [junit] TK_ComplicatedSuperSet:  sub2-s offset: 88
    [junit] TK_ComplicatedSuperSet: bits3-s offset: 160
    [junit] createComplicatedSuperSet:
    [junit] TK_ComplicatedSuperSet [
    [junit]   cs.b1         0xA0
    [junit]   cs.sub1.b1    0xA1
    [junit]   cs.sub1.id    0x12345678
    [junit]   cs.sub1.b2    0xA2
    [junit]   cs.sub1.long0 0x123456789ABCDEF0
    [junit]   cs.sub1.b3    0xA3
    [junit]   cs.sub1.real0 3.14159 0X1.921FB54442D18P+1
    [junit]   cs.sub1.b4    0xA4
    [junit]   cs.sub1.real1 256.123 0X1.001F9AP+8
    [junit]   cs.sub1.b5    0xA5
    [junit]   cs.sub1.longX 0xDEADBEEF
    [junit]   cs.sub1.b6    0xA6
    [junit]   cs.b2         0xB0
    [junit]   cs.sub2.b1    0xB1
    [junit]   cs.sub2.id    0x12345678
    [junit]   cs.sub2.b2    0xB2
    [junit]   cs.sub2.long0 0x123456789ABCDEF0
    [junit]   cs.sub2.b3    0xB3
    [junit]   cs.sub2.real0 3.14159 0X1.921FB54442D18P+1
    [junit]   cs.sub2.b4    0xB4
    [junit]   cs.sub2.real1 256.123 0X1.001F9AP+8
    [junit]   cs.sub2.b5    0xB5
    [junit]   cs.sub2.longX 0xDEADBEEF
    [junit]   cs.sub2.b6    0xB6
    [junit]   cs.b3         0xC0
    [junit] ]
    [junit] 
    [junit] hasInitValues res 1:
    [junit] TK_ComplicatedSuperSet [
    [junit]   cs.b1         0xA0
    [junit]   cs.sub1.b1    0xA1
    [junit]   cs.sub1.id    0x12345678
    [junit]   cs.sub1.b2    0xA2
    [junit]   cs.sub1.long0 0x123456789ABCDEF0
    [junit]   cs.sub1.b3    0xA3
    [junit]   cs.sub1.real0 3.14159 0X1.921FB54442D18P+1
    [junit]   cs.sub1.b4    0xA4
    [junit]   cs.sub1.real1 256.123 0X1.001F9AP+8
    [junit]   cs.sub1.b5    0xA5
    [junit]   cs.sub1.longX 0xDEADBEEF
    [junit]   cs.sub1.b6    0xA6
    [junit]   cs.b2         0xB0
    [junit]   cs.sub2.b1    0xB1
    [junit]   cs.sub2.id    0x12345678
    [junit]   cs.sub2.b2    0xB2
    [junit]   cs.sub2.long0 0x123456789ABCDEF0
    [junit]   cs.sub2.b3    0xB3
    [junit]   cs.sub2.real0 3.14159 0X1.921FB54442D18P+1
    [junit]   cs.sub2.b4    0xB4
    [junit]   cs.sub2.real1 256.123 0X1.001F9AP+8
    [junit]   cs.sub2.b5    0xB5
    [junit]   cs.sub2.longX 0xDEADBEEF
    [junit]   cs.sub2.b6    0xB6
    [junit]   cs.b3         0xC0
    [junit] ]
    [junit] 
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter09TestCompoundAlignment
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter10TestCompoundCallByReference
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] ch10: ref-dim 286331153/572662306 858993459x1145324612
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter10TestCompoundCallByReference
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter11TestCompoundCallByValue
    [junit] ch11.0: ref-dim 286331153/572662306 858993459x1145324612
    [junit] XXX.getSurfaceBoundsValue: dim 286331153/572662306 858993459x1145324612
    [junit] ch11.0: val-dim 286331153/572662306 858993459x1145324612
    [junit] ch11.1: val-dim 11/22 33x44
    [junit] XXX.getSurfaceBoundsValue: dim 11/22 33x44
    [junit] ch11.2: val-dim 11/22 33x44
    [junit] ch11.3: sameInstanceByVal false
    [junit] ch11.3: sameInstanceByRef false
    [junit] ch11.4: sum-dimArray 12/24 36x48
    [junit] ch11.5: dimsGet[0] 11/22 33x44
    [junit] ch11.5: dimsGet[1] 1/2 3x4
    [junit] ch11.6: sum-dimPair 12/24 36x48
    [junit] ch11.7: zero-dim[0] 0/0 0x0
    [junit] ch11.7: zero-dim[1] 0/0 0x0
    [junit] ch11.8: copyPrim2Dim 11/22 100x200
    [junit] ch11.9: copyDim2Prim 11/22 100x200
    [junit] ch11.10: expRGBAb 0x11, 0x22, 0x33, 0xffffffaa
    [junit] ch11.10: hasRGBAi 0x112233aa
    [junit] ch11.11: hasRGBAb 0x11, 0x22, 0x33, 0xffffffaa
    [junit] ch11.12: addInt 3
    [junit] ch11.13: addByte 3
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter11TestCompoundCallByValue
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter12TestStructArrayModelConst
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] has 'Hello Array'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x41 A
    [junit] has   7: 0x72 r
    [junit] has   8: 0x72 r
    [junit] has   9: 0x61 a
    [junit] has  10: 0x79 y
    [junit] has 'Hello CString'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x43 C
    [junit] has   7: 0x53 S
    [junit] has   8: 0x74 t
    [junit] has   9: 0x72 r
    [junit] has  10: 0x69 i
    [junit] has  11: 0x6E n
    [junit] has  12: 0x67 g
    [junit] has 'Hello Pointer'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x50 P
    [junit] has   7: 0x6F o
    [junit] has   8: 0x69 i
    [junit] has   9: 0x6E n
    [junit] has  10: 0x74 t
    [junit] has  11: 0x65 e
    [junit] has  12: 0x72 r
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter12TestStructArrayModelConst
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter13TestStructArrayModelMutable
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter13TestStructArrayModelMutable
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket63-localhost/127.0.0.1:59999 @ 1554696847120 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696847120 ms --- localhost/127.0.0.1:59999 - Unlock ok within 0 ms
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 sec
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket63-localhost/127.0.0.1:59999 @ 1554696847051 ms III - Start
    [junit] SLOCK [T main @ 1554696847052 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter00TestClassExist
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter00TestClassExist
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter01TestStaticConstants
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter01TestStaticConstants
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f019c920
    [junit]   1/8: 0x7f28f019c960
    [junit]   2/8: 0x7f28f019c9a0
    [junit]   3/8: 0x7f28f019c9e0
    [junit]   4/8: 0x7f28f019ca20
    [junit]   5/8: 0x7f28f019ca60
    [junit]   6/8: 0x7f28f019caa0
    [junit]   7/8: 0x7f28f019cae0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f019c920
    [junit]   1/8: 0x7f28f019c960
    [junit]   2/8: 0x7f28f019c9a0
    [junit]   3/8: 0x7f28f019c9e0
    [junit]   4/8: 0x7f28f019ca20
    [junit]   5/8: 0x7f28f019ca60
    [junit]   6/8: 0x7f28f019caa0
    [junit]   7/8: 0x7f28f019cae0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f019cb80
    [junit]   1/8: 0x7f28f019cbd0
    [junit]   2/8: 0x7f28f21b4e90
    [junit]   3/8: 0x7f28f21b4ee0
    [junit]   4/8: 0x7f28f21b4f30
    [junit]   5/8: 0x7f28f21b4f80
    [junit]   6/8: 0x7f28f21b4fd0
    [junit]   7/8: 0x7f28f21b5020
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f019cb80
    [junit]   1/8: 0x7f28f019cbd0
    [junit]   2/8: 0x7f28f21b4e90
    [junit]   3/8: 0x7f28f21b4ee0
    [junit]   4/8: 0x7f28f21b4f30
    [junit]   5/8: 0x7f28f21b4f80
    [junit]   6/8: 0x7f28f21b4fd0
    [junit]   7/8: 0x7f28f21b5020
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b50c0
    [junit]   1/8: 0x7f28f21b5110
    [junit]   2/8: 0x7f28f21b5160
    [junit]   3/8: 0x7f28f21b51b0
    [junit]   4/8: 0x7f28f21b5200
    [junit]   5/8: 0x7f28f21b5250
    [junit]   6/8: 0x7f28f21b52a0
    [junit]   7/8: 0x7f28f21b52f0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b5390
    [junit]   1/8: 0x7f28f21b53e0
    [junit]   2/8: 0x7f28f21b5430
    [junit]   3/8: 0x7f28f21b5480
    [junit]   4/8: 0x7f28f21b54d0
    [junit]   5/8: 0x7f28f21b5520
    [junit]   6/8: 0x7f28f21b5570
    [junit]   7/8: 0x7f28f21b55c0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b5390
    [junit]   1/8: 0x7f28f21b53e0
    [junit]   2/8: 0x7f28f21b5430
    [junit]   3/8: 0x7f28f21b5480
    [junit]   4/8: 0x7f28f21b54d0
    [junit]   5/8: 0x7f28f21b5520
    [junit]   6/8: 0x7f28f21b5570
    [junit]   7/8: 0x7f28f21b55c0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b5650
    [junit]   1/8: 0x7f28f21b5650
    [junit]   2/8: 0x7f28f21b5650
    [junit]   3/8: 0x7f28f21b5650
    [junit]   4/8: 0x7f28f21b5650
    [junit]   5/8: 0x7f28f21b5650
    [junit]   6/8: 0x7f28f21b5650
    [junit]   7/8: 0x7f28f21b5650
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x4
    [junit]   1/8: 0x4
    [junit]   2/8: 0x4
    [junit]   3/8: 0x4
    [junit]   4/8: 0x4
    [junit]   5/8: 0x4
    [junit]   6/8: 0x4
    [junit]   7/8: 0x4
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0xe18231f8
    [junit]   1/8: 0xe1823238
    [junit]   2/8: 0xe1823278
    [junit]   3/8: 0xe18232b8
    [junit]   4/8: 0xe18232f8
    [junit]   5/8: 0xe1823338
    [junit]   6/8: 0xe1823378
    [junit]   7/8: 0xe18233b8
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0xe18231f8
    [junit]   1/8: 0xe1823238
    [junit]   2/8: 0xe1823278
    [junit]   3/8: 0xe18232b8
    [junit]   4/8: 0xe18232f8
    [junit]   5/8: 0xe1823338
    [junit]   6/8: 0xe1823378
    [junit]   7/8: 0xe18233b8
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f01964c0
    [junit]   1/8: 0x7f28f0196510
    [junit]   2/8: 0x7f28f0196560
    [junit]   3/8: 0x7f28f01965b0
    [junit]   4/8: 0x7f28f02b5a60
    [junit]   5/8: 0x7f28f02b5ab0
    [junit]   6/8: 0x7f28f02b5b00
    [junit]   7/8: 0x7f28f02b5b50
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f01964c0
    [junit]   1/8: 0x7f28f0196510
    [junit]   2/8: 0x7f28f0196560
    [junit]   3/8: 0x7f28f01965b0
    [junit]   4/8: 0x7f28f02b5a60
    [junit]   5/8: 0x7f28f02b5ab0
    [junit]   6/8: 0x7f28f02b5b00
    [junit]   7/8: 0x7f28f02b5b50
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f02b5ba0
    [junit]   1/8: 0x7f28f02b5bf0
    [junit]   2/8: 0x7f28f02b5c40
    [junit]   3/8: 0x7f28f02b5c90
    [junit]   4/8: 0x7f28f02b5ce0
    [junit]   5/8: 0x7f28f02b5d30
    [junit]   6/8: 0x7f28f02b5d80
    [junit]   7/8: 0x7f28f02b5dd0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f02b5e20
    [junit]   1/8: 0x7f28f02bd690
    [junit]   2/8: 0x7f28f02bd6e0
    [junit]   3/8: 0x7f28f02bd730
    [junit]   4/8: 0x7f28f02bd780
    [junit]   5/8: 0x7f28f02bd7d0
    [junit]   6/8: 0x7f28f02bd820
    [junit]   7/8: 0x7f28f02bd870
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f02b5e20
    [junit]   1/8: 0x7f28f02bd690
    [junit]   2/8: 0x7f28f02bd6e0
    [junit]   3/8: 0x7f28f02bd730
    [junit]   4/8: 0x7f28f02bd780
    [junit]   5/8: 0x7f28f02bd7d0
    [junit]   6/8: 0x7f28f02bd820
    [junit]   7/8: 0x7f28f02bd870
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f02bd8c0
    [junit]   1/8: 0x7f28f02bd8c0
    [junit]   2/8: 0x7f28f02bd8c0
    [junit]   3/8: 0x7f28f02bd8c0
    [junit]   4/8: 0x7f28f02bd8c0
    [junit]   5/8: 0x7f28f02bd8c0
    [junit]   6/8: 0x7f28f02bd8c0
    [junit]   7/8: 0x7f28f02bd8c0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x4
    [junit]   1/8: 0x4
    [junit]   2/8: 0x4
    [junit]   3/8: 0x4
    [junit]   4/8: 0x4
    [junit]   5/8: 0x4
    [junit]   6/8: 0x4
    [junit]   7/8: 0x4
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter04TestPointerBuffer
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter04TestPointerBuffer
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter05TestSomeFunctionsAllIndirect
    [junit] ArrayCopy.01: [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]
    [junit] ArrayCopy.02: [1, 2, 3, 4, 5, 6, 7, 8, 9, 0], java.nio.HeapIntBuffer[pos=0 lim=10 cap=10]
    [junit] ArrayCopy.03: [4, 5, 6, 7]
    [junit] ArrayCopy.04: [0, 0, 0, 4, 5, 6, 7, 0, 0, 0]
    [junit] ArrayCopy.05: [0, 0, 0, 4, 5, 6, 7, 0, 0, 0], java.nio.HeapIntBuffer[pos=0 lim=10 cap=10]
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter05TestSomeFunctionsAllIndirect
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter09TestCompoundAlignment
    [junit] static  md: MachineDataInfoStatic: LP64_UNIX(6): MachineDataInfo: runtimeValidated false, 32Bit false, primitive size / alignment:
    [junit]   int8    1 / 1, int16   2 / 2
    [junit]   int     4 / 4, long    8 / 8
    [junit]   int32   4 / 4, int64   8 / 8
    [junit]   float   4 / 4, double  8 / 8, ldouble 16 / 16
    [junit]   pointer 8 / 8, page    4096
    [junit] runtime md: MachineDataInfo: runtimeValidated true, 32Bit false, primitive size / alignment:
    [junit]   int8    1 / 1, int16   2 / 2
    [junit]   int     4 / 4, long    8 / 8
    [junit]   int32   4 / 4, int64   8 / 8
    [junit]   float   4 / 4, double  8 / 8, ldouble 16 / 16
    [junit]   pointer 8 / 8, page    4096
    [junit] compatible static/runtime: true
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter09TestCompoundAlignment
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter10TestCompoundCallByReference
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] ch10: ref-dim 286331153/572662306 858993459x1145324612
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter10TestCompoundCallByReference
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter11TestCompoundCallByValue
    [junit] ch11.0: ref-dim 286331153/572662306 858993459x1145324612
    [junit] ch11.0: val-dim 286331153/572662306 858993459x1145324612
    [junit] ch11.1: val-dim 11/22 33x44
    [junit] ch11.2: val-dim 11/22 33x44
    [junit] ch11.3: sameInstanceByVal false
    [junit] ch11.3: sameInstanceByRef false
    [junit] ch11.4: sum-dimArray 12/24 36x48
    [junit] ch11.5: dimsGet[0] 11/22 33x44
    [junit] ch11.5: dimsGet[1] 1/2 3x4
    [junit] ch11.6: sum-dimPair 12/24 36x48
    [junit] ch11.7: zero-dim[0] 0/0 0x0
    [junit] ch11.7: zero-dim[1] 0/0 0x0
    [junit] ch11.8: copyPrim2Dim 11/22 100x200
    [junit] ch11.9: copyDim2Prim 11/22 100x200
    [junit] ch11.10: expRGBAb 0x11, 0x22, 0x33, 0xffffffaa
    [junit] ch11.10: hasRGBAi 0x112233aa
    [junit] ch11.11: hasRGBAb 0x11, 0x22, 0x33, 0xffffffaa
    [junit] ch11.12: addInt 3
    [junit] ch11.13: addByte 3
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter11TestCompoundCallByValue
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter12TestStructArrayModelConst
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] has 'Hello Array'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x41 A
    [junit] has   7: 0x72 r
    [junit] has   8: 0x72 r
    [junit] has   9: 0x61 a
    [junit] has  10: 0x79 y
    [junit] has 'Hello CString'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x43 C
    [junit] has   7: 0x53 S
    [junit] has   8: 0x74 t
    [junit] has   9: 0x72 r
    [junit] has  10: 0x69 i
    [junit] has  11: 0x6E n
    [junit] has  12: 0x67 g
    [junit] has 'Hello Pointer'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x50 P
    [junit] has   7: 0x6F o
    [junit] has   8: 0x69 i
    [junit] has   9: 0x6E n
    [junit] has  10: 0x74 t
    [junit] has  11: 0x65 e
    [junit] has  12: 0x72 r
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter12TestStructArrayModelConst
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter13TestStructArrayModelMutable
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter13TestStructArrayModelMutable
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket63-localhost/127.0.0.1:59999 @ 1554696847120 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696847120 ms --- localhost/127.0.0.1:59999 - Unlock ok within 0 ms
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: chapter00TestClassExist took 0.001 sec
    [junit] Testcase: chapter01TestStaticConstants took 0.001 sec
    [junit] Testcase: chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray took 0.008 sec
    [junit] Testcase: chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray took 0.004 sec
    [junit] Testcase: chapter04TestPointerBuffer took 0.001 sec
    [junit] Testcase: chapter05TestSomeFunctionsAllIndirect took 0 sec
    [junit] Testcase: chapter09TestCompoundAlignment took 0.001 sec
    [junit] Testcase: chapter10TestCompoundCallByReference took 0.001 sec
    [junit] Testcase: chapter11TestCompoundCallByValue took 0.001 sec
    [junit] Testcase: chapter12TestStructArrayModelConst took 0.003 sec
    [junit] Testcase: chapter13TestStructArrayModelMutable took 0.002 sec
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket64-localhost/127.0.0.1:59999 @ 1554696847684 ms III - Start
    [junit] SLOCK [T main @ 1554696847684 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.internals.TestType - test01Equals
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.internals.TestType - test01Equals
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket64-localhost/127.0.0.1:59999 @ 1554696847735 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696847735 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket63-localhost/127.0.0.1:59999 @ 1554696847051 ms III - Start
    [junit] SLOCK [T main @ 1554696847052 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter00TestClassExist
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter00TestClassExist
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter01TestStaticConstants
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter01TestStaticConstants
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f019c920
    [junit]   1/8: 0x7f28f019c960
    [junit]   2/8: 0x7f28f019c9a0
    [junit]   3/8: 0x7f28f019c9e0
    [junit]   4/8: 0x7f28f019ca20
    [junit]   5/8: 0x7f28f019ca60
    [junit]   6/8: 0x7f28f019caa0
    [junit]   7/8: 0x7f28f019cae0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f019c920
    [junit]   1/8: 0x7f28f019c960
    [junit]   2/8: 0x7f28f019c9a0
    [junit]   3/8: 0x7f28f019c9e0
    [junit]   4/8: 0x7f28f019ca20
    [junit]   5/8: 0x7f28f019ca60
    [junit]   6/8: 0x7f28f019caa0
    [junit]   7/8: 0x7f28f019cae0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f019cb80
    [junit]   1/8: 0x7f28f019cbd0
    [junit]   2/8: 0x7f28f21b4e90
    [junit]   3/8: 0x7f28f21b4ee0
    [junit]   4/8: 0x7f28f21b4f30
    [junit]   5/8: 0x7f28f21b4f80
    [junit]   6/8: 0x7f28f21b4fd0
    [junit]   7/8: 0x7f28f21b5020
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f019cb80
    [junit]   1/8: 0x7f28f019cbd0
    [junit]   2/8: 0x7f28f21b4e90
    [junit]   3/8: 0x7f28f21b4ee0
    [junit]   4/8: 0x7f28f21b4f30
    [junit]   5/8: 0x7f28f21b4f80
    [junit]   6/8: 0x7f28f21b4fd0
    [junit]   7/8: 0x7f28f21b5020
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b50c0
    [junit]   1/8: 0x7f28f21b5110
    [junit]   2/8: 0x7f28f21b5160
    [junit]   3/8: 0x7f28f21b51b0
    [junit]   4/8: 0x7f28f21b5200
    [junit]   5/8: 0x7f28f21b5250
    [junit]   6/8: 0x7f28f21b52a0
    [junit]   7/8: 0x7f28f21b52f0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b5390
    [junit]   1/8: 0x7f28f21b53e0
    [junit]   2/8: 0x7f28f21b5430
    [junit]   3/8: 0x7f28f21b5480
    [junit]   4/8: 0x7f28f21b54d0
    [junit]   5/8: 0x7f28f21b5520
    [junit]   6/8: 0x7f28f21b5570
    [junit]   7/8: 0x7f28f21b55c0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b5390
    [junit]   1/8: 0x7f28f21b53e0
    [junit]   2/8: 0x7f28f21b5430
    [junit]   3/8: 0x7f28f21b5480
    [junit]   4/8: 0x7f28f21b54d0
    [junit]   5/8: 0x7f28f21b5520
    [junit]   6/8: 0x7f28f21b5570
    [junit]   7/8: 0x7f28f21b55c0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f21b5650
    [junit]   1/8: 0x7f28f21b5650
    [junit]   2/8: 0x7f28f21b5650
    [junit]   3/8: 0x7f28f21b5650
    [junit]   4/8: 0x7f28f21b5650
    [junit]   5/8: 0x7f28f21b5650
    [junit]   6/8: 0x7f28f21b5650
    [junit]   7/8: 0x7f28f21b5650
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x4
    [junit]   1/8: 0x4
    [junit]   2/8: 0x4
    [junit]   3/8: 0x4
    [junit]   4/8: 0x4
    [junit]   5/8: 0x4
    [junit]   6/8: 0x4
    [junit]   7/8: 0x4
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0xe18231f8
    [junit]   1/8: 0xe1823238
    [junit]   2/8: 0xe1823278
    [junit]   3/8: 0xe18232b8
    [junit]   4/8: 0xe18232f8
    [junit]   5/8: 0xe1823338
    [junit]   6/8: 0xe1823378
    [junit]   7/8: 0xe18233b8
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0xe18231f8
    [junit]   1/8: 0xe1823238
    [junit]   2/8: 0xe1823278
    [junit]   3/8: 0xe18232b8
    [junit]   4/8: 0xe18232f8
    [junit]   5/8: 0xe1823338
    [junit]   6/8: 0xe1823378
    [junit]   7/8: 0xe18233b8
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f01964c0
    [junit]   1/8: 0x7f28f0196510
    [junit]   2/8: 0x7f28f0196560
    [junit]   3/8: 0x7f28f01965b0
    [junit]   4/8: 0x7f28f02b5a60
    [junit]   5/8: 0x7f28f02b5ab0
    [junit]   6/8: 0x7f28f02b5b00
    [junit]   7/8: 0x7f28f02b5b50
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f01964c0
    [junit]   1/8: 0x7f28f0196510
    [junit]   2/8: 0x7f28f0196560
    [junit]   3/8: 0x7f28f01965b0
    [junit]   4/8: 0x7f28f02b5a60
    [junit]   5/8: 0x7f28f02b5ab0
    [junit]   6/8: 0x7f28f02b5b00
    [junit]   7/8: 0x7f28f02b5b50
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f02b5ba0
    [junit]   1/8: 0x7f28f02b5bf0
    [junit]   2/8: 0x7f28f02b5c40
    [junit]   3/8: 0x7f28f02b5c90
    [junit]   4/8: 0x7f28f02b5ce0
    [junit]   5/8: 0x7f28f02b5d30
    [junit]   6/8: 0x7f28f02b5d80
    [junit]   7/8: 0x7f28f02b5dd0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f02b5e20
    [junit]   1/8: 0x7f28f02bd690
    [junit]   2/8: 0x7f28f02bd6e0
    [junit]   3/8: 0x7f28f02bd730
    [junit]   4/8: 0x7f28f02bd780
    [junit]   5/8: 0x7f28f02bd7d0
    [junit]   6/8: 0x7f28f02bd820
    [junit]   7/8: 0x7f28f02bd870
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f02b5e20
    [junit]   1/8: 0x7f28f02bd690
    [junit]   2/8: 0x7f28f02bd6e0
    [junit]   3/8: 0x7f28f02bd730
    [junit]   4/8: 0x7f28f02bd780
    [junit]   5/8: 0x7f28f02bd7d0
    [junit]   6/8: 0x7f28f02bd820
    [junit]   7/8: 0x7f28f02bd870
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x7f28f02bd8c0
    [junit]   1/8: 0x7f28f02bd8c0
    [junit]   2/8: 0x7f28f02bd8c0
    [junit]   3/8: 0x7f28f02bd8c0
    [junit]   4/8: 0x7f28f02bd8c0
    [junit]   5/8: 0x7f28f02bd8c0
    [junit]   6/8: 0x7f28f02bd8c0
    [junit]   7/8: 0x7f28f02bd8c0
    [junit] Testing accessing PointerBuffer values [0..7]
    [junit]   0/8: 0x4
    [junit]   1/8: 0x4
    [junit]   2/8: 0x4
    [junit]   3/8: 0x4
    [junit]   4/8: 0x4
    [junit]   5/8: 0x4
    [junit]   6/8: 0x4
    [junit]   7/8: 0x4
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter04TestPointerBuffer
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] Testing accessing PointerBuffer values [0..0]
    [junit]   0/1: 0xdeadbeef
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter04TestPointerBuffer
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter05TestSomeFunctionsAllIndirect
    [junit] ArrayCopy.01: [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]
    [junit] ArrayCopy.02: [1, 2, 3, 4, 5, 6, 7, 8, 9, 0], java.nio.HeapIntBuffer[pos=0 lim=10 cap=10]
    [junit] ArrayCopy.03: [4, 5, 6, 7]
    [junit] ArrayCopy.04: [0, 0, 0, 4, 5, 6, 7, 0, 0, 0]
    [junit] ArrayCopy.05: [0, 0, 0, 4, 5, 6, 7, 0, 0, 0], java.nio.HeapIntBuffer[pos=0 lim=10 cap=10]
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter05TestSomeFunctionsAllIndirect
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter09TestCompoundAlignment
    [junit] static  md: MachineDataInfoStatic: LP64_UNIX(6): MachineDataInfo: runtimeValidated false, 32Bit false, primitive size / alignment:
    [junit]   int8    1 / 1, int16   2 / 2
    [junit]   int     4 / 4, long    8 / 8
    [junit]   int32   4 / 4, int64   8 / 8
    [junit]   float   4 / 4, double  8 / 8, ldouble 16 / 16
    [junit]   pointer 8 / 8, page    4096
    [junit] runtime md: MachineDataInfo: runtimeValidated true, 32Bit false, primitive size / alignment:
    [junit]   int8    1 / 1, int16   2 / 2
    [junit]   int     4 / 4, long    8 / 8
    [junit]   int32   4 / 4, int64   8 / 8
    [junit]   float   4 / 4, double  8 / 8, ldouble 16 / 16
    [junit]   pointer 8 / 8, page    4096
    [junit] compatible static/runtime: true
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter09TestCompoundAlignment
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter10TestCompoundCallByReference
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0xa23456781abcdef0 == 0xa23456781abcdef0
    [junit] 0xb23456782abcdef0 == 0xb23456782abcdef0
    [junit] ch10: ref-dim 286331153/572662306 858993459x1145324612
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter10TestCompoundCallByReference
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter11TestCompoundCallByValue
    [junit] ch11.0: ref-dim 286331153/572662306 858993459x1145324612
    [junit] ch11.0: val-dim 286331153/572662306 858993459x1145324612
    [junit] ch11.1: val-dim 11/22 33x44
    [junit] ch11.2: val-dim 11/22 33x44
    [junit] ch11.3: sameInstanceByVal false
    [junit] ch11.3: sameInstanceByRef false
    [junit] ch11.4: sum-dimArray 12/24 36x48
    [junit] ch11.5: dimsGet[0] 11/22 33x44
    [junit] ch11.5: dimsGet[1] 1/2 3x4
    [junit] ch11.6: sum-dimPair 12/24 36x48
    [junit] ch11.7: zero-dim[0] 0/0 0x0
    [junit] ch11.7: zero-dim[1] 0/0 0x0
    [junit] ch11.8: copyPrim2Dim 11/22 100x200
    [junit] ch11.9: copyDim2Prim 11/22 100x200
    [junit] ch11.10: expRGBAb 0x11, 0x22, 0x33, 0xffffffaa
    [junit] ch11.10: hasRGBAi 0x112233aa
    [junit] ch11.11: hasRGBAb 0x11, 0x22, 0x33, 0xffffffaa
    [junit] ch11.12: addInt 3
    [junit] ch11.13: addByte 3
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter11TestCompoundCallByValue
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter12TestStructArrayModelConst
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] has 'Hello Array'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x41 A
    [junit] has   7: 0x72 r
    [junit] has   8: 0x72 r
    [junit] has   9: 0x61 a
    [junit] has  10: 0x79 y
    [junit] has 'Hello CString'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x43 C
    [junit] has   7: 0x53 S
    [junit] has   8: 0x74 t
    [junit] has   9: 0x72 r
    [junit] has  10: 0x69 i
    [junit] has  11: 0x6E n
    [junit] has  12: 0x67 g
    [junit] has 'Hello Pointer'
    [junit] has   0: 0x48 H
    [junit] has   1: 0x65 e
    [junit] has   2: 0x6C l
    [junit] has   3: 0x6C l
    [junit] has   4: 0x6F o
    [junit] has   5: 0x20  
    [junit] has   6: 0x50 P
    [junit] has   7: 0x6F o
    [junit] has   8: 0x69 i
    [junit] has   9: 0x6E n
    [junit] has  10: 0x74 t
    [junit] has  11: 0x65 e
    [junit] has  12: 0x72 r
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter12TestStructArrayModelConst
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter13TestStructArrayModelMutable
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] 0x123456789abcdef0 == 0x123456789abcdef0
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter - chapter13TestStructArrayModelMutable
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket63-localhost/127.0.0.1:59999 @ 1554696847120 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696847120 ms --- localhost/127.0.0.1:59999 - Unlock ok within 0 ms
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: com.jogamp.gluegen.test.junit.internals.TestType
    [junit] Testsuite: com.jogamp.gluegen.test.junit.internals.TestType
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket65-localhost/127.0.0.1:59999 @ 1554696848297 ms III - Start
    [junit] SLOCK [T main @ 1554696848297 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.structgen.TestStructGen01 - test01
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.structgen.TestStructGen01 - test01
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket64-localhost/127.0.0.1:59999 @ 1554696847684 ms III - Start
    [junit] SLOCK [T main @ 1554696847684 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.internals.TestType - test01Equals
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.internals.TestType - test01Equals
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket64-localhost/127.0.0.1:59999 @ 1554696847735 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696847735 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test01Equals took 0.003 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket64-localhost/127.0.0.1:59999 @ 1554696847684 ms III - Start
    [junit] SLOCK [T main @ 1554696847684 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.internals.TestType - test01Equals
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.internals.TestType - test01Equals
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket64-localhost/127.0.0.1:59999 @ 1554696847735 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696847735 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: com.jogamp.gluegen.test.junit.structgen.TestStructGen01
    [junit] Testsuite: com.jogamp.gluegen.test.junit.structgen.TestStructGen01
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.structgen.TestStructGen01 - test02
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.structgen.TestStructGen01 - test02
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket65-localhost/127.0.0.1:59999 @ 1554696849055 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696849055 ms --- localhost/127.0.0.1:59999 - Unlock ok within 0 ms
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket66-localhost/127.0.0.1:59999 @ 1554696849619 ms III - Start
    [junit] SLOCK [T main @ 1554696849619 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.structgen.TestStructGen02 - test01
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.structgen.TestStructGen02 - test01
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.31 sec
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket65-localhost/127.0.0.1:59999 @ 1554696848297 ms III - Start
    [junit] SLOCK [T main @ 1554696848297 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.structgen.TestStructGen01 - test01
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.structgen.TestStructGen01 - test01
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.structgen.TestStructGen01 - test02
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.structgen.TestStructGen01 - test02
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket65-localhost/127.0.0.1:59999 @ 1554696849055 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696849055 ms --- localhost/127.0.0.1:59999 - Unlock ok within 0 ms
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test01 took 0.003 sec
    [junit] Testcase: test02 took 0.001 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.31 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket65-localhost/127.0.0.1:59999 @ 1554696848297 ms III - Start
    [junit] SLOCK [T main @ 1554696848297 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.structgen.TestStructGen01 - test01
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.structgen.TestStructGen01 - test01
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.structgen.TestStructGen01 - test02
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.structgen.TestStructGen01 - test02
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket65-localhost/127.0.0.1:59999 @ 1554696849055 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696849055 ms --- localhost/127.0.0.1:59999 - Unlock ok within 0 ms
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: com.jogamp.gluegen.test.junit.structgen.TestStructGen02
    [junit] Testsuite: com.jogamp.gluegen.test.junit.structgen.TestStructGen02
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket66-localhost/127.0.0.1:59999 @ 1554696849664 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696849664 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] No SecurityManager Installed
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket67-localhost/127.0.0.1:59999 @ 1554696850226 ms III - Start
    [junit] SLOCK [T main @ 1554696850227 ms +++ localhost/127.0.0.1:59999 - Locked within 2 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.junit.sec.TestSecIOUtil01 - testProp00_Temp
    [junit] os.name: Linux
    [junit] ++++ TestCase.tearDown: com.jogamp.junit.sec.TestSecIOUtil01 - testProp00_Temp
    [junit] ++++ TestCase.setUp: com.jogamp.junit.sec.TestSecIOUtil01 - testProp01_Temp
    [junit] java.home: /usr/lib/jvm/java-8-openjdk-amd64/jre
    [junit] ++++ TestCase.tearDown: com.jogamp.junit.sec.TestSecIOUtil01 - testProp01_Temp
    [junit] ++++ TestCase.setUp: com.jogamp.junit.sec.TestSecIOUtil01 - testProp02_Temp
    [junit] java.io.tmpdir: /tmp
    [junit] ++++ TestCase.tearDown: com.jogamp.junit.sec.TestSecIOUtil01 - testProp02_Temp
    [junit] ++++ TestCase.setUp: com.jogamp.junit.sec.TestSecIOUtil01 - testTempDir00
    [junit] Temp: /tmp/jogamp_0000
    [junit] ++++ TestCase.tearDown: com.jogamp.junit.sec.TestSecIOUtil01 - testTempDir00
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 sec
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket66-localhost/127.0.0.1:59999 @ 1554696849619 ms III - Start
    [junit] SLOCK [T main @ 1554696849619 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.structgen.TestStructGen02 - test01
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.structgen.TestStructGen02 - test01
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket66-localhost/127.0.0.1:59999 @ 1554696849664 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696849664 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: test01 took 0.002 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket66-localhost/127.0.0.1:59999 @ 1554696849619 ms III - Start
    [junit] SLOCK [T main @ 1554696849619 ms +++ localhost/127.0.0.1:59999 - Locked within 1 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.gluegen.test.junit.structgen.TestStructGen02 - test01
    [junit] ++++ TestCase.tearDown: com.jogamp.gluegen.test.junit.structgen.TestStructGen02 - test01
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket66-localhost/127.0.0.1:59999 @ 1554696849664 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696849664 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: com.jogamp.junit.sec.TestSecIOUtil01
    [junit] Testsuite: com.jogamp.junit.sec.TestSecIOUtil01
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket67-localhost/127.0.0.1:59999 @ 1554696850271 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696850271 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 sec
    [junit] ------------- Standard Error -----------------
    [junit] No SecurityManager Installed
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket67-localhost/127.0.0.1:59999 @ 1554696850226 ms III - Start
    [junit] SLOCK [T main @ 1554696850227 ms +++ localhost/127.0.0.1:59999 - Locked within 2 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.junit.sec.TestSecIOUtil01 - testProp00_Temp
    [junit] os.name: Linux
    [junit] ++++ TestCase.tearDown: com.jogamp.junit.sec.TestSecIOUtil01 - testProp00_Temp
    [junit] ++++ TestCase.setUp: com.jogamp.junit.sec.TestSecIOUtil01 - testProp01_Temp
    [junit] java.home: /usr/lib/jvm/java-8-openjdk-amd64/jre
    [junit] ++++ TestCase.tearDown: com.jogamp.junit.sec.TestSecIOUtil01 - testProp01_Temp
    [junit] ++++ TestCase.setUp: com.jogamp.junit.sec.TestSecIOUtil01 - testProp02_Temp
    [junit] java.io.tmpdir: /tmp
    [junit] ++++ TestCase.tearDown: com.jogamp.junit.sec.TestSecIOUtil01 - testProp02_Temp
    [junit] ++++ TestCase.setUp: com.jogamp.junit.sec.TestSecIOUtil01 - testTempDir00
    [junit] Temp: /tmp/jogamp_0000
    [junit] ++++ TestCase.tearDown: com.jogamp.junit.sec.TestSecIOUtil01 - testTempDir00
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket67-localhost/127.0.0.1:59999 @ 1554696850271 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696850271 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testProp00_Temp took 0.001 sec
    [junit] Testcase: testProp01_Temp took 0.001 sec
    [junit] Testcase: testProp02_Temp took 0 sec
    [junit] Testcase: testTempDir00 took 0 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] No SecurityManager Installed
    [junit] ++++ Test Singleton.lock()
    [junit] SLOCK [T SingletonServerSocket67-localhost/127.0.0.1:59999 @ 1554696850226 ms III - Start
    [junit] SLOCK [T main @ 1554696850227 ms +++ localhost/127.0.0.1:59999 - Locked within 2 ms, 1 attempts
    [junit] ++++ TestCase.setUp: com.jogamp.junit.sec.TestSecIOUtil01 - testProp00_Temp
    [junit] os.name: Linux
    [junit] ++++ TestCase.tearDown: com.jogamp.junit.sec.TestSecIOUtil01 - testProp00_Temp
    [junit] ++++ TestCase.setUp: com.jogamp.junit.sec.TestSecIOUtil01 - testProp01_Temp
    [junit] java.home: /usr/lib/jvm/java-8-openjdk-amd64/jre
    [junit] ++++ TestCase.tearDown: com.jogamp.junit.sec.TestSecIOUtil01 - testProp01_Temp
    [junit] ++++ TestCase.setUp: com.jogamp.junit.sec.TestSecIOUtil01 - testProp02_Temp
    [junit] java.io.tmpdir: /tmp
    [junit] ++++ TestCase.tearDown: com.jogamp.junit.sec.TestSecIOUtil01 - testProp02_Temp
    [junit] ++++ TestCase.setUp: com.jogamp.junit.sec.TestSecIOUtil01 - testTempDir00
    [junit] Temp: /tmp/jogamp_0000
    [junit] ++++ TestCase.tearDown: com.jogamp.junit.sec.TestSecIOUtil01 - testTempDir00
    [junit] ++++ Test Singleton.unlock()
    [junit] SLOCK [T SingletonServerSocket67-localhost/127.0.0.1:59999 @ 1554696850271 ms III - Stopping: alive true, shallQuit true, hasSocket true
    [junit] SLOCK [T main @ 1554696850271 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
    [junit] ------------- ---------------- ---------------

junit.run.remote.ssh:

junit.run.remote.adb:

junit.run.tests:

junit.run.if.disabled:

junit.run:
     [echo] gluegen.basename: gluegen

jogamp.env.validation:
     [echo] ant.version                Apache Ant(TM) version 1.9.4 compiled on April 29 2014
     [echo] ant.java.version           1.8
     [echo] java.version               1.8.0_212
     [echo] java.home                  /usr/lib/jvm/java-8-openjdk-amd64/jre
     [echo] jvmJava.exe                /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
     [echo] jvmJava7.exe               ${jvmJava7.exe}

jogamp.env.init:
     [echo] javadoc.xarg1              -Xdoclint:none
     [echo] jogamp.jar.codebase        Codebase: *.jogamp.org
     [echo] jogamp.version             2.4.0-rc-20190408
     [echo] jogamp.version.int         0914019
     [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.8
     [echo] host.targetlevel           1.8
     [echo] host.rt.jar                /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar
     [echo] javacdebug                 true
     [echo] javacdebuglevel            source,lines
     [echo] javac.memorymax            1024m
     [echo] build.archiveon            true
     [echo] build.node.name            linux64-AMD58xx-debian7-jogamp-x64-sgothel-002
     [echo] android.version            9
     [echo] junit.run.arg0             -Djunit.run.arg0=dummy
     [echo] junit.run.arg1             -Djunit.run.arg1=dummy
     [echo] macosx.sdkroot             ${macosx.sdkroot}
     [echo] TARGET_PLATFORM_SYSROOT ${TARGET_PLATFORM_SYSROOT}
     [echo] TARGET_PLATFORM_USRROOT ${TARGET_PLATFORM_USRROOT}
     [echo] TARGET_PLATFORM_USRLIBS ${TARGET_PLATFORM_USRLIBS}
     [echo] TARGET_JAVA_LIBS ${TARGET_JAVA_LIBS}

gluegen.properties.load.user:

init:

java.class.path.validate:

validate:
     [echo] test.base.dir: ../src/junit 
     [echo] test.junit.generation.dir: ../src/junit/com/jogamp/gluegen/test/junit/generation 
     [echo] test.dir: ../build/test 
     [echo] results: ../build/test/results 
     [echo] build_t: ../build/test/build 
     [echo] build_t.gen: ../build/test/build/gensrc 
     [echo] build_t.java: ../build/test/build/classes 
     [echo] build_t.obj: ../build/test/build/obj 
     [echo] build_t.lib: ../build/test/build/natives 

test-zip-archive:
     [exec] 
     [exec] 7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
     [exec] p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs AMD A8-5545M APU with Radeon(tm) HD Graphics    (610F31),ASM,AES-NI)
     [exec] 
     [exec] Scanning the drive:
     [exec] 1 folder, 65 files, 2852780 bytes (2786 KiB)
     [exec] 
     [exec] Creating archive: /home/jogamp/JogAmpSlavex64/workspace/gluegen/label/linux-x86_64-amd/build/gluegen-2.4-b914-20190408-linux-amd64-test-results-linux64-AMD58xx-debian7-jogamp-x64-sgothel-002.7z
     [exec] 
     [exec] Items to compress: 66
     [exec] 
     [exec] 
     [exec] Files read from disk: 65
     [exec] Archive size: 52575 bytes (52 KiB)
     [exec] Everything is Ok

BUILD SUCCESSFUL
Total time: 8 minutes 7 seconds
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
No credentials specified
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=b846476786a776296a5c5ab6cbfb370a4c5497ae, workspace=/home/jogamp/JogAmpSlavex64/workspace/gluegen/label/linux-x86_64-amd
[WARNINGS] Computing warning deltas based on reference build #913
Archiving artifacts
Recording test results
[CopyArchiverPublisher] Copying archived artifacts in the shared directory '/srv/www/jogamp.org/deployment/autobuilds/origin/master/gluegen-b914-914'.
[CopyArchiverPublisher] '3' artifacts have been copied.
[CopyArchiverPublisher] Stop copying archived artifacts in the shared directory.
Notifying upstream projects of job completion
No emails were triggered.
Finished: SUCCESS