{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 227,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "dec9bd072b8de0669e6fac48b2ca144bbaaad5fc",
            "branch" : [
              {
                "SHA1" : "dec9bd072b8de0669e6fac48b2ca144bbaaad5fc",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "dec9bd072b8de0669e6fac48b2ca144bbaaad5fc",
            "branch" : [
              {
                "SHA1" : "dec9bd072b8de0669e6fac48b2ca144bbaaad5fc",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "dec9bd072b8de0669e6fac48b2ca144bbaaad5fc",
        "branch" : [
          {
            "SHA1" : "dec9bd072b8de0669e6fac48b2ca144bbaaad5fc",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 4,
      "skipCount" : 0,
      "totalCount" : 381,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#227",
  "duration" : 1272662,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #227",
  "id" : "2010-11-22_21-31-34",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 227,
  "queueId" : -1,
  "result" : "FAILURE",
  "timestamp" : 1290457894000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/227/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/test/junit/newt/TestGLWindows02NEWTAnimated.java",
          "src/newt/classes/com/jogamp/newt/opengl/GLWindow.java",
          "src/jogl/classes/com/jogamp/opengl/util/Animator.java",
          "src/jogl/classes/com/jogamp/opengl/util/FPSAnimator.java",
          "src/junit/com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.java",
          "src/jogl/classes/javax/media/opengl/GLAnimatorControl.java",
          "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
        ],
        "commitId" : "4c3e9e258fae1161949dd14828c09f387bfd53d9",
        "timestamp" : 1290422779000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead to simplify usage.\u000a",
        "date" : "2010-11-22T11:46:19+0100",
        "id" : "4c3e9e258fae1161949dd14828c09f387bfd53d9",
        "msg" : "GLAnimatorControl pause()/resume() don't fail fast, return a boolean",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/FPSAnimator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestGLWindows02NEWTAnimated.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/Animator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/newt/parenting/TestParenting01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/opengl/GLWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLAnimatorControl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXDrawableFactory.java"
        ],
        "commitId" : "f3169b6cfb8d8b1ba741ad9dcef82ddde64e108a",
        "timestamp" : 1290422844000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JOGL/X11 Shutdown: Don't close pending Display connections since it may cause a SIGSEGV at JVM exit.\u000a",
        "date" : "2010-11-22T11:47:24+0100",
        "id" : "f3169b6cfb8d8b1ba741ad9dcef82ddde64e108a",
        "msg" : "JOGL/X11 Shutdown: Don't close pending Display connections since it may",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXDrawableFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/x11/window-lib.c",
          "src/nativewindow/classes/com/jogamp/nativewindow/impl/x11/X11Util.java"
        ],
        "commitId" : "350b35a202fcc268b9d732b305418b2e76746501",
        "timestamp" : 1290422878000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NativeWindow: Fix XSynchronize gluegen\u000a",
        "date" : "2010-11-22T11:47:58+0100",
        "id" : "350b35a202fcc268b9d732b305418b2e76746501",
        "msg" : "NativeWindow: Fix XSynchronize gluegen",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/impl/x11/X11Util.java"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/x11/window-lib.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/win32/wingdi.h",
          "make/config/jogl/gl3-desktop.cfg",
          "src/nativewindow/native/windows/GDImisc.c",
          "make/config/jogl/gl-desktop.cfg",
          "make/config/nativewindow/win32-lib.cfg",
          "make/config/nativewindow/win32-CustomJavaCode.java",
          "make/stub_includes/win32/windows.h"
        ],
        "commitId" : "a3f593158b25f78027504129c343b9aab433183d",
        "timestamp" : 1290423112000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NativeWindow/Windows: Fix CreateDummyWindow gluegen and usage\u000aNativeWindow+JOGL/Windows: Complete Opaque types\u000a",
        "date" : "2010-11-22T11:51:52+0100",
        "id" : "a3f593158b25f78027504129c343b9aab433183d",
        "msg" : "NativeWindow/Windows: Fix CreateDummyWindow gluegen and usage",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/nativewindow/win32-lib.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/win32/wingdi.h"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/windows/GDImisc.c"
          },
          {
            "editType" : "edit",
            "file" : "make/config/nativewindow/win32-CustomJavaCode.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-desktop.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/win32/windows.h"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl3-desktop.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsDummyWGLDrawable.java"
        ],
        "commitId" : "1481f8164304c47a5a9772b690cc21c514fedc35",
        "timestamp" : 1290423178000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JOGL: Fix CreateDummyWindow usage, no more sync needed, since the Window class HINSTANCE is acquired at static initialization\u000a",
        "date" : "2010-11-22T11:52:58+0100",
        "id" : "1481f8164304c47a5a9772b690cc21c514fedc35",
        "msg" : "JOGL: Fix CreateDummyWindow usage, no more sync needed, since the Window",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsDummyWGLDrawable.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVeryingsBug407NEWT.java",
          "src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java"
        ],
        "commitId" : "64a0535f84a8bf8f29cec1dc468356bacac67023",
        "timestamp" : 1290423261000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestTransformFeedbackVaryingsBug407NEWT: Fix class name and clarify output\u000a",
        "date" : "2010-11-22T11:54:21+0100",
        "id" : "64a0535f84a8bf8f29cec1dc468356bacac67023",
        "msg" : "TestTransformFeedbackVaryingsBug407NEWT: Fix class name and clarify",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java"
          },
          {
            "editType" : "delete",
            "file" : "src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVeryingsBug407NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/java-win64.bat",
          "make/scripts/tests-x64.bat",
          "make/scripts/java-win64-dbg.bat",
          "make/scripts/make.jogl.all.win64.bat",
          "make/scripts/make.jogl.all.win32.bat",
          "make/scripts/tests.bat",
          "make/scripts/java-win32-dbg.bat",
          "make/scripts/java-win32.bat",
          "make/scripts/tests.sh",
          "make/scripts/tests-x32.bat"
        ],
        "commitId" : "320c4eb1044fac4f5f2b988a88bff5c0d2a5dc26",
        "timestamp" : 1290469111000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Scripts: bump to 6u22; distinguish windows test batch x64/x32\u000a",
        "date" : "2010-11-23T00:38:31+0100",
        "id" : "320c4eb1044fac4f5f2b988a88bff5c0d2a5dc26",
        "msg" : "Scripts: bump to 6u22; distinguish windows test batch x64/x32",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.win32.bat"
          },
          {
            "editType" : "delete",
            "file" : "make/scripts/tests.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.win64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win32-dbg.bat"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win64.bat"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/tests-x32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win64-dbg.bat"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLGraphicsConfiguration.java",
          "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsPbufferWGLDrawable.java",
          "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java",
          "src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXGraphicsConfigurationFactory.java",
          "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java",
          "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsExternalWGLContext.java",
          "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLContext.java"
        ],
        "commitId" : "7262641429b542929efc699e392f410f1dee2187",
        "timestamp" : 1290470084000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "X11/WGL: Unify GraphicsConfiguration Selection - Fixes WGL Bugs 397, 410, 429, 428 and 405\u000a\u000aFixes bugs WGL pixelformat related bugs:\u000a  http://jogamp.org/bugzilla/show_bug.cgi?id=397\u000a    http://jogamp.org/bugzilla/show_bug.cgi?id=410\u000a    http://jogamp.org/bugzilla/show_bug.cgi?id=429\u000a    http://jogamp.org/bugzilla/show_bug.cgi?id=428\u000a    http://jogamp.org/bugzilla/show_bug.cgi?id=405\u000a\u000aTested on Window7-x86 (amd/nvidia), WinXP-x32-VirtualBox.\u000a\u000aSolution:\u000a\u000aCleaned up X11/GLX code to use it as a correct boilerplate\u000afor the new WGL selection, which now duplicates the same behavior.\u000a\u000aX11/GLX and WGL follow the common logic:\u000a\u000a- 1st try:\u000a  - get GLCapabilities based on users GLCapabilities\u000a  - setting recommendedIndex as preferred choice\u000a\u000a- 2nd try:\u000a  - get all GLCapabilities available\u000a  - no preferred recommendedIndex available\u000a\u000aIf no recommendedIndex has been selected and no chooser has been passed,\u000awe use the DefaultGLCapabilitiesChooser.\u000a\u000aChoose the GLCapabilities if a chooser is given (or see above).\u000a",
        "date" : "2010-11-23T00:54:44+0100",
        "id" : "7262641429b542929efc699e392f410f1dee2187",
        "msg" : "X11/WGL: Unify GraphicsConfiguration Selection - Fixes WGL Bugs 397,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsExternalWGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLGraphicsConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXGraphicsConfigurationFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsPbufferWGLDrawable.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/test/junit/jogl/demos/es2/shader/RedSquareShader.java",
          "src/junit/com/jogamp/test/junit/jogl/demos/es2/RedSquare0.java",
          "src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java",
          "src/junit/com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java",
          "src/junit/com/jogamp/test/junit/util/GLSLSimpleProgram.java"
        ],
        "commitId" : "f01d00bb62b75a9e0c4d2926be7e02449a271de6",
        "timestamp" : 1290470170000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JOGL/Junit: Refine TestTransformFeedbackVaryingsBug407NEWT, Add another simple GLSLShader test.\u000a",
        "date" : "2010-11-23T00:56:10+0100",
        "id" : "f01d00bb62b75a9e0c4d2926be7e02449a271de6",
        "msg" : "JOGL/Junit: Refine TestTransformFeedbackVaryingsBug407NEWT, Add another",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/util/GLSLSimpleProgram.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/jogl/demos/es2/shader/RedSquareShader.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/jogl/demos/es2/RedSquare0.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh"
        ],
        "commitId" : "6f396500e7f595584c2048cebd553b863c90b3c5",
        "timestamp" : 1290470564000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race condition\u000a",
        "date" : "2010-11-23T01:02:44+0100",
        "id" : "6f396500e7f595584c2048cebd553b863c90b3c5",
        "msg" : "Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests-x64.bat",
          "src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java"
        ],
        "commitId" : "52c6efffc46c42b39c09e35e9a6fd10a8d07661d",
        "timestamp" : 1290476429000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race condition\u000a",
        "date" : "2010-11-23T02:40:29+0100",
        "id" : "52c6efffc46c42b39c09e35e9a6fd10a8d07661d",
        "msg" : "Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/joglversion-cdc",
          "make/joglversion",
          "make/nativewindowversion-cdc",
          "make/nativewindowversion",
          "make/newtversion-cdc",
          "make/newtversion"
        ],
        "commitId" : "0a9fd92b5f1aabf932fa3a2858f83de3c458823a",
        "timestamp" : 1290477157000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Manifest: Add URL\u000a",
        "date" : "2010-11-23T02:52:37+0100",
        "id" : "0a9fd92b5f1aabf932fa3a2858f83de3c458823a",
        "msg" : "Manifest: Add URL",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/newtversion-cdc"
          },
          {
            "editType" : "edit",
            "file" : "make/nativewindowversion-cdc"
          },
          {
            "editType" : "edit",
            "file" : "make/joglversion"
          },
          {
            "editType" : "edit",
            "file" : "make/nativewindowversion"
          },
          {
            "editType" : "edit",
            "file" : "make/joglversion-cdc"
          },
          {
            "editType" : "edit",
            "file" : "make/newtversion"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsAWT.java",
          "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java",
          "make/scripts/tests-x64.bat",
          "make/scripts/tests.sh",
          "src/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.java"
        ],
        "commitId" : "dec9bd072b8de0669e6fac48b2ca144bbaaad5fc",
        "timestamp" : 1290481791000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add GLJPanel test (works better in jogl-demos though, need to copy)\u000a",
        "date" : "2010-11-23T04:09:51+0100",
        "id" : "dec9bd072b8de0669e6fac48b2ca144bbaaad5fc",
        "msg" : "Add GLJPanel test (works better in jogl-demos though, need to copy)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    {
      "number" : 227,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/227/"
    }
  ]
}