bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] Port gdbserver to GNU/Hurd


From: Yue Lu
Subject: Re: [PATCH 1/2] Port gdbserver to GNU/Hurd
Date: Sun, 22 Sep 2013 20:58:34 +0800
User-agent: Mutt/1.5.20 (2009-06-14)

Hi!

On Thu, Sep 05, 2013 at 11:37:36PM +0200, Thomas Schwinge wrote:
> Confirm that you haven't caused any regressions by running the GDB
> testsuite (natively) without and then with your change (don't forget to
> apply the testsuite patch I gave you earlier, to avoid the testsuite
> hanging (known Hurd issue)), and diff the *.sum files to see that there
> are no (major) differences (post them with your patch).
> 
These days I have try to run the testcase server times( And I have found 
there are 5 cases got failed or passed just by chance.) I
have found this, when apply my patch, the native gdb seems pass more
tests and failed more too :/ 

What's more, the gdbserver can't finish the testcase, it just just complain make
error and stoped. Like this:
=== gdb Summary ===

# of expected passes            21731
# of unexpected failures        659
# of unexpected successes       1
# of expected failures          31
# of known failures             75
# of unresolved testcases       12
# of untested testcases         2594
# of unsupported tests          265
/home/hacklu/code/gdb/build.gdbserver/gdb/testsuite/../../gdb/gdb
version  7.6.50.20130911-cvs -nw -nx -data-directory
/home/hacklu/code/gdb/build.gdbserver/gdb/testsuite/../data-directory

