浏览代码

Disable intindex until we fix it

This test is running only to fail on all platforms and
take precious seconds to do so. I'm disabling them for
now (since we have an open bug to fix it) and save
us a few seconds.
Renato Golin 13 年之前
父节点
当前提交
fc876c9fe1
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      testing/ecl/intindex.ecl

+ 3 - 3
testing/ecl/intindex.ecl

@@ -16,10 +16,11 @@
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ############################################################################## */
 
+//skip type==thorlcr TBD
+//skip type==hthor TBD
+//skip type==roxie TBD
 //UseStandardFiles
 
-fail('This test is temporarily disabled because it causes lockups in roxie/hthor and probably thor');
-/*
 output(choosen(DG_IntegerIndex, 3));
 
 output(DG_IntegerIndex(keyed(i6 = 4)));
@@ -30,4 +31,3 @@ output(DG_IntegerIndex(wild(i6),keyed(nested.i4 = 5)));
 output(DG_IntegerIndex(wild(i6),wild(nested.i4),keyed(nested.u3 = 6)));
 output(DG_IntegerIndex(i5 = 7));
 output(DG_IntegerIndex(i3 = 8));
-*/