{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 874",
          "upstreamBuild" : 874,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 874,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
            "branch" : [
              {
                "SHA1" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
            "branch" : [
              {
                "SHA1" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
        "branch" : [
          {
            "SHA1" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
            "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" : 458,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#874",
  "duration" : 2131170,
  "estimatedDuration" : 2541985,
  "executor" : None,
  "fullDisplayName" : "jogl » linux-x86_64 #874",
  "id" : "2012-12-25_03-52-12",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 874,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1356403932000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=linux-x86_64/874/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java",
          "src/nativewindow/native/macosx/OSXmisc.m",
          "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java",
          "src/test/com/jogamp/opengl/test/junit/newt/event/BaseNewtEventModifiers.java",
          "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java",
          "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtEventModifiersNewtCanvasSWT.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
        "timestamp" : 1356400240000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix Test*NewtEventModifiers for SWT (TestNewtEventModifiersNewtCanvasSWT)\u000a\u000a- Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement\u000a  - 'waitUntilDone' is implemented on Java site via lock/wait on RunnableTask to not freeze OSX main thread.\u000a\u000a- Fix Test*NewtEventModifiers for SWT (TestNewtEventModifiersNewtCanvasSWT)\u000a  - Deal with SWT's requirement to run the SWT event dispatch on the TK thread,\u000a    which must be the main thread on OSX.\u000a    We spawn off the actual test-action into another thread,\u000a    while dispatching the events until the test-action is completed.\u000a\u000a- AWTRobot: Add 'void requestFocus(Robot robot, Object obj, int x, int y)'\u000a  - Use waitForIdle() only if programmed in Robot (Deadlock w/ OSX SWT)\u000a  - Required for SWT usage (see above)\u000a",
        "date" : "2012-12-25T02:50:40+0100",
        "id" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
        "msg" : "Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/macosx/OSXmisc.m"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/BaseNewtEventModifiers.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtEventModifiersNewtCanvasSWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}