make[1]: *** [check-single] Error 1
make[1]: Leaving directory
`/home/hacklu/code/gdb/build.gdbserver/gdb/testsuite'
make: *** [check] Error 2

I do the check according to native-gdbserver.exp's comment.

It is the whole diff file between upstream branch and the one plus my patch
below.
(ps: the build.git2 contains the upstream one, and build.gdb3 contains
the topic one).

--- build.git2/gdb/testsuite/gdb.base1/gdb.sum  2013-09-18 21:10:20.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.base1/gdb.sum  2013-09-21 22:01:37.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 20:56:22 2013
+Test Run By hacklu on Sat Sep 21 21:47:36 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -3679,7 +3679,7 @@
 PASS: gdb.base/cvexpr.exp: (struct t_struct const * const)
 PASS: gdb.base/cvexpr.exp: (union t_union const * const)
 Running ../../../gdb/testsuite/gdb.base/comprdebug.exp ...
-ERROR: Couldn't load 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.base/comprdebug0.o into 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb.
+ERROR: Couldn't load 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.base/comprdebug0.o into 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb.
 UNRESOLVED: gdb.base/comprdebug.exp: file comprdebug0.o
 Running ../../../gdb/testsuite/gdb.base/call-ar-st.exp ...
 PASS: gdb.base/call-ar-st.exp: set print sevenbit-strings
@@ -4918,5 +4918,5 @@
 # of unresolved testcases      1
 # of untested testcases                5
 # of unsupported tests         16
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.ada/gdb.sum    2013-09-18 21:24:02.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.ada/gdb.sum    2013-09-21 22:15:28.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:23:49 2013
+Test Run By hacklu on Sat Sep 21 22:15:18 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -188,5 +188,5 @@
 # of expected passes           10
 # of untested testcases                1
 # of unsupported tests         80
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.arch/gdb.sum   2013-09-18 21:24:41.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.arch/gdb.sum   2013-09-21 22:16:04.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:24:04 2013
+Test Run By hacklu on Sat Sep 21 22:15:30 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -257,5 +257,5 @@
 # of expected passes           144
 # of unexpected failures       41
 # of known failures            1
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.asm/gdb.sum    2013-09-18 21:28:55.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.asm/gdb.sum    2013-09-21 22:20:20.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:24:42 2013
+Test Run By hacklu on Sat Sep 21 22:16:05 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -41,5 +41,5 @@
 
 # of expected passes           3
 # of unexpected failures       25
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.btrace/gdb.sum 2013-09-18 21:28:58.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.btrace/gdb.sum 2013-09-21 22:20:25.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:28:55 2013
+Test Run By hacklu on Sat Sep 21 22:20:21 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -13,5 +13,5 @@
 
                === gdb Summary ===
 
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.cell/gdb.sum   2013-09-18 21:28:59.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.cell/gdb.sum   2013-09-21 22:20:27.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:28:58 2013
+Test Run By hacklu on Sat Sep 21 22:20:26 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -28,5 +28,5 @@
 
                === gdb Summary ===
 
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.cp/gdb.sum     2013-09-18 21:38:20.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.cp/gdb.sum     2013-09-21 22:29:27.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:29:00 2013
+Test Run By hacklu on Sat Sep 21 22:20:28 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -4190,5 +4190,5 @@
 # of known failures            20
 # of untested testcases                1
 # of unsupported tests         1
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.disasm/gdb.sum 2013-09-18 21:38:23.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.disasm/gdb.sum 2013-09-21 22:29:30.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:38:21 2013
+Test Run By hacklu on Sat Sep 21 22:29:28 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -28,5 +28,5 @@
 
                === gdb Summary ===
 
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.dwarf2/gdb.sum 2013-09-18 21:41:30.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.dwarf2/gdb.sum 2013-09-21 22:32:26.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:38:24 2013
+Test Run By hacklu on Sat Sep 21 22:29:31 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -32,7 +32,7 @@
 PASS: gdb.dwarf2/dw2-bad-parameter-type.exp: ptype f
 PASS: gdb.dwarf2/dw2-bad-parameter-type.exp: is alive
 Running ../../../gdb/testsuite/gdb.dwarf2/dw2-basic.exp ...
-ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
+ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
 UNRESOLVED: gdb.dwarf2/dw2-basic.exp: set listsize 1
 FAIL: gdb.dwarf2/dw2-basic.exp: list func_cu1
 PASS: gdb.dwarf2/dw2-basic.exp: ptype func_cu1
@@ -54,7 +54,7 @@
 PASS: gdb.dwarf2/dw2-compdir-oldgcc.exp: list gcc43
 PASS: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc43
 Running ../../../gdb/testsuite/gdb.dwarf2/dw2-compressed.exp ...
-ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
+ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
 UNRESOLVED: gdb.dwarf2/dw2-compressed.exp: set listsize 1
 FAIL: gdb.dwarf2/dw2-compressed.exp: list func_cu1
 PASS: gdb.dwarf2/dw2-compressed.exp: ptype func_cu1
@@ -328,13 +328,13 @@
 PASS: gdb.dwarf2/dw2-inline-param.exp: info addr break_at
 PASS: gdb.dwarf2/dw2-inline-param.exp: bt
 Running ../../../gdb/testsuite/gdb.dwarf2/dw2-intercu.exp ...
-ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
+ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
 UNRESOLVED: gdb.dwarf2/dw2-intercu.exp: ptype int2
 PASS: gdb.dwarf2/dw2-intercu.exp: set listsize 1
 FAIL: gdb.dwarf2/dw2-intercu.exp: list func_cu1
 PASS: gdb.dwarf2/dw2-intercu.exp: ptype func_cu1
 Running ../../../gdb/testsuite/gdb.dwarf2/dw2-intermix.exp ...
-ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
+ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
 UNRESOLVED: gdb.dwarf2/dw2-intermix.exp: set listsize 1
 FAIL: gdb.dwarf2/dw2-intermix.exp: list func_cu1
 PASS: gdb.dwarf2/dw2-intermix.exp: ptype func_cu1
@@ -439,7 +439,7 @@
 Running ../../../gdb/testsuite/gdb.dwarf2/dw2-param-error.exp ...
 PASS: gdb.dwarf2/dw2-param-error.exp: frame
 Running ../../../gdb/testsuite/gdb.dwarf2/dw2-producer.exp ...
-ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
+ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
 UNRESOLVED: gdb.dwarf2/dw2-producer.exp: set listsize 1
 FAIL: gdb.dwarf2/dw2-producer.exp: list func_cu1
 PASS: gdb.dwarf2/dw2-producer.exp: ptype func_cu1
@@ -547,7 +547,7 @@
 Running ../../../gdb/testsuite/gdb.dwarf2/implptrpiece.exp ...
 PASS: gdb.dwarf2/implptrpiece.exp: print/d p[-1]
 Running ../../../gdb/testsuite/gdb.dwarf2/mac-fileno.exp ...
-ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
+ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
 UNRESOLVED: gdb.dwarf2/mac-fileno.exp: set listsize 1
 FAIL: gdb.dwarf2/mac-fileno.exp: list func_cu1
 PASS: gdb.dwarf2/mac-fileno.exp: ptype func_cu1
@@ -658,5 +658,5 @@
 # of unresolved testcases      6
 # of untested testcases                9
 # of unsupported tests         1
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.fortran/gdb.sum        2013-09-18 
21:42:09.000000000 +0800
+++ build.gdb3/gdb/testsuite/gdb.fortran/gdb.sum        2013-09-21 
22:33:01.000000000 +0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:41:31 2013
+Test Run By hacklu on Sat Sep 21 22:32:27 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -269,5 +269,5 @@
 
 # of expected passes           243
 # of unexpected failures       2
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.go/gdb.sum     2013-09-18 21:44:23.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.go/gdb.sum     2013-09-21 22:35:15.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:44:17 2013
+Test Run By hacklu on Sat Sep 21 22:35:10 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -90,5 +90,5 @@
 # of expected passes           44
 # of expected failures         4
 # of untested testcases                9
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.server/gdb.sum 2013-09-18 21:50:17.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.server/gdb.sum 2013-09-21 22:41:15.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:50:16 2013
+Test Run By hacklu on Sat Sep 21 22:40:35 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -8,16 +8,85 @@
 
 Running target unix
 Running ../../../gdb/testsuite/gdb.server/ext-attach.exp ...
+PASS: gdb.server/ext-attach.exp: disconnect
+PASS: gdb.server/ext-attach.exp: set remote exec-file
+FAIL: gdb.server/ext-attach.exp: attach to remote program 1
+FAIL: gdb.server/ext-attach.exp: backtrace 1
+FAIL: gdb.server/ext-attach.exp: detach (the program is no longer running)
+PASS: gdb.server/ext-attach.exp: backtrace with no program
+FAIL: gdb.server/ext-attach.exp: attach to remote program 2
+FAIL: gdb.server/ext-attach.exp: backtrace 2
+PASS: gdb.server/ext-attach.exp: kill
+PASS: gdb.server/ext-attach.exp: monitor exit
 Running ../../../gdb/testsuite/gdb.server/ext-run.exp ...
+PASS: gdb.server/ext-run.exp: disconnect
+PASS: gdb.server/ext-run.exp: set remote exec-file
+PASS: gdb.server/ext-run.exp: continue to main
+PASS: gdb.server/ext-run.exp: kill
+PASS: gdb.server/ext-run.exp: load new file without any gdbserver inferior
+PASS: gdb.server/ext-run.exp: monitor exit
 Running ../../../gdb/testsuite/gdb.server/file-transfer.exp ...
+PASS: gdb.server/file-transfer.exp: disconnect
+PASS: gdb.server/file-transfer.exp: put binary file
+FAIL: gdb.server/file-transfer.exp: get binary file
+PASS: gdb.server/file-transfer.exp: compare intermediate binary file
+FAIL: gdb.server/file-transfer.exp: compare binary file
+FAIL: gdb.server/file-transfer.exp: deleted binary file
+FAIL: gdb.server/file-transfer.exp: verified deleted binary file
+FAIL: gdb.server/file-transfer.exp: put text file
+FAIL: gdb.server/file-transfer.exp: get text file
+FAIL: gdb.server/file-transfer.exp: compare intermediate text file
+FAIL: gdb.server/file-transfer.exp: compare text file
+FAIL: gdb.server/file-transfer.exp: deleted text file
+FAIL: gdb.server/file-transfer.exp: verified deleted text file
 Running ../../../gdb/testsuite/gdb.server/no-thread-db.exp ...
+PASS: gdb.server/no-thread-db.exp: successfully compiled posix threads test 
case
+PASS: gdb.server/no-thread-db.exp: disconnect
+FAIL: gdb.server/no-thread-db.exp: libthread-db is now unresolvable
+PASS: gdb.server/no-thread-db.exp: continue to breakpoint: after tls assignment
+FAIL: gdb.server/no-thread-db.exp: print foo
 Running ../../../gdb/testsuite/gdb.server/server-exec-info.exp ...
+PASS: gdb.server/server-exec-info.exp: file
+PASS: gdb.server/server-exec-info.exp: set sysroot remote:
+FAIL: gdb.server/server-exec-info.exp: info files
 Running ../../../gdb/testsuite/gdb.server/server-kill.exp ...
+PASS: gdb.server/server-kill.exp: disconnect
+FAIL: gdb.server/server-kill.exp: tstatus
 Running ../../../gdb/testsuite/gdb.server/server-mon.exp ...
+PASS: gdb.server/server-mon.exp: disconnect
+PASS: gdb.server/server-mon.exp: monitor help
+PASS: gdb.server/server-mon.exp: monitor
+PASS: gdb.server/server-mon.exp: monitor set debug 1
+PASS: gdb.server/server-mon.exp: monitor set debug 0
+PASS: gdb.server/server-mon.exp: monitor set remote-debug 1
+PASS: gdb.server/server-mon.exp: monitor set remote-debug 0
 Running ../../../gdb/testsuite/gdb.server/server-run.exp ...
+PASS: gdb.server/server-run.exp: disconnect
+PASS: gdb.server/server-run.exp: continue to main
 Running ../../../gdb/testsuite/gdb.server/solib-list.exp ...
+PASS: gdb.server/solib-list.exp: non-stop 0: disconnect
+PASS: gdb.server/solib-list.exp: non-stop 0: set non-stop 0
+PASS: gdb.server/solib-list.exp: non-stop 0: set target-async 0
+PASS: gdb.server/solib-list.exp: non-stop 0: set displaced-stepping off
+PASS: gdb.server/solib-list.exp: non-stop 0: file binfile
+PASS: gdb.server/solib-list.exp: non-stop 0: target remote
+PASS: gdb.server/solib-list.exp: non-stop 0: continue
+PASS: gdb.server/solib-list.exp: non-stop 0: sharedlibrary
+PASS: gdb.server/solib-list.exp: non-stop 0: p libvar
+PASS: gdb.server/solib-list.exp: non-stop 1: disconnect
+PASS: gdb.server/solib-list.exp: non-stop 1: set non-stop 1
+PASS: gdb.server/solib-list.exp: non-stop 1: set target-async 1
+PASS: gdb.server/solib-list.exp: non-stop 1: set displaced-stepping off
+PASS: gdb.server/solib-list.exp: non-stop 1: file binfile
+PASS: gdb.server/solib-list.exp: non-stop 1: target remote
+FAIL: gdb.server/solib-list.exp: non-stop 1: non-stop interior stop (timeout)
+FAIL: gdb.server/solib-list.exp: non-stop 1: continue (the program is no 
longer running)
+PASS: gdb.server/solib-list.exp: non-stop 1: sharedlibrary
+FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
 
                === gdb Summary ===
 
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+# of expected passes           45
+# of unexpected failures       22
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.java/gdb.sum   2013-09-18 21:44:26.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.java/gdb.sum   2013-09-21 22:35:18.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:44:24 2013
+Test Run By hacklu on Sat Sep 21 22:35:15 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -84,5 +84,5 @@
 # of expected passes           60
 # of untested testcases                1
 # of unsupported tests         4
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.linespec/gdb.sum       2013-09-18 
21:45:13.000000000 +0800
+++ build.gdb3/gdb/testsuite/gdb.linespec/gdb.sum       2013-09-21 
22:35:47.000000000 +0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:44:27 2013
+Test Run By hacklu on Sat Sep 21 22:35:19 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -222,5 +222,5 @@
                === gdb Summary ===
 
 # of expected passes           204
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.mi/gdb.sum     2013-09-18 21:48:21.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.mi/gdb.sum     2013-09-21 22:38:42.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:45:14 2013
+Test Run By hacklu on Sat Sep 21 22:35:48 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -331,6 +331,12 @@
 PASS: gdb.mi/mi-eval.exp: eval A+3
 PASS: gdb.mi/mi-eval.exp: eval A + 3
 Running ../../../gdb/testsuite/gdb.mi/mi-file-transfer.exp ...
+PASS: gdb.mi/mi-file-transfer.exp: put binary file
+FAIL: gdb.mi/mi-file-transfer.exp: get binary file
+PASS: gdb.mi/mi-file-transfer.exp: compare intermediate binary file
+FAIL: gdb.mi/mi-file-transfer.exp: compare binary file
+FAIL: gdb.mi/mi-file-transfer.exp: deleted binary file
+FAIL: gdb.mi/mi-file-transfer.exp: verified deleted binary file
 Running ../../../gdb/testsuite/gdb.mi/mi-file.exp ...
 PASS: gdb.mi/mi-file.exp: request path info of current source file (basics.c)
 PASS: gdb.mi/mi-file.exp: Getting a list of source files.
@@ -1779,11 +1785,11 @@
 
                === gdb Summary ===
 
-# of expected passes           1654
-# of unexpected failures       29
+# of expected passes           1656
+# of unexpected failures       33
 # of unexpected successes      1
 # of expected failures         8
 # of known failures            6
 # of unsupported tests         9
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.modula2/gdb.sum        2013-09-18 
21:48:25.000000000 +0800
+++ build.gdb3/gdb/testsuite/gdb.modula2/gdb.sum        2013-09-21 
22:38:46.000000000 +0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:48:22 2013
+Test Run By hacklu on Sat Sep 21 22:38:43 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -20,5 +20,5 @@
                === gdb Summary ===
 
 # of expected passes           8
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.multi/gdb.sum  2013-09-18 21:48:34.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.multi/gdb.sum  2013-09-21 22:38:56.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:48:26 2013
+Test Run By hacklu on Sat Sep 21 22:38:47 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -63,5 +63,5 @@
 # of expected passes           31
 # of unexpected failures       10
 # of untested testcases                2
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.objc/gdb.sum   2013-09-18 21:48:39.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.objc/gdb.sum   2013-09-21 22:39:01.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:48:35 2013
+Test Run By hacklu on Sat Sep 21 22:38:57 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -32,5 +32,5 @@
 
 # of expected passes           13
 # of unsupported tests         3
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.opencl/gdb.sum 2013-09-18 21:48:44.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.opencl/gdb.sum 2013-09-21 22:39:05.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:48:40 2013
+Test Run By hacklu on Sat Sep 21 22:39:02 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -15,5 +15,5 @@
 
                === gdb Summary ===
 
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.opt/gdb.sum    2013-09-18 21:49:03.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.opt/gdb.sum    2013-09-21 22:39:23.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:48:45 2013
+Test Run By hacklu on Sat Sep 21 22:39:05 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -115,5 +115,5 @@
 # of expected passes           95
 # of expected failures         1
 # of known failures            1
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.pascal/gdb.sum 2013-09-18 21:49:05.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.pascal/gdb.sum 2013-09-21 22:39:26.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:49:04 2013
+Test Run By hacklu on Sat Sep 21 22:39:24 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -50,5 +50,5 @@
 # of known failures            1
 # of untested testcases                2
 # of unsupported tests         4
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.python/gdb.sum 2013-09-18 21:50:14.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.python/gdb.sum 2013-09-21 22:40:32.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:49:07 2013
+Test Run By hacklu on Sat Sep 21 22:39:26 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -96,5 +96,5 @@
 
 # of expected passes           2
 # of unsupported tests         41
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.reverse/gdb.sum        2013-09-18 
21:50:16.000000000 +0800
+++ build.gdb3/gdb/testsuite/gdb.reverse/gdb.sum        2013-09-21 
22:40:34.000000000 +0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:50:15 2013
+Test Run By hacklu on Sat Sep 21 22:40:33 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -37,5 +37,5 @@
 
                === gdb Summary ===
 
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.stabs/gdb.sum  2013-09-18 21:50:33.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.stabs/gdb.sum  2013-09-21 22:41:29.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:50:18 2013
+Test Run By hacklu on Sat Sep 21 22:41:16 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -234,5 +234,5 @@
 
 # of expected passes           212
 # of expected failures         7
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.threads/gdb.sum        2013-09-18 
22:02:21.000000000 +0800
+++ build.gdb3/gdb/testsuite/gdb.threads/gdb.sum        2013-09-21 
22:53:16.000000000 +0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:50:34 2013
+Test Run By hacklu on Sat Sep 21 22:41:30 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -463,5 +463,5 @@
 # of unresolved testcases      1
 # of untested testcases                3
 # of unsupported tests         9
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.trace/gdb.sum  2013-09-18 22:03:51.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.trace/gdb.sum  2013-09-21 22:54:48.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 22:02:21 2013
+Test Run By hacklu on Sat Sep 21 22:53:17 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -300,7 +300,7 @@
 PASS: gdb.trace/tracecmd.exp: 1.14: help trace
 PASS: gdb.trace/tracecmd.exp: Declined to set a fast tracepoint
 Running ../../../gdb/testsuite/gdb.trace/tspeed.exp ...
-gdb compile failed, gcc: error: 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../gdbserver/libinproctrace.so: 
No such file or directory
+gdb compile failed, gcc: error: 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../gdbserver/libinproctrace.so: 
No such file or directory
 UNTESTED: gdb.trace/tspeed.exp: tspeed.exp
 Running ../../../gdb/testsuite/gdb.trace/tstatus.exp ...
 UNSUPPORTED: gdb.trace/tstatus.exp: target does not support trace
@@ -343,5 +343,5 @@
 # of expected passes           251
 # of untested testcases                3
 # of unsupported tests         32
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.xml/gdb.sum    2013-09-18 22:03:53.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.xml/gdb.sum    2013-09-21 22:54:51.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 22:03:52 2013
+Test Run By hacklu on Sat Sep 21 22:54:49 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -21,5 +21,5 @@
                === gdb Summary ===
 
 # of unsupported tests         5
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.base2/gdb.sum  2013-09-18 21:23:48.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.base2/gdb.sum  2013-09-21 22:15:17.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:10:21 2013
+Test Run By hacklu on Sat Sep 21 22:01:39 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -4255,5 +4255,5 @@
 # of known failures            2
 # of untested testcases                7
 # of unsupported tests         4
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.gdb/gdb.sum    2013-09-18 21:44:16.000000000 
+0800
+++ build.gdb3/gdb/testsuite/gdb.gdb/gdb.sum    2013-09-21 22:35:09.000000000 
+0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 21:42:10 2013
+Test Run By hacklu on Sat Sep 21 22:33:02 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -171,7 +171,7 @@
 PASS: gdb.gdb/selftest.exp: Set xgdb prompt
 PASS: gdb.gdb/selftest.exp: send ^C to child process
 PASS: gdb.gdb/selftest.exp: send SIGINT signal to child process
-PASS: gdb.gdb/selftest.exp: backtrace through signal handler
+FAIL: gdb.gdb/selftest.exp: backtrace through signal handler (timeout)
 Running ../../../gdb/testsuite/gdb.gdb/xfullpath.exp ...
 PASS: gdb.gdb/xfullpath.exp: breakpoint in captured_main
 PASS: gdb.gdb/xfullpath.exp: run until breakpoint at captured_main
@@ -185,8 +185,8 @@
 
                === gdb Summary ===
 
-# of expected passes           165
-# of unexpected failures       3
+# of expected passes           164
+# of unexpected failures       4
 # of unsupported tests         1
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--- build.git2/gdb/testsuite/gdb.sum    2013-09-18 22:04:53.000000000 +0800
+++ build.gdb3/gdb/testsuite/gdb.sum    2013-09-21 22:55:52.000000000 +0800
@@ -1,4 +1,4 @@
-Test Run By hacklu on Wed Sep 18 20:56:22 2013
+Test Run By hacklu on Sat Sep 21 21:47:36 2013
 Native configuration is i686-unknown-gnu0.3
 
                === gdb tests ===
@@ -2231,7 +2231,7 @@
 PASS: gdb.base/complex.exp: print complex packed value in C
 PASS: gdb.base/complex.exp: print complex value in C
 Running ../../../gdb/testsuite/gdb.base/comprdebug.exp ...
-ERROR: Couldn't load 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.base/comprdebug0.o into 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb.
+ERROR: Couldn't load 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.base/comprdebug0.o into 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb.
 UNRESOLVED: gdb.base/comprdebug.exp: file comprdebug0.o
 Running ../../../gdb/testsuite/gdb.base/condbreak.exp ...
 PASS: gdb.base/condbreak.exp: breakpoint function
@@ -13833,7 +13833,7 @@
 PASS: gdb.dwarf2/dw2-bad-parameter-type.exp: ptype f
 PASS: gdb.dwarf2/dw2-bad-parameter-type.exp: is alive
 Running ../../../gdb/testsuite/gdb.dwarf2/dw2-basic.exp ...
-ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
+ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
 UNRESOLVED: gdb.dwarf2/dw2-basic.exp: set listsize 1
 FAIL: gdb.dwarf2/dw2-basic.exp: list func_cu1
 PASS: gdb.dwarf2/dw2-basic.exp: ptype func_cu1
@@ -13855,7 +13855,7 @@
 PASS: gdb.dwarf2/dw2-compdir-oldgcc.exp: list gcc43
 PASS: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc43
 Running ../../../gdb/testsuite/gdb.dwarf2/dw2-compressed.exp ...
-ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
+ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
 UNRESOLVED: gdb.dwarf2/dw2-compressed.exp: set listsize 1
 FAIL: gdb.dwarf2/dw2-compressed.exp: list func_cu1
 PASS: gdb.dwarf2/dw2-compressed.exp: ptype func_cu1
@@ -14129,13 +14129,13 @@
 PASS: gdb.dwarf2/dw2-inline-param.exp: info addr break_at
 PASS: gdb.dwarf2/dw2-inline-param.exp: bt
 Running ../../../gdb/testsuite/gdb.dwarf2/dw2-intercu.exp ...
-ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
+ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
 UNRESOLVED: gdb.dwarf2/dw2-intercu.exp: ptype int2
 PASS: gdb.dwarf2/dw2-intercu.exp: set listsize 1
 FAIL: gdb.dwarf2/dw2-intercu.exp: list func_cu1
 PASS: gdb.dwarf2/dw2-intercu.exp: ptype func_cu1
 Running ../../../gdb/testsuite/gdb.dwarf2/dw2-intermix.exp ...
-ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
+ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
 UNRESOLVED: gdb.dwarf2/dw2-intermix.exp: set listsize 1
 FAIL: gdb.dwarf2/dw2-intermix.exp: list func_cu1
 PASS: gdb.dwarf2/dw2-intermix.exp: ptype func_cu1
@@ -14240,7 +14240,7 @@
 Running ../../../gdb/testsuite/gdb.dwarf2/dw2-param-error.exp ...
 PASS: gdb.dwarf2/dw2-param-error.exp: frame
 Running ../../../gdb/testsuite/gdb.dwarf2/dw2-producer.exp ...
-ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
+ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
 UNRESOLVED: gdb.dwarf2/dw2-producer.exp: set listsize 1
 FAIL: gdb.dwarf2/dw2-producer.exp: list func_cu1
 PASS: gdb.dwarf2/dw2-producer.exp: ptype func_cu1
@@ -14348,7 +14348,7 @@
 Running ../../../gdb/testsuite/gdb.dwarf2/implptrpiece.exp ...
 PASS: gdb.dwarf2/implptrpiece.exp: print/d p[-1]
 Running ../../../gdb/testsuite/gdb.dwarf2/mac-fileno.exp ...
-ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.git2/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
+ERROR: remote_download to host of ../../../gdb/testsuite/gdb.dwarf2/file1.txt 
to /home/hacklu/code/gdb/build.gdb3/gdb/testsuite/gdb.dwarf2/file1.txt: cp: 
cannot stat `../../../gdb/testsuite/gdb.dwarf2/file1.txt': No such file or 
directory
 UNRESOLVED: gdb.dwarf2/mac-fileno.exp: set listsize 1
 FAIL: gdb.dwarf2/mac-fileno.exp: list func_cu1
 PASS: gdb.dwarf2/mac-fileno.exp: ptype func_cu1
