summaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile
Commit message (Collapse)AuthorAgeFilesLines
* * testsuite/libjava.compile/PR20418.java: New.daney2006-05-112-0/+8
| | | | | | | * testsuite/libjava.compile/PR20418.xfail: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113707 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/javatromey2006-03-301-0/+12
| | | | | | | | | | | | PR java/26042: * parse.y (java_reorder_fields): Reset superclass field's size as well. libjava PR java/26042: * testsuite/libjava.compile/pr26042.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112540 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/java:tromey2005-12-162-0/+26
| | | | | | | | | | | | PR java/25429 * parse.y (resolve_expression_name): Don't generate accessor methods for constant fields. libjava: * testsuite/libjava.compile/rh175833.java: New file. * testsuite/libjava.compile/pr25429.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108608 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/java:tromey2005-12-061-0/+17
| | | | | | | | | * parse.y (patch_new_array_init): Don't set length on array. libjava: * testsuite/libjava.compile/rh174912.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108099 138bc75d-0d04-0410-961f-82ee72b054a4
* Testsuite changes for PR java/23431.rmathew2005-09-054-0/+20
| | | | | | | | | | | | * testsuite/libjava.jacks/jacks.xfail: Remove 8.1.1.1-12 and 8.4.6.2-hiding-5. * testsuite/libjava.compile/PR23431_1.java: New testcase. * testsuite/libjava.compile/PR23431_2.java: Likewise. * testsuite/libjava.compile/PR23431_1.xfail: New file. * testsuite/libjava.compile/PR23431_2.xfail: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103910 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-07-07 Bryce McKinlay <mckinlay@redhat.com>bryce2005-07-071-0/+11
| | | | | | | | | | | | | | | | | | | | | | PR java/21045 * parse.y (add_exception_to_throws): New function. (purge_unchecked_exceptions): Removed. (get_constructor_super): Renamed from verify_constructor_super. Now returns the super constructor after verification. (java_complete_expand_method): Don't use purge_unchecked_exceptions or save/restore the exception list. (check_thrown_exceptions): Add uncaught exceptions in anonymous class initializers and constructors to the throws clause of the method. 2005-07-07 Bryce McKinlay <mckinlay@redhat.com> * testsuite/libjava.compile/PR21045.java: New test. * testsuite/libjava.jacks/jacks.xfail: Remove 15.9.5.1-exception-1, 15.9.5.1-exception-3, 8.3.2-abrupt-6, 8.3.2-abrupt-7. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101713 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-07-05 Bryce McKinlay <mckinlay@redhat.com>bryce2005-07-051-0/+7
| | | | | | | | | | | | | PR java/19674 * parse.y (interface_member_declaration): Allow empty statements in interface declarations. 2005-07-05 Bryce McKinlay <mckinlay@redhat.com> * testsuite/libjava.compile/PR19674.java: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101634 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/java/:tromey2005-06-272-0/+23
| | | | | | | | | | | | | | | | | | PR java/21540, PR java/13788: * parse.y (java_complete_lhs) <CASE_EXPR>: Use fold_constant_for_init. (patch_binop): Added 'folding' argument. Updated all callers. (patch_unaryop) <NOP_EXPR>: New case. (fold_constant_for_init) <NOP_EXPR>: Likewise. (fold_constant_for_init) <COND_EXPR>: Fix sense of test. libjava/: PR java/21540, PR java/13788: * testsuite/libjava.compile/pr21540.java: New file. * testsuite/libjava.compile/pr13788.java: New file. * testsuite/libjava.jacks/jacks.xfail: Updated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101358 138bc75d-0d04-0410-961f-82ee72b054a4
* PR java/20697bryce2005-06-231-0/+29
| | | | | | | | * parse.y (find_most_specific_methods_list): Remove special case for inner classes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101270 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/java:tromey2005-05-152-0/+8
| | | | | | | | | | | | | PR java/21519: * jcf-write.c (generate_bytecode_insns) <SAVE_EXPR>: Don't call NOTE_PUSH. libjava: PR java/21519: * testsuite/libjava.compile/pr21519.java: New file. * testsuite/libjava.compile/pr21519.no-link: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99739 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/libjava.compile/PR20312.java: New file.rmathew2005-03-102-0/+9
| | | | | | | | * testsuite/libjava.compile/PR20312.xfail: Likewise. * testsuite/libjava.jacks/jacks.xfail: Remove 9.2-implicit-15. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96252 138bc75d-0d04-0410-961f-82ee72b054a4
* PR java/19295sayle2005-01-241-0/+16
| | | | | | | | | | | * jcf-write.c (generate_bytecode_insns): Conversions between integer types of the same precision shouldn't generate widening or narrowing conversion bytecodes. * testsuite/libjava.compile/PR19295.java: New test case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94162 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/libjava.compile/PR19277.java: New file for PR java/19277.rmathew2005-01-102-0/+8
| | | | | | | * testsuite/libjava.compile/PR19277.xfail: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93146 138bc75d-0d04-0410-961f-82ee72b054a4
* For PR java/14853:tromey2004-12-062-0/+18
| | | | | | | | * testsuite/libjava.compile/PR14853.java: New file. * testsuite/libjava.compile/PR14853.xfail: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91777 138bc75d-0d04-0410-961f-82ee72b054a4
* For PR java/16675:tromey2004-12-021-0/+13
| | | | | | | * testsuite/libjava.compile/PR16675.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91655 138bc75d-0d04-0410-961f-82ee72b054a4
* PR java/17500:tromey2004-09-251-0/+28
| | | | | | | * testsuite/libjava.compile/pr17500.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88107 138bc75d-0d04-0410-961f-82ee72b054a4
* PR java/15656:tromey2004-09-242-0/+9
| | | | | | | | * testsuite/libjava.compile/pr15656.xfail: New file. * testsuite/libjava.compile/pr15656.java: new file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88047 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-09-24 Andrew Haley <aph@redhat.com>aph2004-09-241-0/+7
| | | | | | | | PR java/16927 * testsuite/libjava.compile/AssertBug.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88035 138bc75d-0d04-0410-961f-82ee72b054a4
* PR java/17329:tromey2004-09-231-0/+14
| | | | | | | * testsuite/libjava.compile/pr17329.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87960 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-02 Bryce McKinlay <mckinlay@redhat.com>bryce2004-08-021-0/+10
| | | | | | | | | | | | | PR java/16701 * parse.y (fold_constant_for_init): Call resolve_field_access with correct current_class context. 2004-08-02 Bryce McKinlay <mckinlay@redhat.com> * testsuite/libjava.compile/PR16701.java: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85453 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-09 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-093-12/+11
| | | | | | | | | | | | Fix or remove some bogus test cases. * testsuite/libjava.compile/pr10459_2.java: Removed. * testsuite/libjava.compile/pr10459.java: Test using its own method, not Object.clone(). * testsuite/libjava.compile/inner_data.java: Test against its own protected field. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84420 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/libjava.compile/PR16249.java: New test case. PRbryce2004-06-291-0/+18
| | | | | | | gcc/16249. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83869 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-06-08 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-06-081-0/+10
| | | | | | | | PR java/15769 * libjava.compile/PR15769.java: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82757 138bc75d-0d04-0410-961f-82ee72b054a4
* PR java/13733jsturm2004-01-232-0/+11
| | | | | | | | * libjava.compile/PR13733.java: New file. * libjava.compile/PR13733.xfail: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76389 138bc75d-0d04-0410-961f-82ee72b054a4
* PR java/12374:ralph2003-12-031-0/+27
| | | | | | | | | | | | * parse.y (qualify_ambiguous_name): Remove lots of broken field access processing - there's no need to do that here, because we have resolve_field_access. Remove RESOLVE_EXPRESSION_NAME_P as it isn't used anywhere else. * java-tree.h: Remove RESOLVE_EXPRESSION_NAME_P as it isn't used. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74217 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/PR13024.java: New file.jsturm2003-12-022-0/+21
| | | | | | | * libjava.compile/PR13237.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74157 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/PR12857.java: New test case.jsturm2003-11-181-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73692 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/InnerExcept.java: New File.jsturm2003-11-041-0/+19
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73240 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/compile.exp: Test with -O3 rather than -O.jsturm2003-09-051-1/+1
| | | | | | | * libjava.lang/lang.exp: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71102 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.jacks/jacks.xfail: Updated to account for new passes.tromey2003-08-122-2/+0
| | | | | | | | * libjava.compile/abstr.xfail: Now can compile from bytecode. * libjava.compile/PR5641.xfail: Now can compile from bytecode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70387 138bc75d-0d04-0410-961f-82ee72b054a4
* For PR java/11600:tromey2003-08-052-0/+8
| | | | | | | | * libjava.compile/PR11600.xfail: New file. * libjava.compile/PR11600.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70183 138bc75d-0d04-0410-961f-82ee72b054a4
* PR java/10459:tromey2003-05-032-0/+20
| | | | | | | | * libjava.compile/pr10459_2.java: New file. * libjava.compile/pr10459.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66410 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/consthrow.java: New file.tromey2003-01-282-0/+8
| | | | | | | * libjava.compile/consthrow.xfail: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61959 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/pr8712.java: New file, for PR java/8712.tromey2003-01-031-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60856 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/pr8955.java: New test, for PR java/8955.tromey2003-01-021-0/+13
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60764 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/pr7912.java: New file.tromey2002-11-051-0/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58806 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/narrow_case.java: New file.tromey2002-08-271-0/+11
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56604 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/zeroexp.java: New file.tromey2002-07-231-0/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55663 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/compile.exp: Sort sources.ro2002-07-181-1/+1
| | | | | | | | * libjava.jni/jni.exp (gcj_jni_run): Likewise. * libjava.lang/lang.exp: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55558 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/libjava.exp (test_libjava): Fixed typo.tromey2002-06-131-0/+1
| | | | | | | * libjava.compile/PR6865.xfail: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54594 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/PR6865.java: New file. For PR java/6865.tromey2002-06-111-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54505 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/T20020604.java: New file.tromey2002-06-043-2/+34
| | | | | | | | | | | | | | For PR libgcj/6389: * libjava.mauve/xfails: Now passes System.getProperty test. For PR java/1343 and PR java/6336: * libjava.compile/PR1343.java: New file. For PR java/5913: * libjava.compile/PR5913.xfail: Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54259 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.compile/T20020529.java: New file.bryce2002-05-301-0/+23
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54039 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-22 Eric Blake <ebb9@email.byu.edu>ericb2002-03-231-0/+4
| | | | | | | | For PR java/6026: * libjava.compile/PR6026.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51209 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-15 Eric Blake <ebb9@email.byu.edu>ericb2002-03-152-11/+4
| | | | | | | | | | For PR java/5902: * libjava.compile/PR5902.java: Does not need to execute. For PR java/5913: * libjava.compile/PR5913.java: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50829 138bc75d-0d04-0410-961f-82ee72b054a4
* Test for PR java/5848:tromey2002-03-122-0/+15
| | | | | | | | * libjava.compile/PR5848.xfail: New file. * libjava.compile/PR5848.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50674 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-12 Eric Blake <ebb9@email.byu.edu>ericb2002-03-121-1/+4
| | | | | | | * libjava.compile/PR5913.java: Expand test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50638 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-11 Eric Blake <ebb9@email.byu.edu>ericb2002-03-123-0/+16
| | | | | | | | | * libjava.compile/PR5902.java: New file. * libjava.compile/PR5913.java: New file. * libjava.compile/PR5913.xfail: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50637 138bc75d-0d04-0410-961f-82ee72b054a4
* For PR java/5641:tromey2002-02-112-0/+22
| | | | | | | | * libjava.compile/PR5641.xfail: New file. * libjava.compile/PR5641.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49660 138bc75d-0d04-0410-961f-82ee72b054a4
* For PR java/4766:tromey2001-12-201-0/+25
| | | | | | | * libjava.compile/PR4766.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48209 138bc75d-0d04-0410-961f-82ee72b054a4