Fix capitalization of the path to FlutterWindowControllerTest.mm in the macOS platform build script#181045
Conversation
…he macOS platform build script Fixes flutter#180963
There was a problem hiding this comment.
Code Review
This pull request fixes the capitalization of a file path in the BUILD.gn file for macOS unit tests. The path for FlutterWindowControllerTest.mm was using a lowercase source directory, which has been corrected to Source. Additionally, the file has been moved to its correct alphabetical position within the sources list.
|
@jason-simmons is the problem that we aren't |
|
We do not have any macOS CI environment that uses a case-sensitive filesystem which would catch this. The CI scripts do check the formatting of GN files. |
|
This PR might be closing the tree. Logs: |
Maybe not, but the error logs and this PR both reference |
|
Reason for revert: The clang_tidy script did not previously process this file because the capitalization of the file's path in |
…t.mm in the macOS platform build script (#181045)" (#181091) <!-- start_original_pr_link --> Reverts: #181045 <!-- end_original_pr_link --> <!-- start_initiating_author --> Initiated by: jason-simmons <!-- end_initiating_author --> <!-- start_revert_reason --> Reason for reverting: `FlutterWindowControllerTest.mm` has clang-tidy warnings. The clang_tidy script did not previously process this file because the capitalization of the file's path in `compile_commands.json` (derived from `BUILD.gn`) did not match the path in the source tree. <!-- end_revert_reason --> <!-- start_original_pr_author --> Original PR Author: jason-simmons <!-- end_original_pr_author --> <!-- start_reviewers --> Reviewed By: {jtmcdole, jmagman} <!-- end_reviewers --> <!-- start_revert_body --> This change reverts the following previous change: Fixes #180963 <!-- end_revert_body --> Co-authored-by: auto-submit[bot] <flutter-engprod-team@google.com>
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…he macOS platform build script (flutter#181045) Fixes flutter#180963
…t.mm in the macOS platform build script (flutter#181045)" (flutter#181091) <!-- start_original_pr_link --> Reverts: flutter#181045 <!-- end_original_pr_link --> <!-- start_initiating_author --> Initiated by: jason-simmons <!-- end_initiating_author --> <!-- start_revert_reason --> Reason for reverting: `FlutterWindowControllerTest.mm` has clang-tidy warnings. The clang_tidy script did not previously process this file because the capitalization of the file's path in `compile_commands.json` (derived from `BUILD.gn`) did not match the path in the source tree. <!-- end_revert_reason --> <!-- start_original_pr_author --> Original PR Author: jason-simmons <!-- end_original_pr_author --> <!-- start_reviewers --> Reviewed By: {jtmcdole, jmagman} <!-- end_reviewers --> <!-- start_revert_body --> This change reverts the following previous change: Fixes flutter#180963 <!-- end_revert_body --> Co-authored-by: auto-submit[bot] <flutter-engprod-team@google.com>
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…st.mm in the macOS platform build script (flutter/flutter#181045)
…he macOS platform build script (flutter#181045) Fixes flutter#180963
…t.mm in the macOS platform build script (flutter#181045)" (flutter#181091) <!-- start_original_pr_link --> Reverts: flutter#181045 <!-- end_original_pr_link --> <!-- start_initiating_author --> Initiated by: jason-simmons <!-- end_initiating_author --> <!-- start_revert_reason --> Reason for reverting: `FlutterWindowControllerTest.mm` has clang-tidy warnings. The clang_tidy script did not previously process this file because the capitalization of the file's path in `compile_commands.json` (derived from `BUILD.gn`) did not match the path in the source tree. <!-- end_revert_reason --> <!-- start_original_pr_author --> Original PR Author: jason-simmons <!-- end_original_pr_author --> <!-- start_reviewers --> Reviewed By: {jtmcdole, jmagman} <!-- end_reviewers --> <!-- start_revert_body --> This change reverts the following previous change: Fixes flutter#180963 <!-- end_revert_body --> Co-authored-by: auto-submit[bot] <flutter-engprod-team@google.com>
Fixes #180963