]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/test_all.py
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / test / test_all.py
index 56bcf72fdacb4a3b358a927c263eb2e8f5c5cbd4..fe97acd1a4d342d9f0c2f0ba77d51c750ad3818d 100644 (file)
@@ -170,7 +170,6 @@ tests = ["absolute_sources",
          "builtin_echo",
          "builtin_exit",
          "builtin_glob",
-         "builtin_glob_archive",
          "builtin_split_by_characters",
          "bzip2",
          "c_file",
@@ -201,6 +200,8 @@ tests = ["absolute_sources",
          "core_update_now",
          "core_variables_in_actions",
          "custom_generator",
+         "debugger",
+         "debugger-mi",
          "default_build",
          "default_features",
 # This test is known to be broken itself.
@@ -299,6 +300,10 @@ if toolset.startswith("gcc"):
 if toolset.startswith("gcc") or toolset.startswith("msvc"):
     tests.append("pch")
 
+# Disable on OSX as it doesn't seem to work for unknown reasons.
+if sys.platform != 'darwin':
+    tests.append("builtin_glob_archive")
+
 if "--extras" in sys.argv:
     tests.append("boostbook")
     tests.append("qt4")