From a1c7448679223500718af26c0fef6eb9eb3fbd94 Mon Sep 17 00:00:00 2001 From: "mandyke@gmail.com" Date: Mon, 28 Jul 2014 04:55:57 +0000 Subject: 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 --- test/testdistcc.py | 1 + 1 file changed, 1 insertion(+) 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, '') -- cgit v1.2.1