summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-06-25 19:54:32 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-06-25 19:54:32 (GMT)
commit5ac1b936ef00841e6c5452d1ef360ab539d31dc2 (patch)
tree4bb7eb61e0dc91623db3bc32f35b9744d4742f8c /Lib
parentef8115e5ebcb316eade7346785eee533b07ef8e5 (diff)
downloadcpython-5ac1b936ef00841e6c5452d1ef360ab539d31dc2.zip
cpython-5ac1b936ef00841e6c5452d1ef360ab539d31dc2.tar.gz
cpython-5ac1b936ef00841e6c5452d1ef360ab539d31dc2.tar.bz2
test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_gdb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py
index abcb23e..4c037a1 100644
--- a/Lib/test/test_gdb.py
+++ b/Lib/test/test_gdb.py
@@ -164,6 +164,7 @@ class DebuggerTests(unittest.TestCase):
'linux-gate.so',
'Do you need "set solib-search-path" or '
'"set sysroot"?',
+ 'warning: Source file is more recent than executable.',
)
for line in errlines:
if not line.startswith(ignore_patterns):