{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 867",
          "upstreamBuild" : 867,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_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.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 420,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#867",
  "duration" : 1855262,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #867",
  "id" : "2012-12-04_07-12-39",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 867,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1354601559000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/867/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/swt/SWTEDTUtil.java",
          "src/nativewindow/native/x11/Xmisc.c",
          "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/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java",
          "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.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" : "delete",
            "file" : "src/newt/classes/com/jogamp/newt/swt/SWTEDTUtil.java"
          },
          {
            "editType" : "add",
            "file" : "src/newt/classes/jogamp/newt/swt/event/SWTNewtEventFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-newt.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestNewtCanvasSWTBug628ResizeDeadlock.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x32.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/x11/Xmisc.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/swt/NewtCanvasSWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/newt/classes/jogamp/newt/swt/SWTEDTUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTBug643AsyncExec.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-common.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/config/nativewindow/x11-CustomJavaCode.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/x11/X11DummyUpstreamSurfaceHook.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}