summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormandyke@gmail.com <mandyke@gmail.com@01de4be4-8c4a-0410-9132-4925637da917>2014-07-28 04:55:57 +0000
committermandyke@gmail.com <mandyke@gmail.com@01de4be4-8c4a-0410-9132-4925637da917>2014-07-28 04:55:57 +0000
commita1c7448679223500718af26c0fef6eb9eb3fbd94 (patch)
tree4da282ddcf5fe4c7744f12f2225d49ba207de48f
parentdad14c216d7f1118ad9c51b98fbbce81e094d4d2 (diff)
downloaddistcc-a1c7448679223500718af26c0fef6eb9eb3fbd94.tar.gz
Ignore the common linux-gate.so warning in Gdb_Case
git-svn-id: http://distcc.googlecode.com/svn/trunk@793 01de4be4-8c4a-0410-9132-4925637da917
-rwxr-xr-xtest/testdistcc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testdistcc.py b/test/testdistcc.py
index b391c95..69bbc6f 100755
--- a/test/testdistcc.py
+++ b/test/testdistcc.py
@@ -1286,6 +1286,7 @@ class Gdb_Case(CompileHello_Case):
'Failed to read a valid object file image from memory.\n',
'warning: Lowest section in system-supplied DSO at 0xffffe000 is .hash at ffffe0b4\n',
'warning: no loadable sections found in added symbol-file /usr/lib/debug/lib/ld-2.7.so\n',
+ 'warning: Could not load shared library symbols for linux-gate.so.1.\nDo you need "set solib-search-path" or "set sysroot"?\n',
)
if errs and errs not in ignorable_error_messages:
self.assert_equal(errs, '')