@@ -14871,7 +14871,7 @@
 PASS: gdb.gdb/selftest.exp: Set xgdb prompt
 PASS: gdb.gdb/selftest.exp: send ^C to child process
 PASS: gdb.gdb/selftest.exp: send SIGINT signal to child process
-PASS: gdb.gdb/selftest.exp: backtrace through signal handler
+FAIL: gdb.gdb/selftest.exp: backtrace through signal handler (timeout)
 Running ../../../gdb/testsuite/gdb.gdb/xfullpath.exp ...
 PASS: gdb.gdb/xfullpath.exp: breakpoint in captured_main
 PASS: gdb.gdb/xfullpath.exp: run until breakpoint at captured_main
@@ -15866,6 +15866,12 @@
 PASS: gdb.mi/mi-file.exp: request path info of current source file (basics.c)
 PASS: gdb.mi/mi-file.exp: Getting a list of source files.
 Running ../../../gdb/testsuite/gdb.mi/mi-file-transfer.exp ...
+PASS: gdb.mi/mi-file-transfer.exp: put binary file
+FAIL: gdb.mi/mi-file-transfer.exp: get binary file
+PASS: gdb.mi/mi-file-transfer.exp: compare intermediate binary file
+FAIL: gdb.mi/mi-file-transfer.exp: compare binary file
+FAIL: gdb.mi/mi-file-transfer.exp: deleted binary file
+FAIL: gdb.mi/mi-file-transfer.exp: verified deleted binary file
 Running ../../../gdb/testsuite/gdb.mi/mi-fill-memory.exp ...
 PASS: gdb.mi/mi-fill-memory.exp: breakpoint at main
 PASS: gdb.mi/mi-fill-memory.exp: mi runto main
