[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 1.5.0-alpha2 tarballs up for signing/testing

From: Karl Heinz Marbaise <khmarbaise_at_gmx.de>
Date: Tue, 04 Mar 2008 22:51:23 +0100

Hi there,

i have made a little test:

Environment: SuSE Enterprise Server 9 (SLES9)

 - $ ./configure --prefix=/usr/local/svn-1.5.0-alpha2
      --with-apr=/usr/local/apache-2.0.59
      --with-apr-util=/usr/local/apache-2.0.59
      --with-apxs=/usr/local/apache-2.0.59/bin/apxs
      --with-ssl
      --enable-shared --with-swig=/usr/local/swig-1.3.31
      --enable-swig-bindings=perl,python

 - apr 0.9.12 (Apache 2.0.59)
 - perl, python bindings
 - swig 1.3.31
 - No BDB

- run:
   make check

At least one test was SKIPPED, checking
/usr/install/compile/subversion-1.5.0-alpha2/tests.log
SKIP: update_tests.py 32: update wc on the root of a Windows (virtual)
drive
SKIP: switch_tests.py 17: refresh the WC file system read-only attribute
SKIP: merge_authz_tests.py 1: skipped paths get overriding mergeinfo
SKIP: utf8_tests.py 1: conversion of paths and logs to/from utf8
SKIP: svnsync_tests.py 14: verify that unreadable content is not synced
SKIP: svnsync_tests.py 15: verify that copies from unreadable dirs work
SKIP: svnsync_tests.py 16: verify copies with mods from unreadable dirs
SKIP: svnsync_tests.py 17: verify copies with mods from unreadable dirs
+copy
SKIP: authz_tests.py 1: authz issue #2486 - open root
SKIP: authz_tests.py 2: authz issue #2486 - open directory
SKIP: authz_tests.py 3: broken authz files cause errors
SKIP: authz_tests.py 4: test authz for read operations
SKIP: authz_tests.py 5: test authz for write operations
SKIP: authz_tests.py 6: test authz for checkout
SKIP: authz_tests.py 7: test authz for log and tracing path changes
SKIP: authz_tests.py 8: test authz for checkout and update
SKIP: authz_tests.py 9: test authz for export with unreadable subfolder
SKIP: authz_tests.py 10: test authz for aliases
SKIP: authz_tests.py 11: test the authz validation rules
SKIP: authz_tests.py 12: test authz for locking
SKIP: authz_tests.py 13: authz issue #2712
SKIP: authz_tests.py 14: switched to directory, no read access on parents

- Result attached (tests.txt).

Kind regards
Karl Heinz Marbaise

-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

/Subversion 1.5-Alpha 2

Environment: SuSE Enterprise Server 9 (SLES9)
 - apr 0.9.12 (Apache 2.0.59)
 - perl, python bindings
 - swig 1.3.31
 - No BDB

- make check

svnsles9:/usr/install/compile/subversion-1.5.0-alpha2 # make check
Running all tests in client-test [1/56]...success
Running all tests in compat-test [2/56]...success
Running all tests in config-test [3/56]...success
Running all tests in diff-diff3-test [4/56]...success
Running all tests in error-test [5/56]...success
Running all tests in fs-test [6/56]...success
Running all tests in hashdump-test [7/56]...success
Running all tests in locks-test [8/56]...success
Running all tests in mergeinfo-test [9/56]...success
Running all tests in opt-test [10/56]...success
Running all tests in path-test [11/56]...success
Running all tests in ra-local-test [12/56]...success
Running all tests in random-test [13/56]...success
Running all tests in repos-test [14/56]...success
Running all tests in revision-test [15/56]...success
Running all tests in stream-test [16/56]...success
Running all tests in string-test [17/56]...success
Running all tests in time-test [18/56]...success
Running all tests in translate-test [19/56]...success
Running all tests in utf-test [20/56]...success
Running all tests in target-test.py [21/56]...success
Running all tests in getopt_tests.py [22/56]...success
Running all tests in basic_tests.py [23/56]...success
Running all tests in checkout_tests.py [24/56]...success
Running all tests in commit_tests.py [25/56]...success
Running all tests in update_tests.py [26/56]...success
Running all tests in switch_tests.py [27/56]...success
Running all tests in prop_tests.py [28/56]...success
Running all tests in schedule_tests.py [29/56]...success
Running all tests in log_tests.py [30/56]...success
Running all tests in copy_tests.py [31/56]...success
Running all tests in diff_tests.py [32/56]...success
Running all tests in export_tests.py [33/56]...success
Running all tests in externals_tests.py [34/56]...success
Running all tests in merge_tests.py [35/56]...success
Running all tests in merge_authz_tests.py [36/56]...success
Running all tests in revert_tests.py [37/56]...success
Running all tests in mergeinfo_tests.py [38/56]...success
Running all tests in stat_tests.py [39/56]...success
Running all tests in trans_tests.py [40/56]...success
Running all tests in autoprop_tests.py [41/56]...success
Running all tests in blame_tests.py [42/56]...success
Running all tests in special_tests.py [43/56]...success
Running all tests in svnadmin_tests.py [44/56]...success
Running all tests in svnlook_tests.py [45/56]...success
Running all tests in svnversion_tests.py [46/56]...success
Running all tests in utf8_tests.py [47/56]...success
Running all tests in history_tests.py [48/56]...success
Running all tests in lock_tests.py [49/56]...success
Running all tests in cat_tests.py [50/56]...success
Running all tests in import_tests.py [51/56]...success
Running all tests in svnsync_tests.py [52/56]...success
Running all tests in authz_tests.py [53/56]...success
Running all tests in depth_tests.py [54/56]...success
Running all tests in svndumpfilter_tests.py [55/56]...success
Running all tests in changelist_tests.py [56/56]...success
At least one test was SKIPPED, checking /usr/install/compile/subversion-1.5.0-alpha2/tests.log
SKIP: update_tests.py 32: update wc on the root of a Windows (virtual) drive
SKIP: switch_tests.py 17: refresh the WC file system read-only attribute
SKIP: merge_authz_tests.py 1: skipped paths get overriding mergeinfo
SKIP: utf8_tests.py 1: conversion of paths and logs to/from utf8
SKIP: svnsync_tests.py 14: verify that unreadable content is not synced
SKIP: svnsync_tests.py 15: verify that copies from unreadable dirs work
SKIP: svnsync_tests.py 16: verify copies with mods from unreadable dirs
SKIP: svnsync_tests.py 17: verify copies with mods from unreadable dirs +copy
SKIP: authz_tests.py 1: authz issue #2486 - open root
SKIP: authz_tests.py 2: authz issue #2486 - open directory
SKIP: authz_tests.py 3: broken authz files cause errors
SKIP: authz_tests.py 4: test authz for read operations
SKIP: authz_tests.py 5: test authz for write operations
SKIP: authz_tests.py 6: test authz for checkout
SKIP: authz_tests.py 7: test authz for log and tracing path changes
SKIP: authz_tests.py 8: test authz for checkout and update
SKIP: authz_tests.py 9: test authz for export with unreadable subfolder
SKIP: authz_tests.py 10: test authz for aliases
SKIP: authz_tests.py 11: test the authz validation rules
SKIP: authz_tests.py 12: test authz for locking
SKIP: authz_tests.py 13: authz issue #2712
SKIP: authz_tests.py 14: switched to directory, no read access on parents

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-04 22:52:05 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.