projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9add4eb
)
Disable faulty test case
author
Stephane Glondu
<steph@glondu.net>
Mon, 16 Feb 2015 09:07:02 +0000
(10:07 +0100)
committer
Stephane Glondu
<steph@glondu.net>
Mon, 16 Feb 2015 09:10:16 +0000
(10:10 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 04b5b645ca8e51786699417d237206c22a0e3d16..e95a083debfde5eaa56878a2062ae2c58d6df32c 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-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