{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,465",
          "upstreamBuild" : 1465,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1465,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "dca5d36370ec5eb44998bae593880e3b10cc9a4e",
            "branch" : [
              {
                "SHA1" : "dca5d36370ec5eb44998bae593880e3b10cc9a4e",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "dca5d36370ec5eb44998bae593880e3b10cc9a4e",
            "branch" : [
              {
                "SHA1" : "dca5d36370ec5eb44998bae593880e3b10cc9a4e",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "dca5d36370ec5eb44998bae593880e3b10cc9a4e",
        "branch" : [
          {
            "SHA1" : "dca5d36370ec5eb44998bae593880e3b10cc9a4e",
            "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" : 1,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1465",
  "duration" : 2271512,
  "estimatedDuration" : 485024,
  "executor" : None,
  "fullDisplayName" : "jogl » android-arm64 #1465",
  "id" : "1465",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1465,
  "queueId" : 2184,
  "result" : "SUCCESS",
  "timestamp" : 1444328221073,
  "url" : "https://jogamp.org/chuck/job/jogl/label=android-arm64/1465/",
  "builtOn" : "androidArm64-jogamp-aarch64-sgothel-041",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/opengl/GLES2/gl2ext-supplement.h"
        ],
        "commitId" : "56eb5025694064ad3e25cf2fb7ba0cabbda8ee67",
        "timestamp" : 1444256425000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1189: Fix gcc redefinition error, even thought typedef equals - on\u000aOpenIndiana w/ old'ish gcc\u000a",
        "date" : "2015-10-08 00:20:25 +0200",
        "id" : "56eb5025694064ad3e25cf2fb7ba0cabbda8ee67",
        "msg" : "Bug 1189: Fix gcc redefinition error, even thought typedef equals - on",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES2/gl2ext-supplement.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java",
          "src/newt/native/WindowsWindow.c",
          "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",
          "src/test/com/jogamp/opengl/test/junit/newt/TestGLWindows01NEWT.java",
          "make/scripts/tests.sh",
          "src/newt/native/X11Common.h"
        ],
        "commitId" : "dca5d36370ec5eb44998bae593880e3b10cc9a4e",
        "timestamp" : 1444327992000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1249 - NEWT X11: setVisible(false) IconicState not listening to\u000a_NET_WM_STATE_HIDDEN; setVisible(true) not restoring from\u000a_NET_WM_STATE_HIDDEN\u000aUsing Gnome Shell 3.14.4-1~deb8u1 disclosed an issue w/ our newly\u000autilized IconicState/_NET_WM_STATE_HIDDEN, i.e. visibleChanged(false)\u000awas never received.\u000aThis is a regression of commit 2d837a7a7130702ad36b694875613fae77c7ef06, \u000awhich utilizes WM_CHANGE_STATE_IDX + IconicState for visibility on\u000atop-level windows.\u000aThis bug consist out of _two_ isssue:\u000a1) setVisible(false) IconicState not listening to _NET_WM_STATE_HIDDEN\u000a Here, we 'listen' to _NET_WM_STATE_HIDDEN when receiving\u000aConfigureNotify\u000a if supported _and_ XMapWindow has been issued.\u000a In such case existence/non-existence of _NET_WM_STATE_HIDDEN determines\u000avisibility.\u000a Otherwise, we have wait for MapNotify/UnmapNotify.\u000a  The 'XMapWindow has been issued' criteria is tracked by new field\u000a'JavaWindow.isMapped'\u000a and set/cleared when we actually issue XMapWindow/XUnmapWindow!\u000a2) setVisible(true) not restoring from _NET_WM_STATE_HIDDEN\u000a It has been observed that restoring IconicState/_NET_WM_STATE_HIDDEN\u000a via XMapWindow or even NormalState may not work reliably on WMs.\u000a See\u000a<https://stackoverflow.com/questions/30192347/how-to-restore-a-window-with-xlib>\u000a  Hence we restore from this WM state via NormalState _and_\u000a_NET_ACTIVE_WINDOW.\u000aBoth strategies seem to work well on KDE as well as on Gnome.\u000a",
        "date" : "2015-10-08 20:13:12 +0200",
        "id" : "dca5d36370ec5eb44998bae593880e3b10cc9a4e",
        "msg" : "Bug 1249 - NEWT X11: setVisible(false) IconicState not listening to",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestGLWindows00NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/WindowsWindow.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Display.c"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestGLWindows01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Common.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}