Fix libcxx build after cd0a5889d71c62ae7cefc
authorYuanfang Chen <yuanfang.chen@sony.com>
Tue, 12 Apr 2022 22:42:21 +0000 (15:42 -0700)
committerYuanfang Chen <yuanfang.chen@sony.com>
Tue, 12 Apr 2022 22:42:56 +0000 (15:42 -0700)
libcxx/test/libcxx/selftest/dsl/dsl.sh.py
libcxx/utils/libcxx/test/dsl.py

index ce7bd8c..6ffedad 100644 (file)
@@ -60,6 +60,7 @@ class SetupConfigs(unittest.TestCase):
             noExecute=False,
             debug=False,
             isWindows=platform.system() == 'Windows',
+            order='smart',
             params={})
 
         self.config = lit.TestingConfig.TestingConfig.fromdefaults(self.litConfig)
index db723fc..f43937a 100644 (file)
@@ -87,6 +87,7 @@ def _executeScriptInternal(test, commands):
     noExecute=False,
     debug=False,
     isWindows=platform.system() == 'Windows',
+    order='smart',
     params={})
   _, tmpBase = libcxx.test.format._getTempPaths(test)
   execDir = os.path.dirname(test.getExecPath())