@@ -17344,14 +17350,81 @@
 Running ../../../gdb/testsuite/gdb.reverse/watch-precsave.exp ...
 Running ../../../gdb/testsuite/gdb.reverse/watch-reverse.exp ...
 Running ../../../gdb/testsuite/gdb.server/ext-attach.exp ...
+PASS: gdb.server/ext-attach.exp: disconnect
+PASS: gdb.server/ext-attach.exp: set remote exec-file
+FAIL: gdb.server/ext-attach.exp: attach to remote program 1
+FAIL: gdb.server/ext-attach.exp: backtrace 1
+FAIL: gdb.server/ext-attach.exp: detach (the program is no longer running)
+PASS: gdb.server/ext-attach.exp: backtrace with no program
+FAIL: gdb.server/ext-attach.exp: attach to remote program 2
+FAIL: gdb.server/ext-attach.exp: backtrace 2
+PASS: gdb.server/ext-attach.exp: kill
+PASS: gdb.server/ext-attach.exp: monitor exit
 Running ../../../gdb/testsuite/gdb.server/ext-run.exp ...
+PASS: gdb.server/ext-run.exp: disconnect
+PASS: gdb.server/ext-run.exp: set remote exec-file
+PASS: gdb.server/ext-run.exp: continue to main
+PASS: gdb.server/ext-run.exp: kill
+PASS: gdb.server/ext-run.exp: load new file without any gdbserver inferior
+PASS: gdb.server/ext-run.exp: monitor exit
 Running ../../../gdb/testsuite/gdb.server/file-transfer.exp ...
