{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 803",
          "upstreamBuild" : 803,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 803,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "608a8aaee0da2d32eeb6f9b4efe9c34013efda31",
            "branch" : [
              {
                "SHA1" : "608a8aaee0da2d32eeb6f9b4efe9c34013efda31",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "608a8aaee0da2d32eeb6f9b4efe9c34013efda31",
            "branch" : [
              {
                "SHA1" : "608a8aaee0da2d32eeb6f9b4efe9c34013efda31",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin2/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 544,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "608a8aaee0da2d32eeb6f9b4efe9c34013efda31",
        "branch" : [
          {
            "SHA1" : "608a8aaee0da2d32eeb6f9b4efe9c34013efda31",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 335,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#803",
  "duration" : 1775285,
  "estimatedDuration" : 2541985,
  "executor" : None,
  "fullDisplayName" : "jogl » linux-x86_64 #803",
  "id" : "2012-09-17_05-50-14",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 803,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1347853814000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/803/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug611AWT.java"
        ],
        "commitId" : "f2bd50ff25009de477a203460abe8a5597acdbc5",
        "timestamp" : 1347795550000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adding test case for Bug 611: On Windows XP is a performance issue, after JOGL initialization there seems to be a huge time lag when trying to open the Desktop folder.\u000a",
        "date" : "2012-09-16T13:39:10+0200",
        "id" : "f2bd50ff25009de477a203460abe8a5597acdbc5",
        "msg" : "Adding test case for Bug 611: On Windows XP is a performance issue,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug611AWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java",
          "src/newt/classes/com/jogamp/newt/event/NEWTEvent.java",
          "src/newt/classes/com/jogamp/newt/event/KeyEvent.java",
          "src/newt/classes/com/jogamp/newt/Window.java",
          "make/scripts/java-win64-dbg.bat",
          "src/newt/native/InputEvent.h",
          "src/newt/native/X11Display.c",
          "make/scripts/tests.sh",
          "src/newt/classes/com/jogamp/newt/event/MouseEvent.java",
          "src/newt/classes/com/jogamp/newt/event/WindowUpdateEvent.java",
          "src/newt/classes/com/jogamp/newt/event/WindowEvent.java",
          "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java",
          "make/scripts/tests-x64.bat",
          "src/newt/classes/com/jogamp/newt/event/InputEvent.java"
        ],
        "commitId" : "646714d3dab87396b9a3119bf90ca26e0b1c97ce",
        "timestamp" : 1347815631000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOREPEAT_MASK modifier bit. Refine InputEvent toString(..) and list modifiers by name.\u000a\u000aAs now described in NEWT's KeyEvent:\u000a+/**\u000a+ * Key events are delivered in the following order:\u000a+ * <ol>\u000a+ *   <li>{@link #EVENT_KEY_PRESSED}</li>\u000a+ *   <li>{@link #EVENT_KEY_RELEASED}</li>\u000a+ *   <li>{@link #EVENT_KEY_TYPED}</li>\u000a+ * </ol>\u000a+ * In case the native platform does not\u000a+ * deliver keyboard events in the above order or skip events,\u000a+ * the NEWT driver will reorder and inject synthetic events if required.\u000a+ * <p>\u000a+ * Besides regular modifiers like {@link InputEvent##SHIFT_MASK} etc.,\u000a+ * the {@link InputEvent#AUTOREPEAT_MASK} bit is added if repetition is detected.\u000a+ * </p>\u000a+ */\u000a",
        "date" : "2012-09-16T19:13:51+0200",
        "id" : "646714d3dab87396b9a3119bf90ca26e0b1c97ce",
        "msg" : "Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/Window.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win64-dbg.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/InputEvent.h"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Display.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/WindowUpdateEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/MouseEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/WindowEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/NEWTEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/InputEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/event/KeyEvent.java",
          "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java"
        ],
        "commitId" : "8777a6f0b8d5aa7c97643c68c4641593c6fa2c46",
        "timestamp" : 1347816298000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Complete 646714d3dab87396b9a3119bf90ca26e0b1c97ce / Fix Bug 601: Add missing enqueueKeyEvent(..) in WindowsDriver; Fix API doc typo.\u000a",
        "date" : "2012-09-16T19:24:58+0200",
        "id" : "8777a6f0b8d5aa7c97643c68c4641593c6fa2c46",
        "msg" : "Complete 646714d3dab87396b9a3119bf90ca26e0b1c97ce / Fix Bug 601: Add",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2NEWT2.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2NEWT.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "94eae65015f188ff88324710d12895aba71d6f9d",
        "timestamp" : 1347825711000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Analyze crash of shared context each running in multiple threads, disabled test for OSX > 10.7.0\u000a\u000aShared context w/ 3 context each running in there own thread is instable here on OSX 10.7.4/NVidia,\u000aSIGSEGV @ glDrawArrays / glBindBuffer .. any shared VBO.\u000aSeems to run fine on 10.6.8/NVidia.\u000a",
        "date" : "2012-09-16T22:01:51+0200",
        "id" : "94eae65015f188ff88324710d12895aba71d6f9d",
        "msg" : "Analyze crash of shared context each running in multiple threads,",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2NEWT2.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextVBOES2NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.java"
        ],
        "commitId" : "3704d1553c9eac8b3d9fb1e24b9a513cb362b092",
        "timestamp" : 1347827257000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Anotate focus tests in regards to OSX stability .. sporadically won't gain focus and receive keyboard input via AWTRobot\u000a",
        "date" : "2012-09-16T22:27:37+0200",
        "id" : "3704d1553c9eac8b3d9fb1e24b9a513cb362b092",
        "msg" : "Anotate focus tests in regards to OSX stability .. sporadically won't",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/TestRemoteGLWindows01NEWT.java",
          "src/nativewindow/classes/com/jogamp/nativewindow/x11/X11GraphicsDevice.java",
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java",
          "make/scripts/tests.sh",
          "make/stub_includes/x11/window-lib.c"
        ],
        "commitId" : "c0cc74a7d525aaa7eb89f60c836589678053d5fb",
        "timestamp" : 1347838236000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fixes Bug 615 - X11: Use proper screen index/name for shared resources and device denominated 'mutable' surfaces (dummy, offscreen, ..)\u000a\u000aFix follows findings of Rob Hatcherson, but instead of parsing the display connection ourself\u000awe use the X11 macro 'DefaultScreen(display)'\u000a\u000aSee <http://tronche.com/gui/x/xlib/display/opening.html#Display>\u000a\u000a\"The screen number specified in the display_name argument is returned by the DefaultScreen() macro\u000a(or the XDefaultScreen() function).\"\u000a\u000aSince I currently have no two-head X11 setup here, only xinerama via virtualbox,\u000apls test / validate.\u000a\u000aNote: One Display connection may span multiple screens, i.e.:\u000a  display 'lala:0.1' may span from screen 1 - 3 (non xinerama mode)\u000a\u000aDiscussion:\u000a\u000a[1] How to validate whether a screen number belongs to one display connection ?\u000aWe can query ScreenCount(display), however it is not clear what the range would be.\u000a\u000a[2] With 1 display connection spanning multiple screens, what is/are the proper connection string[s] ?\u000a\u000a[3] After all, it seems this ancient configuration really cannot beat a modern setup w/ XRandR\u000a    having Xinerama enabled. The latter is the default anyways.\u000a",
        "date" : "2012-09-17T01:30:36+0200",
        "id" : "c0cc74a7d525aaa7eb89f60c836589678053d5fb",
        "msg" : "Fixes Bug 615 - X11: Use proper screen index/name for shared resources",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestRemoteGLWindows01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/x11/X11GraphicsDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/x11/window-lib.c"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestJScrollPaneMixHwLw01AWT.java"
        ],
        "commitId" : "608a8aaee0da2d32eeb6f9b4efe9c34013efda31",
        "timestamp" : 1347846076000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Documenting Bug 586\u000a",
        "date" : "2012-09-17T03:41:16+0200",
        "id" : "608a8aaee0da2d32eeb6f9b4efe9c34013efda31",
        "msg" : "Documenting Bug 586",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestJScrollPaneMixHwLw01AWT.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}