{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,384",
          "upstreamBuild" : 1384,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1384,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a572f44f7a07171b34c18dee0b78a95ca577d2e4",
            "branch" : [
              {
                "SHA1" : "a572f44f7a07171b34c18dee0b78a95ca577d2e4",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a572f44f7a07171b34c18dee0b78a95ca577d2e4",
            "branch" : [
              {
                "SHA1" : "a572f44f7a07171b34c18dee0b78a95ca577d2e4",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a572f44f7a07171b34c18dee0b78a95ca577d2e4",
        "branch" : [
          {
            "SHA1" : "a572f44f7a07171b34c18dee0b78a95ca577d2e4",
            "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" : "#1384",
  "duration" : 2347946,
  "estimatedDuration" : 485024,
  "executor" : None,
  "fullDisplayName" : "jogl » android-arm64 #1384",
  "id" : "2015-03-26_16-35-47",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1384,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1427384147000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=android-arm64/1384/",
  "builtOn" : "androidArm64-jogamp-aarch64-sgothel-041",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLContext.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile04NEWTOffscreenNoARBCtx.java",
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java",
          "src/jogl/classes/jogamp/opengl/x11/glx/X11ExternalGLXContext.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile03NEWTOffscreen.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLContext.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile02NEWTNoARBCtx.java",
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java",
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/GLProfile0XBase.java",
          "make/scripts/make.jogl.all.win64.bat",
          "make/scripts/tests-x64-dbg.bat",
          "make/scripts/make.jogl.all.win32.bat",
          "make/scripts/tests-win.bat"
        ],
        "commitId" : "e0ed09f8e2df570a9542f606a133c8fde074cbfe",
        "timestamp" : 1427380435000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >= 3.1' issues\u000a\u000aThis fix solves the described issues below.\u000a\u000aTest cases added for onscreen and offscreen drawables,\u000athe latter includes Window's bitmap special case.\u000a\u000aGLContextImpl.createImpl(..): Fix NoARBCreateContext and '!ARB GL >= 3.1' issues:\u000a=================================================================================\u000aGLContextImpl.createImpl(..) implementation of X11GLXContext and WindowsWGLContext\u000awrongly handles the case of NoARBCreateContext.\u000aHere the !ARB created context shall allow GL >= 3.1,\u000asince ARB context creation is disabled and 'no mix' can occur.\u000a\u000aThe latter was already intended due to failure criteris 'createContextARBTried'\u000ain:\u000a  if( glCaps.getGLProfile().isGL3() && createContextARBTried ) {\u000a     failure(\"createImpl ctx !ARB but ARB is used, profile > GL2 requested\");\u000a  }\u000a\u000aFurther, WindowsWGLContext treats glCaps.isBitmap()\u000awithin the 'createContextARBTried=true' case, but it shall never\u000atried using the ARB context creation method.\u000aThis even lead to the issue of creating a 1.1 context,\u000abut having the ProcAddressTable being still on the GL > 2 cached table.\u000aThis is due to 'setGLFunctionAvailability(..)'.\u000a\u000aEnsure 'setGLFunctionAvailability(..)' is functional\u000a====================================================\u000a\u000aCaller shall either throws an exception if method returns false\u000aor issues a state reset.\u000a\u000aIn case 'setGLFunctionAvailability(..)' throws an exception itself,\u000athe states are no issue.\u000a",
        "date" : "2015-03-26T15:33:55+0100",
        "id" : "e0ed09f8e2df570a9542f606a133c8fde074cbfe",
        "msg" : "Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-win.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.win64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile04NEWTOffscreenNoARBCtx.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile02NEWTNoARBCtx.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLContext.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile03NEWTOffscreen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11ExternalGLXContext.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64-dbg.bat"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/GLProfile0XBase.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/GLContext.java"
        ],
        "commitId" : "a572f44f7a07171b34c18dee0b78a95ca577d2e4",
        "timestamp" : 1427380479000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLContext glVersionString: Group all 'compat' flags to save space, add ES32 compatibility\u000a",
        "date" : "2015-03-26T15:34:39+0100",
        "id" : "a572f44f7a07171b34c18dee0b78a95ca577d2e4",
        "msg" : "GLContext glVersionString: Group all 'compat' flags to save space, add",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/GLContext.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}