summaryrefslogtreecommitdiffstats
path: root/tests/ts/ipcs
diff options
context:
space:
mode:
authorRuediger Meier2014-05-13 12:10:17 +0200
committerRuediger Meier2014-05-13 20:11:21 +0200
commit857cc2244b482ca8acb27cb1fc5c531e0aa25dfd (patch)
treeaa22dd1a62dfdcf44ef7e0a4045e86b4d892ec7f /tests/ts/ipcs
parenttests: fix hexdump for big endian (diff)
downloadkernel-qcow2-util-linux-857cc2244b482ca8acb27cb1fc5c531e0aa25dfd.tar.gz
kernel-qcow2-util-linux-857cc2244b482ca8acb27cb1fc5c531e0aa25dfd.tar.xz
kernel-qcow2-util-linux-857cc2244b482ca8acb27cb1fc5c531e0aa25dfd.zip
tests: ipcs/limits2 is known to fail
See github issue #51, comment 2 https://github.com/karelzak/util-linux/issues/51 Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/ts/ipcs')
-rwxr-xr-xtests/ts/ipcs/limits25
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ts/ipcs/limits2 b/tests/ts/ipcs/limits2
index 7a7549aa3..ea90174b9 100755
--- a/tests/ts/ipcs/limits2
+++ b/tests/ts/ipcs/limits2
@@ -28,6 +28,11 @@ type bc >/dev/null 2>&1 || ts_skip "cannot find bc command"
. $TS_SELF/functions.sh
+# TODO https://github.com/karelzak/util-linux/issues/51
+if [ $(</proc/sys/kernel/shmall) -ge $(bc <<<"2^64 / $PAGE_SIZE") ]; then
+ TS_KNOWN_FAIL="yes"
+fi
+
ts_log "check for difference between kernel and IPC"
ipcs_limits_check >> $TS_OUTPUT