libjava.compile test fixes.
* lib/libjava.exp (libjava_tcompile): New proc. (test_libjava_from_source): Use it. (test_libjava_from_javac): Likewise. (find_javac): New proc. (bytecompile_file): Use it. (test_libjava_from_javac): Handle `xfail-gcjC' tag. If no-exec set, then don't link even if program has a `main'. * libjava.compile/static_3.xfail: New file. * libjava.compile/weirddecl.xfail: New file. * libjava.compile/static_2.xfail: New file. * libjava.compile/not_a_redef.xfail: New file. * libjava.compile/inner_1.xfail: New file. * libjava.compile/assignment_2.xfail: New file. * libjava.compile/assignment.xfail: New file. * libjava.compile/abstr.xfail: New file. * libjava.compile/PR375.xfail: New file. * libjava.compile/PR374.java: New file. * libjava.compile/PR238.xfail: New file. * libjava.compile/PR208.xfail: New file. * libjava.compile/PR207.xfail: New file. From-SVN: r38296
This commit is contained in:
parent
325de66c4c
commit
0254608834
15 changed files with 90 additions and 25 deletions
2
libjava/testsuite/libjava.compile/PR207.xfail
Normal file
2
libjava/testsuite/libjava.compile/PR207.xfail
Normal file
|
@ -0,0 +1,2 @@
|
|||
no-link
|
||||
xfail-byte
|
2
libjava/testsuite/libjava.compile/PR208.xfail
Normal file
2
libjava/testsuite/libjava.compile/PR208.xfail
Normal file
|
@ -0,0 +1,2 @@
|
|||
no-link
|
||||
xfail-byte
|
1
libjava/testsuite/libjava.compile/PR238.xfail
Normal file
1
libjava/testsuite/libjava.compile/PR238.xfail
Normal file
|
@ -0,0 +1 @@
|
|||
no-link
|
2
libjava/testsuite/libjava.compile/PR374.xfail
Normal file
2
libjava/testsuite/libjava.compile/PR374.xfail
Normal file
|
@ -0,0 +1,2 @@
|
|||
xfail-gcj
|
||||
xfail-gcjC
|
1
libjava/testsuite/libjava.compile/PR375.xfail
Normal file
1
libjava/testsuite/libjava.compile/PR375.xfail
Normal file
|
@ -0,0 +1 @@
|
|||
xfail-gcj
|
|
@ -1 +1,2 @@
|
|||
no-link
|
||||
xfail-byte
|
||||
|
|
2
libjava/testsuite/libjava.compile/assignment.xfail
Normal file
2
libjava/testsuite/libjava.compile/assignment.xfail
Normal file
|
@ -0,0 +1,2 @@
|
|||
xfail-gcj
|
||||
xfail-gcjC
|
2
libjava/testsuite/libjava.compile/assignment_2.xfail
Normal file
2
libjava/testsuite/libjava.compile/assignment_2.xfail
Normal file
|
@ -0,0 +1,2 @@
|
|||
xfail-gcj
|
||||
xfail-gcjC
|
1
libjava/testsuite/libjava.compile/inner_1.xfail
Normal file
1
libjava/testsuite/libjava.compile/inner_1.xfail
Normal file
|
@ -0,0 +1 @@
|
|||
xfail-gcj
|
1
libjava/testsuite/libjava.compile/not_a_redef.xfail
Normal file
1
libjava/testsuite/libjava.compile/not_a_redef.xfail
Normal file
|
@ -0,0 +1 @@
|
|||
no-link
|
1
libjava/testsuite/libjava.compile/static_2.xfail
Normal file
1
libjava/testsuite/libjava.compile/static_2.xfail
Normal file
|
@ -0,0 +1 @@
|
|||
no-link
|
1
libjava/testsuite/libjava.compile/static_3.xfail
Normal file
1
libjava/testsuite/libjava.compile/static_3.xfail
Normal file
|
@ -0,0 +1 @@
|
|||
no-link
|
3
libjava/testsuite/libjava.compile/weirddecl.xfail
Normal file
3
libjava/testsuite/libjava.compile/weirddecl.xfail
Normal file
|
@ -0,0 +1,3 @@
|
|||
no-link
|
||||
xfail-gcj
|
||||
xfail-gcjC
|
Loading…
Add table
Add a link
Reference in a new issue