← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/new-rq-fots into lp:~zorba-coders/zorba/test-trunk

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/new-rq-fots into lp:~zorba-coders/zorba/test-trunk.

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/new-rq-fots/+merge/171250
-- 
https://code.launchpad.net/~zorba-coders/zorba/new-rq-fots/+merge/171250
Your team Zorba Coders is subscribed to branch lp:~zorba-coders/zorba/test-trunk.
=== modified file 'test/driver/testdriver_mt.cpp'
--- test/driver/testdriver_mt.cpp	2013-05-16 08:22:46 +0000
+++ test/driver/testdriver_mt.cpp	2013-06-25 09:27:36 +0000
@@ -989,7 +989,7 @@
 #if !defined(BOOST_FILESYSTEM_VERSION) || BOOST_FILESYSTEM_VERSION == 2
   queries.theResultsDir = path.native_directory_string();
 #else
-  queries.theResultsDir = path.parent_path().generic_string();
+  queries.theResultsDir = path.generic_string();
 #endif
 
   //

=== modified file 'test/fots/CMakeLists.txt'
--- test/fots/CMakeLists.txt	2013-06-24 09:58:08 +0000
+++ test/fots/CMakeLists.txt	2013-06-25 09:27:36 +0000
@@ -108,22 +108,17 @@
 EXPECTED_FOTS_FAILURE (SLOW fn-subsequence cbcl-subsequence-014 1069794)
 EXPECTED_FOTS_FAILURE (SLOW fn-matches.re re00987 1131313)
 EXPECTED_FOTS_FAILURE (SLOW app-Demos itunes 0)
-# Next 4 possibly unique to old RQ machine, but they need to be
-# marked for the RQ to pass. Will not be run but marked as passing.
-EXPECTED_FOTS_FAILURE (SLOW app-CatalogCheck Catalog002 0)
-EXPECTED_FOTS_FAILURE (SLOW app-FunctxFn functx-fn-tokenize-7 0)
-EXPECTED_FOTS_FAILURE (SLOW app-FunctxFn functx-fn-tokenize-all 0)
-EXPECTED_FOTS_FAILURE (SLOW prod-EQName eqname-010 0)
-EXPECTED_FOTS_FAILURE (SLOW prod-EQName eqname-011 0)
 
-#The following test-cases fail because fn:available-environment-variables does not return ()
-#However thy all pass if one sets the following environment variables (on Linux):
-# export QTTEST='42'
-# export QTTEST2='other'
-EXPECTED_FOTS_FAILURE (SLOW fn-available-environment-variables fn-available-environment-variables-011 1187692)
-EXPECTED_FOTS_FAILURE (SLOW fn-environment-variable environment-variable-005 1187692)
-EXPECTED_FOTS_FAILURE (SLOW fn-environment-variable environment-variable-006 1187692)
-EXPECTED_FOTS_FAILURE (SLOW fn-environment-variable environment-variable-007 1187692)
+# The following test-cases will fail by default.
+# However they all pass if one sets the following environment variables:
+#   QTTEST='42'
+#   QTTEST2='other'
+#   QTEMPTY=''
+# The remote queue machine does this.
+#EXPECTED_FOTS_FAILURE (SLOW fn-available-environment-variables fn-available-environment-variables-011 1187692)
+#EXPECTED_FOTS_FAILURE (SLOW fn-environment-variable environment-variable-005 1187692)
+#EXPECTED_FOTS_FAILURE (SLOW fn-environment-variable environment-variable-006 1187692)
+#EXPECTED_FOTS_FAILURE (SLOW fn-environment-variable environment-variable-007 1187692)
 
 #"crashing/hanging" tests. These are not run but marked as 'tooBig' by FOTS driver.
 EXPECTED_FOTS_FAILURE (CRASH fn-matches.re re00975 1070533)


Follow ups