Re-enable tests that have been fixed upstream
authorStephane Glondu <steph@glondu.net>
Fri, 12 Jun 2015 14:29:34 +0000 (16:29 +0200)
committerStephane Glondu <steph@glondu.net>
Fri, 12 Jun 2015 14:29:34 +0000 (16:29 +0200)
debian/rules

index fdf088ef68d8671045a817b770021022fa19e046..88886755489fdb9743b082c93b743bbc9239c5f1 100755 (executable)
@@ -272,10 +272,6 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
        rm -rf testsuite/tests/tool-debugger/basic/
        rm -rf testsuite/tests/tool-debugger/find-artifacts/
        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