{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal\" build number 205",
          "upstreamBuild" : 205,
          "upstreamProject" : "joal",
          "upstreamUrl" : "job/joal/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 476,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "64feda2fa7611627e31f55ecc7cf86e290fdf4e3",
            "branch" : [
              {
                "SHA1" : "64feda2fa7611627e31f55ecc7cf86e290fdf4e3",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "64feda2fa7611627e31f55ecc7cf86e290fdf4e3",
            "branch" : [
              {
                "SHA1" : "64feda2fa7611627e31f55ecc7cf86e290fdf4e3",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "64feda2fa7611627e31f55ecc7cf86e290fdf4e3",
        "branch" : [
          {
            "SHA1" : "64feda2fa7611627e31f55ecc7cf86e290fdf4e3",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 4,
      "skipCount" : 0,
      "totalCount" : 1298,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#476",
  "duration" : 1581938,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #476",
  "id" : "2011-09-16_15-31-38",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 476,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1316179898000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/476/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jnlp-files/jogl-applet-runner-newt-gears-normal.html",
          "jnlp-files/jogl-applet-runner-newt-gears-special.html",
          "jnlp-files/jogl-applet-runner-newt-ElektronenMultiplizierer.html",
          "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/ElektronenMultiplizierer.java",
          "jnlp-files/jogl-test-applets.html",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestElektronenMultipliziererNEWT.java"
        ],
        "commitId" : "baa88fe536b0b8a70cadabe5412120a9168dec11",
        "timestamp" : 1316078766000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JOGLNewtAppletBase: Use proper context ClassLoader; Add ElektronenMultiplizierer (NEWT Applet Runner)\u000a",
        "date" : "2011-09-15T11:26:06+0200",
        "id" : "baa88fe536b0b8a70cadabe5412120a9168dec11",
        "msg" : "JOGLNewtAppletBase: Use proper context ClassLoader; Add",
        "paths" : [
          {
            "editType" : "add",
            "file" : "jnlp-files/jogl-applet-runner-newt-ElektronenMultiplizierer.html"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestElektronenMultipliziererNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/ElektronenMultiplizierer.java"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-gears-normal.html"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-gears-special.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-test-applets.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextGLListener0A.java",
          "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneGLListener0A.java",
          "src/test/com/jogamp/opengl/test/junit/graph/demos/GPURendererListenerBase01.java",
          "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextNewtDemo02.java",
          "src/test/com/jogamp/opengl/test/junit/graph/demos/mobile/GPUTextNewtDemoMobile01.java",
          "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneNewtDemo01.java",
          "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextRendererListenerBase01.java",
          "src/test/com/jogamp/opengl/test/junit/graph/demos/mobile/GPUGraphGLListenerMT.java",
          "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextNewtDemo01.java",
          "src/test/com/jogamp/opengl/test/junit/graph/demos/ui/SceneUIController.java"
        ],
        "commitId" : "d341b3160c4af3bc1efb91c995abb44368f628a5",
        "timestamp" : 1316084798000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Graph Demos: Make GLEvenListener 'standalone'; UIScene to common package; Cleanup\u000a",
        "date" : "2011-09-15T13:06:38+0200",
        "id" : "d341b3160c4af3bc1efb91c995abb44368f628a5",
        "msg" : "Graph Demos: Make GLEvenListener 'standalone'; UIScene to common",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextNewtDemo02.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneGLListener0A.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/demos/GPURendererListenerBase01.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneNewtDemo01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/demos/ui/SceneUIController.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextGLListener0A.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextRendererListenerBase01.java"
          },
          {
            "editType" : "delete",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/demos/mobile/GPUGraphGLListenerMT.java"
          },
          {
            "editType" : "delete",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/demos/mobile/GPUTextNewtDemoMobile01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextNewtDemo01.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/graph/font/JavaFontLoader.java",
          "src/jogl/classes/jogamp/graph/font/typecast/TypecastFontConstructor.java",
          "src/jogl/classes/com/jogamp/graph/font/FontFactory.java"
        ],
        "commitId" : "54b92eb3240d3d6e4686faf48504e1ecfb385869",
        "timestamp" : 1316084859000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Graph Fonts: Decorate w/ PrivilegedAction if required\u000a",
        "date" : "2011-09-15T13:07:39+0200",
        "id" : "54b92eb3240d3d6e4686faf48504e1ecfb385869",
        "msg" : "Graph Fonts: Decorate w/ PrivilegedAction if required",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/graph/font/JavaFontLoader.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/graph/font/typecast/TypecastFontConstructor.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/graph/font/FontFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java",
          "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java"
        ],
        "commitId" : "ed6fcf8543f9116c8e0bc9e5220b6b0158c3a4ed",
        "timestamp" : 1316084918000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JOGLNewtApplet1Run: Add gl_alpha, gl_multisamplebuffer and gl_nodefaultkeylistener ; Cleanup\u000a",
        "date" : "2011-09-15T13:08:38+0200",
        "id" : "ed6fcf8543f9116c8e0bc9e5220b6b0158c3a4ed",
        "msg" : "JOGLNewtApplet1Run: Add gl_alpha, gl_multisamplebuffer and",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01.html",
          "jnlp-files/jogl-applet-runner-newt-GraphTextDemo01.html",
          "jnlp-files/jogl-test-applets.html"
        ],
        "commitId" : "b872484873c7ac4e3a75587ccd10c79626479d34",
        "timestamp" : 1316084968000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "jogl test applets: Add Graph Tests\u000a",
        "date" : "2011-09-15T13:09:28+0200",
        "id" : "b872484873c7ac4e3a75587ccd10c79626479d34",
        "msg" : "jogl test applets: Add Graph Tests",
        "paths" : [
          {
            "editType" : "add",
            "file" : "jnlp-files/jogl-applet-runner-newt-GraphTextDemo01.html"
          },
          {
            "editType" : "add",
            "file" : "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-test-applets.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh"
        ],
        "commitId" : "1b631f6448e3e2ccbc8f0550819b6a75a8ab4e7c",
        "timestamp" : 1316084984000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "test script\u000a",
        "date" : "2011-09-15T13:09:44+0200",
        "id" : "1b631f6448e3e2ccbc8f0550819b6a75a8ab4e7c",
        "msg" : "test script",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
        ],
        "commitId" : "417b83ebd6c4147a290deeb88047bf64e2a27917",
        "timestamp" : 1316132142000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NewtCanvasAWT: Minor edits, prefer requestFocusInWindow() in requestFocusAWTParent()\u000a",
        "date" : "2011-09-16T02:15:42+0200",
        "id" : "417b83ebd6c4147a290deeb88047bf64e2a27917",
        "msg" : "NewtCanvasAWT: Minor edits, prefer requestFocusInWindow() in",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/jogl/classes/com/jogamp/graph/font/FontFactory.java"
        ],
        "commitId" : "0e9935a8f9e2969e4ddd96dbc043473d9f336c3a",
        "timestamp" : 1316132280000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/Reparenting: Give Composite WM some slack, sleep(100); Minor edits/fixes\u000a",
        "date" : "2011-09-16T02:18:00+0200",
        "id" : "0e9935a8f9e2969e4ddd96dbc043473d9f336c3a",
        "msg" : "NEWT/Reparenting: Give Composite WM some slack, sleep(100); Minor",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/graph/font/FontFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/X11Window.c",
          "src/newt/classes/jogamp/newt/driver/x11/X11Window.java"
        ],
        "commitId" : "fc5ca7819562ddec251ad8aa0c96b0ddeece61d3",
        "timestamp" : 1316132481000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/X11: Fix ABOVE handling, notify Java on reparentNotify, cleanup of setFullscreenEWMH\u000a",
        "date" : "2011-09-16T02:21:21+0200",
        "id" : "fc5ca7819562ddec251ad8aa0c96b0ddeece61d3",
        "msg" : "NEWT/X11: Fix ABOVE handling, notify Java on reparentNotify, cleanup of",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/X11Window.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests-x64.bat",
          "make/scripts/tests.sh"
        ],
        "commitId" : "4217453ef443519bbfdb9f18571d7143a3aabeae",
        "timestamp" : 1316132497000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "test scripts\u000a",
        "date" : "2011-09-16T02:21:37+0200",
        "id" : "4217453ef443519bbfdb9f18571d7143a3aabeae",
        "msg" : "test scripts",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java"
        ],
        "commitId" : "3b402dad37065c17e657aa276b838739755ef477",
        "timestamp" : 1316143541000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/Reparent: Make new local position/size persitent if not promoted natively (invisible or recreation)\u000a",
        "date" : "2011-09-16T05:25:41+0200",
        "id" : "3b402dad37065c17e657aa276b838739755ef477",
        "msg" : "NEWT/Reparent: Make new local position/size persitent if not promoted",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cSwingAWT.java",
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.java",
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01bAWT.java"
        ],
        "commitId" : "4e3f2e5bf35c05e0c7ccf4995bcb4dbdf23f18cd",
        "timestamp" : 1316143594000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix AWT Test Cases: Use AWT-EDT for modifying visible frame and call validate() afterwards\u000a",
        "date" : "2011-09-16T05:26:34+0200",
        "id" : "4e3f2e5bf35c05e0c7ccf4995bcb4dbdf23f18cd",
        "msg" : "Fix AWT Test Cases: Use AWT-EDT for modifying visible frame and call",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01cSwingAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting02AWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01bAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java"
        ],
        "commitId" : "9f385a88d1d9560de98cf1fc79308aee3d633838",
        "timestamp" : 1316145262000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT Window: Allow positionChanged(..) notification for child windows\u000a",
        "date" : "2011-09-16T05:54:22+0200",
        "id" : "9f385a88d1d9560de98cf1fc79308aee3d633838",
        "msg" : "NEWT Window: Allow positionChanged(..) notification for child windows",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java"
        ],
        "commitId" : "f51a03d5c0555263b0eff392a1c438fdea7a99d5",
        "timestamp" : 1316145467000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Test NEWT Parenting: Incr. test duration to 600ms (new state poll of reparenting may take ~400ms)\u000a",
        "date" : "2011-09-16T05:57:47+0200",
        "id" : "f51a03d5c0555263b0eff392a1c438fdea7a99d5",
        "msg" : "Test NEWT Parenting: Incr. test duration to 600ms (new state poll of",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests-x64.bat",
          "make/scripts/tests.sh"
        ],
        "commitId" : "01f0384825688335d1d639553f58fbb2d6f0f592",
        "timestamp" : 1316145480000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "test scripts\u000a",
        "date" : "2011-09-16T05:58:00+0200",
        "id" : "01f0384825688335d1d639553f58fbb2d6f0f592",
        "msg" : "test scripts",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java"
        ],
        "commitId" : "85f60adb5ae675af4bf81c0a7e69ec836aa50a4b",
        "timestamp" : 1316156228000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "waitForPosSize/createWindow: exclude 0/0, at creation wait for size as well\u000a\u000a- 0/0 may result in -1/-1, which is impl. specific (X11),\u000a  might get deleted if causes more harm than ham\u000a\u000a- waiting for size after creation is actually a good thing todo\u000a",
        "date" : "2011-09-16T08:57:08+0200",
        "id" : "85f60adb5ae675af4bf81c0a7e69ec836aa50a4b",
        "msg" : "waitForPosSize/createWindow: exclude 0/0, at creation wait for size as",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java",
          "src/test/com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.java"
        ],
        "commitId" : "aca09874bd3abe651f88ead28154fa2feefbd6a6",
        "timestamp" : 1316156245000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "minor edits\u000a",
        "date" : "2011-09-16T08:57:25+0200",
        "id" : "aca09874bd3abe651f88ead28154fa2feefbd6a6",
        "msg" : "minor edits",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/awt/AWTWindow.java",
          "src/test/com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.java",
          "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java"
        ],
        "commitId" : "e228acfcf5be36fb161043bb2ae21f8d60bc6ca4",
        "timestamp" : 1316162446000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT Cleanup: AWT driver fix, WindowImpl createNative .., minor edits\u000a\u000aAWT driver fix\u000a  - setVisible at creation, using reconfigureWindow impl (fixed\u000a\u000aWindowImpl createNative ..,\u000a  - no double visibility check on creation\u000a  - visible:=true anyway for later creation, if failed or not available yet\u000a",
        "date" : "2011-09-16T10:40:46+0200",
        "id" : "e228acfcf5be36fb161043bb2ae21f8d60bc6ca4",
        "msg" : "NEWT Cleanup: AWT driver fix, WindowImpl createNative .., minor edits",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/awt/AWTWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/TestWindows01NEWT.java",
          "src/newt/native/WindowsWindow.c",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/native/X11Window.c"
        ],
        "commitId" : "edbee9a1f34929e9bd3119bac88ab1c759c569a3",
        "timestamp" : 1316164534000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/WindowImpl: Remove wait for position (keep waitForSize for reparent/fullscreen)\u000a\u000aWindow position is not deterministic enough and slows down processing while sync on it\u000a",
        "date" : "2011-09-16T11:15:34+0200",
        "id" : "edbee9a1f34929e9bd3119bac88ab1c759c569a3",
        "msg" : "NEWT/WindowImpl: Remove wait for position (keep waitForSize for",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/WindowsWindow.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestWindows01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh",
          "make/scripts/tests-x64.bat"
        ],
        "commitId" : "64feda2fa7611627e31f55ecc7cf86e290fdf4e3",
        "timestamp" : 1316164632000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "test scripts\u000a",
        "date" : "2011-09-16T11:17:12+0200",
        "id" : "64feda2fa7611627e31f55ecc7cf86e290fdf4e3",
        "msg" : "test scripts",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "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/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    {
      "number" : 476,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/476/"
    },
    {
      "number" : 476,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/476/"
    },
    {
      "number" : 476,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/476/"
    }
  ]
}