Force system C++ stdlib in test that forces system clang.
authorAdrian Prantl <aprantl@apple.com>
Mon, 12 Sep 2022 23:47:46 +0000 (16:47 -0700)
committerAdrian Prantl <aprantl@apple.com>
Mon, 12 Sep 2022 23:47:46 +0000 (16:47 -0700)
Unfortunately these options are still not upstream.

lldb/test/API/functionalities/data-formatter/poarray/TestPrintObjectArray.py

index 3f1190a..cdfee18 100644 (file)
@@ -24,6 +24,8 @@ class PrintObjectArrayTestCase(TestBase):
         disable_constant_classes = {
             'CC':
             'xcrun clang',  # FIXME: Remove when flags are available upstream.
+            'USE_SYSTEM_STDLIB':
+            '1', # See above.
             'CFLAGS_EXTRAS':
             '-fno-constant-nsnumber-literals ' +
             '-fno-constant-nsarray-literals ' +