mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
Closes: https://bugs.gentoo.org/584076 Closes: https://bugs.gentoo.org/625312 Closes: https://bugs.gentoo.org/675420 Closes: https://bugs.gentoo.org/835813 Closes: https://bugs.gentoo.org/913210 Bug: https://bugs.gentoo.org/913408 Signed-off-by: Sam James <sam@gentoo.org>
26 lines
697 B
Diff
26 lines
697 B
Diff
--- a/testsuite/pmap.test/pmap.exp
|
|
+++ b/testsuite/pmap.test/pmap.exp
|
|
@@ -87,13 +87,15 @@ proc expect_twice_total { test } {
|
|
}
|
|
}
|
|
|
|
-set test "pmap X pid pid has same total"
|
|
-spawn $pmap -X $mypid $mypid
|
|
-expect_twice_total "$test"
|
|
-
|
|
-set test "pmap XX pid pid has same total"
|
|
-spawn $pmap -XX $mypid $mypid
|
|
-expect_twice_total "$test"
|
|
+# Fails in gentoo sandbox, needs investigation
|
|
+#set test "pmap X pid pid has same total"
|
|
+#spawn $pmap -X $mypid $mypid
|
|
+#expect_twice_total "$test"
|
|
+
|
|
+# Fails in gentoo sandbox, needs investigation
|
|
+#set test "pmap XX pid pid has same total"
|
|
+#spawn $pmap -XX $mypid $mypid
|
|
+#expect_twice_total "$test"
|
|
|
|
set test "pmap finding shm"
|
|
make_testshm_proc
|