On Fri, 2011-03-04 at 11:43 +0000, John Beranek wrote: > On 04/03/11 11:32, Julian Foad wrote: > > On Thu, 2011-03-03, John Beranek wrote: > >> Running tests in auth-test [1/88].............................success > >> Running tests in cache-test [2/88]............................success > >> Running tests in checksum-test [3/88].........................success > >> Running tests in client-test [4/88]...........................success > >> Running tests in compat-test [5/88]...........................success > >> Running tests in config-test [6/88]...........................success > >> Running tests in db-test [7/88]...............................success > >> Running tests in diff-diff3-test [8/88].......................success > >> Running tests in dirent_uri-test [9/88].......................success > >> Running tests in entries-compat-test [10/88]..................success > >> Running tests in eol-test [11/88].............................success > >> Running tests in error-test [12/88]...........................success > >> Running tests in fs-pack-test [13/88].........................success > >> Running tests in fs-test [14/88]..............................success > >> Running tests in hashdump-test [15/88]........................success > >> Running tests in locks-test [16/88]...........................success > >> Running tests in mergeinfo-test [17/88].......................success > >> Running tests in op-depth-test [18/88]........................success > >> Running tests in opt-test [19/88].............................success > >> Running tests in parse-diff-test [20/88]......................success > >> Running tests in path-test [21/88]............................success > >> Running tests in pristine-store-test [22/88]..................FAILURE > > > > I recently changed the pristine-store handling. I'll see if I can spot > > anything wrong there. Please could you show me > > > > $ grep --context=10 "^FAIL:.*pristine-store-test" tests.log > > PASS: lt-path-test 23: test svn_path_local_style > PASS: lt-path-test 24: test svn_path_internal_style > END: path-test > ELAPSED: path-test 0:00:00.018077 > > START: pristine-store-test > PASS: lt-pristine-store-test 1: pristine_write_read > PASS: lt-pristine-store-test 2: pristine_get_translated > PASS: lt-pristine-store-test 3: pristine_delete_while_open > svn_tests: E200006: err != NULL > FAIL: lt-pristine-store-test 4: reject_mismatching_text
Thanks John. I remember now, somebody already pointed out to me that this test would fail on a release-mode build. Sorry about that. I'll fix it, but the most interesting point is that this particular one probably isn't related to the other failures. - Julian