Displaying 8 results from an estimated 8 matches for "test_all".
2007 Feb 26
4
Ferret 0.11.0 tests segfault
I have an important segfault when I create the index (via
Ferret::Index::FieldInfos#create_index).
I decided to run the tests, this is what I have :
$> ruby test_all.rb
Loading once
Loaded suite test_all
Started
....................EEEEEEEE./unit/../unit/index/../../unit/store/../../unit/analysis/../../unit/utils/../../unit/query_parser/../../unit/search/tc_filter.rb:11:
[BUG] Segmentation fault
ruby 1.8.5 (2006-12-04) [i686-linux]
Aborted
Dave, any idea ?...
2007 Mar 08
2
Test fail on debian 3.1
I have a problem, I use utf all over a rails site, but the search failes
to search characters with acccents...
I try to debug it, and i had run unit tests for ferret, can those
failures cose problems?
<pre>
/usr/lib/ruby/gems/1.8/gems/ferret-0.11.3/test/ ruby test_all.rb
Loading once
Loaded suite test_all
Started
................F.............................................FF...........................................................................................FF...FF
Finished in 4.729505 seconds.
1) Failure:
test_custom_filter(CustomAnalyzerTest)
[./uni...
2006 Aug 07
0
Rake 0.7.1 fails, and even Rake''s auto-test fails
...dError)
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
''require''
from .test/test_namespace.rb:5
...
Running the Rake tests with --trace produces this dump:
(in C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1)
** Invoke default (first_time)
** Invoke test_all (first_time)
** Invoke testdata (first_time, not_needed)
** Execute test_all
rake aborted!
Command failed with status (1): [c:/ruby/bin/ruby -w -Ilib
"c:/ruby/lib/rub...]
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:722:in `sh''
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/r...
2006 Sep 07
7
invalid characters with win32
...ntaxError in Default#index
/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/base.rb:307:in
`compile_and_render_template''
complaining about invalid characters.
Might be related/similar to this bug
http://www.ruby-forum.com/topic/62365
I ran the \ferret-0.10.2-mswin32\test\test_all.rb and everything looked
good.
Any ideas on this?
-ben
--
Posted via http://www.ruby-forum.com/.
2006 Aug 15
2
Windows build with Visual Studio 2005 - some success
...exists
bv_scan_next
bv_scan_next_from
tk_set
is_skip_vints
is_read_chars
Fixed by adding "extern inline" or "inline" to various function
declarations in header files.
Compiles and links!
Running the tests, however, reveals a segfault:
C:\work\ruby\ferret2\ferret\test>ruby test_all.rb
Loaded suite test_all
Started
........F.....E................./unit/../unit/analysis/../../unit/document/../../unit/index/tc_index
_reader.rb:539: [BUG] Segmentation fault
ruby 1.8.4 (2006-04-14) [i386-mswin32]
I have managed to trace this to the following line in fs_store.c:201:
if (fclose((FI...
2007 Dec 22
12
error when installing on jruby (fastthread dependency)
....0.1/test/test_queue.rb
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/gems/1.8/gems/fastthread-1.0.1/test/test_mutex.rb
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/gems/1.8/gems/fastthread-1.0.1/test/test_condvar.rb
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/gems/1.8/gems/fastthread-1.0.1/test/test_all.rb
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/gems/1.8/gems/fastthread-1.0.1/setup.rb
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/gems/1.8/gems/fastthread-1.0.1/Manifest
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/gems/1.8/gems/fastthread-1.0.1/ext/fastthread/fastthread.c
/Users/stephen/dev/...
2005 Nov 30
8
Compilation of ferret C-extension under Windows.
Hi, David.
I have recently fixed ferret C sources and successfully compile extension
with MSVC.Net The problem was that MS compiler is more stricter that GCC and
require that all variables were declared before using. There was ~30 such
declaration. I have fixed them all.
But I am not sure that it works because tests failed with following error
both on clean and patched versions. So seems that it
2006 May 11
6
problem with solaris install
I was trying to install ferret 0.9.2 on solaris (SunOS 5.8) which
does not have a sys/dir.h
nix_io.c:5:21: sys/dir.h: No such file or directory
make: *** [nix_io.o] Error 1
I couldn''t find an obvious way around this... any suggestions?
Thanks,
Rich Marisa
Cornell Information Technologies
Cornell University