aboutsummaryrefslogtreecommitdiffstats
path: root/main/boost/disable-debugger-test.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-08-13 18:31:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-08-13 18:32:23 +0000
commitc142bf9d2829c372c592e015a1132bf066716c7f (patch)
tree2b9cfd921c05717337364e057bc664edb5431c07 /main/boost/disable-debugger-test.patch
parent6f045014a5e150acf84e794a924a8c92a39c0370 (diff)
downloadaports-c142bf9d2829c372c592e015a1132bf066716c7f.tar.bz2
aports-c142bf9d2829c372c592e015a1132bf066716c7f.tar.xz
main/boost: disable debugger tests
those fail on aarch64, armhf, ppc64le ans s390x
Diffstat (limited to 'main/boost/disable-debugger-test.patch')
-rw-r--r--main/boost/disable-debugger-test.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/main/boost/disable-debugger-test.patch b/main/boost/disable-debugger-test.patch
new file mode 100644
index 0000000000..c315ef56a2
--- /dev/null
+++ b/main/boost/disable-debugger-test.patch
@@ -0,0 +1,15 @@
+diff --git a/tools/build/test/test_all.py b/tools/build/test/test_all.py
+index 9efddc8..abf3dc5 100644
+--- a/tools/build/test/test_all.py
++++ b/tools/build/test/test_all.py
+@@ -206,8 +206,8 @@ tests = ["absolute_sources",
+ "core_update_now",
+ "core_variables_in_actions",
+ "custom_generator",
+- "debugger",
+- "debugger-mi",
++# "debugger",
++# "debugger-mi",
+ "default_build",
+ "default_features",
+ # This test is known to be broken itself.