This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [PATCH] microblaze: microblaze.md: Use 'SI' instead of 'VOID' for operand 1 of 'call_value_intern'


On 9/25/14 8:12, Chen Gang wrote:
> OK, thanks, next month, I shall try Qemu for microblaze (I also focus on Qemu, and try to make patches for it).
> 
> And, I also need finish the testsuite under Darwin x86_64, next month for gcc.

I finish tried testsuit under Darwin x86_64, originally, I incorrectly
installed mpc: need "brew install libmpc", not "brew install mpc", and
also need "brew link libmpc" which I missed.

At present, except for libjave Throw_2.exe test, I guess all others are
OK, please help check the result below, thanks. 

If it passes checking, next, I shall try to fix libjava Throw_2 issue
within this month (others, include Throw_1 and Throw_3 are all OK).

		=== g++ Summary ===

# of expected passes		82961
# of unexpected failures	891
# of expected failures		255
# of unresolved testcases	272
# of unsupported tests		3421

		=== gcc Summary ===

# of expected passes		85011
# of unexpected failures	30
# of expected failures		182
# of unresolved testcases	10
# of unsupported tests		2796

		=== gfortran Summary ===

# of expected passes		46354
# of unexpected failures	1
# of expected failures		38
# of unsupported tests		74

		=== gnat Summary ===

# of expected passes		799
# of unexpected failures	67
# of unexpected successes	18
# of unresolved testcases	382
# of unsupported tests		8

		=== objc Summary ===

# of expected passes		5828
# of unexpected failures	4
# of expected failures		6
# of unsupported tests		77

		=== boehm-gc Summary ===

# of expected passes		12
# of unsupported tests		1

		=== libatomic Summary ===

# of expected passes		54

		=== libffi Summary ===

# of expected passes		1819
# of unsupported tests		55

		=== libgomp Summary ===

# of expected passes		3194
# of unsupported tests		38

		=== libitm Summary ===

# of expected passes		26
# of expected failures		3
# of unsupported tests		1

		=== libjava Summary ===

# of expected passes		2574
# of unexpected failures	4	/* The 4 issues are all related with Throw_2.exe */
# of expected failures		4
# of untested testcases		4

		=== libstdc++ Summary ===

# of expected passes		8956
# of unexpected failures	159
# of expected failures		69
# of unresolved testcases	38
# of unsupported tests		670


Thanks.
-- 
Chen Gang

Open, share, and attitude like air, water, and life which God blessed


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