{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,467",
          "upstreamBuild" : 1467,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1467,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ecdaa59aa48c16a558ec7a0b50df9419a9ccedc1",
            "branch" : [
              {
                "SHA1" : "ecdaa59aa48c16a558ec7a0b50df9419a9ccedc1",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ecdaa59aa48c16a558ec7a0b50df9419a9ccedc1",
            "branch" : [
              {
                "SHA1" : "ecdaa59aa48c16a558ec7a0b50df9419a9ccedc1",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ecdaa59aa48c16a558ec7a0b50df9419a9ccedc1",
        "branch" : [
          {
            "SHA1" : "ecdaa59aa48c16a558ec7a0b50df9419a9ccedc1",
            "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" : 7,
      "totalCount" : 1077,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1467",
  "duration" : 4867666,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #1467",
  "id" : "1467",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1467,
  "queueId" : 2253,
  "result" : "SUCCESS",
  "timestamp" : 1444350299499,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/1467/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/native/X11Window.c",
          "src/test/com/jogamp/opengl/test/junit/newt/TestGLWindows00NEWT.java",
          "src/newt/native/X11Display.c",
          "make/scripts/tests.sh",
          "src/newt/native/X11Common.h"
        ],
        "commitId" : "e418a665756af52fe2ca691ca220644e9b27c22c",
        "timestamp" : 1444348472000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1249 - NEWT X11: setVisible(*) _NET_WM_STATE_HIDDEN update not\u000areceived at ConfigureNotify event (2)\u000aOn gnome shell WM, sometimes KDE WM, it has been observed that the\u000a_NET_WM_STATE_HIDDEN update (visible or invisible) is not received at\u000aConfigureNotify event.\u000aTurns out the state is finally updated at FocusOut!\u000aThis change tests _NET_WM_STATE_HIDDEN visibility hint for mapped window\u000aalso for FocusIn and FocusOut events, besides the ConfigureNotify event.\u000aFurther more, NormalState to restore a hidden but mapped window did not\u000awork, so it is no more being sent. We limit us here to\u000a_NET_ACTIVE_WINDOW.\u000a2 unit tests are prepared to test this issue:\u000a - TestGLWindows00NEWT\u000a - TestParenting01NEWT\u000a",
        "date" : "2015-10-09 01:54:32 +0200",
        "id" : "e418a665756af52fe2ca691ca220644e9b27c22c",
        "msg" : "Bug 1249 - NEWT X11: setVisible(*) _NET_WM_STATE_HIDDEN update not",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Display.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestGLWindows00NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Common.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java"
        ],
        "commitId" : "8ce5203a581e731d5aa7d553455b04213d94115c",
        "timestamp" : 1444349007000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1249: Revert TestParenting01NEWT durationPerTest back to 600\u000a(otherwise breaks test)\u000a",
        "date" : "2015-10-09 02:03:27 +0200",
        "id" : "8ce5203a581e731d5aa7d553455b04213d94115c",
        "msg" : "Bug 1249: Revert TestParenting01NEWT durationPerTest back to 600",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/native/X11Display.c"
        ],
        "commitId" : "ecdaa59aa48c16a558ec7a0b50df9419a9ccedc1",
        "timestamp" : 1444350245000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1249 - NEWT X11: setVisible(false) IconicState/_NET_WM_STATE_HIDDEN:\u000aHandle case where KDE unmaps the window\u000aUpdate our internal JavaWindow.isMapped according to MapNotify and\u000aUnmapNotify. This takes care of a situation (KDE) where a window is\u000aunmapped during IconicState.\u000aFor unmapped windows we cannot interprete _NET_WM_STATE_HIDDEN and we\u000ahave to issue XMapWindow for restoring the window.\u000a",
        "date" : "2015-10-09 02:24:05 +0200",
        "id" : "ecdaa59aa48c16a558ec7a0b50df9419a9ccedc1",
        "msg" : "Bug 1249 - NEWT X11: setVisible(false) IconicState/_NET_WM_STATE_HIDDEN:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Display.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}