summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormandyke <mandyke@gmail.com>2014-07-28 04:55:57 +0000
committermandyke <mandyke@gmail.com>2014-07-28 04:55:57 +0000
commit0c318a69a7a1d03e9f756ff6da9db94cfc35e5d3 (patch)
tree4da282ddcf5fe4c7744f12f2225d49ba207de48f
parent06c39e65d6cbef9348574b993dacc526f06fb516 (diff)
downloaddistcc-git-0c318a69a7a1d03e9f756ff6da9db94cfc35e5d3.tar.gz
Ignore the common linux-gate.so warning in Gdb_Case
-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, '')