+PASS: gdb.server/file-transfer.exp: disconnect
+PASS: gdb.server/file-transfer.exp: put binary file
+FAIL: gdb.server/file-transfer.exp: get binary file
+PASS: gdb.server/file-transfer.exp: compare intermediate binary file
+FAIL: gdb.server/file-transfer.exp: compare binary file
+FAIL: gdb.server/file-transfer.exp: deleted binary file
+FAIL: gdb.server/file-transfer.exp: verified deleted binary file
+FAIL: gdb.server/file-transfer.exp: put text file
+FAIL: gdb.server/file-transfer.exp: get text file
+FAIL: gdb.server/file-transfer.exp: compare intermediate text file
+FAIL: gdb.server/file-transfer.exp: compare text file
+FAIL: gdb.server/file-transfer.exp: deleted text file
+FAIL: gdb.server/file-transfer.exp: verified deleted text file
 Running ../../../gdb/testsuite/gdb.server/no-thread-db.exp ...
+PASS: gdb.server/no-thread-db.exp: successfully compiled posix threads test 
case
+PASS: gdb.server/no-thread-db.exp: disconnect
+FAIL: gdb.server/no-thread-db.exp: libthread-db is now unresolvable
+PASS: gdb.server/no-thread-db.exp: continue to breakpoint: after tls assignment
+FAIL: gdb.server/no-thread-db.exp: print foo
 Running ../../../gdb/testsuite/gdb.server/server-exec-info.exp ...
