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

Proposed by Daniel Turcanu
Status: Merged
Approved by: Chris Hillery
Approved revision: 10597
Merged at revision: 10612
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
Daniel Turcanu (community) Approve
Chris Hillery Approve
Review via email: mp+87063@code.launchpad.net

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

Commit message

Removed test versioning/link1 to avoid bug 908062 on Windows

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 : Posted in a previous version of this proposal

- 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
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job link1_fix-2011-12-29T08-41-04.925Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1. Got: 1 Approve.

Revision history for this message
Daniel Turcanu (danielturcanu) wrote :

+one

review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job link1_fix-2012-01-11T01-47-04.43Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'test/rbkt/Queries/CMakeLists.txt'
--- test/rbkt/Queries/CMakeLists.txt 2011-12-29 08:31:53 +0000
+++ test/rbkt/Queries/CMakeLists.txt 2011-12-29 08:40:46 +0000
@@ -168,6 +168,13 @@
168 SET (SKIP_TEST 1)168 SET (SKIP_TEST 1)
169 ENDIF (NEEDS_FULL_TEXT)169 ENDIF (NEEDS_FULL_TEXT)
170 ENDIF (ZORBA_NO_FULL_TEXT)170 ENDIF (ZORBA_NO_FULL_TEXT)
171 IF(WIN32)
172 #this test fails on Windows because cannot find ourlib.dll
173 #bug 908062
174 IF(${TESTNAME} MATCHES "test/rbkt/zorba/versioning/link1")
175 SET(SKIP_TEST 1)
176 ENDIF(${TESTNAME} MATCHES "test/rbkt/zorba/versioning/link1")
177 ENDIF(WIN32)
171178
172 # If WordNet thesaurus not found, skip ft-thesaurus-true tests179 # If WordNet thesaurus not found, skip ft-thesaurus-true tests
173 IF (NOT ZORBA_WORDNET_FOUND)180 IF (NOT ZORBA_WORDNET_FOUND)
@@ -260,15 +267,6 @@
260ENDIF(XVERMAJ EQUAL 2)267ENDIF(XVERMAJ EQUAL 2)
261268
262IF(WIN32)269IF(WIN32)
263 EXPECTED_FAILURE(test/rbkt/zorba/versioning/external1 870991)
264 EXPECTED_FAILURE(test/rbkt/zorba/versioning/external2 870991)
265
266 EXPECTED_FAILURE(test/rbkt/zorba/versioning/link1 871061)
267
268 # this is still an expected failure but has been commented out since the
269 # test is now completely disabled because of bug 871335
270 #EXPECTED_FAILURE(test/rbkt/zorba/xqdoc/moduleDocumentation 871062)
271
272 EXPECTED_FAILURE(test/rbkt/zorba/file/createWriteReadDeleteSeries 866969)270 EXPECTED_FAILURE(test/rbkt/zorba/file/createWriteReadDeleteSeries 866969)
273ENDIF(WIN32)271ENDIF(WIN32)
274272

Subscribers

People subscribed via source and target branches