Merge "Add put_long_double to failing %f tests."
diff --git a/tests/libc++/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/test_config.py b/tests/libc++/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/test_config.py
index f3d28d1..08ad226 100644
--- a/tests/libc++/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/test_config.py
+++ b/tests/libc++/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/test_config.py
@@ -2,6 +2,7 @@
     lp64_abis = ('arm64-v8a', 'mips64', 'x86_64')
     if abi in lp64_abis and name == 'put_long_double.pass':
         return abi, 'http://b/34950416'
-    if name == 'put_double.pass' and device_api < 21:
+    percent_f_tests = ('put_double.pass', 'put_long_double.pass')
+    if name in percent_f_tests and device_api < 21:
         return 'android-{}'.format(device_api), 'http://b/35764716'
     return None, None