Merge lp:~zorba-coders/zorba/3-expected-failures into lp:zorba/data-cleaning-module

Proposed by Gabriel Petrovay
Status: Merged
Approved by: Gabriel Petrovay
Approved revision: 32
Merged at revision: 32
Proposed branch: lp:~zorba-coders/zorba/3-expected-failures
Merge into: lp:zorba/data-cleaning-module
Diff against target: 16 lines (+6/-1)
1 file modified
CMakeLists.txt (+6/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/3-expected-failures
Reviewer Review Type Date Requested Status
Gabriel Petrovay (community) Approve
Review via email: mp+78740@code.launchpad.net

Commit message

Marked 3 data-cleaning failing tests as expected failures.

Description of the change

Marked as expected failures.

The following data-cleaning tests fail:
    23068 - zorba_data-cleaning_module/data-cleaning/conversion/address-from-user.xq (Failed)
    23072 - zorba_data-cleaning_module/data-cleaning/conversion/phone-from-user.xq (Failed)
    23076 - zorba_data-cleaning_module/data-cleaning/conversion/user-from-phone.xq (Failed)

To post a comment you must log in.
Revision history for this message
Gabriel Petrovay (gabipetrovay) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
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 3-expected-failures-2011-10-09T00-39-34.018Z 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
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2011-09-02 09:14:39 +0000
3+++ CMakeLists.txt 2011-10-09 00:25:19 +0000
4@@ -22,7 +22,12 @@
5
6 FIND_PACKAGE (Zorba REQUIRED HINTS "${ZORBA_BUILD_DIR}")
7 INCLUDE ("${Zorba_USE_FILE}")
8-ADD_TEST_DIRECTORY("${PROJECT_SOURCE_DIR}/test")
9+
10+ADD_TEST_DIRECTORY("${PROJECT_SOURCE_DIR}/test" "${EXCEPTION_LIST}")
11+
12+EXPECTED_FAILURE(zorba_data-cleaning_module/data-cleaning/conversion/address-from-user.xq 871051)
13+EXPECTED_FAILURE(zorba_data-cleaning_module/data-cleaning/conversion/phone-from-user.xq 871051)
14+EXPECTED_FAILURE(zorba_data-cleaning_module/data-cleaning/conversion/user-from-phone.xq 871051)
15
16 ADD_SUBDIRECTORY("src")
17

Subscribers

People subscribed via source and target branches

to all changes: