xapian: 1.4.12 -> 1.4.13

update darwin patch
This commit is contained in:
Robert Scott 2019-10-27 19:25:35 +00:00
parent f3a97b24cd
commit 84ab228a85
2 changed files with 4 additions and 4 deletions

View File

@ -37,5 +37,5 @@ let
}; };
}; };
in { in {
xapian_1_4 = generic "1.4.12" "0z5c1y9vp519h2x2igjq39v6j615nppry0wasd0xn4hphgd3d2jg"; xapian_1_4 = generic "1.4.13" "0z0k8902bz2ckdggikj5yz11ik2n8krmdwzvpqv60phcm3zzzy4k";
} }

View File

@ -1,14 +1,14 @@
diff -Naur xapian-core.old/tests/api_db.cc xapian-core.new/tests/api_db.cc diff -Naur xapian-core.old/tests/api_db.cc xapian-core.new/tests/api_db.cc
--- xapian-core.old/tests/api_db.cc --- xapian-core.old/tests/api_db.cc
+++ xapian-core.new/tests/api_db.cc +++ xapian-core.new/tests/api_db.cc
@@ -998,6 +998,7 @@ @@ -1020,6 +1020,7 @@
// test for keepalives // test for keepalives
DEFINE_TESTCASE(keepalive1, remote) { DEFINE_TESTCASE(keepalive1, remote) {
+ SKIP_TEST("Fails in darwin nix build environment"); + SKIP_TEST("Fails in darwin nix build environment");
Xapian::Database db(get_remote_database("apitest_simpledata", 5000)); XFAIL_FOR_BACKEND("multi_glass_remoteprog_glass",
"Multi remote databases are currently buggy");
/* Test that keep-alives work */
diff -Naur xapian-core.old/tests/api_scalability.cc xapian-core.new/tests/api_scalability.cc diff -Naur xapian-core.old/tests/api_scalability.cc xapian-core.new/tests/api_scalability.cc
--- xapian-core.old/tests/api_scalability.cc --- xapian-core.old/tests/api_scalability.cc
+++ xapian-core.new/tests/api_scalability.cc +++ xapian-core.new/tests/api_scalability.cc