- Add gdb-testsuite-8.3-kfail-xfail-unsupported.patch - Drop ChangeLog part of patch: * gdb-rhbz1708192-parse_macro_definition-crash.patch * gdb-rhbz1704406-disable-style-log-output-1of3.patch * gdb-rhbz1704406-disable-style-log-output-2of3.patch * gdb-rhbz1704406-disable-style-log-output-3of3.patch * gdb-rhbz1723564-gdb-crash-PYTHONMALLOC-debug.patch * gdb-rhbz1553086-binutils-warning-loadable-section-outside-elf.patch - Update to gdb-8.3.1. * Drop "Testsuite: Ensure pie is disabled on some tests" part of gdb-testsuite-pie-no-pie.patch * Drop: - gdb-7.10-swo18929.patch - gdb-handle-vfork-in-thread-with-follow-fork-mode-child.patch - gdb-x86_64-i386-syscall-restart-master.patch - gdb-suppress-sigttou-when-handling-errors.patch - gdb-fix-breakpoints-on-file-reloads-for-pie-binaries.patch - gdb-symtab-fix-symbol-loading-performance-regression.patch - Fix macro in comment warning OBS-URL: https://build.opensuse.org/request/show/734341 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=229
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
|
|
From: Andrew Burgess <andrew.burgess@embecosm.com>
|
|
Date: Fri, 14 Jun 2019 23:31:10 +0100
|
|
Subject: gdb-rhbz1704406-disable-style-log-output-3of3.patch
|
|
|
|
;; Fix 'Color control codes should not appear in logging output'
|
|
;; Tom Tromey, RH BZ 1704406
|
|
|
|
gdb: Remove file path from test name
|
|
|
|
Having paths in test names makes comparing sum files difficult, rename
|
|
a test to avoid paths in test names.
|
|
|
|
gdb/testsuite/ChangeLog:
|
|
|
|
* gdb.base/style-logging.exp: Remove path from test name.
|
|
|
|
diff --git a/gdb/testsuite/gdb.base/style-logging.exp b/gdb/testsuite/gdb.base/style-logging.exp
|
|
--- a/gdb/testsuite/gdb.base/style-logging.exp
|
|
+++ b/gdb/testsuite/gdb.base/style-logging.exp
|
|
@@ -38,7 +38,8 @@ save_vars { env(TERM) } {
|
|
gdb_test_no_output "set style enabled on"
|
|
|
|
set log_name [standard_output_file log.txt]
|
|
- gdb_test_no_output "set logging file $log_name"
|
|
+ gdb_test_no_output "set logging file $log_name" \
|
|
+ "set logging filename"
|
|
gdb_test_no_output "set logging overwrite on"
|
|
gdb_test "set logging on" "Copying output to .*"
|
|
|