This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: skip __main


OK, you are right. It better to leave "main".

		=== gdb Summary ===
 
-# of expected passes		9704
-# of unexpected failures	326
+# of expected passes		9867
+# of unexpected failures	163
 # of expected failures		59
 # of known failures		21
 # of unresolved testcases	37

I was wondering: you get much less errors
than I do, do you have any special restrictions 
applied on your testsuite?

  The number of expected passes is also lower than
mine, maybe you didn't use 'cvs up -d' for  
a while in the testsuite directory?
This is my last result on CVS gdb
that I got using 
make check RUNTESTFLAGS='--ignore manythreads.exp'

		=== gdb Summary ===

# of expected passes		10619
# of unexpected failures	529
# of unexpected successes	1
# of expected failures		58
# of known failures		31
# of unresolved testcases	38
# of untested testcases		14
# of unsupported tests		34
With your patch and the same RUNTESTFLAGS,
I go down to:
# of expected passes            10787
# of unexpected failures        351
# of unexpected successes       1
# of expected failures          58
# of known failures             32
# of unresolved testcases       38
# of untested testcases         14
# of unsupported tests          34
So I also get 178 errors less!
  
This is really good!

Pierre



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]