xtensor: remove a test failing on darwin

This commit is contained in:
Doron Behar 2023-11-17 16:51:21 +02:00
parent 2ab4e5cb25
commit 3af5377fa6
2 changed files with 15 additions and 0 deletions

View file

@ -27,6 +27,9 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://github.com/xtensor-stack/xtensor/commit/77a650a8018e0be6fcc76bf66685ff352ae23ef1.patch";
hash = "sha256-vOdUzzsSK+lYcA7fZXWOTVV202GZC0DhkMMjzggnmWE=";
})
# A single test fails on Darwin, see:
# https://github.com/xtensor-stack/xtensor/issues/2718
./remove-failing-test_xinfo.patch
];
nativeBuildInputs = [

View file

@ -0,0 +1,12 @@
diff --git i/test/CMakeLists.txt w/test/CMakeLists.txt
index 46127597..727b66bd 100644
--- i/test/CMakeLists.txt
+++ w/test/CMakeLists.txt
@@ -189,7 +189,6 @@ set(XTENSOR_TESTS
test_xhistogram.cpp
test_xpad.cpp
test_xindex_view.cpp
- test_xinfo.cpp
test_xio.cpp
test_xlayout.cpp
test_xmanipulation.cpp