zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #00748
[Merge] lp:~gabipetrovay/zorba/moduleDocumentation into lp:zorba
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/moduleDocumentation into lp:zorba.
Requested reviews:
Gabriel Petrovay (gabipetrovay)
For more details, see:
https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78762
Disabled moduleDocumentation test due to 871335.
--
https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78762
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/rbkt/Queries/CMakeLists.txt'
--- test/rbkt/Queries/CMakeLists.txt 2011-10-09 01:05:46 +0000
+++ test/rbkt/Queries/CMakeLists.txt 2011-10-09 16:12:35 +0000
@@ -32,12 +32,21 @@
# appropriate. IF YOU THINK YOU WANT TO DO THIS, YOU ARE PROBABLY
# WRONG OR THERE IS A SERIOUS PROBLEM WITH THE BUILD SYSTEM.
# PLEASE DO NOT USE THIS MECHANISM IF AT ALL POSSIBLE.
-# IF STILL NEEDED, GIVE THE CORRESPONDING BUG PRIORITY 9 BECAUSE
-# THIS HAS TO BE ADDRESSED ASAP.
+# IF STILL NEEDED, GIVE THE CORRESPONDING BUG IMPORTANCE "CRITICAL"
+# BECAUSE THIS HAS TO BE ADDRESSED ASAP.
LIST(REMOVE_ITEM TESTFILES
-# Crashes on Windows: 3284881, 3071699 (fix 3284881 before 3071699)
+ # crashes on Windows: 866978, 866742 (fix 866978 before 866742)
zorba/HigherOrder/hof-101.xq
+
+ # fails because of the image external module's broken documentation
+ # If you try to submit something else to the external module, it will
+ # fail because of this test.
+ # If you try and mark it as expected failure here, the "expected failure"
+ # will fail because the image module will not be tested and therefore the
+ # module documentation test will succeed.
+ # Created bug 871335 for this.
+ zorba/xqdoc/moduleDocumentation.xq
)
# collect all chained test queries (suffix .cxq) in all subdirectories
@@ -251,10 +260,13 @@
EXPECTED_FAILURE(test/rbkt/zorba/versioning/link1 871061)
EXPECTED_FAILURE(test/rbkt/zorba/xqdoc/moduleDocumentation 871062)
-
- EXPECTED_FAILURE(test/rbkt/zorba/file/createWriteReadDeleteSeries 3276394)
+
+ # this is still an expected failure but has been commented out since the
+ # test is now completely disabled because of bug 871335
+ #EXPECTED_FAILURE(test/rbkt/zorba/file/createWriteReadDeleteSeries 866969)
ENDIF(WIN32)
+
EXPECTED_FAILURE(test/rbkt/zorba/modules/schema 3131554)
EXPECTED_FAILURE(test/rbkt/zorba/xqddf/ic-uniqueKey-err2 2935047)
Follow ups