Displaying 8 results from an estimated 8 matches for "termgentest".
2015 Jan 25
2
TestCases Failure
...ts with russian stemmer...
Running tests with spanish stemmer...
Running tests with swedish stemmer...
Running tests with turkish stemmer...
PASS: stemtest
Running test './queryparsertest' under eatmydata and valgrind
Running test: qp_spell1...FAIL: queryparsertest
Running test './termgentest' under eatmydata and valgrind
Running test: tg_spell1...FAIL: termgentest
Running test './unittest' under eatmydata and valgrind
PASS: unittest
=======================================
3 of 6 tests failed
Please report to http://xapian.org/bugs
=======================================
m...
2015 Jan 26
2
TestCases Failure
...ses.
>
> > Running tests with backend "inmemory"...
> > Running test: topercent2...FAIL: apitest
>
> > Running test './queryparsertest' under eatmydata and valgrind
> > Running test: qp_spell1...FAIL: queryparsertest
>
> > Running test './termgentest' under eatmydata and valgrind
> > Running test: tg_spell1...FAIL: termgentest
>
> Is this with git master (if not, what version of Xapian)?
>
> No its not with git master. Xapian's version is 1.3.2 (development
version).
> What platform are you using?
>
I am using...
2015 Sep 11
0
xapian-core-1.0.23 compiled on Interix / Eric Lindblad
Report by Eric Lindblad 11-09-2015
http://www.ericlindblad.blogspot.com
I compiled xapian-core-1.0.23 today on Interix.
'gmake check' summary
PASS: btreetest, quartztest, stemtest, termgentest
FAIL: apitest, internaltest, queryparsertest
MS XP SP3 HOME
modified SFU Interix 3.5 w/ getopt.h, inttypes.h, & stdint.h copied
over from SUA Interix for Vista (and newer) into C:\SFU\usr\include
- SFU Interix 3.5 sys/types.h and SUA for Vista (& newer) sys/types.h
are not identical file...
2015 Sep 11
1
xapian 1.0.x compiled on Interix / Eric Lindblad
Report by Eric Lindblad 11-09-2015
http://www.ericlindblad.blogspot.com
I compiled xapian-core-1.0.23 today on Interix.
'gmake check' summary
PASS: btreetest, quartztest, stemtest, termgentest
FAIL: apitest, internaltest, queryparsertest
MS XP SP3 HOME
modified SFU Interix 3.5 w/ getopt.h, inttypes.h, & stdint.h copied
over from SUA Interix for Vista (and newer) into C:\SFU\usr\include
- SFU Interix 3.5 sys/types.h and SUA for Vista (& newer) sys/types.h
are not identical files...
2016 Dec 11
0
old stable configure & make_check logs
...: All 227 tests passed, 3 skipped.
./apitest backend remoteprog_flint: All 221 tests passed, 2 skipped.
./apitest backend remotetcp_flint: All 221 tests passed, 2 skipped.
./apitest total: All 3019 tests passed, 45 skipped.
PASS: apitest
PASS: internaltest
PASS: stemtest
PASS: queryparsertest
PASS: termgentest
PASS: unittest
==================
All 6 tests passed
==================
2015 Sep 15
0
xapian porting to Interix / conclusion
..., 5 skipped.
./apitest backend remoteprog_flint: 137 tests passed, 82 failed, 2 skipped.
./apitest backend remotetcp_flint: 199 tests passed, 20 failed, 2 skipped.
./apitest total: 1059 tests passed, 116 failed, 19 skipped.
FAIL: apitest
FAIL: internaltest
PASS: stemtest
FAIL: queryparsertest
PASS: termgentest
resolverelativepath1 ... ok
PASS: unittest
The disabling of brass and chert backends (the same mailing-list member noting that compile of
1.2.x with just flint support being of somewhat limited use) was due to an earlier encountered
'ambiguous overload' error on brass_check.cc & chert_...
2015 Oct 07
0
brass and chert compiled / xapian port to Interix
...tests passed, 23 failed, 3 skipped.
./apitest backend remoteprog_flint:
./apitest backend remotetcp_flint: 197 passed, 22 failed, 2 skipped.
./apitest total: 2661 tests passed, 333 failed, 44 skipped.
FAIL: apitest
FAIL: internaltest
The random seed is 42
PASS: stemtest
FAIL: queryparsertest
PASS: termgentest
resolverelativepath1 ... ok
PASS: unittest
Running test: adddoc1... FAILED
Running test: bm25weight4... FAILED
Running test: bm25weight5... FAILED
Running test: decvalwtsource1... FAILED
Running test: decvalwtsource2... FAILED
Running test: expandweights4... FAILED
Running test: msetweights1... FA...
2011 Apr 17
3
Report for http://trac.xapian.org/wiki/SupportedPlatforms
....
Running test: stemdict... SKIPPED
Running tests with spanish stemmer...
Running test: stemdict... SKIPPED
Running tests with swedish stemmer...
Running test: stemdict... SKIPPED
Running tests with turkish stemmer...
Running test: stemdict... SKIPPED
PASS: stemtest
PASS: queryparsertest
PASS: termgentest
resolverelativepath1 ... ok
PASS: unittest
==================
All 6 tests passed
==================
For the installation, used a custom script:
=== script begins ===
#! /bin/bash
if [[ $PWD != '/tmp/xapian-omega-1.2.4' ]]; then
echo "In wrong directory!"
exit 1
fi
# Set...