aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2022-06-27 17:13:07 -0700
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-28 01:19:51 +0000
commit2ad0b56814d92e330765592db1591041f432e046 (patch)
tree211d8fe0960d19c62938c0c670735614dd5c14c8
parent072f6337377897a47805abd3f7aa8d447250fb5c (diff)
downloadndk-2ad0b56814d92e330765592db1591041f432e046.tar.gz
Fix bad cherry-pick of gc-sections fix.
git auto resolved this conflict by ignoring the file entirely, it seems, so the test is still marked as broken despite the fix that was cherry- picking having deleted this file... Bug: https://github.com/android/ndk/issues/1717 Test: ./run_tests.py --filter gc_sections --rebuild Change-Id: I52bf37c72bba7f8e439a26ed9c5985299d71ef8e (cherry picked from commit 20341934576c924d1700ca20b396e564843f8abd) Merged-In: I52bf37c72bba7f8e439a26ed9c5985299d71ef8e
-rw-r--r--tests/build/gc_sections/test_config.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/build/gc_sections/test_config.py b/tests/build/gc_sections/test_config.py
deleted file mode 100644
index 9c00146c6..000000000
--- a/tests/build/gc_sections/test_config.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from typing import Optional
-
-from ndk.test.buildtest.case import Test
-
-
-def build_broken(test: Test) -> tuple[Optional[str], Optional[str]]:
- return "all", "https://github.com/android/ndk/issues/1717"