Merge lp:~danielturcanu/zorba/link1_fix into lp:zorba

Proposed by Daniel Turcanu
Status: Superseded
Proposed branch: lp:~danielturcanu/zorba/link1_fix
Merge into: lp:zorba
Diff against target: 32 lines (+7/-9)
1 file modified
test/rbkt/Queries/CMakeLists.txt (+7/-9)
To merge this branch: bzr merge lp:~danielturcanu/zorba/link1_fix
Reviewer Review Type Date Requested Status
Chris Hillery Needs Fixing
Review via email: mp+86994@code.launchpad.net

This proposal supersedes a proposal from 2011-12-27.

This proposal has been superseded by a proposal from 2011-12-29.

Description of the change

Removed test versioning/link1 to avoid bug 908062 on Windows

To post a comment you must log in.
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote : Posted in a previous version of this proposal

There are additional revisions which have not been approved in review. Please seek review and approval of these new revisions.

Revision history for this message
Chris Hillery (ceejatec) wrote :

- Please put a very prominent comment around the SKIP_TEST block identifying why the test is skipped and listing the bug number.

- Likewise, please add comment referring to the bug number next to the commented-out EXPECTED_FAILURE() for the link1 test.

- If the external1/external2 tests are working now, you should just remove the EXPECTED_FAILURE() lines rather than commenting them out.

FYI, for relatively trivial changes like this, I would have just made the corrections myself, but since the branch is owned by ~danielturcanu I couldn't do that...

review: Needs Fixing
lp:~danielturcanu/zorba/link1_fix updated
10597. By Daniel Turcanu

Put a comment for disabling link1 test

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test/rbkt/Queries/CMakeLists.txt'
2--- test/rbkt/Queries/CMakeLists.txt 2011-12-29 08:31:53 +0000
3+++ test/rbkt/Queries/CMakeLists.txt 2011-12-29 08:40:44 +0000
4@@ -168,6 +168,13 @@
5 SET (SKIP_TEST 1)
6 ENDIF (NEEDS_FULL_TEXT)
7 ENDIF (ZORBA_NO_FULL_TEXT)
8+ IF(WIN32)
9+ #this test fails on Windows because cannot find ourlib.dll
10+ #bug 908062
11+ IF(${TESTNAME} MATCHES "test/rbkt/zorba/versioning/link1")
12+ SET(SKIP_TEST 1)
13+ ENDIF(${TESTNAME} MATCHES "test/rbkt/zorba/versioning/link1")
14+ ENDIF(WIN32)
15
16 # If WordNet thesaurus not found, skip ft-thesaurus-true tests
17 IF (NOT ZORBA_WORDNET_FOUND)
18@@ -260,15 +267,6 @@
19 ENDIF(XVERMAJ EQUAL 2)
20
21 IF(WIN32)
22- EXPECTED_FAILURE(test/rbkt/zorba/versioning/external1 870991)
23- EXPECTED_FAILURE(test/rbkt/zorba/versioning/external2 870991)
24-
25- EXPECTED_FAILURE(test/rbkt/zorba/versioning/link1 871061)
26-
27- # this is still an expected failure but has been commented out since the
28- # test is now completely disabled because of bug 871335
29- #EXPECTED_FAILURE(test/rbkt/zorba/xqdoc/moduleDocumentation 871062)
30-
31 EXPECTED_FAILURE(test/rbkt/zorba/file/createWriteReadDeleteSeries 866969)
32 ENDIF(WIN32)
33

Subscribers

People subscribed via source and target branches