search for: l15051

Displaying 2 results from an estimated 2 matches for "l15051".

Did you mean: l1501
2016 Aug 03
2
Pull requests: CJK words and Snippet generator
...cc [1]. That's because the clang build process fails for the test 'querypairwise1' [2], which AFAIK I didn't touch at all. Is that a known issue or did I break anything? [1] https://travis-ci.org/xapian/xapian/builds/149512190 [2] https://travis-ci.org/xapian/xapian/jobs/149512191#L15051 > > I've just opened a pull request for the CJK tokenizer: > > https://github.com/xapian/xapian/pull/114 > > Unfortunately, Travis breaks since pkg-config can't find libicu on the > > machine [1]. > You should be able to install it; if you add libicu-dev to the...
2016 Aug 03
2
Pull requests: CJK words and Snippet generator
...fails for the test > > 'querypairwise1' [2], which AFAIK I didn't touch at all. Is that a > > known issue or did I break anything? > > > > [1] https://travis-ci.org/xapian/xapian/builds/149512190 > > [2] https://travis-ci.org/xapian/xapian/jobs/149512191#L15051 > > Hmm, it's been running okay on recent PRs as far as I > know. That's...weird :-( I see that querypairwise1 tests for the running time of a test case. Could there be a glitch with high loads on the Travis build machine causing inconsistent runtime performance? The error messag...