From: Olonichev Sergei Date: 2002-07-09T00:16:09+09:00 Subject: bdb "make test" failed under cygwin Hello, I have compiled Berkeley DB 3.3.11 and bdb-0.3.1 under cygwin. But "make test" does not work well. Have anybody tested bdb under cygwin? The output is cut off: $ tests/recno.rb >VERSION of BDB is Sleepycat Software: Berkeley DB 3.3.11: (July 12, 2001) > >TestRecno#test_00_error . >TestRecno#test_01_init . > ... > >Time: 0.361 >FAILURES!!! >Test Results: > Run: 24/24(141 asserts) Failures: 4 Errors: 5 >Failures: 4 >tests/recno.rb:211:in `test_13_txn_commit'(TestRecno): expected:<3 >> but was:<6> (RUNIT::AssertionFailedError) > from tests/recno.rb:408 >tests/recno.rb:221:in `test_14_txn_abort'(TestRecno): expected:<6> > but was:<8> (RUNIT::AssertionFailedError) > from tests/recno.rb:408 >tests/recno.rb:233:in `test_15_txn_abort2'(TestRecno): expected:<5 >> but was:<8> (RUNIT::AssertionFailedError) > from tests/recno.rb:230:in `begin' > from tests/recno.rb:230:in `catch' > from tests/recno.rb:230:in `begin' > from tests/recno.rb:230:in `test_15_txn_abort2' > from tests/recno.rb:408 >tests/recno.rb:252:in `test_16_txn_commit2'(TestRecno): expected:< >5> but was:<8> (RUNIT::AssertionFailedError) > from tests/recno.rb:249:in `begin' > from tests/recno.rb:249:in `catch' > from tests/recno.rb:249:in `begin' > from tests/recno.rb:249:in `test_16_txn_commit2' > from tests/recno.rb:408 >Errors: 5 >tests/recno.rb:203:in `open'(TestRecno): Permission denied (BDB::Fatal) > from tests/recno.rb:203:in `test_12_env' > from tests/recno.rb:408 >tests/recno.rb:271:in `open'(TestRecno): Permission denied (BDB::Fatal) > from tests/recno.rb:271:in `test_17_file' > from tests/recno.rb:408 Sergei