)]}'
{
  "log": [
    {
      "commit": "a0e10b1691aca250f390704c73b18810b89302e1",
      "tree": "fdfdadd710d2be165885cd4bf9f897d453072071",
      "parents": [
        "bbd13da29ec2712d7ad664f1a65baa6d1823f480"
      ],
      "author": {
        "name": "Sorin Basca",
        "email": "sorinbasca@google.com",
        "time": "Wed Aug 11 16:00:13 2021 +0000"
      },
      "committer": {
        "name": "Sorin Basca",
        "email": "sorinbasca@google.com",
        "time": "Tue Aug 17 13:17:04 2021 +0000"
      },
      "message": "Have counter pre-initialized in ParallelGC test\n\nBug: 94471075\nTest: testrunner.py --target --verbose --ndebug --gcstress --optimizing --debuggable -t 114-ParallelGC\nChange-Id: Id0b3640bc4e21caf187fd886d153e00761b9ba15\n"
    },
    {
      "commit": "f6c66c3348a2b64e4b6472827e31f711142006e3",
      "tree": "0795f80e2c07dc79904590ddeb0fbe55ba9e6176",
      "parents": [
        "1656ca9e6996cb555b4463e5efd4bd7e3f4fb816"
      ],
      "author": {
        "name": "Kevin Brodsky",
        "email": "kevin.brodsky@linaro.org",
        "time": "Thu Dec 17 14:13:00 2015 +0000"
      },
      "committer": {
        "name": "Kevin Brodsky",
        "email": "kevin.brodsky@linaro.org",
        "time": "Fri Jun 02 16:53:23 2017 +0100"
      },
      "message": "Tests: never use System.err\n\nAlways print stack traces to System.out, and replace all\nSystem.err.println()\u0027s with System.out.println().\n\nFollow-up of https://android-review.googlesource.com/#/c/187020/ and\nhttps://android-review.googlesource.com/#/c/407032/.\n\nTest: m test-art-host\n      m test-art-target\nChange-Id: I9ab9cd955a8db25b2ec6673790e5bc924f62c88a\n"
    },
    {
      "commit": "19ac0276208f0afef6ba8a4ab34b74a59b8d11d7",
      "tree": "f8947b62f0d500e2ff5fef8edb5fb61abd21fc82",
      "parents": [
        "30502f1fc8357bdaf11b70e6fc8f5311c6237194"
      ],
      "author": {
        "name": "Sebastien Hertz",
        "email": "shertz@google.com",
        "time": "Tue Feb 24 17:39:50 2015 +0100"
      },
      "committer": {
        "name": "Sebastien Hertz",
        "email": "shertz@google.com",
        "time": "Wed Jul 08 17:20:35 2015 +0200"
      },
      "message": "Support compiling run-tests with jack\n\nThis CL adds support to compile run-test source files with jack. When\na test needs to rely on class files, we use jill to convert them to a\njack library.\n\nWe need to pass the full classpath to jack containing at least core\nclasses (like java.lang.Object). This means the Android tree must\nhave been compiled with jack first so we find all the necessary\nclasses.jack files.\n\nSome tests still rely on dex files generated with the old toolchain.\nWe keep building them this way for the moment and will update them\nlater, when they get ready for Jack.\n\nAlso updates a few tests dealing with garbage collection to avoid a\nsituation where a reference can be retained by a local DEX register.\n\nBug: 19467889\nChange-Id: I9eedd0705d1186d28a2acd37ea42a1762cd0ace2\n"
    },
    {
      "commit": "779e70568986ef27fca17671ebdb66af2ce843f5",
      "tree": "8dd49c65dfc48c7a3de5795804f271496c57d19c",
      "parents": [
        "2ca19c23b9bc64c743a4cdbe9282ad4d995b398d"
      ],
      "author": {
        "name": "Hiroshi Yamauchi",
        "email": "yamauchi@google.com",
        "time": "Mon Jan 26 16:05:11 2015 -0800"
      },
      "committer": {
        "name": "Hiroshi Yamauchi",
        "email": "yamauchi@google.com",
        "time": "Mon Jan 26 16:08:16 2015 -0800"
      },
      "message": "Fix 114-ParallelGC.\n\nIn main(), the outer ArrayList may still be reachable after the\ntry-catch under the interpreter or a compiler without a liveness\nanalysis and the last ArrayList allocation may fail due to an OOME.\n\nThis fixes 114-ParallelGC under the CC and the GSS collectors.\n\nBug: 12687968\nChange-Id: Ie1082d38b2a677ec70fdc23b0187ae8ce0612808\n"
    },
    {
      "commit": "6c957c521929ea66d098736995e27aae18be9e68",
      "tree": "4e235c48449c6f25b70f4d065ea72ce9b1a355f0",
      "parents": [
        "b061b894260df6b68bb8a89ed4a1e85e576bb696"
      ],
      "author": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Tue Jan 20 21:26:43 2015 -0800"
      },
      "committer": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Wed Jan 21 23:23:39 2015 -0800"
      },
      "message": "ART: Rewrite ParallelGC test\n\nMake the setup simpler and less prone to OOME problems.\n\nBug: 19027813\nChange-Id: Ie2dbe1579a45d554f207a9bf84d53303acbe79d5\n"
    },
    {
      "commit": "8dcde2323413d8b3e4926154e143da331f582c70",
      "tree": "dcfc7b8dddad2fb58a170efa71d8c291350ee497",
      "parents": [
        "3ea0b9fbb6aa8c451a12ccfb7befd5a871be877e"
      ],
      "author": {
        "name": "Mathieu Chartier",
        "email": "mathieuc@google.com",
        "time": "Thu Jan 15 17:23:16 2015 -0800"
      },
      "committer": {
        "name": "Mathieu Chartier",
        "email": "mathieuc@google.com",
        "time": "Thu Jan 15 18:03:07 2015 -0800"
      },
      "message": "Increase default timeout\n\nBug: 19027813\nChange-Id: I13af576dc3e980dc82e466435f41b322e2cd873e\n"
    },
    {
      "commit": "ee576fa06302dca086a69d777d1f4a914bbd921d",
      "tree": "d373ebb121fca4c1506340d4e11cc36d1d5801ec",
      "parents": [
        "e81e1cd75b7dc6e44c5654e3ae329e86662ca02b"
      ],
      "author": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Thu Jan 15 08:02:22 2015 -0800"
      },
      "committer": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Thu Jan 15 08:04:03 2015 -0800"
      },
      "message": "ART: Increase run-test 114 Java-level timeout\n\nIncrease the timeout to be larger than the run-test timeout. That\nway ART will dump all threads when running the test on the host.\n\nChange-Id: I842b056bba650e5c7c3293376a48d48b7468e73d\n"
    },
    {
      "commit": "93f3da1578bf25d3bc8cf1d121477bf29b4d760a",
      "tree": "379f11e1f9d52769e9b3b8cdb9d265b7830caffd",
      "parents": [
        "3bcac48f23094fa0f46315a080ec47fc368fd4c2"
      ],
      "author": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Sat Jul 26 01:13:13 2014 -0700"
      },
      "committer": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Sat Jul 26 01:38:33 2014 -0700"
      },
      "message": "ART: Rewrite ParallelGC run-test\n\nTo better test what ParallelGC is intended to do, write a version\nthat will more fairly allocate objects between the threads, and\nwill let each thread OOM only once. Use a barrier to wait for\ncompletion of all threads, and force a final GC by allocating some\nmore objects.\n\nBug: 16406852\nChange-Id: I019ddc08515b9610c18d55280cd46cbe3ae3e5ac\n"
    },
    {
      "commit": "21b4bf89b4454d2af88762200e5d8b42e0d36cf4",
      "tree": "8ff7a56aface1c79dc55f18c9911d3ca138f5b68",
      "parents": [
        "9c81c0cb0dc8c8d8ae5dca3d2d82b0eec7af589f"
      ],
      "author": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Fri Jul 25 16:37:09 2014 -0700"
      },
      "committer": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Fri Jul 25 16:38:39 2014 -0700"
      },
      "message": "ART: Fix run-test 114 ParallelGC to account for OOM\n\nThis catches any OOMs and doesn\u0027t pollute the log.\n\nBug: 16406852\nChange-Id: I1bc95091ccae35a8cb5f2ef0a789f8c8ce5209d0\n"
    },
    {
      "commit": "c5a8347ac491a5f521945d3835a322123830456b",
      "tree": "cdbc493e9209607587b11d762044f8e0f4bd7e10",
      "parents": [
        "ca928ba8b9e109ced2b9d72622dc34bda63ac211"
      ],
      "author": {
        "name": "Mathieu Chartier",
        "email": "mathieuc@google.com",
        "time": "Wed Jul 23 18:45:17 2014 -0700"
      },
      "committer": {
        "name": "Mathieu Chartier",
        "email": "mathieuc@google.com",
        "time": "Thu Jul 24 10:19:38 2014 -0700"
      },
      "message": "Fix stale remembered sets error.\n\nWe were forgetting to remove the remembered set in transition to\nbackground. This resulted in remembered sets being added for\nspaces which no longer existed. This finally caused an error when\na new space happened to have the same address as the old space,\nresulting in a CHECK failure.\n\nAlso tuned the number of ParallelGC to prevent spurrious failures\nand removed the ParallelGC from broken tests in the make file.\n\nBug: 16532086\nBug: 16406852\n\nChange-Id: I00bbcbd7daa03c867732d165be62b72e6c43bce1\n"
    },
    {
      "commit": "ac3cea0c728205ad079d67f83c97408f5d81e0df",
      "tree": "c2a7b53404a6c501eaa88bbbadfac53bd273d1c1",
      "parents": [
        "cfd31c5e266d1aecc66278fdea46e88e323a181d"
      ],
      "author": {
        "name": "Mathieu Chartier",
        "email": "mathieuc@google.com",
        "time": "Wed Jul 23 17:25:41 2014 -0700"
      },
      "committer": {
        "name": "Mathieu Chartier",
        "email": "mathieuc@google.com",
        "time": "Wed Jul 23 17:25:41 2014 -0700"
      },
      "message": "Reduce allocations in ParallelGC test.\n\nFixes GC stress test mode.\n\nBug: 16406852\nChange-Id: I86c8fd7516c3f41075bca00c7d5b4dab2bb7b1d4\n"
    },
    {
      "commit": "1c83cbc4a817acbd7f9abb5b29a2d418a958e6a1",
      "tree": "aae7ea1d5559718d6e264175aa1cb2ae1fc1e9ed",
      "parents": [
        "7dfc30b591aee167f0a38ab61a90894cc76f2066"
      ],
      "author": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Tue Jul 22 18:52:29 2014 -0700"
      },
      "committer": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Wed Jul 23 10:03:00 2014 -0700"
      },
      "message": "ART: Make run tests out of oat tests\n\nTransforms all former oat tests into run tests.\n\nChange-Id: I190dd39456454c36e5538a2c044d993965a67533\n"
    },
    {
      "commit": "7dfc30b591aee167f0a38ab61a90894cc76f2066",
      "tree": "281e8172e60c9fcedb2188b792efeb2f3d2fa0e9",
      "parents": [],
      "author": {
        "name": "Ian Rogers",
        "email": "irogers@google.com",
        "time": "Wed Jul 23 15:18:54 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Jul 22 16:18:32 2014 +0000"
      },
      "message": "Merge \"Use the TMPDIR environment variable for test directory if set.\""
    }
  ]
}
