{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Sven Gothel",
          "userId" : "sgothel",
          "userName" : "Sven Gothel"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 867,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7cb6cf2a9708d3f4e06f2215eb0d06b00fa6cd15",
            "branch" : [
              {
                "SHA1" : "7cb6cf2a9708d3f4e06f2215eb0d06b00fa6cd15",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7cb6cf2a9708d3f4e06f2215eb0d06b00fa6cd15",
            "branch" : [
              {
                "SHA1" : "7cb6cf2a9708d3f4e06f2215eb0d06b00fa6cd15",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7cb6cf2a9708d3f4e06f2215eb0d06b00fa6cd15",
        "branch" : [
          {
            "SHA1" : "7cb6cf2a9708d3f4e06f2215eb0d06b00fa6cd15",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 11,
      "skipCount" : 0,
      "totalCount" : 5025,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#867",
  "duration" : 2358465,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #867",
  "id" : "2012-12-04_07-12-39",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 867,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1354601559000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/867/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/native/x11/Xmisc.c",
          "src/newt/classes/com/jogamp/newt/swt/SWTEDTUtil.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestNewtCanvasSWTBug628ResizeDeadlock.java",
          "make/scripts/tests-x32.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTBug643AsyncExec.java",
          "src/newt/classes/com/jogamp/newt/swt/NewtCanvasSWT.java",
          "make/scripts/tests.sh",
          "make/build-common.xml",
          "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java",
          "make/scripts/tests-x64.bat",
          "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java",
          "src/newt/classes/jogamp/newt/swt/event/SWTNewtEventFactory.java",
          "src/newt/classes/jogamp/newt/swt/SWTEDTUtil.java",
          "make/config/nativewindow/x11-CustomJavaCode.java",
          "src/nativewindow/classes/jogamp/nativewindow/x11/X11DummyUpstreamSurfaceHook.java",
          "make/build-newt.xml",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java"
        ],
        "commitId" : "7cb6cf2a9708d3f4e06f2215eb0d06b00fa6cd15",
        "timestamp" : 1354597859000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLCapabilities on X11 (feature complete)\u000a\u000aTo allow custom GLCapabilities, we had to use native parenting on X11 w/ a new child window.\u000aThe desired visualID chosen by the users GLCapabilities is passed to the new child window.\u000a\u000aThe redraw drops must be caused by the original GDK or the new child GDK window.\u000aNow we use a plain X11 child window similar to NEWT's X11 window and NewtCanvasSWT,\u000awhich doesn't expose this bug.\u000a(Note: SWTAccessor/GLCanvas still contains the uncommented GDK code path for further inspection, if desired)\u000a\u000aAlso added SWTNewtEventFactory to test event handling on the SWT GLCanvas w/ GearsES2.\u000a\u000aTestSWTJOGLGLCanvas01GLn tests custom GLCapabilities now.\u000a\u000aSWTEDTUtil has been moved to private: com.jogamp.newt.swt -> jogamp.newt.swt.\u000a",
        "date" : "2012-12-04T06:10:59+0100",
        "id" : "7cb6cf2a9708d3f4e06f2215eb0d06b00fa6cd15",
        "msg" : "SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/swt/NewtCanvasSWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-newt.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTBug643AsyncExec.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x32.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestNewtCanvasSWTBug628ResizeDeadlock.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-common.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java"
          },
          {
            "editType" : "add",
            "file" : "src/newt/classes/jogamp/newt/swt/SWTEDTUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/x11/X11DummyUpstreamSurfaceHook.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/x11/Xmisc.c"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java"
          },
          {
            "editType" : "delete",
            "file" : "src/newt/classes/com/jogamp/newt/swt/SWTEDTUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/nativewindow/x11-CustomJavaCode.java"
          },
          {
            "editType" : "add",
            "file" : "src/newt/classes/jogamp/newt/swt/event/SWTNewtEventFactory.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/edwin.vane",
      "fullName" : "edwin.vane"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
      "fullName" : "daniel.krisher.ctr"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wamei.cho",
      "fullName" : "wamei.cho"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michaelhermannweber",
      "fullName" : "michaelhermannweber"
    }
  ],
  "runs" : [
    {
      "number" : 867,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/867/"
    },
    {
      "number" : 867,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/867/"
    },
    {
      "number" : 867,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/867/"
    }
  ]
}