)]}'
{
  "commit": "ff5f391c0a0247f449a959797ecf6e10ba950da2",
  "tree": "c65973ee7d505f3328354d5114f4dbfe420718ed",
  "parents": [
    "5c156f2fcd7ee45393a803b919f91f3fc04d6603"
  ],
  "author": {
    "name": "Lasse R.H. Nielsen",
    "email": "lrn@google.com",
    "time": "Tue Apr 09 14:49:17 2024 +0000"
  },
  "committer": {
    "name": "Commit Queue",
    "email": "dart-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Tue Apr 09 14:49:17 2024 +0000"
  },
  "message": "Tweak `expect.dart` library.\n\nMake API more consistent for a few methods.\nReduce the number of language features used in tests:\n* Never iterating an iterable, always converting it\n  using `.toList()` first and iterating using indices\n  (fx `setEquals`).\n  Also require a `List` in places where an `Iterable`\n  wasn\u0027t necessary.\n* Avoid doing complicated computations that are also\n  used for the error message. Do simple check first,\n  then recompute to get better error messages\n  (fx `allDistinct`).\n\nRenamed some rarely used members for consistency\n(`stringContainsInOrder`-\u003e`containsInOrder`,\nwhere other string-contains functions just start\nwith `contains`, and `containsOneOf` -\u003e `containsAny`\nto match `Iterable.any` phrasing, and also it accepts\nif containing at least one, not precisely one.)\n\nRemoved a function that wasn\u0027t used anywhere.\n\nMoved `assertStatementsEnabled` to `variations.dart` as `asserts`.\nRemoved `typeAssertionsEnabled` and `checkedModeEnabled`. The former used in one place, where it was replaced with `checkedImplicitDowncasts` from `variations.dart`, the latter wasn\u0027t used anywhere.\n\nDeprecates `package:expect/minitest.dart`. It was never intended\nto be used for new tests, only as a help to convert existing tests\nwritten against `package:unit_test`.\nAll existing imports marked as `// ignore: deprecated_member_use`.\n\nChange-Id: I07e21d4c0f3ccf11b82ee34af2668fdbb22264d2\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/352360\nReviewed-by: Slava Egorov \u003cvegorov@google.com\u003e\nReviewed-by: Ömer Ağacan \u003comersa@google.com\u003e\nReviewed-by: Nate Bosch \u003cnbosch@google.com\u003e\nReviewed-by: Stephen Adams \u003csra@google.com\u003e\nCommit-Queue: Lasse Nielsen \u003clrn@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e9d57ebc41ecbc547898b4ac93739ee0fe3e09e8",
      "old_mode": 33188,
      "old_path": "pkg/compiler/tool/kernel_visitor/test/info_visitor_test.dart",
      "new_id": "5c8474e27b974bac3cfbaa2084b8c879709a1382",
      "new_mode": 33188,
      "new_path": "pkg/compiler/tool/kernel_visitor/test/info_visitor_test.dart"
    },
    {
      "type": "modify",
      "old_id": "477f4c17d4b675690d065f5c873f0e88dd7f756f",
      "old_mode": 33188,
      "old_path": "pkg/expect/lib/expect.dart",
      "new_id": "d26fcd65efe3d7477faf38bbf7f97f5d7eb20192",
      "new_mode": 33188,
      "new_path": "pkg/expect/lib/expect.dart"
    },
    {
      "type": "modify",
      "old_id": "c83375a104f4355d2d64f257b6b30bdb2f24fff1",
      "old_mode": 33188,
      "old_path": "pkg/expect/lib/minitest.dart",
      "new_id": "c759877eb366f6a4167064f44cbcd802890ab6a4",
      "new_mode": 33188,
      "new_path": "pkg/expect/lib/minitest.dart"
    },
    {
      "type": "modify",
      "old_id": "70ba8fe226b3d7f3e4d536435b6694bd0cd1209a",
      "old_mode": 33188,
      "old_path": "pkg/expect/lib/variations.dart",
      "new_id": "be4c561340b1a3a892a1d8469be48c384864f94b",
      "new_mode": 33188,
      "new_path": "pkg/expect/lib/variations.dart"
    },
    {
      "type": "rename",
      "old_id": "25281e8986945305dd718c9800dfcd0d5920ca1a",
      "old_mode": 33188,
      "old_path": "pkg/expect/test/distinct_test.dart",
      "new_id": "3545ab10357ec8a37201ee2ba04dac266e2995ce",
      "new_mode": 33188,
      "new_path": "pkg/expect/test/identical_distinct_test.dart",
      "score": 85
    },
    {
      "type": "modify",
      "old_id": "9e12fb443b3d6bc5279dea7685d6877c5df86289",
      "old_mode": 33188,
      "old_path": "pkg/front_end/test/expression_compilation_tools_test.dart",
      "new_id": "184fcdb7cf641ad9c874a12c405a7005c66f1f52",
      "new_mode": 33188,
      "new_path": "pkg/front_end/test/expression_compilation_tools_test.dart"
    },
    {
      "type": "modify",
      "old_id": "e7f617c01f97e13c8b13a8cfddaec68d65d46ad7",
      "old_mode": 33188,
      "old_path": "pkg/js/README.md",
      "new_id": "7810585241bc4f286402eb66864ac7d9ae982bd8",
      "new_mode": 33188,
      "new_path": "pkg/js/README.md"
    },
    {
      "type": "modify",
      "old_id": "eb6ec7eb4d81592ba562db70d56131ec3a058a36",
      "old_mode": 33188,
      "old_path": "pkg/js_ast/test/string_escape_test.dart",
      "new_id": "a7f9affd0b1e72f65abb7f787fbb16e950eb1df6",
      "new_mode": 33188,
      "new_path": "pkg/js_ast/test/string_escape_test.dart"
    },
    {
      "type": "modify",
      "old_id": "ee03c3cd3b7588d1fea1160b2512032122045d14",
      "old_mode": 33188,
      "old_path": "pkg/kernel/test/class_hierarchy_test.dart",
      "new_id": "cf35b346816a8e3ea9c93b8e1d9afa68accdf0ad",
      "new_mode": 33188,
      "new_path": "pkg/kernel/test/class_hierarchy_test.dart"
    },
    {
      "type": "modify",
      "old_id": "d1c022efa1345867da685486d6ff9fd5017ccb6a",
      "old_mode": 33188,
      "old_path": "pkg/smith/test/builder_test.dart",
      "new_id": "e202afc383a194a81c3b7c68ec4f7a3d72d85b31",
      "new_mode": 33188,
      "new_path": "pkg/smith/test/builder_test.dart"
    },
    {
      "type": "modify",
      "old_id": "520124a505b0249c7877d419b5406ab94b2945ae",
      "old_mode": 33188,
      "old_path": "pkg/smith/test/configuration_test.dart",
      "new_id": "f53d55d778e7c2642737e40eee5c7c6ceb5eb93a",
      "new_mode": 33188,
      "new_path": "pkg/smith/test/configuration_test.dart"
    },
    {
      "type": "modify",
      "old_id": "8a9cef9a67b76874e844882ef8297ce4ae6f12b2",
      "old_mode": 33188,
      "old_path": "pkg/smith/test/test_helpers.dart",
      "new_id": "c7764dd52908571132ae5c751bc7c0c7718fc371",
      "new_mode": 33188,
      "new_path": "pkg/smith/test/test_helpers.dart"
    },
    {
      "type": "modify",
      "old_id": "5ffa11dfc92bfe6c18d91719c2d8d4c41202ea1f",
      "old_mode": 33188,
      "old_path": "pkg/smith/test/test_matrix_test.dart",
      "new_id": "d8e1c628d42e1ec7373d1429dc85692321006ae4",
      "new_mode": 33188,
      "new_path": "pkg/smith/test/test_matrix_test.dart"
    },
    {
      "type": "modify",
      "old_id": "1a0d580cc1b8b76fdae1cc1f39178f71fb66ad95",
      "old_mode": 33188,
      "old_path": "pkg/sourcemap_testing/lib/src/stepping_helper.dart",
      "new_id": "4bf6fe2ef6fac0a5f00219221bc296aa3bfab5a7",
      "new_mode": 33188,
      "new_path": "pkg/sourcemap_testing/lib/src/stepping_helper.dart"
    },
    {
      "type": "modify",
      "old_id": "9f6c27265295d10e6efaf455e2431bbb20cb6234",
      "old_mode": 33188,
      "old_path": "runtime/tests/vm/dart/regress_44026_test.dart",
      "new_id": "1eeff057508fd988e16fff61fba88bbb78cd8955",
      "new_mode": 33188,
      "new_path": "runtime/tests/vm/dart/regress_44026_test.dart"
    },
    {
      "type": "modify",
      "old_id": "60fa3500ff8360f4a9ced28d8f013b172c3f557c",
      "old_mode": 33188,
      "old_path": "sdk/lib/internal/errors.dart",
      "new_id": "397d9b650aec080f6c25eaaaad3a16ef24a20f1b",
      "new_mode": 33188,
      "new_path": "sdk/lib/internal/errors.dart"
    },
    {
      "type": "modify",
      "old_id": "0d2a02dca919a99765a483aa12913b9b9a3abf68",
      "old_mode": 33188,
      "old_path": "tests/corelib/regexp/named_captures_test.dart",
      "new_id": "ad598b4e3d645f9e46e3e5d872ce9a9146adef3d",
      "new_mode": 33188,
      "new_path": "tests/corelib/regexp/named_captures_test.dart"
    },
    {
      "type": "modify",
      "old_id": "4ee582d6042f2afa8940f623290fd5fa0eef483c",
      "old_mode": 33188,
      "old_path": "tests/corelib/set_unmodifiable_view_test.dart",
      "new_id": "8f81998dcc564a9543b9c284e371617884ca6159",
      "new_mode": 33188,
      "new_path": "tests/corelib/set_unmodifiable_view_test.dart"
    },
    {
      "type": "modify",
      "old_id": "4cb46295fc391cec3cfa7951bb9122896912c445",
      "old_mode": 33188,
      "old_path": "tests/dartdevc/debugger/debugger_test.dart",
      "new_id": "a3e74dbcb482b145528194cad1a4781737cfcc50",
      "new_mode": 33188,
      "new_path": "tests/dartdevc/debugger/debugger_test.dart"
    },
    {
      "type": "modify",
      "old_id": "ff7fd02c466f3448190113e160c370488303b6a8",
      "old_mode": 33188,
      "old_path": "tests/dartdevc/developer_events_test.dart",
      "new_id": "702dc7bdb842db33132f104370e2a9f632d19c74",
      "new_mode": 33188,
      "new_path": "tests/dartdevc/developer_events_test.dart"
    },
    {
      "type": "modify",
      "old_id": "496f21d018345b6b3facc17d322d49444a5581a6",
      "old_mode": 33188,
      "old_path": "tests/dartdevc/hot_restart_late_test.dart",
      "new_id": "fee63dad5afdcf4216ab3d28276c8a95f6090362",
      "new_mode": 33188,
      "new_path": "tests/dartdevc/hot_restart_late_test.dart"
    },
    {
      "type": "modify",
      "old_id": "47aeaf08390b2a8a04804acc3b29535bb789f5e5",
      "old_mode": 33188,
      "old_path": "tests/dartdevc/js_interop_non_external_test.dart",
      "new_id": "6e1450b4548b24d28ebd3b798686c71ece9421cc",
      "new_mode": 33188,
      "new_path": "tests/dartdevc/js_interop_non_external_test.dart"
    },
    {
      "type": "modify",
      "old_id": "5a1853058582d5fccbe0516b06b447a5dd9d408f",
      "old_mode": 33188,
      "old_path": "tests/dartdevc/no_such_method_errors_test.dart",
      "new_id": "f0bde8329ca748299066c2ea6577c4efff5960c4",
      "new_mode": 33188,
      "new_path": "tests/dartdevc/no_such_method_errors_test.dart"
    },
    {
      "type": "modify",
      "old_id": "346353ea90195bd1c8919e74efea152cce79978f",
      "old_mode": 33188,
      "old_path": "tests/ffi/dylib_open_test.dart",
      "new_id": "83d8bb785259a50d74579b184867c6515283a12e",
      "new_mode": 33188,
      "new_path": "tests/ffi/dylib_open_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a7e4a5d9e4ee3c59a1d1f4f8df10fb4178e87fd1",
      "old_mode": 33188,
      "old_path": "tests/language/async/await_test.dart",
      "new_id": "ed8e36880907a0ea5fd951ea6bd6a9710864f8b4",
      "new_mode": 33188,
      "new_path": "tests/language/async/await_test.dart"
    },
    {
      "type": "modify",
      "old_id": "2938a57c19d68229aae40202938ebb9052b27c42",
      "old_mode": 33188,
      "old_path": "tests/language/await/await_test.dart",
      "new_id": "d24bb5f30de815a0a59dcbd4ba7ebd70df0c27af",
      "new_mode": 33188,
      "new_path": "tests/language/await/await_test.dart"
    },
    {
      "type": "modify",
      "old_id": "237837cd2b95de3d9c64de525044d442a218fab0",
      "old_mode": 33188,
      "old_path": "tests/language/vm/no_such_args_error_message_vm_test.dart",
      "new_id": "8bb71300065e2f1560494ecc29ed24575a3b66b0",
      "new_mode": 33188,
      "new_path": "tests/language/vm/no_such_args_error_message_vm_test.dart"
    },
    {
      "type": "modify",
      "old_id": "780344fd984a6b5e8f887821b5f08ea39bb98e3f",
      "old_mode": 33188,
      "old_path": "tests/lib/async/future_iterable_extension_test.dart",
      "new_id": "34042925cfb134b4318d69262e65d888cc9ccda4",
      "new_mode": 33188,
      "new_path": "tests/lib/async/future_iterable_extension_test.dart"
    },
    {
      "type": "modify",
      "old_id": "2ecb31c3bb44655ad671257ef20b6cf911adf50d",
      "old_mode": 33188,
      "old_path": "tests/lib/async/future_or_type_test.dart",
      "new_id": "d2b71bc16010b5c8485564b8fbe6b8366c7aca95",
      "new_mode": 33188,
      "new_path": "tests/lib/async/future_or_type_test.dart"
    },
    {
      "type": "modify",
      "old_id": "fd6fa86ba9457378b3d5c3892e0d98dafd4333bf",
      "old_mode": 33188,
      "old_path": "tests/lib/html/audiobuffersourcenode_test.dart",
      "new_id": "3b0875906fbe2495025605c5225c51517a2d7b75",
      "new_mode": 33188,
      "new_path": "tests/lib/html/audiobuffersourcenode_test.dart"
    },
    {
      "type": "modify",
      "old_id": "9f190dca20df8bcd651ad82ed1b2df22111ecc5b",
      "old_mode": 33188,
      "old_path": "tests/lib/html/audiocontext_test.dart",
      "new_id": "892046d6a44261dfd2beb8e4c4bf6736b1e55314",
      "new_mode": 33188,
      "new_path": "tests/lib/html/audiocontext_test.dart"
    },
    {
      "type": "modify",
      "old_id": "e45f1bc7cbe0e6831e70078d0ee8e4a42535b2f6",
      "old_mode": 33188,
      "old_path": "tests/lib/html/audioelement_test.dart",
      "new_id": "b0271e46127b2bb0df1dfb8d5fb82ec23983524b",
      "new_mode": 33188,
      "new_path": "tests/lib/html/audioelement_test.dart"
    },
    {
      "type": "modify",
      "old_id": "d5f5d34ab057e0cad83f9c5dc93292af75ad2087",
      "old_mode": 33188,
      "old_path": "tests/lib/html/blob_constructor_test.dart",
      "new_id": "90f0fc4c96b43f46327d26b6ee839c385298b361",
      "new_mode": 33188,
      "new_path": "tests/lib/html/blob_constructor_test.dart"
    },
    {
      "type": "modify",
      "old_id": "f61dee8d8d1247cf0055d5456d8ec3bf94db28e7",
      "old_mode": 33188,
      "old_path": "tests/lib/html/callback_list_test.dart",
      "new_id": "1b0847c884cdcb5c765f8106c6dbe737352d451f",
      "new_mode": 33188,
      "new_path": "tests/lib/html/callback_list_test.dart"
    },
    {
      "type": "modify",
      "old_id": "3c992defe3bd062e34de1e1c0105ebd387cc77ce",
      "old_mode": 33188,
      "old_path": "tests/lib/html/canvas_pixel_array_type_alias_test.dart",
      "new_id": "7b2b5a40f87ce992f20526d4d4e047ff63eb74a4",
      "new_mode": 33188,
      "new_path": "tests/lib/html/canvas_pixel_array_type_alias_test.dart"
    },
    {
      "type": "modify",
      "old_id": "d60fb1eafa5c9c263dfbe82319c92f0a5b3e9e46",
      "old_mode": 33188,
      "old_path": "tests/lib/html/canvasrendering/arc_test.dart",
      "new_id": "5e6d2aff835a8d71e32bd4a91639cc92780cb495",
      "new_mode": 33188,
      "new_path": "tests/lib/html/canvasrendering/arc_test.dart"
    },
    {
      "type": "modify",
      "old_id": "037da9e8651571d38715f000474fc341aec92c00",
      "old_mode": 33188,
      "old_path": "tests/lib/html/canvasrendering/canvas_rendering_util.dart",
      "new_id": "d91305328dd0156433816a7c81311c6ad81fe27b",
      "new_mode": 33188,
      "new_path": "tests/lib/html/canvasrendering/canvas_rendering_util.dart"
    },
    {
      "type": "modify",
      "old_id": "942c8f6a18b1585b1ef33f577ab8067b0c57df52",
      "old_mode": 33188,
      "old_path": "tests/lib/html/canvasrendering/draw_image_canvas_element_test.dart",
      "new_id": "8ebb519363f419b5c210001dfc84e12fe0ed7fed",
      "new_mode": 33188,
      "new_path": "tests/lib/html/canvasrendering/draw_image_canvas_element_test.dart"
    },
    {
      "type": "modify",
      "old_id": "49e3c1794833ff96ace1bbb19f86ae7b3f8c4bc4",
      "old_mode": 33188,
      "old_path": "tests/lib/html/canvasrendering/fill_text_test.dart",
      "new_id": "2972edec265bb3003557f3da710008f0955ff09f",
      "new_mode": 33188,
      "new_path": "tests/lib/html/canvasrendering/fill_text_test.dart"
    },
    {
      "type": "modify",
      "old_id": "586072ab12db641d03e26a8301f4e3de0ed79eb6",
      "old_mode": 33188,
      "old_path": "tests/lib/html/canvasrendering/pixel_manipulation_test.dart",
      "new_id": "983f6f1ae081695e200bb1fe8443487813fc671e",
      "new_mode": 33188,
      "new_path": "tests/lib/html/canvasrendering/pixel_manipulation_test.dart"
    },
    {
      "type": "modify",
      "old_id": "60c311a251b0a0a5b9e3adfd07c17572a52c20a8",
      "old_mode": 33188,
      "old_path": "tests/lib/html/cdata_test.dart",
      "new_id": "fc602908670f2e319e60ff4f1516bb84bc8188a3",
      "new_mode": 33188,
      "new_path": "tests/lib/html/cdata_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a02fb0dab684edb899fd0f1eeebe0fe3a1acf4d3",
      "old_mode": 33188,
      "old_path": "tests/lib/html/client_rect_test.dart",
      "new_id": "a0e25566a7888d0c6ae22a03849fd41794e7e545",
      "new_mode": 33188,
      "new_path": "tests/lib/html/client_rect_test.dart"
    },
    {
      "type": "modify",
      "old_id": "b61fea1df2afc2857443b21e21f0764f91dec69c",
      "old_mode": 33188,
      "old_path": "tests/lib/html/convert_native_to_dart_dictionary_test.dart",
      "new_id": "ddb34ccb8eb620e9f0e0d3f5aab028c676afb105",
      "new_mode": 33188,
      "new_path": "tests/lib/html/convert_native_to_dart_dictionary_test.dart"
    },
    {
      "type": "modify",
      "old_id": "cbd27267769ee21a6fa594c03cc2911f531578b9",
      "old_mode": 33188,
      "old_path": "tests/lib/html/cross_domain_iframe_test.dart",
      "new_id": "a8030b83e3e8a9dd99680c2be89e88d54108ef0e",
      "new_mode": 33188,
      "new_path": "tests/lib/html/cross_domain_iframe_test.dart"
    },
    {
      "type": "modify",
      "old_id": "def8d7151d1ac21e7489e647177103ea35635b77",
      "old_mode": 33188,
      "old_path": "tests/lib/html/cross_frame_test.dart",
      "new_id": "fb38c4696f1cae49e48b5d2cf49338ee1879b69d",
      "new_mode": 33188,
      "new_path": "tests/lib/html/cross_frame_test.dart"
    },
    {
      "type": "modify",
      "old_id": "b398f2d14ccbf207d7de762e49b7d7c898457e06",
      "old_mode": 33188,
      "old_path": "tests/lib/html/crypto_test.dart",
      "new_id": "0f5ee619385aaf7d3cb0681aafe60a7c8c2e9628",
      "new_mode": 33188,
      "new_path": "tests/lib/html/crypto_test.dart"
    },
    {
      "type": "modify",
      "old_id": "f994bc47e1d441911325e5d02b448f4424ae3fc5",
      "old_mode": 33188,
      "old_path": "tests/lib/html/css_rule_list_test.dart",
      "new_id": "a4475b0c8d1133a1b4fa7581f2248024148f63a5",
      "new_mode": 33188,
      "new_path": "tests/lib/html/css_rule_list_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a3a00f9bc61fd862ccdf638b8d9973d8ab5a0aeb",
      "old_mode": 33188,
      "old_path": "tests/lib/html/css_test.dart",
      "new_id": "ccf9ed7030bd9317162cd575e70a5cbdedce8063",
      "new_mode": 33188,
      "new_path": "tests/lib/html/css_test.dart"
    },
    {
      "type": "modify",
      "old_id": "98b60c2c326dbba184283fe4e2bff51d4a7da039",
      "old_mode": 33188,
      "old_path": "tests/lib/html/custom_tags_test.dart",
      "new_id": "b29b922ccd7051aae8aa2d1df2178d1689aeec11",
      "new_mode": 33188,
      "new_path": "tests/lib/html/custom_tags_test.dart"
    },
    {
      "type": "modify",
      "old_id": "3c7130bbaeca8944683a1620955023ca6e202bee",
      "old_mode": 33188,
      "old_path": "tests/lib/html/dart_object_local_storage_test.dart",
      "new_id": "6d66fa793a4913dce35422ebc8b273685d6d5e81",
      "new_mode": 33188,
      "new_path": "tests/lib/html/dart_object_local_storage_test.dart"
    },
    {
      "type": "modify",
      "old_id": "767d97a779aa05a92ac72e54510952205681bf32",
      "old_mode": 33188,
      "old_path": "tests/lib/html/datalistelement_test.dart",
      "new_id": "df96d3699cb026cafc5b3f8813c6f8a1a3f6eefc",
      "new_mode": 33188,
      "new_path": "tests/lib/html/datalistelement_test.dart"
    },
    {
      "type": "modify",
      "old_id": "f9e480bd25fa8dd9dce288f89821f15d0e733f32",
      "old_mode": 33188,
      "old_path": "tests/lib/html/document_test.dart",
      "new_id": "158e65fef86f8f172d6a27d9965fbf9c55e95440",
      "new_mode": 33188,
      "new_path": "tests/lib/html/document_test.dart"
    },
    {
      "type": "modify",
      "old_id": "451427d82ed4c5cbba55ff4003e84b7e1ee3c6d4",
      "old_mode": 33188,
      "old_path": "tests/lib/html/documentfragment_test.dart",
      "new_id": "f90111a77e063b596c9aa2c55fdd3b2249f9c029",
      "new_mode": 33188,
      "new_path": "tests/lib/html/documentfragment_test.dart"
    },
    {
      "type": "modify",
      "old_id": "ff702680609802d4321b2df3fd51f954cad9cec8",
      "old_mode": 33188,
      "old_path": "tests/lib/html/dom_constructors_test.dart",
      "new_id": "aac8c70c198babdc61c778a2c9470c22ee2b804d",
      "new_mode": 33188,
      "new_path": "tests/lib/html/dom_constructors_test.dart"
    },
    {
      "type": "modify",
      "old_id": "b7aa5f325b021c6ed21b513accc074cc145d1be8",
      "old_mode": 33188,
      "old_path": "tests/lib/html/domparser_test.dart",
      "new_id": "b3ded8a0bd0a2f46ae0c3c39b05c58d8c4560416",
      "new_mode": 33188,
      "new_path": "tests/lib/html/domparser_test.dart"
    },
    {
      "type": "modify",
      "old_id": "b0a8acb704ac2dc1ce24dadc9ba5c0490d68f40d",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_add_test.dart",
      "new_id": "b42ab397c97b1346a68ea81e2528ad3cccafcbda",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_add_test.dart"
    },
    {
      "type": "modify",
      "old_id": "12520b78acf087e17b019b28c99f185ef12b7eb9",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_classes_svg_test.dart",
      "new_id": "cc01007854c7ec280a8d6d4cca2b195002c42d81",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_classes_svg_test.dart"
    },
    {
      "type": "modify",
      "old_id": "322efb78db3463f1fa2b2785c5ee70b88475a676",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_classes_test.dart",
      "new_id": "511ca946c0a964218a13428af979ffb3f375728e",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_classes_test.dart"
    },
    {
      "type": "modify",
      "old_id": "b5a7cfcd940f5c39746d0114cb5f1402603d222c",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_constructor_1_test.dart",
      "new_id": "d4edd5df9dbaaf3c2612d6e46e63fd49d8d5ad97",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_constructor_1_test.dart"
    },
    {
      "type": "modify",
      "old_id": "e45aed49d2b00e1a47e50165e9a7d5273dbee3c4",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_dimensions_test.dart",
      "new_id": "89b21f3425653cf8187096b1d6fee43cc4a55538",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_dimensions_test.dart"
    },
    {
      "type": "modify",
      "old_id": "21681cf6f30321f62bdafe3b05c119456164b815",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_offset_test.dart",
      "new_id": "5d18b193a41c5c3c495efd96155519a7398e99a4",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_offset_test.dart"
    },
    {
      "type": "modify",
      "old_id": "9c5575dc63c788d07e10fc07da4da4d7a448a939",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_constructors1_test.dart",
      "new_id": "4d6aade9476f3a7ba60abedfd18fa7fdb8287980",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_constructors1_test.dart"
    },
    {
      "type": "modify",
      "old_id": "d1376b056bc37e2a5589d1975e48665120996a6d",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_constructors2_test.dart",
      "new_id": "e27638dad573c34e44849265fa3fd33644f0ec53",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_constructors2_test.dart"
    },
    {
      "type": "modify",
      "old_id": "dcd5dbd7e18f1d91cdb4021fdd6c8a227bff6495",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_constructors3_test.dart",
      "new_id": "a6d5bd7fba558c94689c58096c8ce4b89ccf010a",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_constructors3_test.dart"
    },
    {
      "type": "modify",
      "old_id": "26e6acb1f0f9b5a8de24ba301ceb7103d443ef75",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_constructors4_test.dart",
      "new_id": "e73577f491539614643b0e96e417a9028351f454",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_constructors4_test.dart"
    },
    {
      "type": "modify",
      "old_id": "7039442d6c14d65708804a2f20d8eeebec2ce058",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_constructors5_test.dart",
      "new_id": "d6767ac314e51c8610217abcdba9c85ef0bd19ed",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_constructors5_test.dart"
    },
    {
      "type": "modify",
      "old_id": "50b81c2eaad52fa4aef49d7b6ed2a8d691d7a0e3",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_constructors6_test.dart",
      "new_id": "5de7231a9a989b995c818e1b61418da9a1db74bc",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_constructors6_test.dart"
    },
    {
      "type": "modify",
      "old_id": "2e0109f4580918a2b43003afb22a713726d262ca",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_content_test.dart",
      "new_id": "0fc5b3521b6f4c22aff708980aed8ca6bac33ccd",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_content_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a12acc50943bef2186e05453d789653b8686b069",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_datalist_test.dart",
      "new_id": "146f715c8530dbd835f195088b79e3cde8ce9034",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_datalist_test.dart"
    },
    {
      "type": "modify",
      "old_id": "b47f998af4ae401694896f33279a7fe72a01020c",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_details_test.dart",
      "new_id": "3e9ab8416d7cd17eb0bf7c0919337779e75bbe1d",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_details_test.dart"
    },
    {
      "type": "modify",
      "old_id": "7c23d3804f7cabb20b5fcdb4ab189793e7b8e7ce",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_embed_test.dart",
      "new_id": "22a66e265ea94a37d20824ccfbbd570e47475e5c",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_embed_test.dart"
    },
    {
      "type": "modify",
      "old_id": "cdd917e7f041f62b499046615083de9b1975046b",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_meter_test.dart",
      "new_id": "1b022fcbeb34dcc1c73a76571283fbffadc656bf",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_meter_test.dart"
    },
    {
      "type": "modify",
      "old_id": "03f508c0c8103dd629f2a6d1c857968ce8d457d4",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_object_test.dart",
      "new_id": "9ea2f3935959bc0bb8fae1bf740dd7e7563b0163",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_object_test.dart"
    },
    {
      "type": "modify",
      "old_id": "8781aa3485a64b97ed447a2c067a5a2ff5e60cc5",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_output_test.dart",
      "new_id": "1a8524e06628e551955857b1fe953d4e23f6048d",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_output_test.dart"
    },
    {
      "type": "modify",
      "old_id": "9dac47430189e4af307012965995afcaddc6ceda",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_progress_test.dart",
      "new_id": "48c10b79961ff7aa3f6d683f8e62a8da74690943",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_progress_test.dart"
    },
    {
      "type": "modify",
      "old_id": "271c49d18f43c8bccb5a68a13988bd8c31fd3c02",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_shadow_test.dart",
      "new_id": "4d9919b3bc6660f65175d57bba8252a053af3138",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_shadow_test.dart"
    },
    {
      "type": "modify",
      "old_id": "d7939ab3bc248c9ca31228c581c1fa0770885488",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_template_test.dart",
      "new_id": "eef2a9a83488bffef42c983ae83b53aee3e47dce",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_template_test.dart"
    },
    {
      "type": "modify",
      "old_id": "27c65d13ce82da9c6f76cea191c2e5fb6169f1c5",
      "old_mode": 33188,
      "old_path": "tests/lib/html/element_types_track_test.dart",
      "new_id": "d2b64b5f0eeda59c197636f141e6ecb5edfee94d",
      "new_mode": 33188,
      "new_path": "tests/lib/html/element_types_track_test.dart"
    },
    {
      "type": "modify",
      "old_id": "873513739ef55dbc3309bf5bce6e09e407e06b6e",
      "old_mode": 33188,
      "old_path": "tests/lib/html/event_test.dart",
      "new_id": "987a33e3665a8cccb164ae135fd35675b18b9ed9",
      "new_mode": 33188,
      "new_path": "tests/lib/html/event_test.dart"
    },
    {
      "type": "modify",
      "old_id": "7d937ba8337ce3f41332763b2b83ae292f79fd79",
      "old_mode": 33188,
      "old_path": "tests/lib/html/exceptions_test.dart",
      "new_id": "8ff26f5101cbf0016720ffdd44440814c11e145c",
      "new_mode": 33188,
      "new_path": "tests/lib/html/exceptions_test.dart"
    },
    {
      "type": "modify",
      "old_id": "247c4e8efb417d3fdad4482ed895a08d95c3de5c",
      "old_mode": 33188,
      "old_path": "tests/lib/html/filteredelementlist_test.dart",
      "new_id": "760b7105dbb938c98b794f14612bd5289c3f283b",
      "new_mode": 33188,
      "new_path": "tests/lib/html/filteredelementlist_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a663def745904c600b523c18252788df12d69d69",
      "old_mode": 33188,
      "old_path": "tests/lib/html/fontface_test.dart",
      "new_id": "26b84182b69e3b522f8cfb03c79c1fa1074548f9",
      "new_mode": 33188,
      "new_path": "tests/lib/html/fontface_test.dart"
    },
    {
      "type": "modify",
      "old_id": "4cc6807f8d0a7db7b60b72ed1d6bac1acb8bd8b2",
      "old_mode": 33188,
      "old_path": "tests/lib/html/form_element_test.dart",
      "new_id": "ba55fbda825ff3b5128fb805b25d9c425d4e4dbf",
      "new_mode": 33188,
      "new_path": "tests/lib/html/form_element_test.dart"
    },
    {
      "type": "modify",
      "old_id": "35c27641be746a4e5f34e032e9e339ebb15aa41e",
      "old_mode": 33188,
      "old_path": "tests/lib/html/gamepad_test.dart",
      "new_id": "6936e5469454b6c9e9281c7d1d3b50e008aaaba5",
      "new_mode": 33188,
      "new_path": "tests/lib/html/gamepad_test.dart"
    },
    {
      "type": "modify",
      "old_id": "30d24dc9d53fccbd85d3ff4cd91845ad3dc0c32a",
      "old_mode": 33188,
      "old_path": "tests/lib/html/geolocation_test.dart",
      "new_id": "97d7ec81d9f6212f486786afadae0743ac55b037",
      "new_mode": 33188,
      "new_path": "tests/lib/html/geolocation_test.dart"
    },
    {
      "type": "modify",
      "old_id": "8c4f89240903d4fefaa7112d90bfdee77c30dc05",
      "old_mode": 33188,
      "old_path": "tests/lib/html/hidden_dom_1_test.dart",
      "new_id": "60cc2278794b570c9aef2ed35bb38dfc5c77c195",
      "new_mode": 33188,
      "new_path": "tests/lib/html/hidden_dom_1_test.dart"
    },
    {
      "type": "modify",
      "old_id": "163de3514675e6e7d625a20d6b58305cf1641587",
      "old_mode": 33188,
      "old_path": "tests/lib/html/hidden_dom_2_test.dart",
      "new_id": "c3ccc2b667f79f2492f39308608ae94ca1a65787",
      "new_mode": 33188,
      "new_path": "tests/lib/html/hidden_dom_2_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a8db5c77a9383c53f40e083be8495142a29bef21",
      "old_mode": 33188,
      "old_path": "tests/lib/html/html_mock_test.dart",
      "new_id": "f8bc3d5314dc778a5f3a35572fd97761c6eae031",
      "new_mode": 33188,
      "new_path": "tests/lib/html/html_mock_test.dart"
    },
    {
      "type": "modify",
      "old_id": "fe81626e57d0004e0fa6b7eddf1cfab56bf59158",
      "old_mode": 33188,
      "old_path": "tests/lib/html/htmlcollection_test.dart",
      "new_id": "92382040d1e3d8217ef18f020d87a545b74ac896",
      "new_mode": 33188,
      "new_path": "tests/lib/html/htmlcollection_test.dart"
    },
    {
      "type": "modify",
      "old_id": "898ac064737e4d44fca1e2e193ed5f6bcdc27beb",
      "old_mode": 33188,
      "old_path": "tests/lib/html/htmlelement_test.dart",
      "new_id": "f32969fea2f5c6111cb5d5f70cad8d1de14d12a0",
      "new_mode": 33188,
      "new_path": "tests/lib/html/htmlelement_test.dart"
    },
    {
      "type": "modify",
      "old_id": "583cd8872e409a8f4956e2d1a43699a932e74a6d",
      "old_mode": 33188,
      "old_path": "tests/lib/html/htmloptionscollection_test.dart",
      "new_id": "df1daea957a146edd169727380fb641bb77db6a7",
      "new_mode": 33188,
      "new_path": "tests/lib/html/htmloptionscollection_test.dart"
    },
    {
      "type": "modify",
      "old_id": "905f4d580c9ac0275b8bbbff80efa3c03b044cd1",
      "old_mode": 33188,
      "old_path": "tests/lib/html/http_test.dart",
      "new_id": "48972613648bf56b46cf4727421f6d62dffa3586",
      "new_mode": 33188,
      "new_path": "tests/lib/html/http_test.dart"
    },
    {
      "type": "modify",
      "old_id": "09730b934ff054b8b6c66202eb0a2d066c75f41c",
      "old_mode": 33188,
      "old_path": "tests/lib/html/input_element_attributes_test.dart",
      "new_id": "abf2c45193da38d5c7ed1035b73e3c9f6f260450",
      "new_mode": 33188,
      "new_path": "tests/lib/html/input_element_attributes_test.dart"
    },
    {
      "type": "modify",
      "old_id": "43a6e79184c1451ada68128da12d5d8a2afc0d6f",
      "old_mode": 33188,
      "old_path": "tests/lib/html/input_element_constructor_test.dart",
      "new_id": "553f8429312b35de17d4a19e9c082c6d7c25de4a",
      "new_mode": 33188,
      "new_path": "tests/lib/html/input_element_constructor_test.dart"
    },
    {
      "type": "modify",
      "old_id": "6d243714085c6ace0c410467796dad9231469006",
      "old_mode": 33188,
      "old_path": "tests/lib/html/input_element_date_test.dart",
      "new_id": "19d8bb069e6cf827715e27b64c63f4eeef3b25fa",
      "new_mode": 33188,
      "new_path": "tests/lib/html/input_element_date_test.dart"
    },
    {
      "type": "modify",
      "old_id": "ee7acd042db19622055e3daba9a6994ae4d809e6",
      "old_mode": 33188,
      "old_path": "tests/lib/html/input_element_datetime_test.dart",
      "new_id": "10c3b8eea7d6feb3e2910470a6920b8a08be2e34",
      "new_mode": 33188,
      "new_path": "tests/lib/html/input_element_datetime_test.dart"
    },
    {
      "type": "modify",
      "old_id": "2f65bae9668eafa03b4a7eaf7ba5266fcac99e30",
      "old_mode": 33188,
      "old_path": "tests/lib/html/input_element_email_test.dart",
      "new_id": "da553ef812ad0d4d46e9afd2e74e98dd950b15d7",
      "new_mode": 33188,
      "new_path": "tests/lib/html/input_element_email_test.dart"
    },
    {
      "type": "modify",
      "old_id": "0668d813e7ab00d118f1ae7a598f6ec22cf16820",
      "old_mode": 33188,
      "old_path": "tests/lib/html/input_element_month_test.dart",
      "new_id": "70d818837f43c1aca7f6f5b75b18661e582d754e",
      "new_mode": 33188,
      "new_path": "tests/lib/html/input_element_month_test.dart"
    },
    {
      "type": "modify",
      "old_id": "17bd37b11cbff5f1bcd11346f4627d844133167b",
      "old_mode": 33188,
      "old_path": "tests/lib/html/input_element_number_test.dart",
      "new_id": "a549b0274a0e8c15840d7c4f81765ac1f6c6fb7b",
      "new_mode": 33188,
      "new_path": "tests/lib/html/input_element_number_test.dart"
    },
    {
      "type": "modify",
      "old_id": "c6d21cdb413d630f6f5198c331ae359d61bd2e8e",
      "old_mode": 33188,
      "old_path": "tests/lib/html/input_element_range_test.dart",
      "new_id": "fc8ba568bc79931eccf649c73b2483dab6327d2a",
      "new_mode": 33188,
      "new_path": "tests/lib/html/input_element_range_test.dart"
    },
    {
      "type": "modify",
      "old_id": "7e57334232dbb01ff70967059a8f7a2a33694f36",
      "old_mode": 33188,
      "old_path": "tests/lib/html/input_element_search_test.dart",
      "new_id": "d1666e90525c411e53ff65c17ebbae8e00ddcf12",
      "new_mode": 33188,
      "new_path": "tests/lib/html/input_element_search_test.dart"
    },
    {
      "type": "modify",
      "old_id": "de7919c1c8e93fe3608124e0a24140d005d76cab",
      "old_mode": 33188,
      "old_path": "tests/lib/html/input_element_tel_test.dart",
      "new_id": "3ddf19e126f7ec20e586e04cea18cbf4ee322603",
      "new_mode": 33188,
      "new_path": "tests/lib/html/input_element_tel_test.dart"
    },
    {
      "type": "modify",
      "old_id": "c5a847734161da42165d1fc951ae200334726ca7",
      "old_mode": 33188,
      "old_path": "tests/lib/html/input_element_time_test.dart",
      "new_id": "75ee7662d3241493ab85b28650f38ff0b0cb4ea4",
      "new_mode": 33188,
      "new_path": "tests/lib/html/input_element_time_test.dart"
    },
    {
      "type": "modify",
      "old_id": "8b14ca0839dfd5a07b9daec6a1eaa4ba1f12f161",
      "old_mode": 33188,
      "old_path": "tests/lib/html/input_element_url_test.dart",
      "new_id": "fd18e089fe67831dc2a9737d82119e048668cf56",
      "new_mode": 33188,
      "new_path": "tests/lib/html/input_element_url_test.dart"
    },
    {
      "type": "modify",
      "old_id": "35430cceb5763ae2f7fb7de21b5cdaf0bf07a771",
      "old_mode": 33188,
      "old_path": "tests/lib/html/input_element_week_test.dart",
      "new_id": "3d900ab7f92d9eaf9305510c2495e8f0df518d33",
      "new_mode": 33188,
      "new_path": "tests/lib/html/input_element_week_test.dart"
    },
    {
      "type": "modify",
      "old_id": "9ee04b3ad1addea8909d98588eb90cb1438230bd",
      "old_mode": 33188,
      "old_path": "tests/lib/html/instance_of_test.dart",
      "new_id": "66eebfb2708f0a1348cae82785e5a8fb3fc10365",
      "new_mode": 33188,
      "new_path": "tests/lib/html/instance_of_test.dart"
    },
    {
      "type": "modify",
      "old_id": "86b1e6cd986db7b10ecd6c4ccc3b209830c5f5d5",
      "old_mode": 33188,
      "old_path": "tests/lib/html/interactive_test.dart",
      "new_id": "8cc97a05e4d4e1013ceaa9316e078379b1336d44",
      "new_mode": 33188,
      "new_path": "tests/lib/html/interactive_test.dart"
    },
    {
      "type": "modify",
      "old_id": "1775ed448e6364ecdbf33a06615e5a406d9bf04a",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_array_test.dart",
      "new_id": "fdf610fbd251ed6600fb9e77810305c434a49912",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_array_test.dart"
    },
    {
      "type": "modify",
      "old_id": "8c0714b750062cd327b14a7ab4e0f2ca7d031638",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_browser_test.dart",
      "new_id": "781404216eddc38f028057950daa916bac537dea",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_browser_test.dart"
    },
    {
      "type": "modify",
      "old_id": "62cfc523710c33cb4b71a2ce8e7222b1731805c0",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_caching_test.dart",
      "new_id": "21f82fad7e522248080713b01ff03ad3e0ac89cd",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_caching_test.dart"
    },
    {
      "type": "modify",
      "old_id": "426d1218197c64f0f368a3422b490e6ae930a93b",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_context_test.dart",
      "new_id": "3af971c99827fc64c6c5dfb97346cc71b973d880",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_context_test.dart"
    },
    {
      "type": "modify",
      "old_id": "f4d20b173da06c0be79a7a6baf45ba64dfd725ab",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_dart_functions_test.dart",
      "new_id": "12e31ae3ab9c26f7ff149aaba68c225c99c6c09f",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_dart_functions_test.dart"
    },
    {
      "type": "modify",
      "old_id": "2ad2a2e3acec34d93f0d462d52b04be55d5b9731",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_dart_js_test.dart",
      "new_id": "9fade8cfa9360e55f3cdd726ed5d67a05e065476",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_dart_js_test.dart"
    },
    {
      "type": "modify",
      "old_id": "357b08d3110e063644fcc11cbb0dc7d9dfedf57d",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_dart_to_string_test.dart",
      "new_id": "09743caaf30dcc0e5794568ede9216edea9b0a2f",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_dart_to_string_test.dart"
    },
    {
      "type": "modify",
      "old_id": "f20a4ffa6ab5255fda464c79d42f1c5ac0a7ded8",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_dispatch_property_test.dart",
      "new_id": "6e9af75a88a00c290ded2af80894a7f07957c1b2",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_dispatch_property_test.dart"
    },
    {
      "type": "modify",
      "old_id": "d01e29b5075d5ac29eb7c7c7c442bc4e5df3f15f",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_function_getter_test.dart",
      "new_id": "4b710b73f3c4d897550cc0f431586580fa0cf0b3",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_function_getter_test.dart"
    },
    {
      "type": "modify",
      "old_id": "dadf6a9d18cba6eecef809c5ef04f55f20696ca5",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_identity_test.dart",
      "new_id": "aaed4bb9dc1fe9cb0f5e5d7a42ece9a67a4596e1",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_identity_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a61ae6fcb2d4fa6adc56187ef93a66b8ce2a0535",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_interop_constructor_name/div_test.dart",
      "new_id": "defe42e5464ce0153d71b3f92200cebff9b02ecc",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_interop_constructor_name/div_test.dart"
    },
    {
      "type": "modify",
      "old_id": "d464c18e0c0e10f147c34fb57f2a9ce7f20e916c",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_interop_constructor_name/error1_test.dart",
      "new_id": "e7036532b5c18a5ca4d8c1c9391f34dde7cfccaf",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_interop_constructor_name/error1_test.dart"
    },
    {
      "type": "modify",
      "old_id": "e2ef8d3477cbeb2bc5341b774cc340cfc5aff056",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_interop_constructor_name/error2_test.dart",
      "new_id": "dd25f55e64cc2f32aeeb208a61964fe081dcbb8c",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_interop_constructor_name/error2_test.dart"
    },
    {
      "type": "modify",
      "old_id": "3d3099fb22679edc4659676a4b2901bb218c4c4b",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_interop_constructor_name/method_test.dart",
      "new_id": "f92d04128ec964882386cfae8e24183ef0276d39",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_interop_constructor_name/method_test.dart"
    },
    {
      "type": "modify",
      "old_id": "af9394e9e0f12e6cde4e41ab295275423055fda6",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_javascript_function_test.dart",
      "new_id": "ceb23f906cb6b9789c1eb1d6622f1054a3e1f340",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_javascript_function_test.dart"
    },
    {
      "type": "modify",
      "old_id": "312e32425b9d6af78c1b8add02051b5cbfce81c3",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_jsarray_test.dart",
      "new_id": "d8f31bac0363b608265bb5eec64bddc20b6f4413",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_jsarray_test.dart"
    },
    {
      "type": "modify",
      "old_id": "374c4ad58fa0ae49b05a87450df48ee8d1631adc",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_jsfunc_callmethod_test.dart",
      "new_id": "9e8af267dd63c8c7f90b0899f9b8e8f20db42545",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_jsfunc_callmethod_test.dart"
    },
    {
      "type": "modify",
      "old_id": "4a59a1f5dccf6e5778142150c1ff7f3d9ca80a17",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_jsify_test.dart",
      "new_id": "3877874532e69c84ce35ba8299c64008ebff9a75",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_jsify_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a718cb4ce870038dbdec62977cf85719eaf83404",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_jsobject_test.dart",
      "new_id": "9ec920c8c2f4553d714d65843318913dec0342d3",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_jsobject_test.dart"
    },
    {
      "type": "modify",
      "old_id": "4c226a89f3d539cb1362a34b52d4982c4ef0ba14",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_methods_test.dart",
      "new_id": "0344aaf9ff44db37d017a84bd4ab6df2220176a6",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_methods_test.dart"
    },
    {
      "type": "modify",
      "old_id": "e56887f8dc645fe73bb0c15e516de278b0dba535",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_test_util.dart",
      "new_id": "25ce3e9e54b29fdc910b3e154585125f6628d61c",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_test_util.dart"
    },
    {
      "type": "modify",
      "old_id": "46fcdcce36db7c55c35c777d27c305a149edd18f",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_transferrables_test.dart",
      "new_id": "e92f82bed014bf8693fa6e154b83eda7b881f315",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_transferrables_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a5b53024b95fffb1408e4175871a974bec1eb861",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_typed_interop_anonymous2_test.dart",
      "new_id": "3006502331d134497671d22de94107efe36b76c8",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_typed_interop_anonymous2_test.dart"
    },
    {
      "type": "modify",
      "old_id": "485f8123375fcf77e1a839547bd5b9c3905b6b57",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_typed_interop_anonymous_test.dart",
      "new_id": "b081f6a0bebc0d03252b329305d1e690b6a61a45",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_typed_interop_anonymous_test.dart"
    },
    {
      "type": "modify",
      "old_id": "e0dbaff4f41108094d6b1e1fb56e79371e876cfd",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_typed_interop_anonymous_unreachable_test.dart",
      "new_id": "a5a8b0ed4b4d881eb4fbe9c6420d49f034213604",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_typed_interop_anonymous_unreachable_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a444043b0d3bae01cf501b5ff52fbc896054fe2b",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_typed_interop_bind_this_test.dart",
      "new_id": "a0625f3fdc98864000053299f26a25a0cc5c629a",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_typed_interop_bind_this_test.dart"
    },
    {
      "type": "modify",
      "old_id": "663a789a38a0b095ec4c1fe33dc560db31a7bced",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_typed_interop_callable_object_test.dart",
      "new_id": "7c4eb6d55cc92199ae6b3a518c3b26c9af55105e",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_typed_interop_callable_object_test.dart"
    },
    {
      "type": "modify",
      "old_id": "5fbf41be20e48a6ec4ba465d6303a8b05832ec3f",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_typed_interop_default_arg_static_test.dart",
      "new_id": "7a48dea8594820363735e1e1f2622f0e95b152ff",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_typed_interop_default_arg_static_test.dart"
    },
    {
      "type": "modify",
      "old_id": "b309af5db4688f6e0397c859f0d3f3b5eb0a53db",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_typed_interop_default_arg_test.dart",
      "new_id": "bb75fd204f4acb63b347893a3139894183438c35",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_typed_interop_default_arg_test.dart"
    },
    {
      "type": "modify",
      "old_id": "030c9c234c54ed88e05a0c0fea3ba564f8d0231e",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_typed_interop_dynamic_test.dart",
      "new_id": "f71ab736e4d381ac6bac5334813a621d47eb14f2",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_typed_interop_dynamic_test.dart"
    },
    {
      "type": "modify",
      "old_id": "1825174c5928ccc9a2428935b1880f78d783ede3",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_typed_interop_lazy_test.dart",
      "new_id": "dac890b45258f616a10816367afe123c0962c09a",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_typed_interop_lazy_test.dart"
    },
    {
      "type": "modify",
      "old_id": "48d683129317ee1689f55e884a78a8ec58f37824",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_typed_interop_rename_static_test.dart",
      "new_id": "8a4492cd2c0821c35537d8c21c7b2a0a9082cd12",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_typed_interop_rename_static_test.dart"
    },
    {
      "type": "modify",
      "old_id": "c22207351ecf7eb47965c460a149a50366548dd2",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_typed_interop_side_cast_test.dart",
      "new_id": "3848ccb935da1442350b19aa6b204e8f5d6792e9",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_typed_interop_side_cast_test.dart"
    },
    {
      "type": "modify",
      "old_id": "b5e2c725c48cf81be0c13530dbf567f49e1248a9",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_typed_interop_test.dart",
      "new_id": "b28ebe44d60063e0d1f5666026a24fe8362b00c6",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_typed_interop_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a3d509253a6dc00acbd6a37bb0df3c6ac4454e5b",
      "old_mode": 33188,
      "old_path": "tests/lib/html/js_util_test.dart",
      "new_id": "50bd802d5300677e63a4f32739441cf859f0ed7f",
      "new_mode": 33188,
      "new_path": "tests/lib/html/js_util_test.dart"
    },
    {
      "type": "modify",
      "old_id": "74e63d33137091da83fd7d02a469678380aee679",
      "old_mode": 33188,
      "old_path": "tests/lib/html/keyboard_event_test.dart",
      "new_id": "d8ae8b4448d5c6de376f6702dd2451f7a6e44e1f",
      "new_mode": 33188,
      "new_path": "tests/lib/html/keyboard_event_test.dart"
    },
    {
      "type": "modify",
      "old_id": "57db92082689abe68afe2484adf0a1a0da1fdfc0",
      "old_mode": 33188,
      "old_path": "tests/lib/html/localstorage_test.dart",
      "new_id": "a8ff1fef7c29118df6fb1b63bf291d8f53246595",
      "new_mode": 33188,
      "new_path": "tests/lib/html/localstorage_test.dart"
    },
    {
      "type": "modify",
      "old_id": "0b8369ce9cd74a7ae33568b47fc4df4fc65928c7",
      "old_mode": 33188,
      "old_path": "tests/lib/html/location_test.dart",
      "new_id": "45bc0936c19fb25aae704057aa7a7e88919309d7",
      "new_mode": 33188,
      "new_path": "tests/lib/html/location_test.dart"
    },
    {
      "type": "modify",
      "old_id": "7dc5bde56af995751f8974a7199efef103e2817c",
      "old_mode": 33188,
      "old_path": "tests/lib/html/media_stream_test.dart",
      "new_id": "e9c71e55affcea14fd31e2d0568e04b164e16505",
      "new_mode": 33188,
      "new_path": "tests/lib/html/media_stream_test.dart"
    },
    {
      "type": "modify",
      "old_id": "ac6765a5fcbb9b3aea0912fd2e9b73e91a3b3977",
      "old_mode": 33188,
      "old_path": "tests/lib/html/mediasource_test.dart",
      "new_id": "51ea47828fc521d42386384ab4cc15fd8b64f691",
      "new_mode": 33188,
      "new_path": "tests/lib/html/mediasource_test.dart"
    },
    {
      "type": "modify",
      "old_id": "c6029dd241d62665fc517683030913dc4855893c",
      "old_mode": 33188,
      "old_path": "tests/lib/html/message_channel_test.dart",
      "new_id": "8a01f96457e486c3278ecf016d4a618bf3b0b7fe",
      "new_mode": 33188,
      "new_path": "tests/lib/html/message_channel_test.dart"
    },
    {
      "type": "modify",
      "old_id": "83811c9a8b55b357a1f8d2cadbac9db4d37ee3d3",
      "old_mode": 33188,
      "old_path": "tests/lib/html/messageevent_test.dart",
      "new_id": "8a070c9541b287f72d4b75434207e4d34ba6522b",
      "new_mode": 33188,
      "new_path": "tests/lib/html/messageevent_test.dart"
    },
    {
      "type": "modify",
      "old_id": "7d7b0d9c33b1f951e3e2dab0b6ce133fc27425c3",
      "old_mode": 33188,
      "old_path": "tests/lib/html/mouse_event_test.dart",
      "new_id": "f09d68a1df8ba9ff1af888256f14594a4d42a8ff",
      "new_mode": 33188,
      "new_path": "tests/lib/html/mouse_event_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a41709b337ea33db7922f7d125e2ced4cd47d4f9",
      "old_mode": 33188,
      "old_path": "tests/lib/html/mutationobserver_test.dart",
      "new_id": "d4c4a6644185d6c5ac49542b486e1279cd59f930",
      "new_mode": 33188,
      "new_path": "tests/lib/html/mutationobserver_test.dart"
    },
    {
      "type": "modify",
      "old_id": "2e9041844d60a411459e1b7e83f2b38f453695ba",
      "old_mode": 33188,
      "old_path": "tests/lib/html/node_test.dart",
      "new_id": "918bedd0edad546d8c98eabe39ec8142f946aaf2",
      "new_mode": 33188,
      "new_path": "tests/lib/html/node_test.dart"
    },
    {
      "type": "modify",
      "old_id": "2d7205ca27942fbec0278dc51f060ac2d6c697c3",
      "old_mode": 33188,
      "old_path": "tests/lib/html/node_validator_important_if_you_suppress_make_the_bug_critical_test.dart",
      "new_id": "46765b5b804a6a04836fcb2340c2028608ac65c4",
      "new_mode": 33188,
      "new_path": "tests/lib/html/node_validator_important_if_you_suppress_make_the_bug_critical_test.dart"
    },
    {
      "type": "modify",
      "old_id": "31bc58dd01f01ee52b395b01d142f00fcb480b81",
      "old_mode": 33188,
      "old_path": "tests/lib/html/notification_test.dart",
      "new_id": "649708341d6562d62388d25f6dce8f700659c965",
      "new_mode": 33188,
      "new_path": "tests/lib/html/notification_test.dart"
    },
    {
      "type": "modify",
      "old_id": "848ec9e21d0b5960274e755e9b155401c8037412",
      "old_mode": 33188,
      "old_path": "tests/lib/html/performance_api_test.dart",
      "new_id": "262d2d57d9e60287fb4d596eb4e6c57dc3cec6a0",
      "new_mode": 33188,
      "new_path": "tests/lib/html/performance_api_test.dart"
    },
    {
      "type": "modify",
      "old_id": "ace743df6d55219136665dc4a6e440c271e2913e",
      "old_mode": 33188,
      "old_path": "tests/lib/html/postmessage_structured_test.dart",
      "new_id": "d244e1b3153c1690a2d3c1401a23868e95550cd3",
      "new_mode": 33188,
      "new_path": "tests/lib/html/postmessage_structured_test.dart"
    },
    {
      "type": "modify",
      "old_id": "82ffa2fa57945bbbaa00a5e45af3e57d0b459e91",
      "old_mode": 33188,
      "old_path": "tests/lib/html/query_test.dart",
      "new_id": "43dc121582901bc5a2ccdb0501cbe482e5c21f61",
      "new_mode": 33188,
      "new_path": "tests/lib/html/query_test.dart"
    },
    {
      "type": "modify",
      "old_id": "6516a3c3666397edd2cd7b5e0a798584fbd7cbaf",
      "old_mode": 33188,
      "old_path": "tests/lib/html/queryall_test.dart",
      "new_id": "8222b07c64fae9f37bcc5dc5eb7546b099c922cc",
      "new_mode": 33188,
      "new_path": "tests/lib/html/queryall_test.dart"
    },
    {
      "type": "modify",
      "old_id": "489d1d9cb95c919a5163fe059f172c34fe37a2ae",
      "old_mode": 33188,
      "old_path": "tests/lib/html/range_test.dart",
      "new_id": "8d64c248d8c288181631ee35b210ce9ecffac50d",
      "new_mode": 33188,
      "new_path": "tests/lib/html/range_test.dart"
    },
    {
      "type": "modify",
      "old_id": "88dc43f83d4ed6bcec83450b7dd9f0c5a6210ab8",
      "old_mode": 33188,
      "old_path": "tests/lib/html/rtc_test.dart",
      "new_id": "ebe9a5a1c3c2ac273d112ee6dbba191b1259582d",
      "new_mode": 33188,
      "new_path": "tests/lib/html/rtc_test.dart"
    },
    {
      "type": "modify",
      "old_id": "22b19faf4738e848465ab6eec0898e65c58ef356",
      "old_mode": 33188,
      "old_path": "tests/lib/html/selectelement_test.dart",
      "new_id": "a7da7abe3d05b8a9da2f7577622dedafe7380790",
      "new_mode": 33188,
      "new_path": "tests/lib/html/selectelement_test.dart"
    },
    {
      "type": "modify",
      "old_id": "02370b8f8ce93176322d6d9937d1b269b9cedef3",
      "old_mode": 33188,
      "old_path": "tests/lib/html/serialized_script_value_test.dart",
      "new_id": "ebbcc34d922e88dedb61120d5e23aea7af5a91e4",
      "new_mode": 33188,
      "new_path": "tests/lib/html/serialized_script_value_test.dart"
    },
    {
      "type": "modify",
      "old_id": "319998281d42d3b62cb6b7d84cdb6397d8848853",
      "old_mode": 33188,
      "old_path": "tests/lib/html/shadow_dom_test.dart",
      "new_id": "1ed470897d3f9ae2c4ba7cd485d1ee5c15e4aa1f",
      "new_mode": 33188,
      "new_path": "tests/lib/html/shadow_dom_test.dart"
    },
    {
      "type": "modify",
      "old_id": "85c4ac1a7d06745a27659ea1ee12bd54a8816596",
      "old_mode": 33188,
      "old_path": "tests/lib/html/shadowroot_test.dart",
      "new_id": "dd23f97608f58df500daad8202f94cc169eccbd6",
      "new_mode": 33188,
      "new_path": "tests/lib/html/shadowroot_test.dart"
    },
    {
      "type": "modify",
      "old_id": "066faf03d05893fac27341a3a112ca0dadd0d34b",
      "old_mode": 33188,
      "old_path": "tests/lib/html/speechrecognition_test.dart",
      "new_id": "a26af1105e77e1399e4c1d855d88d75390d80de7",
      "new_mode": 33188,
      "new_path": "tests/lib/html/speechrecognition_test.dart"
    },
    {
      "type": "modify",
      "old_id": "21f6e82b94d9c839c5262de91642e5bc3ba8d1f1",
      "old_mode": 33188,
      "old_path": "tests/lib/html/storage_test.dart",
      "new_id": "81fa408b247438ec796467da9aee4bb5fa73ad1a",
      "new_mode": 33188,
      "new_path": "tests/lib/html/storage_test.dart"
    },
    {
      "type": "modify",
      "old_id": "5f8bd88c054c15ca44c21d98ddac58f887d8e738",
      "old_mode": 33188,
      "old_path": "tests/lib/html/streams_test.dart",
      "new_id": "7e8a280cc974baa60780a7415c48e5dfbb6cb85d",
      "new_mode": 33188,
      "new_path": "tests/lib/html/streams_test.dart"
    },
    {
      "type": "modify",
      "old_id": "fecb2eed086f6c534c1bbae4833a2c31e1df089f",
      "old_mode": 33188,
      "old_path": "tests/lib/html/svg_test.dart",
      "new_id": "210cbed559ce8403f8a58aefbebe25f1a37ac789",
      "new_mode": 33188,
      "new_path": "tests/lib/html/svg_test.dart"
    },
    {
      "type": "modify",
      "old_id": "24d74701a4768eb0bb12c803bb05f28edc9b5645",
      "old_mode": 33188,
      "old_path": "tests/lib/html/svgelement_test.dart",
      "new_id": "eb8cdd447fcf7b48d6707205b8ef868558d1f2da",
      "new_mode": 33188,
      "new_path": "tests/lib/html/svgelement_test.dart"
    },
    {
      "type": "modify",
      "old_id": "cb7a4e2d722afbd7b04a195306f247e737eeae6e",
      "old_mode": 33188,
      "old_path": "tests/lib/html/table_test.dart",
      "new_id": "5e21b5fa17f46e132c221653b2d2c8426b842f16",
      "new_mode": 33188,
      "new_path": "tests/lib/html/table_test.dart"
    },
    {
      "type": "modify",
      "old_id": "26c7a2a07f1c463706f8b1cc8883e9e41de16ad9",
      "old_mode": 33188,
      "old_path": "tests/lib/html/text_event_test.dart",
      "new_id": "b4ecf7ca4fae7c1ce9a4c4545b85fce692f5f70b",
      "new_mode": 33188,
      "new_path": "tests/lib/html/text_event_test.dart"
    },
    {
      "type": "modify",
      "old_id": "d91abb9cf6f26c3958cb148c030a26bcdcb43cd3",
      "old_mode": 33188,
      "old_path": "tests/lib/html/touchevent_test.dart",
      "new_id": "52511fb36f5dae968a16f0dfda8418a4e355fa41",
      "new_mode": 33188,
      "new_path": "tests/lib/html/touchevent_test.dart"
    },
    {
      "type": "modify",
      "old_id": "e2643b624f8a4c5078e281b1146d4428079a2dbb",
      "old_mode": 33188,
      "old_path": "tests/lib/html/track_element_constructor_test.dart",
      "new_id": "b642b1d1b96247168a15038235fd1ffa9e4e9efe",
      "new_mode": 33188,
      "new_path": "tests/lib/html/track_element_constructor_test.dart"
    },
    {
      "type": "modify",
      "old_id": "1f516435ebd8a819a01d9136706953a67c008679",
      "old_mode": 33188,
      "old_path": "tests/lib/html/transferables_test.dart",
      "new_id": "ade51a4214606af1f8d71054308e3c3143f1e313",
      "new_mode": 33188,
      "new_path": "tests/lib/html/transferables_test.dart"
    },
    {
      "type": "modify",
      "old_id": "32cdbf7fb135118fc6eec57d2110d98e52fcc311",
      "old_mode": 33188,
      "old_path": "tests/lib/html/transition_event_test.dart",
      "new_id": "98d0dc7ba7367c96c1c2e623229b45ca260a3133",
      "new_mode": 33188,
      "new_path": "tests/lib/html/transition_event_test.dart"
    },
    {
      "type": "modify",
      "old_id": "80c7738e98787159fd3ea2ebe5155f367165976e",
      "old_mode": 33188,
      "old_path": "tests/lib/html/trusted_html_tree_sanitizer_test.dart",
      "new_id": "a1d1c30e5455d5321ba9c7dbb1221a1502600559",
      "new_mode": 33188,
      "new_path": "tests/lib/html/trusted_html_tree_sanitizer_test.dart"
    },
    {
      "type": "modify",
      "old_id": "c624c6202dcfcb64189016194d2f34337dbf7c71",
      "old_mode": 33188,
      "old_path": "tests/lib/html/typed_arrays_1_test.dart",
      "new_id": "d0c350dfaa33669fcd24ae18a9893b2aadeb76a6",
      "new_mode": 33188,
      "new_path": "tests/lib/html/typed_arrays_1_test.dart"
    },
    {
      "type": "modify",
      "old_id": "51bd8c7e0a8132542d9ecb01c36223f7fc00fa4a",
      "old_mode": 33188,
      "old_path": "tests/lib/html/typed_arrays_2_test.dart",
      "new_id": "14467a21dfbfd980a6c194268a8f15c7059c9a49",
      "new_mode": 33188,
      "new_path": "tests/lib/html/typed_arrays_2_test.dart"
    },
    {
      "type": "modify",
      "old_id": "7a07f86366a6a5937f01ec36008c142b6a0a56b5",
      "old_mode": 33188,
      "old_path": "tests/lib/html/typed_arrays_3_test.dart",
      "new_id": "7aa8c104df49678c15d09f875491e26165f1a0d9",
      "new_mode": 33188,
      "new_path": "tests/lib/html/typed_arrays_3_test.dart"
    },
    {
      "type": "modify",
      "old_id": "ba8ee162039517f7aee5b1edefe3676c449aed0f",
      "old_mode": 33188,
      "old_path": "tests/lib/html/typed_arrays_4_test.dart",
      "new_id": "00cda6b0ca98873bcb9130d14ad9aabf75b7cd04",
      "new_mode": 33188,
      "new_path": "tests/lib/html/typed_arrays_4_test.dart"
    },
    {
      "type": "modify",
      "old_id": "e7b1e9b33e3f1eff27292dbba73aa6435d0c8d01",
      "old_mode": 33188,
      "old_path": "tests/lib/html/typed_arrays_5_test.dart",
      "new_id": "066e873e1cafe31a05208edb61110676aa241069",
      "new_mode": 33188,
      "new_path": "tests/lib/html/typed_arrays_5_test.dart"
    },
    {
      "type": "modify",
      "old_id": "784a9e272630611c5698a28e13f6d47d686562d7",
      "old_mode": 33188,
      "old_path": "tests/lib/html/typed_arrays_arraybuffer_test.dart",
      "new_id": "fa59b0ec29b9d4cbabacf20a8ae70f527a47c556",
      "new_mode": 33188,
      "new_path": "tests/lib/html/typed_arrays_arraybuffer_test.dart"
    },
    {
      "type": "modify",
      "old_id": "e774a6d061a280f46e8e497da54a541a158f19a6",
      "old_mode": 33188,
      "old_path": "tests/lib/html/typed_arrays_dataview_test.dart",
      "new_id": "bb90959fdc30ad353d6157b4222c2e0431687451",
      "new_mode": 33188,
      "new_path": "tests/lib/html/typed_arrays_dataview_test.dart"
    },
    {
      "type": "modify",
      "old_id": "f6d8dbf9b04d49b9bbdbe1c8040bf09917e395a9",
      "old_mode": 33188,
      "old_path": "tests/lib/html/typed_arrays_range_checks_test.dart",
      "new_id": "d3b53330478865c1a5cf6a6dc7032af5f2414f9e",
      "new_mode": 33188,
      "new_path": "tests/lib/html/typed_arrays_range_checks_test.dart"
    },
    {
      "type": "modify",
      "old_id": "3f4919a6f27cd9a5ffc0ee447b6344183584d02b",
      "old_mode": 33188,
      "old_path": "tests/lib/html/typed_arrays_simd_test.dart",
      "new_id": "38866e88c5c27249aec8aea6ae090d70033bbb41",
      "new_mode": 33188,
      "new_path": "tests/lib/html/typed_arrays_simd_test.dart"
    },
    {
      "type": "modify",
      "old_id": "6a93e4e49fdcd9b75368ac8edd83d8772841f210",
      "old_mode": 33188,
      "old_path": "tests/lib/html/typing_test.dart",
      "new_id": "9da0b2f9a83fb1482c0ccff50787208c6b54d6ef",
      "new_mode": 33188,
      "new_path": "tests/lib/html/typing_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a964bb8ec5f8e605be504c1722ce0edeb5bd8456",
      "old_mode": 33188,
      "old_path": "tests/lib/html/unknownelement_test.dart",
      "new_id": "5297d9ea2ad767e8df8957ca19d70d9034fcc11a",
      "new_mode": 33188,
      "new_path": "tests/lib/html/unknownelement_test.dart"
    },
    {
      "type": "modify",
      "old_id": "32ec8659f239e9d98bf7e73ec3ca76477842be52",
      "old_mode": 33188,
      "old_path": "tests/lib/html/uri_test.dart",
      "new_id": "0e61ef3d78eabf86276ce0542e5f69beecd14495",
      "new_mode": 33188,
      "new_path": "tests/lib/html/uri_test.dart"
    },
    {
      "type": "modify",
      "old_id": "857f8ae29f19463c4908a89c45aabe0c2ccd2f1b",
      "old_mode": 33188,
      "old_path": "tests/lib/html/url_test.dart",
      "new_id": "3a6a7471a484f0cab96cf9712264980f3355867c",
      "new_mode": 33188,
      "new_path": "tests/lib/html/url_test.dart"
    },
    {
      "type": "modify",
      "old_id": "59cac630f96efc0510502567d27e304b70588b19",
      "old_mode": 33188,
      "old_path": "tests/lib/html/utils.dart",
      "new_id": "976d0eb90abccf41afdece689d664a0dd17b9f40",
      "new_mode": 33188,
      "new_path": "tests/lib/html/utils.dart"
    },
    {
      "type": "modify",
      "old_id": "3c72c3bcdab682a61f951c85c434ccecce3d2365",
      "old_mode": 33188,
      "old_path": "tests/lib/html/webgl_1_test.dart",
      "new_id": "763ad4d30d1d7a3434e68bc11a5715ce2fcf793b",
      "new_mode": 33188,
      "new_path": "tests/lib/html/webgl_1_test.dart"
    },
    {
      "type": "modify",
      "old_id": "fb3aab95d79fdae1b14239c8c0b3dc663dd098f5",
      "old_mode": 33188,
      "old_path": "tests/lib/html/webgl_extensions_test.dart",
      "new_id": "8af6c4ce2dd7c431f756ec029945a1e8c05dd943",
      "new_mode": 33188,
      "new_path": "tests/lib/html/webgl_extensions_test.dart"
    },
    {
      "type": "modify",
      "old_id": "049186884b83a4d11a1d6cb44c632b46009a7296",
      "old_mode": 33188,
      "old_path": "tests/lib/html/wheelevent_test.dart",
      "new_id": "fcf72a1bc7afe1881b724d1679094ad585c5e176",
      "new_mode": 33188,
      "new_path": "tests/lib/html/wheelevent_test.dart"
    },
    {
      "type": "modify",
      "old_id": "03be5efc78a0e940494ef90ac9aae600b17fa1bb",
      "old_mode": 33188,
      "old_path": "tests/lib/html/window_eq_test.dart",
      "new_id": "5d2081dcbf2a015f2b8f742a4ad6d2edfdc89147",
      "new_mode": 33188,
      "new_path": "tests/lib/html/window_eq_test.dart"
    },
    {
      "type": "modify",
      "old_id": "f427a34d8f2131f5cae9316aafb18b30a2a26365",
      "old_mode": 33188,
      "old_path": "tests/lib/html/window_mangling_test.dart",
      "new_id": "3196ec6507868f41e9a899f9056aa50539f8dffa",
      "new_mode": 33188,
      "new_path": "tests/lib/html/window_mangling_test.dart"
    },
    {
      "type": "modify",
      "old_id": "5e3556f80f447a97c15707023c6467931018d09d",
      "old_mode": 33188,
      "old_path": "tests/lib/html/window_nosuchmethod_test.dart",
      "new_id": "bbfb7e72b1fdacb385eacab3bffb355bfc5f4e4c",
      "new_mode": 33188,
      "new_path": "tests/lib/html/window_nosuchmethod_test.dart"
    },
    {
      "type": "modify",
      "old_id": "9e6ff6a1bb3eaea61b0294903dc00f536201dc74",
      "old_mode": 33188,
      "old_path": "tests/lib/html/window_test.dart",
      "new_id": "ef7715051382df2b329c31425eb54a0e505de43b",
      "new_mode": 33188,
      "new_path": "tests/lib/html/window_test.dart"
    },
    {
      "type": "modify",
      "old_id": "fecb78e4a17238bf7e9dcbc96027dd1ca9a163d1",
      "old_mode": 33188,
      "old_path": "tests/lib/html/worker_supported_test.dart",
      "new_id": "92b710a63f8cac9ae83aeb9cb2e49f5cc364dbf7",
      "new_mode": 33188,
      "new_path": "tests/lib/html/worker_supported_test.dart"
    },
    {
      "type": "modify",
      "old_id": "d61b84b8dd9294d8d51f6755ab64c458e6485480",
      "old_mode": 33188,
      "old_path": "tests/lib/html/wrapping_collections_test.dart",
      "new_id": "034e5edabf1583c3865faf17809ff9a4840dd1c8",
      "new_mode": 33188,
      "new_path": "tests/lib/html/wrapping_collections_test.dart"
    },
    {
      "type": "modify",
      "old_id": "61cb5a034cdccf621298a03efef2cfff551ce40b",
      "old_mode": 33188,
      "old_path": "tests/lib/html/xsltprocessor_test.dart",
      "new_id": "2177b4d74636da8745a77678fa3d66bb3b7bd733",
      "new_mode": 33188,
      "new_path": "tests/lib/html/xsltprocessor_test.dart"
    },
    {
      "type": "modify",
      "old_id": "e943c547ef401cc741f5a6e62a7a9c2fbd19b20c",
      "old_mode": 33188,
      "old_path": "tests/lib/isolate/issue_35626_test.dart",
      "new_id": "1c98f0765901d43ccee30aa6903b9f4dce4a089d",
      "new_mode": 33188,
      "new_path": "tests/lib/isolate/issue_35626_test.dart"
    },
    {
      "type": "modify",
      "old_id": "96cc5e8f9e6478c8f7412ea1b0f4d0f35443b72d",
      "old_mode": 33188,
      "old_path": "tests/lib/isolate/issue_6610_test.dart",
      "new_id": "11482e0cef2efa0ad0701adc65c10e7f4951ce26",
      "new_mode": 33188,
      "new_path": "tests/lib/isolate/issue_6610_test.dart"
    },
    {
      "type": "modify",
      "old_id": "d6c1fb85134bf9daa84ced9f70b4648607bf50c6",
      "old_mode": 33188,
      "old_path": "tests/lib/js/export/functional_test.dart",
      "new_id": "b89b95899c89ced39acbeb0cb2f5e91f24fa904e",
      "new_mode": 33188,
      "new_path": "tests/lib/js/export/functional_test.dart"
    },
    {
      "type": "modify",
      "old_id": "2994caf2ea07cbd470923d3066e349c94bb972db",
      "old_mode": 33188,
      "old_path": "tests/lib/js/export/static_interop_mock/functional_test_lib.dart",
      "new_id": "69af5ff5ca95be63b3c941d559e1d2fdda448bea",
      "new_mode": 33188,
      "new_path": "tests/lib/js/export/static_interop_mock/functional_test_lib.dart"
    },
    {
      "type": "modify",
      "old_id": "c712e35ab671e352e4b5c123789d4336147a2090",
      "old_mode": 33188,
      "old_path": "tests/lib/js/export/static_interop_mock/inheritance_test.dart",
      "new_id": "9f1972330bfffb2ac84cc9f1ac50ef55d57cca5f",
      "new_mode": 33188,
      "new_path": "tests/lib/js/export/static_interop_mock/inheritance_test.dart"
    },
    {
      "type": "modify",
      "old_id": "100999f1a46cd28def6de48ade28a1527ad17a7a",
      "old_mode": 33188,
      "old_path": "tests/lib/js/export/static_interop_mock/mockito_test.dart",
      "new_id": "d014bc86abb5b75652952879b193a04df2a43d39",
      "new_mode": 33188,
      "new_path": "tests/lib/js/export/static_interop_mock/mockito_test.dart"
    },
    {
      "type": "modify",
      "old_id": "1e14a48a915cc10e13f63474952e94d594caea9c",
      "old_mode": 33188,
      "old_path": "tests/lib/js/export/static_interop_mock/proto_test.dart",
      "new_id": "af6d0e9ac31ea40b50bd65bf4632fa4d2ad45739",
      "new_mode": 33188,
      "new_path": "tests/lib/js/export/static_interop_mock/proto_test.dart"
    },
    {
      "type": "modify",
      "old_id": "0698ef9a28270ee8478ef3a222db604155808d10",
      "old_mode": 33188,
      "old_path": "tests/lib/js/extends_test/extends_test_util.dart",
      "new_id": "1e8b79c960d6e534023ac5fee6268b1a930c880d",
      "new_mode": 33188,
      "new_path": "tests/lib/js/extends_test/extends_test_util.dart"
    },
    {
      "type": "modify",
      "old_id": "40216d6ff3ab96f2101e5b58d724a07ab5e3e886",
      "old_mode": 33188,
      "old_path": "tests/lib/js/is_check_and_as_cast_test.dart",
      "new_id": "48b4ef18bccce0a790422ee1142b1d1bf264a4c4",
      "new_mode": 33188,
      "new_path": "tests/lib/js/is_check_and_as_cast_test.dart"
    },
    {
      "type": "modify",
      "old_id": "d42992c3899ef6ed76fc6311e4795ccf287ad70d",
      "old_mode": 33188,
      "old_path": "tests/lib/js/js_util/async_test.dart",
      "new_id": "2a730a6bc81e1af7af4aa193bdc58fa7a13b98e6",
      "new_mode": 33188,
      "new_path": "tests/lib/js/js_util/async_test.dart"
    },
    {
      "type": "modify",
      "old_id": "47462e57da6d89538ce4e7b8d8dac9b43a5b7bb1",
      "old_mode": 33188,
      "old_path": "tests/lib/js/js_util/bigint_test.dart",
      "new_id": "08fde7ce357ca1abb4997bb71eef85c4f8ff3fab",
      "new_mode": 33188,
      "new_path": "tests/lib/js/js_util/bigint_test.dart"
    },
    {
      "type": "modify",
      "old_id": "1371dc182e22c42bc427c2e9ab18f8f61461eff8",
      "old_mode": 33188,
      "old_path": "tests/lib/js/js_util/dartify_test.dart",
      "new_id": "14f21e9ec3d68d165f700735c67af4c44c93bff7",
      "new_mode": 33188,
      "new_path": "tests/lib/js/js_util/dartify_test.dart"
    },
    {
      "type": "modify",
      "old_id": "b0d201b1bd3d9c6db6e24553160bf3d177991df8",
      "old_mode": 33188,
      "old_path": "tests/lib/js/js_util/implicit_downcast_test.dart",
      "new_id": "4e670aa9c0fe9485ce0dd6c75617fc5dabe9bd98",
      "new_mode": 33188,
      "new_path": "tests/lib/js/js_util/implicit_downcast_test.dart"
    },
    {
      "type": "modify",
      "old_id": "47205cb77b82de661087580ff5e78dbe6b32030e",
      "old_mode": 33188,
      "old_path": "tests/lib/js/js_util/js_prefix_test.dart",
      "new_id": "a8281b4be0706d62274417aa0ae688ab907c5fc1",
      "new_mode": 33188,
      "new_path": "tests/lib/js/js_util/js_prefix_test.dart"
    },
    {
      "type": "modify",
      "old_id": "8f6df5387ecfc6c5d2946292cb2b38eac121c284",
      "old_mode": 33188,
      "old_path": "tests/lib/js/js_util/jsify_test.dart",
      "new_id": "45f6ea63fe75ff85edb9c36391c7f41bf872b38f",
      "new_mode": 33188,
      "new_path": "tests/lib/js/js_util/jsify_test.dart"
    },
    {
      "type": "modify",
      "old_id": "2ea04a8e0f5e7d925b6b415761276cebf891bcee",
      "old_mode": 33188,
      "old_path": "tests/lib/js/js_util/operator_test.dart",
      "new_id": "4134661f86884af9ddc19cca3261882cf18b485d",
      "new_mode": 33188,
      "new_path": "tests/lib/js/js_util/operator_test.dart"
    },
    {
      "type": "modify",
      "old_id": "eaf0357ec1ef1e6ae39af2d2181f622334418400",
      "old_mode": 33188,
      "old_path": "tests/lib/js/js_util/promise_reject_null_test.dart",
      "new_id": "cc7939bb6b94a1294e352722fd3e0e7e835b1ba2",
      "new_mode": 33188,
      "new_path": "tests/lib/js/js_util/promise_reject_null_test.dart"
    },
    {
      "type": "modify",
      "old_id": "90a8349b6dbad81f659e02ece48588adfdfdb68f",
      "old_mode": 33188,
      "old_path": "tests/lib/js/js_util/properties_implicit_checks_test.dart",
      "new_id": "58d38e50ac8ca742a2b235bd412a3f373f0638fe",
      "new_mode": 33188,
      "new_path": "tests/lib/js/js_util/properties_implicit_checks_test.dart"
    },
    {
      "type": "modify",
      "old_id": "995f6f34942acc57dbf06ddb99738ddb0054bbf4",
      "old_mode": 33188,
      "old_path": "tests/lib/js/js_util/properties_test.dart",
      "new_id": "37a881746563b022f979ae5a021dcd2f14e05d68",
      "new_mode": 33188,
      "new_path": "tests/lib/js/js_util/properties_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a33ac5ed0975f03e163f92f9fad44396aeb9c16e",
      "old_mode": 33188,
      "old_path": "tests/lib/js/mock_test.dart",
      "new_id": "db7e9c4d01759bb043407896931073247a62380e",
      "new_mode": 33188,
      "new_path": "tests/lib/js/mock_test.dart"
    },
    {
      "type": "modify",
      "old_id": "bcecc991eec00d00654b9e80d20a2ed6b8541068",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/extension_type/external_extension_member_test.dart",
      "new_id": "16607d20c8f4649ecdcea9532fad7564aa945dfc",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/extension_type/external_extension_member_test.dart"
    },
    {
      "type": "modify",
      "old_id": "68e1e337103b2025405629139f6081ca6e69f532",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/extension_type/external_member_test.dart",
      "new_id": "d7dbdc9377a292b9f9eeb62c7d77125b3b366861",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/extension_type/external_member_test.dart"
    },
    {
      "type": "modify",
      "old_id": "e20e9e8ddf765175a175efb1266b5e45d1c2dee6",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/extension_type/external_static_member_test.dart",
      "new_id": "2d5b7513723d87c8f294e5e4fa5a48457582e167",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/extension_type/external_static_member_test.dart"
    },
    {
      "type": "modify",
      "old_id": "8c1a23248a1354974c4fe2e3dc218f6a120e842b",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/extension_type/object_literal_constructor_test.dart",
      "new_id": "e8a93d2b34f1c41cb556fb44c4715996b18352a0",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/extension_type/object_literal_constructor_test.dart"
    },
    {
      "type": "modify",
      "old_id": "fd17276735f95e420f20d7e7fe69350fa6e2218b",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/external_extension_members_test.dart",
      "new_id": "551fc6bb03800cd4afe8b95e8df22425941585a7",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/external_extension_members_test.dart"
    },
    {
      "type": "modify",
      "old_id": "a13946890cb91c06cb6a3f308921adfcf41d235b",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/external_static_member_lowerings_test.dart",
      "new_id": "6b467be782e4b604f4dff29e172708cf5425d508",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/external_static_member_lowerings_test.dart"
    },
    {
      "type": "modify",
      "old_id": "aa973cef8a82a9ed3bd8c1def1317e111e7a2cc5",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/external_static_member_lowerings_trusttypes_test.dart",
      "new_id": "e406e4bbd1a8acc94e00887fe37f6df8e57ea259",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/external_static_member_lowerings_trusttypes_test.dart"
    },
    {
      "type": "modify",
      "old_id": "397a3562438cab9480f39322825bac5a05b62206",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/generic_factory_test.dart",
      "new_id": "09559e72ec1c731d7c2a94970cae82326c4031cd",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/generic_factory_test.dart"
    },
    {
      "type": "modify",
      "old_id": "af5acacef91fa6753dc574045f58e3223543c97a",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/import/import_test.dart",
      "new_id": "4537c5cd5c7b4a9c70bd3f060232a0f6bad389e0",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/import/import_test.dart"
    },
    {
      "type": "modify",
      "old_id": "dfa8e8c69b1d064fd3a08c6c092d53d0b650c3a6",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/js_array_proxy_or_ref_test.dart",
      "new_id": "5d4fc5ebfcfb89b7ccc08cc2f39de30eb7f872e8",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/js_array_proxy_or_ref_test.dart"
    },
    {
      "type": "modify",
      "old_id": "c87df208bf6029cc4c12f4431e0d92da056576eb",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/js_default_test.dart",
      "new_id": "a03d78b510c1d279fff006881d532a4d56705d86",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/js_default_test.dart"
    },
    {
      "type": "modify",
      "old_id": "0b0ee41f12584cd76ddeb8cb3311dbfad8eb1736",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/js_function_conversions_test.dart",
      "new_id": "2f13e0430b5b24885e6fd08ea4291a2afb9b2298",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/js_function_conversions_test.dart"
    },
    {
      "type": "modify",
      "old_id": "666d3855bcdb9093114ce97c28cafdc8284e81a5",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/js_types_test.dart",
      "new_id": "cf31b2fa015796672aa876286e5205ed9e9702ca",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/js_types_test.dart"
    },
    {
      "type": "modify",
      "old_id": "d5e2234e13a9232441dea29d474f2899687464a9",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/jsobject_type_test.dart",
      "new_id": "91909690c2176fc91919e2d7e4931672c9453ec7",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/jsobject_type_test.dart"
    },
    {
      "type": "modify",
      "old_id": "bdfd470cbdc6842a9ec9fe2d660834155b8b4953",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/number_test.dart",
      "new_id": "919215361f1ec1e2b33b120fc7c1439bacb9e192",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/number_test.dart"
    },
    {
      "type": "modify",
      "old_id": "4fb751f8b77936def0d2b4bd97bd11d9e9bb9db5",
      "old_mode": 33188,
      "old_path": "tests/lib/js/static_interop_test/operator_test.dart",
      "new_id": "5084488bcbb1d96178716fa2a93268d530fc539d",
      "new_mode": 33188,
      "new_path": "tests/lib/js/static_interop_test/operator_test.dart"
    },
    {
      "type": "modify",
      "old_id": "c8f77409532be270d994480f5e26e91b9669f200",
      "old_mode": 33188,
      "old_path": "tests/lib/js/subtyping_test/subtyping_test_util.dart",
      "new_id": "90739b1973ee5766a051ac113373ca1e1b2fe886",
      "new_mode": 33188,
      "new_path": "tests/lib/js/subtyping_test/subtyping_test_util.dart"
    },
    {
      "type": "modify",
      "old_id": "f923d2a82744696daadfec2b01813ca50995a48a",
      "old_mode": 33188,
      "old_path": "tests/lib/mirrors/mirrors_test.dart",
      "new_id": "e8ecadec7d09d31bbb84922ac9d6d5bb27b1e63d",
      "new_mode": 33188,
      "new_path": "tests/lib/mirrors/mirrors_test.dart"
    },
    {
      "type": "modify",
      "old_id": "746083cc840a9e9badd7911a0ff27f36549e7325",
      "old_mode": 33188,
      "old_path": "tests/standalone/check_for_aot_snapshot_jit_test.dart",
      "new_id": "4a51125f81893d4117dae881adefa336b3e80012",
      "new_mode": 33188,
      "new_path": "tests/standalone/check_for_aot_snapshot_jit_test.dart"
    },
    {
      "type": "modify",
      "old_id": "ce8b10ecd7146fc6aebba20f5dce1c4ca2281c7a",
      "old_mode": 33188,
      "old_path": "tests/standalone/dwarf_stack_trace_test.dart",
      "new_id": "53f35db4feff9b3cbac3c8190a50c47acca979e8",
      "new_mode": 33188,
      "new_path": "tests/standalone/dwarf_stack_trace_test.dart"
    },
    {
      "type": "modify",
      "old_id": "66311e1effa5dd7738975b91517167c129625dc5",
      "old_mode": 33188,
      "old_path": "tests/web/internal/javascriptobject_extensions_test.dart",
      "new_id": "b6b5ed8a10f041b9f1f79ea1daf455802e4cecc2",
      "new_mode": 33188,
      "new_path": "tests/web/internal/javascriptobject_extensions_test.dart"
    },
    {
      "type": "modify",
      "old_id": "02092eb1022609ae465481fa19afcc42dbdcbdb4",
      "old_mode": 33188,
      "old_path": "tests/web/internal/object_members_test.dart",
      "new_id": "917e018a449f49e6d65572e46f7878056e1ad400",
      "new_mode": 33188,
      "new_path": "tests/web/internal/object_members_test.dart"
    },
    {
      "type": "modify",
      "old_id": "911a6100e2ba7dde5eeb0d7a40ba179451fb5dde",
      "old_mode": 33188,
      "old_path": "tests/web/native/static_interop_erasure/type_test.dart",
      "new_id": "4f7aa62e05b89c144371084edb48820e327fa810",
      "new_mode": 33188,
      "new_path": "tests/web/native/static_interop_erasure/type_test.dart"
    },
    {
      "type": "modify",
      "old_id": "c05c740cf6e2a12577c1aeba136d9858bc150571",
      "old_mode": 33188,
      "old_path": "tests/web/native/static_interop_erasure/use_erased_type_members_test.dart",
      "new_id": "4e99fb87b0873eff88b840ac6ff60c67017e2d33",
      "new_mode": 33188,
      "new_path": "tests/web/native/static_interop_erasure/use_erased_type_members_test.dart"
    },
    {
      "type": "modify",
      "old_id": "eeb193a426c91de28cb0d4d822aeb58f240541cf",
      "old_mode": 33188,
      "old_path": "tests/web/weak_reference_polyfill_test.dart",
      "new_id": "5b8697066b2c7ea9aee98040f431929f48722286",
      "new_mode": 33188,
      "new_path": "tests/web/weak_reference_polyfill_test.dart"
    },
    {
      "type": "modify",
      "old_id": "6fcd75beaa2c9cea2d516334bba626b51ac812c0",
      "old_mode": 33188,
      "old_path": "tests/web/weak_reference_test.dart",
      "new_id": "6a86f8698fca59c69262c0973b8f00841e9561aa",
      "new_mode": 33188,
      "new_path": "tests/web/weak_reference_test.dart"
    }
  ]
}
