Disable faulty test case
authorStephane Glondu <steph@glondu.net>
Mon, 16 Feb 2015 09:07:02 +0000 (10:07 +0100)
committerStephane Glondu <steph@glondu.net>
Mon, 16 Feb 2015 09:10:16 +0000 (10:10 +0100)
debian/rules

index 04b5b645ca8e51786699417d237206c22a0e3d16..e95a083debfde5eaa56878a2062ae2c58d6df32c 100755 (executable)
@@ -278,6 +278,8 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
        rm -rf testsuite/tests/tool-debugger/no_debug_event/
        : # FIXME: see http://caml.inria.fr/mantis/view.php?id=6630
        rm -rf testsuite/tests/prim-bigstring
+       : # FIXME: see http://caml.inria.fr/mantis/view.php?id=6667
+       rm -rf testsuite/tests/prim-bswap
 ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES)))
        rm -f testsuite/tests/misc-unsafe/almabench.ml
 endif