+PASS: gdb.server/server-exec-info.exp: file
+PASS: gdb.server/server-exec-info.exp: set sysroot remote:
+FAIL: gdb.server/server-exec-info.exp: info files
 Running ../../../gdb/testsuite/gdb.server/server-kill.exp ...
+PASS: gdb.server/server-kill.exp: disconnect
+FAIL: gdb.server/server-kill.exp: tstatus
 Running ../../../gdb/testsuite/gdb.server/server-mon.exp ...
+PASS: gdb.server/server-mon.exp: disconnect
+PASS: gdb.server/server-mon.exp: monitor help
+PASS: gdb.server/server-mon.exp: monitor
+PASS: gdb.server/server-mon.exp: monitor set debug 1
+PASS: gdb.server/server-mon.exp: monitor set debug 0
+PASS: gdb.server/server-mon.exp: monitor set remote-debug 1
+PASS: gdb.server/server-mon.exp: monitor set remote-debug 0
 Running ../../../gdb/testsuite/gdb.server/server-run.exp ...
+PASS: gdb.server/server-run.exp: disconnect
+PASS: gdb.server/server-run.exp: continue to main
 Running ../../../gdb/testsuite/gdb.server/solib-list.exp ...
+PASS: gdb.server/solib-list.exp: non-stop 0: disconnect
+PASS: gdb.server/solib-list.exp: non-stop 0: set non-stop 0
+PASS: gdb.server/solib-list.exp: non-stop 0: set target-async 0
+PASS: gdb.server/solib-list.exp: non-stop 0: set displaced-stepping off
+PASS: gdb.server/solib-list.exp: non-stop 0: file binfile
+PASS: gdb.server/solib-list.exp: non-stop 0: target remote
+PASS: gdb.server/solib-list.exp: non-stop 0: continue
+PASS: gdb.server/solib-list.exp: non-stop 0: sharedlibrary
+PASS: gdb.server/solib-list.exp: non-stop 0: p libvar
+PASS: gdb.server/solib-list.exp: non-stop 1: disconnect
+PASS: gdb.server/solib-list.exp: non-stop 1: set non-stop 1
+PASS: gdb.server/solib-list.exp: non-stop 1: set target-async 1
+PASS: gdb.server/solib-list.exp: non-stop 1: set displaced-stepping off
+PASS: gdb.server/solib-list.exp: non-stop 1: file binfile
+PASS: gdb.server/solib-list.exp: non-stop 1: target remote
+FAIL: gdb.server/solib-list.exp: non-stop 1: non-stop interior stop (timeout)
+FAIL: gdb.server/solib-list.exp: non-stop 1: continue (the program is no 
longer running)
+PASS: gdb.server/solib-list.exp: non-stop 1: sharedlibrary
+FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
 Running ../../../gdb/testsuite/gdb.stabs/exclfwd.exp ...
 PASS: gdb.stabs/exclfwd.exp: ptype v1
 PASS: gdb.stabs/exclfwd.exp: ptype v2
