Displaying 3 results from an estimated 3 matches for "tc_mmap".
2008 Apr 25
4
win32-mmap test failures
...-pr-0.8.2 as
well.
Any ideas?
Thanks,
Dan
C:\Documents and Settings\djberge\workspace\win32-mmap>rake test
(in C:/Documents and Settings/djberge/workspace/win32-mmap)
c:/ruby/bin/ruby -w -Ilib;test
"c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader.rb"
"test/
tc_mmap.rb"
Loaded suite
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started
....FFFF.......
Finished in 0.031 seconds.
1) Failure:
test_dynamic_array_value(TC_Mmap) [./test/tc_mmap.rb:42]:
Exception raised:
Class: <TypeError>
Message: <"can''t convert...
2004 Mar 09
6
win32-mmap test suite
I just tried running tc_mmap.rb and noticed that something rather curious
seems to happen. The call to Mmap.new in setup seems to cause the test
suite to just exit without ever actually running the tests.
I reduced the test suite to just this bit of code. This works, although the
final test (TypeError) does not pass - no...
2005 Feb 14
8
DONT_RESOLVE_DLL_REFERENCES info
For future reference, it looks like we should avoid
DONT_RESOLVE_DLL_REFERENCES in any extensions.
http://weblogs.asp.net/oldnewthing/archive/2005/02/14/372266.aspx
Regards,
Dan