)]}'
{
  "commit": "13eedde4113cee87b1eaaf9e20cd6d4f812bf18b",
  "tree": "4e0a7d33d9929b44db77e5a576aa1e797a530c95",
  "parents": [
    "00200b7164a7c6d68f74efd99f51b6100ea0a97d"
  ],
  "author": {
    "name": "Paul E. Murphy",
    "email": "murp@ibm.com",
    "time": "Wed Jul 20 13:26:21 2022 -0500"
  },
  "committer": {
    "name": "Paul Murphy",
    "email": "murp@ibm.com",
    "time": "Thu Aug 18 19:34:41 2022 +0000"
  },
  "message": "ppc64/ppc64asm: fix objdump tests\n\nIn short, these tests create an object file from a list of opcodes,\nand expect objdump to generate exactly as many decoded opcodes.\n\nUnfortunately, objdump generates two opcode entries for each invalid\nprefixed instruction, which causes the the testing code to deadlock\nitself.\n\nFor example, objdump decodes an invalid form of paddi like:\n\n    .long ...\n    addi ...\n\ninstead of something like:\n\n    .quadword ...\n\nWork around this by examing the primary opcode of any entry which\nobjdump reports as \".long\", and skip over the next word if the\nprimary opcode is \"1\" (the prefix opcode). The test skips over\n\".long\" entries, so it will continue to work as expected.\n\nChange-Id: I9dd0fda10683f666aace4140b63e81fc0fea2ad0\nReviewed-on: https://go-review.googlesource.com/c/arch/+/418857\nTryBot-Result: Gopher Robot \u003cgobot@golang.org\u003e\nRun-TryBot: Paul Murphy \u003cmurp@ibm.com\u003e\nReviewed-by: Bryan Mills \u003cbcmills@google.com\u003e\nReviewed-by: Lynn Boger \u003claboger@linux.vnet.ibm.com\u003e\nReviewed-by: Cherry Mui \u003ccherryyz@google.com\u003e\nReviewed-by: Ian Lance Taylor \u003ciant@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f9242e1dd85425a881d891f33effc3228f7b9e46",
      "old_mode": 33188,
      "old_path": "ppc64/ppc64asm/ext_test.go",
      "new_id": "806701b21cda97b5d6826a97a52cc366503e257e",
      "new_mode": 33188,
      "new_path": "ppc64/ppc64asm/ext_test.go"
    },
    {
      "type": "modify",
      "old_id": "37aa25736a37d59ea31a6dcbea7af078d6a9fbae",
      "old_mode": 33188,
      "old_path": "ppc64/ppc64asm/objdumpext_test.go",
      "new_id": "033f67081b530bc0c4fcb28a92047fc2f04f6bed",
      "new_mode": 33188,
      "new_path": "ppc64/ppc64asm/objdumpext_test.go"
    }
  ]
}