@@ -18315,7 +18388,7 @@
 PASS: gdb.trace/trace-mt.exp: successfully compiled posix threads test case
 UNSUPPORTED: gdb.trace/trace-mt.exp: target does not support trace
 Running ../../../gdb/testsuite/gdb.trace/tspeed.exp ...
-gdb compile failed, gcc: error: 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../gdbserver/libinproctrace.so: 
No such file or directory
+gdb compile failed, gcc: error: 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../gdbserver/libinproctrace.so: 
No such file or directory
 UNTESTED: gdb.trace/tspeed.exp: tspeed.exp
 Running ../../../gdb/testsuite/gdb.trace/tstatus.exp ...
 UNSUPPORTED: gdb.trace/tstatus.exp: target does not support trace
@@ -18365,13 +18438,13 @@
 
                === gdb Summary ===
 
-# of expected passes           16427
-# of unexpected failures       529
+# of expected passes           16473
+# of unexpected failures       556
 # of unexpected successes      1
 # of expected failures         33
 # of known failures            52
 # of untested testcases                43
 # of unresolved testcases      8
 # of unsupported tests         210
-/home/hacklu/code/gdb/build.git2/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.git2/gdb/testsuite/../data-directory 
+/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../../gdb/gdb version  
7.6.50.20130911-cvs -nw -nx -data-directory 
/home/hacklu/code/gdb/build.gdb3/gdb/testsuite/../data-directory 
 
--
Yue Lu(陆岳)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]