From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../gdb/gdb/gdb-ptest-attach.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta/recipes-devtools/gdb/gdb/gdb-ptest-attach.patch (limited to 'meta/recipes-devtools/gdb/gdb/gdb-ptest-attach.patch') diff --git a/meta/recipes-devtools/gdb/gdb/gdb-ptest-attach.patch b/meta/recipes-devtools/gdb/gdb/gdb-ptest-attach.patch new file mode 100644 index 0000000000..b95ac2c163 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb/gdb-ptest-attach.patch @@ -0,0 +1,30 @@ +From f442dc426b0346e1e413a7c3ae5b07725837135c Mon Sep 17 00:00:00 2001 +From: "Rick.Yang" +Date: Sun, 11 Nov 2012 10:05:50 +0100 +Subject: [PATCH] Fix the failed test case. + +Description: Fixed failing test case + In fact, the test case is passing, but the output does not completely + match the expected pattern in some special case. Modified the pattern + to resolve it. + +Signed-off-by: Rick.Yang +Signed-off-by: Ciprian Barbu +--- + gdb/testsuite/gdb.base/attach.exp | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp +--- a/gdb/testsuite/gdb.base/attach.exp ++++ b/gdb/testsuite/gdb.base/attach.exp +@@ -285,7 +285,7 @@ proc do_attach_tests {} { + gdb_test "dir ${objdir}/${subdir}" "Source directories searched: .*" \ + "set source path" + +- gdb_test "cd /tmp" "Working directory /tmp." \ ++ gdb_test "cd /tmp" "Working directory /tmp.*" \ + "cd away from process working directory" + + # Explicitly flush out any knowledge of the previous attachment. +-- +1.7.5.4 -- cgit v1.2.3-54-g00ecf