From 1f935d6ced65cb709dce0cc8e44e13c80755ef0c Mon Sep 17 00:00:00 2001 From: binaryfz Date: Fri, 9 Jul 2021 17:02:10 +0800 Subject: [PATCH] [CI] optimize the testsuite frame 1. add mm save to save current temp files for easy comparing 2. all raw files will be saved before run so that 'clean' phase will not be necessary in mode/xx.py and test.cfg 3. other optimization --- .../sanity_test/SANITY0001-addr/test.cfg | 1 - .../sanity_test/SANITY0002-argc/test.cfg | 1 - .../SANITY0003-array_single/test.cfg | 1 - .../sanity_test/SANITY0004-binop/test.cfg | 1 - .../sanity_test/SANITY0005-cand/test.cfg | 1 - .../sanity_test/SANITY0006-goto/test.cfg | 1 - .../sanity_test/SANITY0007-hello/test.cfg | 1 - .../SANITY0008-if_call_return/test.cfg | 1 - .../sanity_test/SANITY0009-if_else/test.cfg | 1 - .../SANITY0010-if_else_fp/test.cfg | 1 - .../sanity_test/SANITY0011-ind_call/test.cfg | 1 - .../SANITY0012-large_stack/test.cfg | 1 - .../sanity_test/SANITY0013-memexpr/test.cfg | 1 - .../sanity_test/SANITY0014-select/test.cfg | 1 - .../sanity_test/SANITY0015-select_fp/test.cfg | 1 - .../sanity_test/SANITY0016-set/test.cfg | 1 - .../SANITY0017-struct_bits/test.cfg | 1 - .../sanity_test/SANITY0018-sum_array/test.cfg | 1 - .../sanity_test/SANITY0019-sum/test.cfg | 1 - .../sanity_test/SANITY0020-vararg2/test.cfg | 1 - .../sanity_test/SANITY0021-cc_param2/test.cfg | 1 - .../sanity_test/SANITY0022-cc_param3/test.cfg | 1 - .../sanity_test/SANITY0023-cc_sret/test.cfg | 1 - .../sanity_test/SANITY0024-vararg1/test.cfg | 1 - .../sanity_test/SANITY0025-cc_param1/test.cfg | 1 - .../SANITY0026-matrixmult/test.cfg | 1 - .../sanity_test/SANITY0027-convert/test.cfg | 1 - testsuite/driver/src/basic_tools/file.py | 25 ++++++ testsuite/driver/src/basic_tools/string.py | 33 +++++++- testsuite/driver/src/case.py | 77 +++++++++++++++---- testsuite/driver/src/driver.py | 38 +++++---- testsuite/driver/src/env_var.py | 6 +- testsuite/driver/src/mode/CO0.py | 5 -- testsuite/driver/src/mode/CO2.py | 5 -- testsuite/driver/src/mode/IR.py | 5 -- testsuite/driver/src/mode/MFEO0.py | 5 -- testsuite/driver/src/mode/MFEO0_SUP.py | 5 -- testsuite/driver/src/mode/O0.py | 5 -- testsuite/driver/src/mode/O2.py | 5 -- testsuite/driver/src/task.py | 11 --- testsuite/driver/src/test_cfg.py | 9 ++- .../test.cfg | 1 - .../test.cfg | 1 - .../I0003-mapleall-irbuild-edge-addi/test.cfg | 1 - .../I0004-mapleall-irbuild-edge-add/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../I0008-mapleall-irbuild-edge-band/test.cfg | 1 - .../test.cfg | 1 - .../I0010-mapleall-irbuild-edge-bior/test.cfg | 1 - .../I0011-mapleall-irbuild-edge-bnot/test.cfg | 1 - .../I0012-mapleall-irbuild-edge-br/test.cfg | 1 - .../test.cfg | 1 - .../I0014-mapleall-irbuild-edge-ceil/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../I0029-mapleall-irbuild-edge-fact/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../I0041-mapleall-irbuild-edge-if1/test.cfg | 1 - .../I0042-mapleall-irbuild-edge-if/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../I0050-mapleall-irbuild-edge-land/test.cfg | 1 - .../I0051-mapleall-irbuild-edge-lior/test.cfg | 1 - .../I0052-mapleall-irbuild-edge-lnot/test.cfg | 1 - .../I0053-mapleall-irbuild-edge-loop/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../I0059-mapleall-irbuild-edge-neg/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../I0068-mapleall-irbuild-edge-sqrt/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../I0074-mapleall-irbuild-edge-sub/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../I0077-mapleall-irbuild-edge-sync/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0009-rt-arrayboundary-ABCOfor/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0013-rt-arrayboundary-ABCOif/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0001-rt-clinit-clinit_base_001/test.cfg | 1 - .../RT0002-rt-clinit-clinit_base_002/test.cfg | 1 - .../RT0003-rt-clinit-clinit_base_003/test.cfg | 1 - .../RT0004-rt-clinit-clinit_base_004/test.cfg | 1 - .../RT0005-rt-clinit-clinit_base_005/test.cfg | 1 - .../RT0006-rt-clinit-clinit_base_006/test.cfg | 1 - .../RT0007-rt-clinit-clinit_base_007/test.cfg | 1 - .../RT0008-rt-clinit-clinit_base_008/test.cfg | 1 - .../RT0009-rt-clinit-clinit_seq_001/test.cfg | 1 - .../RT0010-rt-clinit-clinit_seq_002/test.cfg | 1 - .../RT0011-rt-clinit-clinit_seq_003/test.cfg | 1 - .../RT0012-rt-clinit-clinit_seq_004/test.cfg | 1 - .../RT0013-rt-clinit-clinit_seq_005/test.cfg | 1 - .../RT0014-rt-clinit-clinit_eh_001/test.cfg | 1 - .../RT0015-rt-clinit-clinit_eh_002/test.cfg | 1 - .../RT0016-rt-clinit-clinit_eh_003/test.cfg | 1 - .../test.cfg | 1 - .../RT0018-rt-clinit-clinit_gc_001/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0074-rt-compact-RTFieldget1/test.cfg | 1 - .../RT0075-rt-compact-RTFieldget2/test.cfg | 1 - .../RT0076-rt-compact-RTFieldget3/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0082-rt-compact-RTFieldgetName/test.cfg | 1 - .../RT0083-rt-compact-RTFieldgetType/test.cfg | 1 - .../RT0084-rt-compact-RTFieldset1/test.cfg | 1 - .../RT0085-rt-compact-RTFieldset2/test.cfg | 1 - .../RT0086-rt-compact-RTFieldset3/test.cfg | 1 - .../RT0087-rt-compact-RTFieldset4/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0184-rt-compact-MethodTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0189-rt-compact-FieldTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0077-rt-eh-ExcpReturn04140/test.cfg | 1 - .../RT0078-rt-eh-ExcpReturn04150/test.cfg | 1 - .../RT0079-rt-eh-ExcpReturn04160/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0001-rt-fuzzapi-PipedReaderEH/test.cfg | 1 - .../RT0002-rt-fuzzapi-EHOrder/test.cfg | 1 - .../test.cfg | 1 - .../RT0004-rt-fuzzapi-stackframeless/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0008-rt-other-PassingFloat/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RC0001-rc-function-Cycle_a_00180/test.cfg | 1 - .../RC0002-rc-function-Cycle_a_00190/test.cfg | 1 - .../RC0003-rc-function-Cycle_a_00200/test.cfg | 1 - .../RC0004-rc-function-Cycle_a_00210/test.cfg | 1 - .../RC0005-rc-function-Cycle_a_00220/test.cfg | 1 - .../RC0006-rc-function-Cycle_a_00230/test.cfg | 1 - .../RC0007-rc-function-Cycle_a_00240/test.cfg | 1 - .../RC0008-rc-function-Cycle_a_00250/test.cfg | 1 - .../RC0009-rc-function-Cycle_a_00260/test.cfg | 1 - .../RC0010-rc-function-Cycle_a_00270/test.cfg | 1 - .../RC0011-rc-function-Cycle_a_00280/test.cfg | 1 - .../RC0012-rc-function-Cycle_a_00290/test.cfg | 1 - .../RC0013-rc-function-Cycle_a_00300/test.cfg | 1 - .../RC0014-rc-function-Cycle_a_00310/test.cfg | 1 - .../RC0015-rc-function-Cycle_a_00320/test.cfg | 1 - .../RC0016-rc-function-Cycle_a_00330/test.cfg | 1 - .../RC0017-rc-function-Cycle_a_00340/test.cfg | 1 - .../RC0018-rc-function-Cycle_a_00350/test.cfg | 1 - .../RC0019-rc-function-Cycle_a_00360/test.cfg | 1 - .../RC0020-rc-function-Cycle_a_00370/test.cfg | 1 - .../RC0021-rc-function-Cycle_a_00380/test.cfg | 1 - .../RC0022-rc-function-Cycle_a_00390/test.cfg | 1 - .../RC0023-rc-function-Cycle_a_00400/test.cfg | 1 - .../RC0024-rc-function-Cycle_a_00410/test.cfg | 1 - .../RC0025-rc-function-Cycle_a_00420/test.cfg | 1 - .../RC0026-rc-function-Cycle_a_00430/test.cfg | 1 - .../RC0027-rc-function-Cycle_a_00440/test.cfg | 1 - .../RC0028-rc-function-Cycle_a_00450/test.cfg | 1 - .../RC0029-rc-function-Cycle_a_00460/test.cfg | 1 - .../RC0030-rc-function-Cycle_a_00470/test.cfg | 1 - .../RC0031-rc-function-Cycle_a_00480/test.cfg | 1 - .../RC0032-rc-function-Cycle_a_00490/test.cfg | 1 - .../RC0033-rc-function-Cycle_a_00500/test.cfg | 1 - .../RC0034-rc-function-Cycle_a_10010/test.cfg | 1 - .../RC0035-rc-function-Cycle_a_10020/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RC0102-rc-function-RC_basic/test.cfg | 1 - .../RC0103-rc-function-RC_eh_01/test.cfg | 1 - .../test.cfg | 1 - .../RC0105-rc-function-RC_flow/test.cfg | 1 - .../RC0106-rc-function-RC_multest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RC0315-rc-Memory-normalTestCase1/test.cfg | 1 - .../RC0316-rc-Memory-normalTestCase2/test.cfg | 1 - .../RC0317-rc-Memory-normalTestCase3/test.cfg | 1 - .../RC0318-rc-Memory-normalTestCase4/test.cfg | 1 - .../RC0319-rc-Memory-normalTestCase5/test.cfg | 1 - .../RC0320-rc-Memory-normalTestCase6/test.cfg | 1 - .../test.cfg | 1 - .../RC0322-rc-Memory-normalTestCase7/test.cfg | 1 - .../RC0323-rc-Memory-normalTestCase8/test.cfg | 1 - .../RC0324-rc-Memory-normalTestCase9/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RC0339-rc-rp-cycle_all_weak/test.cfg | 1 - .../RC0340-rc-rp-cycle_weak_strong/test.cfg | 1 - .../rc_test/RC0341-rc-rp-mutator/test.cfg | 1 - .../RC0342-rc-rp-weak_ref_boundary/test.cfg | 1 - .../RC0343-rc-rp-wcb_test_ref/test.cfg | 1 - .../RC0344-rc-rp-test_aged_ref/test.cfg | 1 - .../RC0345-rc-rp-single_or_more/test.cfg | 1 - .../RC0346-rc-rp-strong_and_weak/test.cfg | 1 - .../rc_test/RC0347-rc-rp-simulthread/test.cfg | 1 - .../RC0348-rc-rp-simpleweakref_01/test.cfg | 1 - .../RC0349-rc-rp-simpleweakref_02/test.cfg | 1 - .../RC0350-rc-rp-simpleweakref_03/test.cfg | 1 - .../RC0351-rc-rp-simpleweakref_04/test.cfg | 1 - .../RC0352-rc-rp-simpleweakref_05/test.cfg | 1 - .../RC0353-rc-rp-simpleweakref_06/test.cfg | 1 - .../RC0354-rc-rp-simpleweakref_07/test.cfg | 1 - .../RC0355-rc-rp-simpleweakref_08/test.cfg | 1 - .../RC0356-rc-rp-simpleweakref_09/test.cfg | 1 - .../RC0357-rc-rp-simpleweakref_10/test.cfg | 1 - .../RC0358-rc-rp-simpleweakref_11/test.cfg | 1 - .../RC0359-rc-rp-simpleweakref_12/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RC0406-rc-DTS-stringIntern/test.cfg | 1 - .../RC0407-rc-DTS-stackAllocField/test.cfg | 1 - .../rc_test/RC0408-rc-DTS-OOMtest/test.cfg | 1 - .../RC0409-rc-DTS-Ex_eight_arguments/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RC0431-rc-SoftRef-SoftRefTest/test.cfg | 1 - .../RC0432-rc-SoftRef-SoftRefTest02/test.cfg | 1 - .../RC0433-rc-SoftRef-SoftRefTest03/test.cfg | 1 - .../RC0435-rc-SoftRef-SoftRefTest05/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RC0457-rc-GC-TriggerGCTest01/test.cfg | 1 - .../RC0458-rc-GC-TriggerGCTest02/test.cfg | 1 - .../RC0459-rc-GC-TriggerGCTest03/test.cfg | 1 - .../RC0463-rc-GC-TriggerGCTest07/test.cfg | 1 - .../RC0464-rc-GC-TriggerGCTest08/test.cfg | 1 - .../RC0465-rc-GC-TriggerGCTest09/test.cfg | 1 - .../RC0466-rc-GC-TriggerGCTest10/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RC0477-rc-StackScan-CB_01/test.cfg | 1 - .../RC0478-rc-StackScan-CB_02/test.cfg | 1 - .../RC0479-rc-StackScan-CB_03/test.cfg | 1 - .../RC0480-rc-StackScan-CB_04/test.cfg | 1 - .../RC0481-rc-StackScan-CB_05/test.cfg | 1 - .../RC0482-rc-StackScan-CB_06/test.cfg | 1 - .../RC0483-rc-StackScan-CB_07/test.cfg | 1 - .../RC0484-rc-StackScan-CB_08/test.cfg | 1 - .../RC0485-rc-StackScan-CB_09/test.cfg | 1 - .../RC0486-rc-StackScan-CB_Thread_01/test.cfg | 1 - .../RC0487-rc-StackScan-CB_Thread_02/test.cfg | 1 - .../RC0488-rc-StackScan-CP_Thread_03/test.cfg | 1 - .../RC0489-rc-StackScan-CP_Thread_04/test.cfg | 1 - .../RC0490-rc-StackScan-CP_Thread_05/test.cfg | 1 - .../RC0491-rc-StackScan-CP_Thread_06/test.cfg | 1 - .../RC0492-rc-StackScan-CP_Thread_07/test.cfg | 1 - .../RC0493-rc-StackScan-CP_Thread_08/test.cfg | 1 - .../RC0494-rc-StackScan-CP_Thread_09/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../rc_test/RC0507-JTreg-CheckLoops/test.cfg | 1 - .../RC0508-JTreg-ConstCharAppend/test.cfg | 1 - .../RC0509-JTreg-RelaxedArrays/test.cfg | 1 - .../rc_test/RC0510-JTreg-T4711694/test.cfg | 1 - .../rc_test/RC0511-JTreg-T7040104/test.cfg | 1 - .../rc_test/RC0512-JTreg-WrongNew/test.cfg | 1 - .../rc_test/RC0513-JTreg-T6481655/test.cfg | 1 - .../RC0514-JTreg-SingleLocalTest/test.cfg | 1 - .../RC0515-GC-FrequentGCTest01/test.cfg | 1 - .../RC0516-GC-FrequentGCTest02/test.cfg | 1 - .../RC0305-rc-function-SubsumeRC01/test.cfg | 1 - .../RC0306-rc-function-SubsumeRC02/test.cfg | 1 - .../RC0307-rc-function-SubsumeRC03/test.cfg | 1 - .../RC0308-rc-function-CondBasedRC01/test.cfg | 1 - .../RC0427-rc-Annotation-RCMixTest/test.cfg | 1 - .../test.cfg | 1 - .../RC0434-rc-SoftRef-SoftRefTest04/test.cfg | 1 - .../RC0436-rc-SoftRef-SoftRefTest06/test.cfg | 1 - .../RC0437-rc-RCHeader-RCHeaderTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0074-rt-reflection-RTFieldget1/test.cfg | 1 - .../RT0075-rt-reflection-RTFieldget2/test.cfg | 1 - .../RT0076-rt-reflection-RTFieldget3/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0084-rt-reflection-RTFieldset1/test.cfg | 1 - .../RT0085-rt-reflection-RTFieldset2/test.cfg | 1 - .../RT0086-rt-reflection-RTFieldset3/test.cfg | 1 - .../RT0087-rt-reflection-RTFieldset4/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0184-rt-reflection-MethodTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0189-rt-reflection-FieldTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0001-rt-String-StmtTest01/test.cfg | 1 - .../RT0002-rt-String-StmtTest02/test.cfg | 1 - .../RT0003-rt-String-StmtTest03/test.cfg | 1 - .../RT0004-rt-String-StmtTest04/test.cfg | 1 - .../RT0005-rt-String-StmtTest05/test.cfg | 1 - .../RT0006-rt-String-StmtTest06/test.cfg | 1 - .../RT0007-rt-String-StmtTest07/test.cfg | 1 - .../RT0008-rt-String-StmtTest08/test.cfg | 1 - .../RT0009-rt-String-StmtTest09/test.cfg | 1 - .../RT0010-rt-String-StmtTest10/test.cfg | 1 - .../RT0011-rt-String-StmtTest11/test.cfg | 1 - .../RT0012-rt-String-StmtTest12/test.cfg | 1 - .../RT0013-rt-String-StmtTest13/test.cfg | 1 - .../RT0014-rt-String-StmtTest14/test.cfg | 1 - .../RT0001-rt-string-ReflectString/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0041-rt-String-GetClassTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0044-rt-String-ConsStringTest/test.cfg | 1 - .../RT0045-rt-String-ConsCharTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0054-rt-String-ConsBytesTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0057-rt-String-LengthTest/test.cfg | 1 - .../RT0058-rt-String-IsEmptyTest/test.cfg | 1 - .../RT0059-rt-String-CharAtTest/test.cfg | 1 - .../RT0060-rt-String-CodePointAtTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0064-rt-String-GetCharsTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0068-rt-String-GetBytesTest/test.cfg | 1 - .../RT0069-rt-String-EqualsTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0073-rt-String-CompareToTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0079-rt-String-EndsWithTest/test.cfg | 1 - .../RT0080-rt-String-HashCodeTest/test.cfg | 1 - .../RT0081-rt-String-IndexOfIntTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0092-rt-String-ConcatTest/test.cfg | 1 - .../test.cfg | 1 - .../RT0094-rt-String-ContainsTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0097-rt-String-SplitStringTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0101-rt-String-ToLowerCaseTest/test.cfg | 1 - .../test.cfg | 1 - .../RT0103-rt-String-ToUpperCaseTest/test.cfg | 1 - .../RT0104-rt-String-TrimTest/test.cfg | 1 - .../RT0105-rt-String-ToStringTest/test.cfg | 1 - .../RT0106-rt-String-ToCharArrayTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0114-rt-String-ValueOfCharTest/test.cfg | 1 - .../RT0115-rt-String-ValueOfIntTest/test.cfg | 1 - .../RT0116-rt-String-ValueOfLongTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0119-rt-String-InternTest/test.cfg | 1 - .../RT0120-rt-String-VoluationTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0140-rt-String-GenericTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0147-rt-String-PoolEnlargeTest/test.cfg | 1 - .../RT0148-rt-String-XByteTest/test.cfg | 1 - .../test.cfg | 1 - .../RT0150-rt-String-Emoji/test.cfg | 1 - .../RT0151-rt-String-UncompressTest/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0159-rt-string-StringEqualsEnd/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0003-rt-thread-Threadclone/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0017-rt-thread-ThreadDMdestroy/test.cfg | 1 - .../RT0018-rt-thread-ThreadDMresume/test.cfg | 1 - .../RT0019-rt-thread-ThreadDMstop/test.cfg | 1 - .../RT0020-rt-thread-ThreadDMstopTh/test.cfg | 1 - .../RT0021-rt-thread-ThreadDMsuspend/test.cfg | 1 - .../RT0022-rt-thread-Threadenumerate/test.cfg | 1 - .../RT0023-rt-thread-Threadextends1/test.cfg | 1 - .../RT0024-rt-thread-Threadextends2/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0027-rt-thread-ThreadgetId/test.cfg | 1 - .../RT0028-rt-thread-ThreadgetName/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0038-rt-thread-ThreadisAlive1/test.cfg | 1 - .../RT0039-rt-thread-ThreadisAlive2/test.cfg | 1 - .../RT0040-rt-thread-ThreadisAlive3/test.cfg | 1 - .../RT0041-rt-thread-ThreadisDaemon1/test.cfg | 1 - .../RT0042-rt-thread-ThreadisDaemon2/test.cfg | 1 - .../RT0043-rt-thread-ThreadRunnable/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0048-rt-thread-ThreadsetName1/test.cfg | 1 - .../RT0049-rt-thread-ThreadsetName2/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0095-rt-thread-ThreadtoString/test.cfg | 1 - .../RT0096-rt-thread-ThreadTest23/test.cfg | 1 - .../RT0097-rt-thread-ThreadTest31/test.cfg | 1 - .../RT0098-rt-thread-ThreadTest11/test.cfg | 1 - .../RT0099-rt-thread-ThreadTest21/test.cfg | 1 - .../RT0100-rt-thread-ThreadTest34/test.cfg | 1 - .../RT0101-rt-thread-ThreadTest25/test.cfg | 1 - .../RT0102-rt-thread-ThreadTest9/test.cfg | 1 - .../RT0103-rt-thread-ThreadTest8/test.cfg | 1 - .../RT0104-rt-thread-ThreadTest38/test.cfg | 1 - .../RT0105-rt-thread-ThreadTest30/test.cfg | 1 - .../RT0106-rt-thread-ThreadTest28/test.cfg | 1 - .../RT0107-rt-thread-ThreadTest39/test.cfg | 1 - .../RT0108-rt-thread-HoldsLock/test.cfg | 1 - .../RT0109-rt-thread-Basic/test.cfg | 1 - .../RT0110-rt-thread-NullStackTrace/test.cfg | 1 - .../RT0111-rt-thread-ThreadTest6/test.cfg | 1 - .../RT0112-rt-thread-TestThreadId/test.cfg | 1 - .../RT0113-rt-thread-ImmutableLocal/test.cfg | 1 - .../RT0114-rt-thread-ThreadTest24/test.cfg | 1 - .../RT0115-rt-thread-ThreadTest13/test.cfg | 1 - .../RT0116-rt-thread-NullThreadName/test.cfg | 1 - .../RT0117-rt-thread-ThreadTest36/test.cfg | 1 - .../RT0118-rt-thread-ThreadTest19/test.cfg | 1 - .../RT0119-rt-thread-ThreadTest15/test.cfg | 1 - .../RT0120-rt-thread-ThreadTest3/test.cfg | 1 - .../RT0122-rt-thread-ThreadTest22/test.cfg | 1 - .../RT0123-rt-thread-ThreadTest7/test.cfg | 1 - .../RT0124-rt-thread-ThreadTest2/test.cfg | 1 - .../RT0125-rt-thread-ThreadTest26/test.cfg | 1 - .../RT0127-rt-thread-ThreadTest18/test.cfg | 1 - .../RT0128-rt-thread-ThreadTest16/test.cfg | 1 - .../test.cfg | 1 - .../RT0130-rt-thread-ThreadTest20/test.cfg | 1 - .../RT0131-rt-thread-ThreadTest14/test.cfg | 1 - .../RT0132-rt-thread-ThreadTest17/test.cfg | 1 - .../RT0133-rt-thread-ThreadTest33/test.cfg | 1 - .../RT0134-rt-thread-ThreadTest27/test.cfg | 1 - .../RT0135-rt-thread-StartOOMTest/test.cfg | 1 - .../RT0136-rt-thread-ThreadTest29/test.cfg | 1 - .../RT0137-rt-thread-ThreadTest12/test.cfg | 1 - .../RT0138-rt-thread-ThreadTest32/test.cfg | 1 - .../RT0139-rt-thread-ThreadTest4/test.cfg | 1 - .../RT0140-rt-thread-MainThreadTest/test.cfg | 1 - .../RT0141-rt-thread-ThreadTest35/test.cfg | 1 - .../RT0142-rt-thread-ThreadTest5/test.cfg | 1 - .../RT0143-rt-thread-Daemon/test.cfg | 1 - .../RT0144-rt-thread-ThreadTest10/test.cfg | 1 - .../RT0145-rt-thread-MemoryLeak/test.cfg | 1 - .../RT0146-rt-thread-ThreadId/test.cfg | 1 - .../RT0147-rt-thread-ThreadTest1/test.cfg | 1 - .../RT0148-rt-thread-ThreadTest37/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../RT0155-rt-thread-ThreadEHdestroy/test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - .../test.cfg | 1 - 1843 files changed, 150 insertions(+), 1913 deletions(-) diff --git a/testsuite/c_test/sanity_test/SANITY0001-addr/test.cfg b/testsuite/c_test/sanity_test/SANITY0001-addr/test.cfg index 67db64ba62..573f31bc8e 100644 --- a/testsuite/c_test/sanity_test/SANITY0001-addr/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0001-addr/test.cfg @@ -1,3 +1,2 @@ -clean() compile(addr) run(addr) diff --git a/testsuite/c_test/sanity_test/SANITY0002-argc/test.cfg b/testsuite/c_test/sanity_test/SANITY0002-argc/test.cfg index 09597f134f..9673b656b1 100644 --- a/testsuite/c_test/sanity_test/SANITY0002-argc/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0002-argc/test.cfg @@ -1,3 +1,2 @@ -clean() compile(argc) run(argc) diff --git a/testsuite/c_test/sanity_test/SANITY0003-array_single/test.cfg b/testsuite/c_test/sanity_test/SANITY0003-array_single/test.cfg index 36d8622f7c..6b50234de9 100644 --- a/testsuite/c_test/sanity_test/SANITY0003-array_single/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0003-array_single/test.cfg @@ -1,3 +1,2 @@ -clean() compile(array_single) run(array_single) diff --git a/testsuite/c_test/sanity_test/SANITY0004-binop/test.cfg b/testsuite/c_test/sanity_test/SANITY0004-binop/test.cfg index cf015b2399..6b3fcdb87b 100644 --- a/testsuite/c_test/sanity_test/SANITY0004-binop/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0004-binop/test.cfg @@ -1,3 +1,2 @@ -clean() compile(binop) run(binop) diff --git a/testsuite/c_test/sanity_test/SANITY0005-cand/test.cfg b/testsuite/c_test/sanity_test/SANITY0005-cand/test.cfg index cb1cefa37f..63fc18f7f2 100644 --- a/testsuite/c_test/sanity_test/SANITY0005-cand/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0005-cand/test.cfg @@ -1,3 +1,2 @@ -clean() compile(cand) run(cand) diff --git a/testsuite/c_test/sanity_test/SANITY0006-goto/test.cfg b/testsuite/c_test/sanity_test/SANITY0006-goto/test.cfg index 743a50dd9f..7596a23520 100644 --- a/testsuite/c_test/sanity_test/SANITY0006-goto/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0006-goto/test.cfg @@ -1,3 +1,2 @@ -clean() compile(goto) run(goto) diff --git a/testsuite/c_test/sanity_test/SANITY0007-hello/test.cfg b/testsuite/c_test/sanity_test/SANITY0007-hello/test.cfg index e1ef8f6017..ea0ab9a795 100644 --- a/testsuite/c_test/sanity_test/SANITY0007-hello/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0007-hello/test.cfg @@ -1,3 +1,2 @@ -clean() compile(hello) run(hello) diff --git a/testsuite/c_test/sanity_test/SANITY0008-if_call_return/test.cfg b/testsuite/c_test/sanity_test/SANITY0008-if_call_return/test.cfg index e3cbc2cfac..dabc51d41c 100644 --- a/testsuite/c_test/sanity_test/SANITY0008-if_call_return/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0008-if_call_return/test.cfg @@ -1,3 +1,2 @@ -clean() compile(if_call_return) run(if_call_return) diff --git a/testsuite/c_test/sanity_test/SANITY0009-if_else/test.cfg b/testsuite/c_test/sanity_test/SANITY0009-if_else/test.cfg index 707e431fc7..75a6f6f1d6 100644 --- a/testsuite/c_test/sanity_test/SANITY0009-if_else/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0009-if_else/test.cfg @@ -1,3 +1,2 @@ -clean() compile(if_else) run(if_else) diff --git a/testsuite/c_test/sanity_test/SANITY0010-if_else_fp/test.cfg b/testsuite/c_test/sanity_test/SANITY0010-if_else_fp/test.cfg index 09b4ec2fd0..58baf2b8b6 100644 --- a/testsuite/c_test/sanity_test/SANITY0010-if_else_fp/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0010-if_else_fp/test.cfg @@ -1,3 +1,2 @@ -clean() compile(if_else_fp) run(if_else_fp) diff --git a/testsuite/c_test/sanity_test/SANITY0011-ind_call/test.cfg b/testsuite/c_test/sanity_test/SANITY0011-ind_call/test.cfg index c6d652f30d..4159e3812a 100644 --- a/testsuite/c_test/sanity_test/SANITY0011-ind_call/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0011-ind_call/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ind_call) run(ind_call) diff --git a/testsuite/c_test/sanity_test/SANITY0012-large_stack/test.cfg b/testsuite/c_test/sanity_test/SANITY0012-large_stack/test.cfg index 4115c08b0b..912bdd32b9 100644 --- a/testsuite/c_test/sanity_test/SANITY0012-large_stack/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0012-large_stack/test.cfg @@ -1,3 +1,2 @@ -clean() compile(large_stack) run(large_stack) diff --git a/testsuite/c_test/sanity_test/SANITY0013-memexpr/test.cfg b/testsuite/c_test/sanity_test/SANITY0013-memexpr/test.cfg index 4e0e3847e7..21703699ad 100644 --- a/testsuite/c_test/sanity_test/SANITY0013-memexpr/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0013-memexpr/test.cfg @@ -1,3 +1,2 @@ -clean() compile(memexpr) run(memexpr) diff --git a/testsuite/c_test/sanity_test/SANITY0014-select/test.cfg b/testsuite/c_test/sanity_test/SANITY0014-select/test.cfg index a844d47e9b..5d46bdaf70 100644 --- a/testsuite/c_test/sanity_test/SANITY0014-select/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0014-select/test.cfg @@ -1,3 +1,2 @@ -clean() compile(select) run(select) diff --git a/testsuite/c_test/sanity_test/SANITY0015-select_fp/test.cfg b/testsuite/c_test/sanity_test/SANITY0015-select_fp/test.cfg index 3a3cc0d575..8b44036188 100644 --- a/testsuite/c_test/sanity_test/SANITY0015-select_fp/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0015-select_fp/test.cfg @@ -1,3 +1,2 @@ -clean() compile(select_fp) run(select_fp) diff --git a/testsuite/c_test/sanity_test/SANITY0016-set/test.cfg b/testsuite/c_test/sanity_test/SANITY0016-set/test.cfg index d59002acf5..0471cc6c53 100644 --- a/testsuite/c_test/sanity_test/SANITY0016-set/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0016-set/test.cfg @@ -1,3 +1,2 @@ -clean() compile(set) run(set) diff --git a/testsuite/c_test/sanity_test/SANITY0017-struct_bits/test.cfg b/testsuite/c_test/sanity_test/SANITY0017-struct_bits/test.cfg index 177c412c3e..20c264f5ce 100644 --- a/testsuite/c_test/sanity_test/SANITY0017-struct_bits/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0017-struct_bits/test.cfg @@ -1,3 +1,2 @@ -clean() compile(struct_bits) run(struct_bits) diff --git a/testsuite/c_test/sanity_test/SANITY0018-sum_array/test.cfg b/testsuite/c_test/sanity_test/SANITY0018-sum_array/test.cfg index 84e6ee6492..5dd7323512 100644 --- a/testsuite/c_test/sanity_test/SANITY0018-sum_array/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0018-sum_array/test.cfg @@ -1,3 +1,2 @@ -clean() compile(sum_array) run(sum_array) diff --git a/testsuite/c_test/sanity_test/SANITY0019-sum/test.cfg b/testsuite/c_test/sanity_test/SANITY0019-sum/test.cfg index 79040ddf01..c99ee5da8b 100644 --- a/testsuite/c_test/sanity_test/SANITY0019-sum/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0019-sum/test.cfg @@ -1,3 +1,2 @@ -clean() compile(sum) run(sum) diff --git a/testsuite/c_test/sanity_test/SANITY0020-vararg2/test.cfg b/testsuite/c_test/sanity_test/SANITY0020-vararg2/test.cfg index a6dd1c5911..7c8daa21be 100644 --- a/testsuite/c_test/sanity_test/SANITY0020-vararg2/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0020-vararg2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(vararg2) run(vararg2) diff --git a/testsuite/c_test/sanity_test/SANITY0021-cc_param2/test.cfg b/testsuite/c_test/sanity_test/SANITY0021-cc_param2/test.cfg index 4ec3978c8c..9adbeb875d 100644 --- a/testsuite/c_test/sanity_test/SANITY0021-cc_param2/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0021-cc_param2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(cc_param2) run(cc_param2) diff --git a/testsuite/c_test/sanity_test/SANITY0022-cc_param3/test.cfg b/testsuite/c_test/sanity_test/SANITY0022-cc_param3/test.cfg index 54dab4c132..9eb29dc671 100644 --- a/testsuite/c_test/sanity_test/SANITY0022-cc_param3/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0022-cc_param3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(cc_param3) run(cc_param3) diff --git a/testsuite/c_test/sanity_test/SANITY0023-cc_sret/test.cfg b/testsuite/c_test/sanity_test/SANITY0023-cc_sret/test.cfg index 242d895516..aba08084a7 100644 --- a/testsuite/c_test/sanity_test/SANITY0023-cc_sret/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0023-cc_sret/test.cfg @@ -1,3 +1,2 @@ -clean() compile(cc_sret) run(cc_sret) diff --git a/testsuite/c_test/sanity_test/SANITY0024-vararg1/test.cfg b/testsuite/c_test/sanity_test/SANITY0024-vararg1/test.cfg index bdc023f1b3..9223bc88b0 100644 --- a/testsuite/c_test/sanity_test/SANITY0024-vararg1/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0024-vararg1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(vararg1) run(vararg1) diff --git a/testsuite/c_test/sanity_test/SANITY0025-cc_param1/test.cfg b/testsuite/c_test/sanity_test/SANITY0025-cc_param1/test.cfg index aacbc5c31a..2f324e0cff 100644 --- a/testsuite/c_test/sanity_test/SANITY0025-cc_param1/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0025-cc_param1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(cc_param1) run(cc_param1) diff --git a/testsuite/c_test/sanity_test/SANITY0026-matrixmult/test.cfg b/testsuite/c_test/sanity_test/SANITY0026-matrixmult/test.cfg index 7704fbba82..6381511606 100644 --- a/testsuite/c_test/sanity_test/SANITY0026-matrixmult/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0026-matrixmult/test.cfg @@ -1,3 +1,2 @@ -clean() compile(matrixmult) run(matrixmult) diff --git a/testsuite/c_test/sanity_test/SANITY0027-convert/test.cfg b/testsuite/c_test/sanity_test/SANITY0027-convert/test.cfg index 55fe4332d1..8b82ff9421 100644 --- a/testsuite/c_test/sanity_test/SANITY0027-convert/test.cfg +++ b/testsuite/c_test/sanity_test/SANITY0027-convert/test.cfg @@ -1,3 +1,2 @@ -clean() compile(convert) run(convert) diff --git a/testsuite/driver/src/basic_tools/file.py b/testsuite/driver/src/basic_tools/file.py index 878c992695..f9ccf735e1 100644 --- a/testsuite/driver/src/basic_tools/file.py +++ b/testsuite/driver/src/basic_tools/file.py @@ -113,3 +113,28 @@ def search_all_file(path, file_name, type): all_target_path.append(item_path) break return all_target_path + +def walk_all_files(path): + all_file_list = [] + for fpathe, dirs, fs in os.walk(path): + all_file_list += [os.path.join(fpathe,f) for f in fs] + return all_file_list + +def rm_empty_folder(path): + if not os.path.isdir(path): + return + files = os.listdir(path) + for fullpath in [os.path.join(path, f) for f in files]: + rm_empty_folder(fullpath) + files = os.listdir(path) + if not len(files): + os.rmdir(path) + +def get_sub_files(path): + all_sub_files = [] + for folder in os.listdir(path): + if not os.path.isdir(folder): + continue + for fpathe, dirs, fs in os.walk(folder): + all_sub_files += [os.path.join(fpathe,file) for file in fs] + return all_sub_files diff --git a/testsuite/driver/src/basic_tools/string.py b/testsuite/driver/src/basic_tools/string.py index 21ad8a4b0c..7077c7e70c 100644 --- a/testsuite/driver/src/basic_tools/string.py +++ b/testsuite/driver/src/basic_tools/string.py @@ -147,7 +147,6 @@ def split_string_not_in_the_same_symbols(symbol, split_symbol, str): split_list.append(tmp) return split_list - def split_string_by_comma_not_in_double_quotes(str): return split_string_not_in_the_same_symbols('"', ',', str) @@ -188,3 +187,35 @@ def contain_symbol_outside_outermost_common_symbols(symbol, str): result4 = contain_symbol_outside_outermost_two_symbols(symbol, '[', ']', str) result5 = contain_symbol_outside_outermost_two_symbols(symbol, '{', '}', str) return result1 & result2 & result3 & result4 + + +def split_string_by_comma_not_in_bracket_and_quote(String): + in_bracket = 0 + in_double_quote = 0 + in_single_quote = 0 + split_list = [] + tmp = "" + old_char = "" + for ch in String: + if ch == '[' and in_bracket == 0: + in_bracket = 1 + elif ch == ']' and in_bracket == 1: + in_bracket = 0 + elif ch == '"' and in_double_quote == 0: + in_double_quote = 1 + elif ch == '"' and in_double_quote == 1: + in_double_quote = 0 + elif ch == "'" and in_single_quote == 0: + in_single_quote = 1 + elif ch == "'" and in_single_quote == 1: + in_single_quote = 0 + elif ch == ',' and old_char != '\\' and not (in_bracket or in_double_quote or in_single_quote): + split_list.append(tmp) + old_char = ch + tmp = '' + continue + tmp += ch + old_char = ch + if tmp != "": + split_list.append(tmp) + return split_list \ No newline at end of file diff --git a/testsuite/driver/src/case.py b/testsuite/driver/src/case.py index 9b96393ad5..5da81de9e1 100644 --- a/testsuite/driver/src/case.py +++ b/testsuite/driver/src/case.py @@ -21,7 +21,7 @@ from test_cfg import TestCFG from env_var import EnvVar from mode import * from shell_executor import ShellExecutor - +from basic_tools.file import get_sub_files class Case(object): @@ -34,11 +34,14 @@ class Case(object): self.test_cfg = TestCFG(os.path.join(EnvVar.TEST_SUITE_ROOT, self.case_name, "test.cfg")) self.test_cfg_content = self.test_cfg.test_cfg self.shell_command_suite = {} + self.case_path = os.path.join(EnvVar.TEST_SUITE_ROOT, self.case_name) def parse_config_file(self): for mode in self.modes: self.shell_command_suite[mode] = [] global_variables = {"CASE": self.case_name, "MODE": mode} + if EnvVar.MAPLE_BUILD_TYPE is not None: + global_variables["MAPLE_BUILD_TYPE"] = EnvVar.MAPLE_BUILD_TYPE if mode in self.test_cfg_content.keys(): mode_cfg_content = self.test_cfg_content[mode] else: @@ -63,21 +66,59 @@ class Case(object): def generate_test_script(self): for mode in self.modes: mode_file_path = os.path.join(EnvVar.TEST_SUITE_ROOT, self.case_name, "." + mode + "_test.sh") - f = open(mode_file_path, 'w') - f.write("#!/bin/bash\n") - f.write("set -e\n") - f.write("set -x\n") - for line in self.shell_command_suite[mode]: - f.write(line + '\n') - f.close() - os.chmode(mode_file_path, stat.S_IRWXU) + with open(mode_file_path, 'w') as f: + f.write("#!/bin/bash\nset -e\nset -x\n") + f.write("\n".join(self.shell_command_suite[mode]) + "\n") + os.chmod(mode_file_path, stat.S_IRWXU) - def clean(self): - os.chdir(os.path.join(EnvVar.TEST_SUITE_ROOT, self.case_name)) - for mode in self.shell_command_suite.keys(): - for command in self.shell_command_suite[mode]: - if command.startswith("rm "): - os.system(command) + def rm_tmp_files(self, detail=False): + all_cur_files = [file for file in os.listdir(self.case_path) if not file.endswith('_tmp@')] + if '.raw_file_list.txt' not in all_cur_files: + return + with open(os.path.join(self.case_path,'.raw_file_list.txt'), 'r') as f: + raw_cur_files, raw_sub_files = f.read().split('\n-----\n') + tmp_cur_files = list(set(all_cur_files) - set(raw_cur_files.split('\n'))) + if tmp_cur_files: + os.system('rm -rf %s'%(' '.join([os.path.join(self.case_path,f) for f in tmp_cur_files]))) + all_sub_files = [file for file in get_sub_files(self.case_path) if '_tmp@' not in file] + tmp_sub_files = list(set(all_sub_files) - set(raw_sub_files.split('\n'))) + if tmp_sub_files: + os.system('rm -rf %s'%(' '.join([os.path.join(self.case_path,f) for f in tmp_sub_files]))) + if detail and (tmp_cur_files or tmp_sub_files): + print("\033[1;32m [[ CMD : rm -rf %s ]]\033[0m"%(' '.join(tmp_cur_files + tmp_sub_files))) + + def rm_tmp_folders(self, detail=False): + del_file_list = [os.path.join(self.case_path,f) for f in os.listdir(self.case_path) if f.endswith("_tmp@")] + if detail and del_file_list != []: + os.system('rm -rf ' + " ".join(del_file_list)) + print("\033[1;32m [[ CMD : rm -rf %s ]]\033[0m"%(' '.join(del_file_list))) + + def clean(self, detail=False): + self.rm_tmp_files(detail) + self.rm_tmp_folders(detail) + + def save_tmp(self, detail=False): + all_cur_files = [file for file in os.listdir(self.case_path) if not file.endswith('_tmp@')] + if '.raw_file_list.txt' not in all_cur_files: + return + tmp_folder = [int(file.split('_tmp@')[0]) for file in os.listdir(self.case_path) if file.endswith('_tmp@')] + cur_max_folder = 0 + if tmp_folder != []: + cur_max_folder = max(tmp_folder) + os.mkdir(str(cur_max_folder + 1) + '_tmp@') + for file in all_cur_files: + os.system('cp -r %s %d_tmp@'%(file, cur_max_folder + 1)) + self.clean() + + def save_raw_files(self): + all_cur_files = os.listdir(self.case_path) + all_sub_files = [file for file in get_sub_files(self.case_path) if '_tmp@' not in file] + if '.raw_file_list.txt' in all_cur_files: + return + with open(os.path.join(self.case_path,'.raw_file_list.txt'), 'w') as f: + f.writelines('\n'.join(all_cur_files)) + f.writelines('\n-----\n') + f.writelines('\n'.join(all_sub_files)) def get_case_package(self): case_list = [] @@ -95,13 +136,15 @@ class Case(object): def run(self, detail = False): result_table = {} for mode in self.modes: + self.rm_tmp_files(detail) + self.save_raw_files() result, result_in_color = "PASSED", "\033[1;32mPASSED\033[0m" log_file = open(os.path.join(EnvVar.TEST_SUITE_ROOT, self.case_name, mode + "_run.log"), "w+") for command in self.shell_command_suite[mode]: log_file.write("[[ CMD : " + command + " ]]\n") if detail: print("\033[1;32m[[ CMD : " + command + " ]]\033[0m") - exe = ShellExecutor(command=command, workdir=os.path.join(EnvVar.TEST_SUITE_ROOT, self.case_name), timeout=300) + exe = ShellExecutor(command=command, workdir=os.path.join(EnvVar.TEST_SUITE_ROOT, self.case_name), timeout=5000) exe.shell_execute() if exe.com_out is not None and len(exe.com_out) != 0: if detail: @@ -126,4 +169,4 @@ class Case(object): print(self.case_name + " " + mode + " " + result_in_color) sys.stdout.flush() result_table[mode] = result - return {self.case_name: result_table} \ No newline at end of file + return {self.case_name: result_table} diff --git a/testsuite/driver/src/driver.py b/testsuite/driver/src/driver.py index cf188c6eb4..e48e9065ef 100644 --- a/testsuite/driver/src/driver.py +++ b/testsuite/driver/src/driver.py @@ -17,13 +17,13 @@ import os import sys import shutil import optparse -import multiprocessing +from multiprocessing import Pool, cpu_count from env_var import EnvVar from target import Target from mode_table import ModeTable from case import Case -from task import RunCaseTask, RunCasesTask, CleanCaseTask, GenShellScriptTask +from task import RunCaseTask, RunCasesTask, GenShellScriptTask init_optparse = optparse.OptionParser() env_args = init_optparse.add_option_group("Environment options") @@ -36,13 +36,14 @@ target_args.add_option('--target', dest="target", help='Target. It can be a case env_args.add_option('--cmd-json-output', dest="cmd_json_output", default=None, help='Cmd json output location') env_args.add_option('--report', dest="report", default=None, help="Report output location") # TODO: Add executor -target_args.add_option('-j', '--jobs', dest="jobs", type=int, default=multiprocessing.cpu_count(), help='Number of parallel jobs') +target_args.add_option('-j', '--jobs', dest="jobs", type=int, default=cpu_count(), help='Number of parallel jobs') target_args.add_option('--retry', dest="retry", action='store_true', default=False, help='Rerun failed and timeout cases') target_args.add_option('--run-path', dest="run_path", default=None, help='Where to run cases') target_args.add_option('--mode', dest="mode", default=None, help='Which mode to run') # TODO: Add phone test target_args.add_option('--platform', dest="platform", default="qemu", help='qemu or phone') target_args.add_option('--clean', dest="clean", action='store_true', default=False, help='clean the path') +target_args.add_option('--save', dest="save", action='store_true', default=False, help='save temp files') package = { 'container_image': "cpl-eqm-docker-sh.rnd.huawei.com/valoran-run:0.6", @@ -55,14 +56,15 @@ package = { def prebuild(run_path): if run_path is not None: if os.path.exists(run_path): - shutil.rmtree(run_path) + os.system("rm -rf " + run_path) os.makedirs(run_path) for dir in os.listdir(EnvVar.TEST_SUITE_ROOT): if dir.endswith("_test"): - shutil.copytree(os.path.join(EnvVar.TEST_SUITE_ROOT, dir), os.path.join(run_path, dir)) + os.system("cp " + os.path.join(EnvVar.TEST_SUITE_ROOT, dir) + "/ " + run_path + '/ -r') EnvVar.TEST_SUITE_ROOT = run_path def main(orig_args): + opt, args = init_optparse.parse_args(orig_args) if args: init_optparse.print_usage() @@ -79,6 +81,7 @@ def main(orig_args): retry = opt.retry mode = opt.mode report = opt.report + save = opt.save EnvVar(sdk_root, test_suite_root, source_code_root) prebuild(run_path) @@ -91,15 +94,6 @@ def main(orig_args): if file.endswith("conf") and file != "testallops.conf" : mode_tables[file.split(".")[0]] = ModeTable(os.path.join(EnvVar.CONFIG_FILE_PATH, file)) - if clean: - target_mode_set = set() - for mode_table in mode_tables.keys(): - target_mode_set = target_mode_set.union(mode_tables[mode_table].get_target_mode_set(target)) - the_case = Case(target, target_mode_set) - task = CleanCaseTask(the_case) - task.run() - sys.exit(0) - if target in mode_tables.keys(): targets = mode_tables[target].get_targets() elif os.path.exists(os.path.join(EnvVar.TEST_SUITE_ROOT, target)): @@ -114,6 +108,22 @@ def main(orig_args): the_target = Target(target) case_names = case_names.union(the_target.get_cases()) + if clean: + if len(case_names) == 1: + Case(list(case_names)[0], 'clean').clean(detail=True) + else: + for case_name in case_names: + Case(case_name, 'clean').clean(detail=False) + sys.exit(0) + + if save: + if len(case_names) == 1: + Case(list(case_names)[0], 'save').save_tmp() + else: + for case_name in case_names: + Case(case_name, 'save').save_tmp() + sys.exit(0) + for case_name in case_names: mode_set = set() default_mode_set = set() diff --git a/testsuite/driver/src/env_var.py b/testsuite/driver/src/env_var.py index 88976b94c0..604f6600dd 100644 --- a/testsuite/driver/src/env_var.py +++ b/testsuite/driver/src/env_var.py @@ -20,8 +20,9 @@ class EnvVar(object): SDK_ROOT = None TEST_SUITE_ROOT = None SOURCE_CODE_ROOT = None + MAPLE_BUILD_TYPE = None #TODO:Delete - CONFIG_FILE_PATH = None + CONFIG_FILE_PATH = os.path.join(os.path.dirname(os.path.dirname(__file__)), "config") def __init__(self, sdk_root, test_suite_root, source_code_root): if sdk_root is None: @@ -48,4 +49,5 @@ class EnvVar(object): sys.exit(1) else: EnvVar.SOURCE_CODE_ROOT = source_code_root - EnvVar.CONFIG_FILE_PATH = os.path.join(os.path.dirname(os.path.dirname(__file__)), "config") \ No newline at end of file + if "MAPLE_BUILD_TYPE" in os.environ.keys(): + EnvVar.MAPLE_BUILD_TYPE = os.environ["MAPLE_BUILD_TYPE"] diff --git a/testsuite/driver/src/mode/CO0.py b/testsuite/driver/src/mode/CO0.py index 15f73ea21d..e7b03889cc 100644 --- a/testsuite/driver/src/mode/CO0.py +++ b/testsuite/driver/src/mode/CO0.py @@ -15,11 +15,6 @@ from api import * CO0 = { - "clean": [ - Shell( - "rm -rf *.mpl *.s *.out *.B *.log" - ) - ], "compile": [ Clang2mpl( infile="${APP}.c" diff --git a/testsuite/driver/src/mode/CO2.py b/testsuite/driver/src/mode/CO2.py index 325e3f582c..b728c6a0b3 100644 --- a/testsuite/driver/src/mode/CO2.py +++ b/testsuite/driver/src/mode/CO2.py @@ -15,11 +15,6 @@ from api import * CO2 = { - "clean": [ - Shell( - "rm -rf *.mpl *.s *.out *.B" - ) - ], "compile": [ Clang2mpl( infile="${APP}.c" diff --git a/testsuite/driver/src/mode/IR.py b/testsuite/driver/src/mode/IR.py index 1dc84c6810..fe7cbe3bc5 100644 --- a/testsuite/driver/src/mode/IR.py +++ b/testsuite/driver/src/mode/IR.py @@ -15,11 +15,6 @@ from api import * IR = { - "clean": [ - Shell( - "rm -rf *.irb.mpl" - ) - ], "compile": [ Irbuild( irbuild="${OUT_ROOT}/${MAPLE_BUILD_TYPE}/bin/irbuild", diff --git a/testsuite/driver/src/mode/MFEO0.py b/testsuite/driver/src/mode/MFEO0.py index 420e83992a..efe3298ecf 100644 --- a/testsuite/driver/src/mode/MFEO0.py +++ b/testsuite/driver/src/mode/MFEO0.py @@ -15,11 +15,6 @@ from api import * MFEO0 = { - "clean": [ - Shell( - "rm -rf *.mpl *.mplt *.ast *.s *.out *.log" - ) - ], "compile": [ C2ast( clang="${MAPLE_ROOT}/tools/bin/clang", diff --git a/testsuite/driver/src/mode/MFEO0_SUP.py b/testsuite/driver/src/mode/MFEO0_SUP.py index b036e473bf..246a5c59ec 100644 --- a/testsuite/driver/src/mode/MFEO0_SUP.py +++ b/testsuite/driver/src/mode/MFEO0_SUP.py @@ -15,11 +15,6 @@ from api import * MFEO0_SUP = { - "clean": [ - Shell( - "rm -rf *.mpl *.s *.out *.mplt *.log *.ast" - ) - ], "compile": [ C2ast( clang="${MAPLE_ROOT}/tools/bin/clang", diff --git a/testsuite/driver/src/mode/O0.py b/testsuite/driver/src/mode/O0.py index 73fa17640d..11c27dab15 100644 --- a/testsuite/driver/src/mode/O0.py +++ b/testsuite/driver/src/mode/O0.py @@ -15,11 +15,6 @@ from api import * O0 = { - "clean": [ - Shell( - "rm -rf *.mpl *.dex *.class *.mplt *.s *.so *.o *.log *.jar *.VtableImpl.primordials.txt" - ) - ], "compile": [ Java2dex( jar_file=[ diff --git a/testsuite/driver/src/mode/O2.py b/testsuite/driver/src/mode/O2.py index 4c55016a6a..95a7ec624f 100644 --- a/testsuite/driver/src/mode/O2.py +++ b/testsuite/driver/src/mode/O2.py @@ -15,11 +15,6 @@ from api import * O2 = { - "clean": [ - Shell( - "rm -rf *.mpl *.dex *.class *.mplt *.s *.so *.o *.log *.jar" - ) - ], "compile": [ Java2dex( jar_file=[ diff --git a/testsuite/driver/src/task.py b/testsuite/driver/src/task.py index 6026067edb..d6987551c3 100644 --- a/testsuite/driver/src/task.py +++ b/testsuite/driver/src/task.py @@ -27,17 +27,6 @@ class Task(object): pass - -class CleanCaseTask(Task): - - def __init__(self, case): - super().__init__(case) - self.case = case - - def run(self): - self.case.parse_config_file() - self.case.clean() - class GenShellScriptTask(Task): def __init__(self, cases): diff --git a/testsuite/driver/src/test_cfg.py b/testsuite/driver/src/test_cfg.py index 7ddf82ac20..f8a553730d 100644 --- a/testsuite/driver/src/test_cfg.py +++ b/testsuite/driver/src/test_cfg.py @@ -16,11 +16,12 @@ import re from basic_tools.file import read_file from basic_tools.string_list import * -from basic_tools.string import split_string_by_comma_not_in_double_quotes, get_string_in_outermost_brackets +from basic_tools.string import split_string_by_comma_not_in_bracket_and_quote, get_string_in_outermost_brackets class TestCFG(object): mode_phase_pattern = re.compile('^[0-9a-zA-Z_]+$') + global_var_pattern = re.compile(r"^[\w]+=[\"\'][-\w\/\\=\. ]+[\"\']$|^[\w]+=[-\w\/\\\.]+$") def __init__(self, test_cfg_path): self.test_cfg_content = read_file(test_cfg_path) @@ -41,7 +42,7 @@ class TestCFG(object): if "(" in line and line[-1] == ")" and TestCFG.mode_phase_pattern.match(line.split("(")[0]): phase = line.split("(")[0] variable_table = {} - variables_list = split_string_by_comma_not_in_double_quotes(get_string_in_outermost_brackets(line)) + variables_list = split_string_by_comma_not_in_bracket_and_quote(get_string_in_outermost_brackets(line)) for variable in variables_list: if "=" in variable: variable_name = variable.split("=")[0] @@ -52,11 +53,11 @@ class TestCFG(object): else: variable_table["APP"] = variable self.test_cfg[mode].append((phase, variable_table)) - elif "=" in line and " " not in line: + elif TestCFG.global_var_pattern.match(line): global_variable_name = line.split("=")[0] global_variable_value = "=".join(line.split("=")[1:]) if global_variable_value.startswith('"') and global_variable_value.endswith('"'): global_variable_value = global_variable_value[1:-1] self.test_cfg[mode].append(("global", {global_variable_name: global_variable_value})) else: - self.test_cfg[mode].append(("shell", line)) \ No newline at end of file + self.test_cfg[mode].append(("shell", line)) diff --git a/testsuite/irbuild_test/I0001-mapleall-irbuild-edge-addf32/test.cfg b/testsuite/irbuild_test/I0001-mapleall-irbuild-edge-addf32/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0001-mapleall-irbuild-edge-addf32/test.cfg +++ b/testsuite/irbuild_test/I0001-mapleall-irbuild-edge-addf32/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0002-mapleall-irbuild-edge-addi64/test.cfg b/testsuite/irbuild_test/I0002-mapleall-irbuild-edge-addi64/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0002-mapleall-irbuild-edge-addi64/test.cfg +++ b/testsuite/irbuild_test/I0002-mapleall-irbuild-edge-addi64/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0003-mapleall-irbuild-edge-addi/test.cfg b/testsuite/irbuild_test/I0003-mapleall-irbuild-edge-addi/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0003-mapleall-irbuild-edge-addi/test.cfg +++ b/testsuite/irbuild_test/I0003-mapleall-irbuild-edge-addi/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0004-mapleall-irbuild-edge-add/test.cfg b/testsuite/irbuild_test/I0004-mapleall-irbuild-edge-add/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0004-mapleall-irbuild-edge-add/test.cfg +++ b/testsuite/irbuild_test/I0004-mapleall-irbuild-edge-add/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0005-mapleall-irbuild-edge-arrayadd/test.cfg b/testsuite/irbuild_test/I0005-mapleall-irbuild-edge-arrayadd/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0005-mapleall-irbuild-edge-arrayadd/test.cfg +++ b/testsuite/irbuild_test/I0005-mapleall-irbuild-edge-arrayadd/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0006-mapleall-irbuild-edge-arrayinit/test.cfg b/testsuite/irbuild_test/I0006-mapleall-irbuild-edge-arrayinit/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0006-mapleall-irbuild-edge-arrayinit/test.cfg +++ b/testsuite/irbuild_test/I0006-mapleall-irbuild-edge-arrayinit/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0007-mapleall-irbuild-edge-attributes/test.cfg b/testsuite/irbuild_test/I0007-mapleall-irbuild-edge-attributes/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0007-mapleall-irbuild-edge-attributes/test.cfg +++ b/testsuite/irbuild_test/I0007-mapleall-irbuild-edge-attributes/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0008-mapleall-irbuild-edge-band/test.cfg b/testsuite/irbuild_test/I0008-mapleall-irbuild-edge-band/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0008-mapleall-irbuild-edge-band/test.cfg +++ b/testsuite/irbuild_test/I0008-mapleall-irbuild-edge-band/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0009-mapleall-irbuild-edge-binary/test.cfg b/testsuite/irbuild_test/I0009-mapleall-irbuild-edge-binary/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0009-mapleall-irbuild-edge-binary/test.cfg +++ b/testsuite/irbuild_test/I0009-mapleall-irbuild-edge-binary/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0010-mapleall-irbuild-edge-bior/test.cfg b/testsuite/irbuild_test/I0010-mapleall-irbuild-edge-bior/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0010-mapleall-irbuild-edge-bior/test.cfg +++ b/testsuite/irbuild_test/I0010-mapleall-irbuild-edge-bior/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0011-mapleall-irbuild-edge-bnot/test.cfg b/testsuite/irbuild_test/I0011-mapleall-irbuild-edge-bnot/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0011-mapleall-irbuild-edge-bnot/test.cfg +++ b/testsuite/irbuild_test/I0011-mapleall-irbuild-edge-bnot/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0012-mapleall-irbuild-edge-br/test.cfg b/testsuite/irbuild_test/I0012-mapleall-irbuild-edge-br/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0012-mapleall-irbuild-edge-br/test.cfg +++ b/testsuite/irbuild_test/I0012-mapleall-irbuild-edge-br/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0013-mapleall-irbuild-edge-callassigned/test.cfg b/testsuite/irbuild_test/I0013-mapleall-irbuild-edge-callassigned/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0013-mapleall-irbuild-edge-callassigned/test.cfg +++ b/testsuite/irbuild_test/I0013-mapleall-irbuild-edge-callassigned/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0014-mapleall-irbuild-edge-ceil/test.cfg b/testsuite/irbuild_test/I0014-mapleall-irbuild-edge-ceil/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0014-mapleall-irbuild-edge-ceil/test.cfg +++ b/testsuite/irbuild_test/I0014-mapleall-irbuild-edge-ceil/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0015-mapleall-irbuild-edge-ciorcand/test.cfg b/testsuite/irbuild_test/I0015-mapleall-irbuild-edge-ciorcand/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0015-mapleall-irbuild-edge-ciorcand/test.cfg +++ b/testsuite/irbuild_test/I0015-mapleall-irbuild-edge-ciorcand/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0016-mapleall-irbuild-edge-classequal/test.cfg b/testsuite/irbuild_test/I0016-mapleall-irbuild-edge-classequal/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0016-mapleall-irbuild-edge-classequal/test.cfg +++ b/testsuite/irbuild_test/I0016-mapleall-irbuild-edge-classequal/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0017-mapleall-irbuild-edge-class_type/test.cfg b/testsuite/irbuild_test/I0017-mapleall-irbuild-edge-class_type/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0017-mapleall-irbuild-edge-class_type/test.cfg +++ b/testsuite/irbuild_test/I0017-mapleall-irbuild-edge-class_type/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0018-mapleall-irbuild-edge-constfloat/test.cfg b/testsuite/irbuild_test/I0018-mapleall-irbuild-edge-constfloat/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0018-mapleall-irbuild-edge-constfloat/test.cfg +++ b/testsuite/irbuild_test/I0018-mapleall-irbuild-edge-constfloat/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0019-mapleall-irbuild-edge-constFoldTest/test.cfg b/testsuite/irbuild_test/I0019-mapleall-irbuild-edge-constFoldTest/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0019-mapleall-irbuild-edge-constFoldTest/test.cfg +++ b/testsuite/irbuild_test/I0019-mapleall-irbuild-edge-constFoldTest/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0020-mapleall-irbuild-edge-cvtllutof32/test.cfg b/testsuite/irbuild_test/I0020-mapleall-irbuild-edge-cvtllutof32/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0020-mapleall-irbuild-edge-cvtllutof32/test.cfg +++ b/testsuite/irbuild_test/I0020-mapleall-irbuild-edge-cvtllutof32/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0021-mapleall-irbuild-edge-cvtllutof64/test.cfg b/testsuite/irbuild_test/I0021-mapleall-irbuild-edge-cvtllutof64/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0021-mapleall-irbuild-edge-cvtllutof64/test.cfg +++ b/testsuite/irbuild_test/I0021-mapleall-irbuild-edge-cvtllutof64/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0022-mapleall-irbuild-edge-depositbits1/test.cfg b/testsuite/irbuild_test/I0022-mapleall-irbuild-edge-depositbits1/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0022-mapleall-irbuild-edge-depositbits1/test.cfg +++ b/testsuite/irbuild_test/I0022-mapleall-irbuild-edge-depositbits1/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0023-mapleall-irbuild-edge-DirectStorageAccess/test.cfg b/testsuite/irbuild_test/I0023-mapleall-irbuild-edge-DirectStorageAccess/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0023-mapleall-irbuild-edge-DirectStorageAccess/test.cfg +++ b/testsuite/irbuild_test/I0023-mapleall-irbuild-edge-DirectStorageAccess/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0024-mapleall-irbuild-edge-dowhile/test.cfg b/testsuite/irbuild_test/I0024-mapleall-irbuild-edge-dowhile/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0024-mapleall-irbuild-edge-dowhile/test.cfg +++ b/testsuite/irbuild_test/I0024-mapleall-irbuild-edge-dowhile/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0025-mapleall-irbuild-edge-dupvardecl/test.cfg b/testsuite/irbuild_test/I0025-mapleall-irbuild-edge-dupvardecl/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0025-mapleall-irbuild-edge-dupvardecl/test.cfg +++ b/testsuite/irbuild_test/I0025-mapleall-irbuild-edge-dupvardecl/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0026-mapleall-irbuild-edge-externfunc/test.cfg b/testsuite/irbuild_test/I0026-mapleall-irbuild-edge-externfunc/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0026-mapleall-irbuild-edge-externfunc/test.cfg +++ b/testsuite/irbuild_test/I0026-mapleall-irbuild-edge-externfunc/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0027-mapleall-irbuild-edge-externvar/test.cfg b/testsuite/irbuild_test/I0027-mapleall-irbuild-edge-externvar/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0027-mapleall-irbuild-edge-externvar/test.cfg +++ b/testsuite/irbuild_test/I0027-mapleall-irbuild-edge-externvar/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0028-mapleall-irbuild-edge-extractbits/test.cfg b/testsuite/irbuild_test/I0028-mapleall-irbuild-edge-extractbits/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0028-mapleall-irbuild-edge-extractbits/test.cfg +++ b/testsuite/irbuild_test/I0028-mapleall-irbuild-edge-extractbits/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0029-mapleall-irbuild-edge-fact/test.cfg b/testsuite/irbuild_test/I0029-mapleall-irbuild-edge-fact/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0029-mapleall-irbuild-edge-fact/test.cfg +++ b/testsuite/irbuild_test/I0029-mapleall-irbuild-edge-fact/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0030-mapleall-irbuild-edge-farray/test.cfg b/testsuite/irbuild_test/I0030-mapleall-irbuild-edge-farray/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0030-mapleall-irbuild-edge-farray/test.cfg +++ b/testsuite/irbuild_test/I0030-mapleall-irbuild-edge-farray/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0031-mapleall-irbuild-edge-fileinfo/test.cfg b/testsuite/irbuild_test/I0031-mapleall-irbuild-edge-fileinfo/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0031-mapleall-irbuild-edge-fileinfo/test.cfg +++ b/testsuite/irbuild_test/I0031-mapleall-irbuild-edge-fileinfo/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0032-mapleall-irbuild-edge-first/test.cfg b/testsuite/irbuild_test/I0032-mapleall-irbuild-edge-first/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0032-mapleall-irbuild-edge-first/test.cfg +++ b/testsuite/irbuild_test/I0032-mapleall-irbuild-edge-first/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0033-mapleall-irbuild-edge-floor/test.cfg b/testsuite/irbuild_test/I0033-mapleall-irbuild-edge-floor/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0033-mapleall-irbuild-edge-floor/test.cfg +++ b/testsuite/irbuild_test/I0033-mapleall-irbuild-edge-floor/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0034-mapleall-irbuild-edge-foreachelem/test.cfg b/testsuite/irbuild_test/I0034-mapleall-irbuild-edge-foreachelem/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0034-mapleall-irbuild-edge-foreachelem/test.cfg +++ b/testsuite/irbuild_test/I0034-mapleall-irbuild-edge-foreachelem/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0035-mapleall-irbuild-edge-forwarddeclare/test.cfg b/testsuite/irbuild_test/I0035-mapleall-irbuild-edge-forwarddeclare/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0035-mapleall-irbuild-edge-forwarddeclare/test.cfg +++ b/testsuite/irbuild_test/I0035-mapleall-irbuild-edge-forwarddeclare/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0036-mapleall-irbuild-edge-funcptr/test.cfg b/testsuite/irbuild_test/I0036-mapleall-irbuild-edge-funcptr/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0036-mapleall-irbuild-edge-funcptr/test.cfg +++ b/testsuite/irbuild_test/I0036-mapleall-irbuild-edge-funcptr/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0037-mapleall-irbuild-edge-generics/test.cfg b/testsuite/irbuild_test/I0037-mapleall-irbuild-edge-generics/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0037-mapleall-irbuild-edge-generics/test.cfg +++ b/testsuite/irbuild_test/I0037-mapleall-irbuild-edge-generics/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0038-mapleall-irbuild-edge-global/test.cfg b/testsuite/irbuild_test/I0038-mapleall-irbuild-edge-global/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0038-mapleall-irbuild-edge-global/test.cfg +++ b/testsuite/irbuild_test/I0038-mapleall-irbuild-edge-global/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0039-mapleall-irbuild-edge-hello/test.cfg b/testsuite/irbuild_test/I0039-mapleall-irbuild-edge-hello/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0039-mapleall-irbuild-edge-hello/test.cfg +++ b/testsuite/irbuild_test/I0039-mapleall-irbuild-edge-hello/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0040-mapleall-irbuild-edge-icallassigned/test.cfg b/testsuite/irbuild_test/I0040-mapleall-irbuild-edge-icallassigned/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0040-mapleall-irbuild-edge-icallassigned/test.cfg +++ b/testsuite/irbuild_test/I0040-mapleall-irbuild-edge-icallassigned/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0041-mapleall-irbuild-edge-if1/test.cfg b/testsuite/irbuild_test/I0041-mapleall-irbuild-edge-if1/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0041-mapleall-irbuild-edge-if1/test.cfg +++ b/testsuite/irbuild_test/I0041-mapleall-irbuild-edge-if1/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0042-mapleall-irbuild-edge-if/test.cfg b/testsuite/irbuild_test/I0042-mapleall-irbuild-edge-if/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0042-mapleall-irbuild-edge-if/test.cfg +++ b/testsuite/irbuild_test/I0042-mapleall-irbuild-edge-if/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0043-mapleall-irbuild-edge-if_then_else/test.cfg b/testsuite/irbuild_test/I0043-mapleall-irbuild-edge-if_then_else/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0043-mapleall-irbuild-edge-if_then_else/test.cfg +++ b/testsuite/irbuild_test/I0043-mapleall-irbuild-edge-if_then_else/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0044-mapleall-irbuild-edge-importpath/test.cfg b/testsuite/irbuild_test/I0044-mapleall-irbuild-edge-importpath/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0044-mapleall-irbuild-edge-importpath/test.cfg +++ b/testsuite/irbuild_test/I0044-mapleall-irbuild-edge-importpath/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0045-mapleall-irbuild-edge-indirect/test.cfg b/testsuite/irbuild_test/I0045-mapleall-irbuild-edge-indirect/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0045-mapleall-irbuild-edge-indirect/test.cfg +++ b/testsuite/irbuild_test/I0045-mapleall-irbuild-edge-indirect/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0046-mapleall-irbuild-edge-InDirectStorageAccess/test.cfg b/testsuite/irbuild_test/I0046-mapleall-irbuild-edge-InDirectStorageAccess/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0046-mapleall-irbuild-edge-InDirectStorageAccess/test.cfg +++ b/testsuite/irbuild_test/I0046-mapleall-irbuild-edge-InDirectStorageAccess/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0047-mapleall-irbuild-edge-interface/test.cfg b/testsuite/irbuild_test/I0047-mapleall-irbuild-edge-interface/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0047-mapleall-irbuild-edge-interface/test.cfg +++ b/testsuite/irbuild_test/I0047-mapleall-irbuild-edge-interface/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0048-mapleall-irbuild-edge-jarray/test.cfg b/testsuite/irbuild_test/I0048-mapleall-irbuild-edge-jarray/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0048-mapleall-irbuild-edge-jarray/test.cfg +++ b/testsuite/irbuild_test/I0048-mapleall-irbuild-edge-jarray/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0049-mapleall-irbuild-edge-just_ret/test.cfg b/testsuite/irbuild_test/I0049-mapleall-irbuild-edge-just_ret/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0049-mapleall-irbuild-edge-just_ret/test.cfg +++ b/testsuite/irbuild_test/I0049-mapleall-irbuild-edge-just_ret/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0050-mapleall-irbuild-edge-land/test.cfg b/testsuite/irbuild_test/I0050-mapleall-irbuild-edge-land/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0050-mapleall-irbuild-edge-land/test.cfg +++ b/testsuite/irbuild_test/I0050-mapleall-irbuild-edge-land/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0051-mapleall-irbuild-edge-lior/test.cfg b/testsuite/irbuild_test/I0051-mapleall-irbuild-edge-lior/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0051-mapleall-irbuild-edge-lior/test.cfg +++ b/testsuite/irbuild_test/I0051-mapleall-irbuild-edge-lior/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0052-mapleall-irbuild-edge-lnot/test.cfg b/testsuite/irbuild_test/I0052-mapleall-irbuild-edge-lnot/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0052-mapleall-irbuild-edge-lnot/test.cfg +++ b/testsuite/irbuild_test/I0052-mapleall-irbuild-edge-lnot/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0053-mapleall-irbuild-edge-loop/test.cfg b/testsuite/irbuild_test/I0053-mapleall-irbuild-edge-loop/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0053-mapleall-irbuild-edge-loop/test.cfg +++ b/testsuite/irbuild_test/I0053-mapleall-irbuild-edge-loop/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0054-mapleall-irbuild-edge-malloc/test.cfg b/testsuite/irbuild_test/I0054-mapleall-irbuild-edge-malloc/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0054-mapleall-irbuild-edge-malloc/test.cfg +++ b/testsuite/irbuild_test/I0054-mapleall-irbuild-edge-malloc/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0055-mapleall-irbuild-edge-methods2/test.cfg b/testsuite/irbuild_test/I0055-mapleall-irbuild-edge-methods2/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0055-mapleall-irbuild-edge-methods2/test.cfg +++ b/testsuite/irbuild_test/I0055-mapleall-irbuild-edge-methods2/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0056-mapleall-irbuild-edge-methods/test.cfg b/testsuite/irbuild_test/I0056-mapleall-irbuild-edge-methods/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0056-mapleall-irbuild-edge-methods/test.cfg +++ b/testsuite/irbuild_test/I0056-mapleall-irbuild-edge-methods/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0057-mapleall-irbuild-edge-multiway/test.cfg b/testsuite/irbuild_test/I0057-mapleall-irbuild-edge-multiway/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0057-mapleall-irbuild-edge-multiway/test.cfg +++ b/testsuite/irbuild_test/I0057-mapleall-irbuild-edge-multiway/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0058-mapleall-irbuild-edge-multiwaystr/test.cfg b/testsuite/irbuild_test/I0058-mapleall-irbuild-edge-multiwaystr/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0058-mapleall-irbuild-edge-multiwaystr/test.cfg +++ b/testsuite/irbuild_test/I0058-mapleall-irbuild-edge-multiwaystr/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0059-mapleall-irbuild-edge-neg/test.cfg b/testsuite/irbuild_test/I0059-mapleall-irbuild-edge-neg/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0059-mapleall-irbuild-edge-neg/test.cfg +++ b/testsuite/irbuild_test/I0059-mapleall-irbuild-edge-neg/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0060-mapleall-irbuild-edge-parentfields/test.cfg b/testsuite/irbuild_test/I0060-mapleall-irbuild-edge-parentfields/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0060-mapleall-irbuild-edge-parentfields/test.cfg +++ b/testsuite/irbuild_test/I0060-mapleall-irbuild-edge-parentfields/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0061-mapleall-irbuild-edge-polymorphiccallassigned/test.cfg b/testsuite/irbuild_test/I0061-mapleall-irbuild-edge-polymorphiccallassigned/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0061-mapleall-irbuild-edge-polymorphiccallassigned/test.cfg +++ b/testsuite/irbuild_test/I0061-mapleall-irbuild-edge-polymorphiccallassigned/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0062-mapleall-irbuild-edge-pregs/test.cfg b/testsuite/irbuild_test/I0062-mapleall-irbuild-edge-pregs/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0062-mapleall-irbuild-edge-pregs/test.cfg +++ b/testsuite/irbuild_test/I0062-mapleall-irbuild-edge-pregs/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0063-mapleall-irbuild-edge-PrimTypes/test.cfg b/testsuite/irbuild_test/I0063-mapleall-irbuild-edge-PrimTypes/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0063-mapleall-irbuild-edge-PrimTypes/test.cfg +++ b/testsuite/irbuild_test/I0063-mapleall-irbuild-edge-PrimTypes/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0064-mapleall-irbuild-edge-recip/test.cfg b/testsuite/irbuild_test/I0064-mapleall-irbuild-edge-recip/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0064-mapleall-irbuild-edge-recip/test.cfg +++ b/testsuite/irbuild_test/I0064-mapleall-irbuild-edge-recip/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0065-mapleall-irbuild-edge-retype/test.cfg b/testsuite/irbuild_test/I0065-mapleall-irbuild-edge-retype/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0065-mapleall-irbuild-edge-retype/test.cfg +++ b/testsuite/irbuild_test/I0065-mapleall-irbuild-edge-retype/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0066-mapleall-irbuild-edge-select/test.cfg b/testsuite/irbuild_test/I0066-mapleall-irbuild-edge-select/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0066-mapleall-irbuild-edge-select/test.cfg +++ b/testsuite/irbuild_test/I0066-mapleall-irbuild-edge-select/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0067-mapleall-irbuild-edge-specialchar/test.cfg b/testsuite/irbuild_test/I0067-mapleall-irbuild-edge-specialchar/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0067-mapleall-irbuild-edge-specialchar/test.cfg +++ b/testsuite/irbuild_test/I0067-mapleall-irbuild-edge-specialchar/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0068-mapleall-irbuild-edge-sqrt/test.cfg b/testsuite/irbuild_test/I0068-mapleall-irbuild-edge-sqrt/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0068-mapleall-irbuild-edge-sqrt/test.cfg +++ b/testsuite/irbuild_test/I0068-mapleall-irbuild-edge-sqrt/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0069-mapleall-irbuild-edge-struct2/test.cfg b/testsuite/irbuild_test/I0069-mapleall-irbuild-edge-struct2/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0069-mapleall-irbuild-edge-struct2/test.cfg +++ b/testsuite/irbuild_test/I0069-mapleall-irbuild-edge-struct2/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0070-mapleall-irbuild-edge-structarrayinit/test.cfg b/testsuite/irbuild_test/I0070-mapleall-irbuild-edge-structarrayinit/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0070-mapleall-irbuild-edge-structarrayinit/test.cfg +++ b/testsuite/irbuild_test/I0070-mapleall-irbuild-edge-structarrayinit/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0071-mapleall-irbuild-edge-structinit/test.cfg b/testsuite/irbuild_test/I0071-mapleall-irbuild-edge-structinit/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0071-mapleall-irbuild-edge-structinit/test.cfg +++ b/testsuite/irbuild_test/I0071-mapleall-irbuild-edge-structinit/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0072-mapleall-irbuild-edge-struct/test.cfg b/testsuite/irbuild_test/I0072-mapleall-irbuild-edge-struct/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0072-mapleall-irbuild-edge-struct/test.cfg +++ b/testsuite/irbuild_test/I0072-mapleall-irbuild-edge-struct/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0073-mapleall-irbuild-edge-struct_type/test.cfg b/testsuite/irbuild_test/I0073-mapleall-irbuild-edge-struct_type/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0073-mapleall-irbuild-edge-struct_type/test.cfg +++ b/testsuite/irbuild_test/I0073-mapleall-irbuild-edge-struct_type/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0074-mapleall-irbuild-edge-sub/test.cfg b/testsuite/irbuild_test/I0074-mapleall-irbuild-edge-sub/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0074-mapleall-irbuild-edge-sub/test.cfg +++ b/testsuite/irbuild_test/I0074-mapleall-irbuild-edge-sub/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0075-mapleall-irbuild-edge-substructinit/test.cfg b/testsuite/irbuild_test/I0075-mapleall-irbuild-edge-substructinit/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0075-mapleall-irbuild-edge-substructinit/test.cfg +++ b/testsuite/irbuild_test/I0075-mapleall-irbuild-edge-substructinit/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0076-mapleall-irbuild-edge-switch/test.cfg b/testsuite/irbuild_test/I0076-mapleall-irbuild-edge-switch/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0076-mapleall-irbuild-edge-switch/test.cfg +++ b/testsuite/irbuild_test/I0076-mapleall-irbuild-edge-switch/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0077-mapleall-irbuild-edge-sync/test.cfg b/testsuite/irbuild_test/I0077-mapleall-irbuild-edge-sync/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0077-mapleall-irbuild-edge-sync/test.cfg +++ b/testsuite/irbuild_test/I0077-mapleall-irbuild-edge-sync/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0078-mapleall-irbuild-edge-ternary/test.cfg b/testsuite/irbuild_test/I0078-mapleall-irbuild-edge-ternary/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0078-mapleall-irbuild-edge-ternary/test.cfg +++ b/testsuite/irbuild_test/I0078-mapleall-irbuild-edge-ternary/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0079-mapleall-irbuild-edge-testconst/test.cfg b/testsuite/irbuild_test/I0079-mapleall-irbuild-edge-testconst/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0079-mapleall-irbuild-edge-testconst/test.cfg +++ b/testsuite/irbuild_test/I0079-mapleall-irbuild-edge-testconst/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0081-mapleall-irbuild-edge-test_type/test.cfg b/testsuite/irbuild_test/I0081-mapleall-irbuild-edge-test_type/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0081-mapleall-irbuild-edge-test_type/test.cfg +++ b/testsuite/irbuild_test/I0081-mapleall-irbuild-edge-test_type/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0082-mapleall-irbuild-edge-twofunc/test.cfg b/testsuite/irbuild_test/I0082-mapleall-irbuild-edge-twofunc/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0082-mapleall-irbuild-edge-twofunc/test.cfg +++ b/testsuite/irbuild_test/I0082-mapleall-irbuild-edge-twofunc/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0083-mapleall-irbuild-edge-tyconvertion/test.cfg b/testsuite/irbuild_test/I0083-mapleall-irbuild-edge-tyconvertion/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0083-mapleall-irbuild-edge-tyconvertion/test.cfg +++ b/testsuite/irbuild_test/I0083-mapleall-irbuild-edge-tyconvertion/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0084-mapleall-irbuild-edge-unary/test.cfg b/testsuite/irbuild_test/I0084-mapleall-irbuild-edge-unary/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0084-mapleall-irbuild-edge-unary/test.cfg +++ b/testsuite/irbuild_test/I0084-mapleall-irbuild-edge-unary/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0085-mapleall-irbuild-edge-virtualcallassigned/test.cfg b/testsuite/irbuild_test/I0085-mapleall-irbuild-edge-virtualcallassigned/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0085-mapleall-irbuild-edge-virtualcallassigned/test.cfg +++ b/testsuite/irbuild_test/I0085-mapleall-irbuild-edge-virtualcallassigned/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0086-mapleall-irbuild-edge-virtualcall/test.cfg b/testsuite/irbuild_test/I0086-mapleall-irbuild-edge-virtualcall/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0086-mapleall-irbuild-edge-virtualcall/test.cfg +++ b/testsuite/irbuild_test/I0086-mapleall-irbuild-edge-virtualcall/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/irbuild_test/I0087-mapleall-irbuild-edge-while/test.cfg b/testsuite/irbuild_test/I0087-mapleall-irbuild-edge-while/test.cfg index b88b39455d..3c5aa987c9 100644 --- a/testsuite/irbuild_test/I0087-mapleall-irbuild-edge-while/test.cfg +++ b/testsuite/irbuild_test/I0087-mapleall-irbuild-edge-while/test.cfg @@ -1,2 +1 @@ -clean() compile(Main) diff --git a/testsuite/java_test/app_test/APP0001-app-Application-Application-helloworld/test.cfg b/testsuite/java_test/app_test/APP0001-app-Application-Application-helloworld/test.cfg index 2e75536c83..ebca2916da 100644 --- a/testsuite/java_test/app_test/APP0001-app-Application-Application-helloworld/test.cfg +++ b/testsuite/java_test/app_test/APP0001-app-Application-Application-helloworld/test.cfg @@ -1,3 +1,2 @@ -clean() compile(HelloWorld) run(HelloWorld) diff --git a/testsuite/java_test/app_test/APP0002-app-Application-Application-ThreadhelloWorld/test.cfg b/testsuite/java_test/app_test/APP0002-app-Application-Application-ThreadhelloWorld/test.cfg index ab3470e386..c0f93bafe7 100644 --- a/testsuite/java_test/app_test/APP0002-app-Application-Application-ThreadhelloWorld/test.cfg +++ b/testsuite/java_test/app_test/APP0002-app-Application-Application-ThreadhelloWorld/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadHelloWorld) run(ThreadHelloWorld) diff --git a/testsuite/java_test/app_test/APP0003-app-Application-Application-reflection/test.cfg b/testsuite/java_test/app_test/APP0003-app-Application-Application-reflection/test.cfg index 2e75536c83..ebca2916da 100644 --- a/testsuite/java_test/app_test/APP0003-app-Application-Application-reflection/test.cfg +++ b/testsuite/java_test/app_test/APP0003-app-Application-Application-reflection/test.cfg @@ -1,3 +1,2 @@ -clean() compile(HelloWorld) run(HelloWorld) diff --git a/testsuite/java_test/arrayboundary_test/RT0001-rt-arrayboundary-ABCOcatchArrayIndexOutOfBoundsException/test.cfg b/testsuite/java_test/arrayboundary_test/RT0001-rt-arrayboundary-ABCOcatchArrayIndexOutOfBoundsException/test.cfg index a134d7d288..cc477debb4 100644 --- a/testsuite/java_test/arrayboundary_test/RT0001-rt-arrayboundary-ABCOcatchArrayIndexOutOfBoundsException/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0001-rt-arrayboundary-ABCOcatchArrayIndexOutOfBoundsException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOcatchArrayIndexOutOfBoundsException) run(ABCOcatchArrayIndexOutOfBoundsException) diff --git a/testsuite/java_test/arrayboundary_test/RT0002-rt-arrayboundary-ABCOcatchIndexOutOfBoundsException/test.cfg b/testsuite/java_test/arrayboundary_test/RT0002-rt-arrayboundary-ABCOcatchIndexOutOfBoundsException/test.cfg index 9daf818420..edc433716d 100644 --- a/testsuite/java_test/arrayboundary_test/RT0002-rt-arrayboundary-ABCOcatchIndexOutOfBoundsException/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0002-rt-arrayboundary-ABCOcatchIndexOutOfBoundsException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOcatchIndexOutOfBoundsException) run(ABCOcatchIndexOutOfBoundsException) diff --git a/testsuite/java_test/arrayboundary_test/RT0003-rt-arrayboundary-ABCOcatchStringIndexOutOfBoundsException/test.cfg b/testsuite/java_test/arrayboundary_test/RT0003-rt-arrayboundary-ABCOcatchStringIndexOutOfBoundsException/test.cfg index 62fb57e380..680d1d5b3c 100644 --- a/testsuite/java_test/arrayboundary_test/RT0003-rt-arrayboundary-ABCOcatchStringIndexOutOfBoundsException/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0003-rt-arrayboundary-ABCOcatchStringIndexOutOfBoundsException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOcatchStringIndexOutOfBoundsException) run(ABCOcatchStringIndexOutOfBoundsException) diff --git a/testsuite/java_test/arrayboundary_test/RT0004-rt-arrayboundary-ABCOconstOperation/test.cfg b/testsuite/java_test/arrayboundary_test/RT0004-rt-arrayboundary-ABCOconstOperation/test.cfg index cbcbb6f5c7..876d1e858f 100644 --- a/testsuite/java_test/arrayboundary_test/RT0004-rt-arrayboundary-ABCOconstOperation/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0004-rt-arrayboundary-ABCOconstOperation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOconstOperation) run(ABCOconstOperation) diff --git a/testsuite/java_test/arrayboundary_test/RT0005-rt-arrayboundary-ABCOcustomClass/test.cfg b/testsuite/java_test/arrayboundary_test/RT0005-rt-arrayboundary-ABCOcustomClass/test.cfg index b977425aed..5b3b7d38bb 100644 --- a/testsuite/java_test/arrayboundary_test/RT0005-rt-arrayboundary-ABCOcustomClass/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0005-rt-arrayboundary-ABCOcustomClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOcustomClass) run(ABCOcustomClass) diff --git a/testsuite/java_test/arrayboundary_test/RT0006-rt-arrayboundary-ABCOdoWhile/test.cfg b/testsuite/java_test/arrayboundary_test/RT0006-rt-arrayboundary-ABCOdoWhile/test.cfg index 1b9fbbd1b1..443494ca03 100644 --- a/testsuite/java_test/arrayboundary_test/RT0006-rt-arrayboundary-ABCOdoWhile/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0006-rt-arrayboundary-ABCOdoWhile/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOdoWhile) run(ABCOdoWhile) diff --git a/testsuite/java_test/arrayboundary_test/RT0007-rt-arrayboundary-ABCOemptyArray/test.cfg b/testsuite/java_test/arrayboundary_test/RT0007-rt-arrayboundary-ABCOemptyArray/test.cfg index 99708d6b8f..2f32a10480 100644 --- a/testsuite/java_test/arrayboundary_test/RT0007-rt-arrayboundary-ABCOemptyArray/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0007-rt-arrayboundary-ABCOemptyArray/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOemptyArray) run(ABCOemptyArray) diff --git a/testsuite/java_test/arrayboundary_test/RT0008-rt-arrayboundary-ABCOemptyString/test.cfg b/testsuite/java_test/arrayboundary_test/RT0008-rt-arrayboundary-ABCOemptyString/test.cfg index 396f232894..ab958ff44a 100644 --- a/testsuite/java_test/arrayboundary_test/RT0008-rt-arrayboundary-ABCOemptyString/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0008-rt-arrayboundary-ABCOemptyString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOemptyString) run(ABCOemptyString) diff --git a/testsuite/java_test/arrayboundary_test/RT0009-rt-arrayboundary-ABCOfor/test.cfg b/testsuite/java_test/arrayboundary_test/RT0009-rt-arrayboundary-ABCOfor/test.cfg index 070361392e..65b1bffdee 100644 --- a/testsuite/java_test/arrayboundary_test/RT0009-rt-arrayboundary-ABCOfor/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0009-rt-arrayboundary-ABCOfor/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOfor) run(ABCOfor) diff --git a/testsuite/java_test/arrayboundary_test/RT0010-rt-arrayboundary-ABCOglobalArray/test.cfg b/testsuite/java_test/arrayboundary_test/RT0010-rt-arrayboundary-ABCOglobalArray/test.cfg index 932f317ddd..c6c8118bb1 100644 --- a/testsuite/java_test/arrayboundary_test/RT0010-rt-arrayboundary-ABCOglobalArray/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0010-rt-arrayboundary-ABCOglobalArray/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOglobalArray) run(ABCOglobalArray) diff --git a/testsuite/java_test/arrayboundary_test/RT0011-rt-arrayboundary-ABCOglobalIndex/test.cfg b/testsuite/java_test/arrayboundary_test/RT0011-rt-arrayboundary-ABCOglobalIndex/test.cfg index 2975e0a3a9..247526a3b8 100644 --- a/testsuite/java_test/arrayboundary_test/RT0011-rt-arrayboundary-ABCOglobalIndex/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0011-rt-arrayboundary-ABCOglobalIndex/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOglobalIndex) run(ABCOglobalIndex) diff --git a/testsuite/java_test/arrayboundary_test/RT0012-rt-arrayboundary-ABCOglobalString/test.cfg b/testsuite/java_test/arrayboundary_test/RT0012-rt-arrayboundary-ABCOglobalString/test.cfg index 1d7bc82197..16d5c3825e 100644 --- a/testsuite/java_test/arrayboundary_test/RT0012-rt-arrayboundary-ABCOglobalString/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0012-rt-arrayboundary-ABCOglobalString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOglobalString) run(ABCOglobalString) diff --git a/testsuite/java_test/arrayboundary_test/RT0013-rt-arrayboundary-ABCOif/test.cfg b/testsuite/java_test/arrayboundary_test/RT0013-rt-arrayboundary-ABCOif/test.cfg index 3264b4e0c2..c927c7bbec 100644 --- a/testsuite/java_test/arrayboundary_test/RT0013-rt-arrayboundary-ABCOif/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0013-rt-arrayboundary-ABCOif/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOif) run(ABCOif) diff --git a/testsuite/java_test/arrayboundary_test/RT0014-rt-arrayboundary-ABCOincreaseArray/test.cfg b/testsuite/java_test/arrayboundary_test/RT0014-rt-arrayboundary-ABCOincreaseArray/test.cfg index b8000c2338..38aa399edf 100644 --- a/testsuite/java_test/arrayboundary_test/RT0014-rt-arrayboundary-ABCOincreaseArray/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0014-rt-arrayboundary-ABCOincreaseArray/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOincreaseArray) run(ABCOincreaseArray) diff --git a/testsuite/java_test/arrayboundary_test/RT0015-rt-arrayboundary-ABCOindexAssociation/test.cfg b/testsuite/java_test/arrayboundary_test/RT0015-rt-arrayboundary-ABCOindexAssociation/test.cfg index 7d9d3ee360..6c3cc3d771 100644 --- a/testsuite/java_test/arrayboundary_test/RT0015-rt-arrayboundary-ABCOindexAssociation/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0015-rt-arrayboundary-ABCOindexAssociation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOindexAssociation) run(ABCOindexAssociation) diff --git a/testsuite/java_test/arrayboundary_test/RT0016-rt-arrayboundary-ABCOindexDoWhile/test.cfg b/testsuite/java_test/arrayboundary_test/RT0016-rt-arrayboundary-ABCOindexDoWhile/test.cfg index acb4fec1aa..e3b9d8065f 100644 --- a/testsuite/java_test/arrayboundary_test/RT0016-rt-arrayboundary-ABCOindexDoWhile/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0016-rt-arrayboundary-ABCOindexDoWhile/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOindexDoWhile) run(ABCOindexDoWhile) diff --git a/testsuite/java_test/arrayboundary_test/RT0017-rt-arrayboundary-ABCOindexFor/test.cfg b/testsuite/java_test/arrayboundary_test/RT0017-rt-arrayboundary-ABCOindexFor/test.cfg index 24eb4128ee..b9596d823b 100644 --- a/testsuite/java_test/arrayboundary_test/RT0017-rt-arrayboundary-ABCOindexFor/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0017-rt-arrayboundary-ABCOindexFor/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOindexFor) run(ABCOindexFor) diff --git a/testsuite/java_test/arrayboundary_test/RT0018-rt-arrayboundary-ABCOindexFromArrayFromParam/test.cfg b/testsuite/java_test/arrayboundary_test/RT0018-rt-arrayboundary-ABCOindexFromArrayFromParam/test.cfg index 9cc782016a..4a1914c060 100644 --- a/testsuite/java_test/arrayboundary_test/RT0018-rt-arrayboundary-ABCOindexFromArrayFromParam/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0018-rt-arrayboundary-ABCOindexFromArrayFromParam/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOindexFromArrayFromParam) run(ABCOindexFromArrayFromParam) diff --git a/testsuite/java_test/arrayboundary_test/RT0019-rt-arrayboundary-ABCOindexIf/test.cfg b/testsuite/java_test/arrayboundary_test/RT0019-rt-arrayboundary-ABCOindexIf/test.cfg index 5998eed130..68baa68a1c 100644 --- a/testsuite/java_test/arrayboundary_test/RT0019-rt-arrayboundary-ABCOindexIf/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0019-rt-arrayboundary-ABCOindexIf/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOindexIf) run(ABCOindexIf) diff --git a/testsuite/java_test/arrayboundary_test/RT0020-rt-arrayboundary-ABCOindexMutiLoop/test.cfg b/testsuite/java_test/arrayboundary_test/RT0020-rt-arrayboundary-ABCOindexMutiLoop/test.cfg index 2dab837100..6716c9c514 100644 --- a/testsuite/java_test/arrayboundary_test/RT0020-rt-arrayboundary-ABCOindexMutiLoop/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0020-rt-arrayboundary-ABCOindexMutiLoop/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOindexMutiLoop) run(ABCOindexMutiLoop) diff --git a/testsuite/java_test/arrayboundary_test/RT0021-rt-arrayboundary-ABCOindexNesting/test.cfg b/testsuite/java_test/arrayboundary_test/RT0021-rt-arrayboundary-ABCOindexNesting/test.cfg index 689ebc3718..9bc7fbb1d9 100644 --- a/testsuite/java_test/arrayboundary_test/RT0021-rt-arrayboundary-ABCOindexNesting/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0021-rt-arrayboundary-ABCOindexNesting/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOindexNesting) run(ABCOindexNesting) diff --git a/testsuite/java_test/arrayboundary_test/RT0022-rt-arrayboundary-ABCOindexSwitch/test.cfg b/testsuite/java_test/arrayboundary_test/RT0022-rt-arrayboundary-ABCOindexSwitch/test.cfg index b18173cd94..5307a12847 100644 --- a/testsuite/java_test/arrayboundary_test/RT0022-rt-arrayboundary-ABCOindexSwitch/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0022-rt-arrayboundary-ABCOindexSwitch/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOindexSwitch) run(ABCOindexSwitch) diff --git a/testsuite/java_test/arrayboundary_test/RT0023-rt-arrayboundary-ABCOlength/test.cfg b/testsuite/java_test/arrayboundary_test/RT0023-rt-arrayboundary-ABCOlength/test.cfg index 576dbcf414..2386444e72 100644 --- a/testsuite/java_test/arrayboundary_test/RT0023-rt-arrayboundary-ABCOlength/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0023-rt-arrayboundary-ABCOlength/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOlength) run(ABCOlength) diff --git a/testsuite/java_test/arrayboundary_test/RT0024-rt-arrayboundary-ABCOlistToArray/test.cfg b/testsuite/java_test/arrayboundary_test/RT0024-rt-arrayboundary-ABCOlistToArray/test.cfg index 84cf6d0cd0..00acfaeff3 100644 --- a/testsuite/java_test/arrayboundary_test/RT0024-rt-arrayboundary-ABCOlistToArray/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0024-rt-arrayboundary-ABCOlistToArray/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOlistToArray) run(ABCOlistToArray) diff --git a/testsuite/java_test/arrayboundary_test/RT0025-rt-arrayboundary-ABCOlocalArray/test.cfg b/testsuite/java_test/arrayboundary_test/RT0025-rt-arrayboundary-ABCOlocalArray/test.cfg index ec1a114d5d..827637696d 100644 --- a/testsuite/java_test/arrayboundary_test/RT0025-rt-arrayboundary-ABCOlocalArray/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0025-rt-arrayboundary-ABCOlocalArray/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOlocalArray) run(ABCOlocalArray) diff --git a/testsuite/java_test/arrayboundary_test/RT0026-rt-arrayboundary-ABCOlocalIndex/test.cfg b/testsuite/java_test/arrayboundary_test/RT0026-rt-arrayboundary-ABCOlocalIndex/test.cfg index 4bc49f889f..384f7b887f 100644 --- a/testsuite/java_test/arrayboundary_test/RT0026-rt-arrayboundary-ABCOlocalIndex/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0026-rt-arrayboundary-ABCOlocalIndex/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOlocalIndex) run(ABCOlocalIndex) diff --git a/testsuite/java_test/arrayboundary_test/RT0027-rt-arrayboundary-ABCOnewArraySize/test.cfg b/testsuite/java_test/arrayboundary_test/RT0027-rt-arrayboundary-ABCOnewArraySize/test.cfg index b594b7c74d..29dc915710 100644 --- a/testsuite/java_test/arrayboundary_test/RT0027-rt-arrayboundary-ABCOnewArraySize/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0027-rt-arrayboundary-ABCOnewArraySize/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOnewArraySize) run(ABCOnewArraySize) diff --git a/testsuite/java_test/arrayboundary_test/RT0028-rt-arrayboundary-ABCOnormal/test.cfg b/testsuite/java_test/arrayboundary_test/RT0028-rt-arrayboundary-ABCOnormal/test.cfg index ef232f75af..5eaba25014 100644 --- a/testsuite/java_test/arrayboundary_test/RT0028-rt-arrayboundary-ABCOnormal/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0028-rt-arrayboundary-ABCOnormal/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOnormal) run(ABCOnormal) diff --git a/testsuite/java_test/arrayboundary_test/RT0029-rt-arrayboundary-ABCOparamIndex/test.cfg b/testsuite/java_test/arrayboundary_test/RT0029-rt-arrayboundary-ABCOparamIndex/test.cfg index e7ff3fdbcf..7374ea1f2c 100644 --- a/testsuite/java_test/arrayboundary_test/RT0029-rt-arrayboundary-ABCOparamIndex/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0029-rt-arrayboundary-ABCOparamIndex/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOparamIndex) run(ABCOparamIndex) diff --git a/testsuite/java_test/arrayboundary_test/RT0030-rt-arrayboundary-ABCOparam/test.cfg b/testsuite/java_test/arrayboundary_test/RT0030-rt-arrayboundary-ABCOparam/test.cfg index c43d2e804e..c65943ec42 100644 --- a/testsuite/java_test/arrayboundary_test/RT0030-rt-arrayboundary-ABCOparam/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0030-rt-arrayboundary-ABCOparam/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOparam) run(ABCOparam) diff --git a/testsuite/java_test/arrayboundary_test/RT0031-rt-arrayboundary-ABCOreflectArray/test.cfg b/testsuite/java_test/arrayboundary_test/RT0031-rt-arrayboundary-ABCOreflectArray/test.cfg index f2f357d689..2db2f2c4c2 100644 --- a/testsuite/java_test/arrayboundary_test/RT0031-rt-arrayboundary-ABCOreflectArray/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0031-rt-arrayboundary-ABCOreflectArray/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOreflectArray) run(ABCOreflectArray) diff --git a/testsuite/java_test/arrayboundary_test/RT0032-rt-arrayboundary-ABCOreturnArray/test.cfg b/testsuite/java_test/arrayboundary_test/RT0032-rt-arrayboundary-ABCOreturnArray/test.cfg index 656b8acbad..c412cf34a0 100644 --- a/testsuite/java_test/arrayboundary_test/RT0032-rt-arrayboundary-ABCOreturnArray/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0032-rt-arrayboundary-ABCOreturnArray/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOreturnArray) run(ABCOreturnArray) diff --git a/testsuite/java_test/arrayboundary_test/RT0033-rt-arrayboundary-ABCOreturnIndex/test.cfg b/testsuite/java_test/arrayboundary_test/RT0033-rt-arrayboundary-ABCOreturnIndex/test.cfg index d9d7895012..3ea95fc2b1 100644 --- a/testsuite/java_test/arrayboundary_test/RT0033-rt-arrayboundary-ABCOreturnIndex/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0033-rt-arrayboundary-ABCOreturnIndex/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOreturnIndex) run(ABCOreturnIndex) diff --git a/testsuite/java_test/arrayboundary_test/RT0034-rt-arrayboundary-ABCOreturnString/test.cfg b/testsuite/java_test/arrayboundary_test/RT0034-rt-arrayboundary-ABCOreturnString/test.cfg index b95cc6ec78..70e52df9f6 100644 --- a/testsuite/java_test/arrayboundary_test/RT0034-rt-arrayboundary-ABCOreturnString/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0034-rt-arrayboundary-ABCOreturnString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOreturnString) run(ABCOreturnString) diff --git a/testsuite/java_test/arrayboundary_test/RT0035-rt-arrayboundary-ABCOStringBuilderCatchEx/test.cfg b/testsuite/java_test/arrayboundary_test/RT0035-rt-arrayboundary-ABCOStringBuilderCatchEx/test.cfg index 40514756c9..481586d5c0 100644 --- a/testsuite/java_test/arrayboundary_test/RT0035-rt-arrayboundary-ABCOStringBuilderCatchEx/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0035-rt-arrayboundary-ABCOStringBuilderCatchEx/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOStringBuilderCatchEx) run(ABCOStringBuilderCatchEx) diff --git a/testsuite/java_test/arrayboundary_test/RT0036-rt-arrayboundary-ABCOStringConstOperation/test.cfg b/testsuite/java_test/arrayboundary_test/RT0036-rt-arrayboundary-ABCOStringConstOperation/test.cfg index 1d09fb64ff..377a92c99f 100644 --- a/testsuite/java_test/arrayboundary_test/RT0036-rt-arrayboundary-ABCOStringConstOperation/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0036-rt-arrayboundary-ABCOStringConstOperation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOStringConstOperation) run(ABCOStringConstOperation) diff --git a/testsuite/java_test/arrayboundary_test/RT0037-rt-arrayboundary-ABCOstringDoWhile/test.cfg b/testsuite/java_test/arrayboundary_test/RT0037-rt-arrayboundary-ABCOstringDoWhile/test.cfg index be1fd3237a..8dbb5bb54a 100644 --- a/testsuite/java_test/arrayboundary_test/RT0037-rt-arrayboundary-ABCOstringDoWhile/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0037-rt-arrayboundary-ABCOstringDoWhile/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOstringDoWhile) run(ABCOstringDoWhile) diff --git a/testsuite/java_test/arrayboundary_test/RT0038-rt-arrayboundary-ABCOstringFor/test.cfg b/testsuite/java_test/arrayboundary_test/RT0038-rt-arrayboundary-ABCOstringFor/test.cfg index d8c4a5d99c..2794c5d3c1 100644 --- a/testsuite/java_test/arrayboundary_test/RT0038-rt-arrayboundary-ABCOstringFor/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0038-rt-arrayboundary-ABCOstringFor/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOstringFor) run(ABCOstringFor) diff --git a/testsuite/java_test/arrayboundary_test/RT0039-rt-arrayboundary-ABCOstringIf/test.cfg b/testsuite/java_test/arrayboundary_test/RT0039-rt-arrayboundary-ABCOstringIf/test.cfg index 9b8b549c5a..29ab5c0d09 100644 --- a/testsuite/java_test/arrayboundary_test/RT0039-rt-arrayboundary-ABCOstringIf/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0039-rt-arrayboundary-ABCOstringIf/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOstringIf) run(ABCOstringIf) diff --git a/testsuite/java_test/arrayboundary_test/RT0040-rt-arrayboundary-ABCOstringIndexNesting/test.cfg b/testsuite/java_test/arrayboundary_test/RT0040-rt-arrayboundary-ABCOstringIndexNesting/test.cfg index e2da7b2ecc..56117614d2 100644 --- a/testsuite/java_test/arrayboundary_test/RT0040-rt-arrayboundary-ABCOstringIndexNesting/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0040-rt-arrayboundary-ABCOstringIndexNesting/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOstringIndexNesting) run(ABCOstringIndexNesting) diff --git a/testsuite/java_test/arrayboundary_test/RT0041-rt-arrayboundary-ABCOStringMaxValue/test.cfg b/testsuite/java_test/arrayboundary_test/RT0041-rt-arrayboundary-ABCOStringMaxValue/test.cfg index b331652d0e..3b52638ebf 100644 --- a/testsuite/java_test/arrayboundary_test/RT0041-rt-arrayboundary-ABCOStringMaxValue/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0041-rt-arrayboundary-ABCOStringMaxValue/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOStringMaxValue) run(ABCOStringMaxValue) diff --git a/testsuite/java_test/arrayboundary_test/RT0042-rt-arrayboundary-ABCOstringMutiLoop/test.cfg b/testsuite/java_test/arrayboundary_test/RT0042-rt-arrayboundary-ABCOstringMutiLoop/test.cfg index fa89daaa3a..6896d8c0c6 100644 --- a/testsuite/java_test/arrayboundary_test/RT0042-rt-arrayboundary-ABCOstringMutiLoop/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0042-rt-arrayboundary-ABCOstringMutiLoop/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOstringMutiLoop) run(ABCOstringMutiLoop) diff --git a/testsuite/java_test/arrayboundary_test/RT0043-rt-arrayboundary-ABCOstringSwitch/test.cfg b/testsuite/java_test/arrayboundary_test/RT0043-rt-arrayboundary-ABCOstringSwitch/test.cfg index 4362058861..ec54308760 100644 --- a/testsuite/java_test/arrayboundary_test/RT0043-rt-arrayboundary-ABCOstringSwitch/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0043-rt-arrayboundary-ABCOstringSwitch/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOstringSwitch) run(ABCOstringSwitch) diff --git a/testsuite/java_test/arrayboundary_test/RT0044-rt-arrayboundary-ABCOswitch/test.cfg b/testsuite/java_test/arrayboundary_test/RT0044-rt-arrayboundary-ABCOswitch/test.cfg index 0ed1548bfb..ea3517f094 100644 --- a/testsuite/java_test/arrayboundary_test/RT0044-rt-arrayboundary-ABCOswitch/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0044-rt-arrayboundary-ABCOswitch/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOswitch) run(ABCOswitch) diff --git a/testsuite/java_test/arrayboundary_test/RT0045-rt-arrayboundary-ABCOtryExtEh/test.cfg b/testsuite/java_test/arrayboundary_test/RT0045-rt-arrayboundary-ABCOtryExtEh/test.cfg index 30720aee92..29224b329c 100644 --- a/testsuite/java_test/arrayboundary_test/RT0045-rt-arrayboundary-ABCOtryExtEh/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0045-rt-arrayboundary-ABCOtryExtEh/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOtryExtEh) run(ABCOtryExtEh) diff --git a/testsuite/java_test/arrayboundary_test/RT0046-rt-arrayboundary-ABCOmaxValue/test.cfg b/testsuite/java_test/arrayboundary_test/RT0046-rt-arrayboundary-ABCOmaxValue/test.cfg index 789b79c1f1..3a2da34db5 100644 --- a/testsuite/java_test/arrayboundary_test/RT0046-rt-arrayboundary-ABCOmaxValue/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0046-rt-arrayboundary-ABCOmaxValue/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOmaxValue) run(ABCOmaxValue) diff --git a/testsuite/java_test/arrayboundary_test/RT0047-rt-arrayboundary-ABCOwhile/test.cfg b/testsuite/java_test/arrayboundary_test/RT0047-rt-arrayboundary-ABCOwhile/test.cfg index 4dac3d3898..317e9dc395 100644 --- a/testsuite/java_test/arrayboundary_test/RT0047-rt-arrayboundary-ABCOwhile/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0047-rt-arrayboundary-ABCOwhile/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOwhile) run(ABCOwhile) diff --git a/testsuite/java_test/arrayboundary_test/RT0048-rt-arrayboundary-ABCOwhileString/test.cfg b/testsuite/java_test/arrayboundary_test/RT0048-rt-arrayboundary-ABCOwhileString/test.cfg index fd910ca384..da7b14a3fe 100644 --- a/testsuite/java_test/arrayboundary_test/RT0048-rt-arrayboundary-ABCOwhileString/test.cfg +++ b/testsuite/java_test/arrayboundary_test/RT0048-rt-arrayboundary-ABCOwhileString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ABCOwhileString) run(ABCOwhileString) diff --git a/testsuite/java_test/clinit_test/RT0001-rt-clinit-clinit_base_001/test.cfg b/testsuite/java_test/clinit_test/RT0001-rt-clinit-clinit_base_001/test.cfg index a8e0b4ee2f..f52765938f 100644 --- a/testsuite/java_test/clinit_test/RT0001-rt-clinit-clinit_base_001/test.cfg +++ b/testsuite/java_test/clinit_test/RT0001-rt-clinit-clinit_base_001/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitBase001) run(ClinitBase001) diff --git a/testsuite/java_test/clinit_test/RT0002-rt-clinit-clinit_base_002/test.cfg b/testsuite/java_test/clinit_test/RT0002-rt-clinit-clinit_base_002/test.cfg index 8ac647d466..cadaf59723 100644 --- a/testsuite/java_test/clinit_test/RT0002-rt-clinit-clinit_base_002/test.cfg +++ b/testsuite/java_test/clinit_test/RT0002-rt-clinit-clinit_base_002/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitBase002) run(ClinitBase002) diff --git a/testsuite/java_test/clinit_test/RT0003-rt-clinit-clinit_base_003/test.cfg b/testsuite/java_test/clinit_test/RT0003-rt-clinit-clinit_base_003/test.cfg index bec572d818..df990ffef0 100644 --- a/testsuite/java_test/clinit_test/RT0003-rt-clinit-clinit_base_003/test.cfg +++ b/testsuite/java_test/clinit_test/RT0003-rt-clinit-clinit_base_003/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitBase003) run(ClinitBase003) diff --git a/testsuite/java_test/clinit_test/RT0004-rt-clinit-clinit_base_004/test.cfg b/testsuite/java_test/clinit_test/RT0004-rt-clinit-clinit_base_004/test.cfg index 9b1d272a93..1f73012da7 100644 --- a/testsuite/java_test/clinit_test/RT0004-rt-clinit-clinit_base_004/test.cfg +++ b/testsuite/java_test/clinit_test/RT0004-rt-clinit-clinit_base_004/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitBase004) run(ClinitBase004) diff --git a/testsuite/java_test/clinit_test/RT0005-rt-clinit-clinit_base_005/test.cfg b/testsuite/java_test/clinit_test/RT0005-rt-clinit-clinit_base_005/test.cfg index 7ed865461f..b34e0baa63 100644 --- a/testsuite/java_test/clinit_test/RT0005-rt-clinit-clinit_base_005/test.cfg +++ b/testsuite/java_test/clinit_test/RT0005-rt-clinit-clinit_base_005/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitBase005) run(ClinitBase005) diff --git a/testsuite/java_test/clinit_test/RT0006-rt-clinit-clinit_base_006/test.cfg b/testsuite/java_test/clinit_test/RT0006-rt-clinit-clinit_base_006/test.cfg index 0a9c3d1f32..50b6719561 100644 --- a/testsuite/java_test/clinit_test/RT0006-rt-clinit-clinit_base_006/test.cfg +++ b/testsuite/java_test/clinit_test/RT0006-rt-clinit-clinit_base_006/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitBase006) run(ClinitBase006) diff --git a/testsuite/java_test/clinit_test/RT0007-rt-clinit-clinit_base_007/test.cfg b/testsuite/java_test/clinit_test/RT0007-rt-clinit-clinit_base_007/test.cfg index cab4364270..ccd9a5fc4c 100644 --- a/testsuite/java_test/clinit_test/RT0007-rt-clinit-clinit_base_007/test.cfg +++ b/testsuite/java_test/clinit_test/RT0007-rt-clinit-clinit_base_007/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitBase007) run(ClinitBase007) diff --git a/testsuite/java_test/clinit_test/RT0008-rt-clinit-clinit_base_008/test.cfg b/testsuite/java_test/clinit_test/RT0008-rt-clinit-clinit_base_008/test.cfg index aed38cae51..32c6e691e1 100644 --- a/testsuite/java_test/clinit_test/RT0008-rt-clinit-clinit_base_008/test.cfg +++ b/testsuite/java_test/clinit_test/RT0008-rt-clinit-clinit_base_008/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitBase008) run(ClinitBase008) diff --git a/testsuite/java_test/clinit_test/RT0009-rt-clinit-clinit_seq_001/test.cfg b/testsuite/java_test/clinit_test/RT0009-rt-clinit-clinit_seq_001/test.cfg index d1389a618b..289eaa7ab1 100644 --- a/testsuite/java_test/clinit_test/RT0009-rt-clinit-clinit_seq_001/test.cfg +++ b/testsuite/java_test/clinit_test/RT0009-rt-clinit-clinit_seq_001/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitSeq001) run(ClinitSeq001) diff --git a/testsuite/java_test/clinit_test/RT0010-rt-clinit-clinit_seq_002/test.cfg b/testsuite/java_test/clinit_test/RT0010-rt-clinit-clinit_seq_002/test.cfg index d901b5bcd8..994d1af1b0 100644 --- a/testsuite/java_test/clinit_test/RT0010-rt-clinit-clinit_seq_002/test.cfg +++ b/testsuite/java_test/clinit_test/RT0010-rt-clinit-clinit_seq_002/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitSeq002) run(ClinitSeq002) diff --git a/testsuite/java_test/clinit_test/RT0011-rt-clinit-clinit_seq_003/test.cfg b/testsuite/java_test/clinit_test/RT0011-rt-clinit-clinit_seq_003/test.cfg index 122cb35d04..7a6a8e4988 100644 --- a/testsuite/java_test/clinit_test/RT0011-rt-clinit-clinit_seq_003/test.cfg +++ b/testsuite/java_test/clinit_test/RT0011-rt-clinit-clinit_seq_003/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitSeq003) run(ClinitSeq003) diff --git a/testsuite/java_test/clinit_test/RT0012-rt-clinit-clinit_seq_004/test.cfg b/testsuite/java_test/clinit_test/RT0012-rt-clinit-clinit_seq_004/test.cfg index b974cc6336..1358ff1f76 100644 --- a/testsuite/java_test/clinit_test/RT0012-rt-clinit-clinit_seq_004/test.cfg +++ b/testsuite/java_test/clinit_test/RT0012-rt-clinit-clinit_seq_004/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitSeq004) run(ClinitSeq004) diff --git a/testsuite/java_test/clinit_test/RT0013-rt-clinit-clinit_seq_005/test.cfg b/testsuite/java_test/clinit_test/RT0013-rt-clinit-clinit_seq_005/test.cfg index d4991295e7..6963e4931b 100644 --- a/testsuite/java_test/clinit_test/RT0013-rt-clinit-clinit_seq_005/test.cfg +++ b/testsuite/java_test/clinit_test/RT0013-rt-clinit-clinit_seq_005/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitSeq005) run(ClinitSeq005) diff --git a/testsuite/java_test/clinit_test/RT0014-rt-clinit-clinit_eh_001/test.cfg b/testsuite/java_test/clinit_test/RT0014-rt-clinit-clinit_eh_001/test.cfg index 2bc09fe7e7..a618d7f7cc 100644 --- a/testsuite/java_test/clinit_test/RT0014-rt-clinit-clinit_eh_001/test.cfg +++ b/testsuite/java_test/clinit_test/RT0014-rt-clinit-clinit_eh_001/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitEh001) run(ClinitEh001) diff --git a/testsuite/java_test/clinit_test/RT0015-rt-clinit-clinit_eh_002/test.cfg b/testsuite/java_test/clinit_test/RT0015-rt-clinit-clinit_eh_002/test.cfg index 362c675add..b621ede32c 100644 --- a/testsuite/java_test/clinit_test/RT0015-rt-clinit-clinit_eh_002/test.cfg +++ b/testsuite/java_test/clinit_test/RT0015-rt-clinit-clinit_eh_002/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitEh002) run(ClinitEh002) diff --git a/testsuite/java_test/clinit_test/RT0016-rt-clinit-clinit_eh_003/test.cfg b/testsuite/java_test/clinit_test/RT0016-rt-clinit-clinit_eh_003/test.cfg index e5c4508395..378036c3cc 100644 --- a/testsuite/java_test/clinit_test/RT0016-rt-clinit-clinit_eh_003/test.cfg +++ b/testsuite/java_test/clinit_test/RT0016-rt-clinit-clinit_eh_003/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitEh003) run(ClinitEh003) diff --git a/testsuite/java_test/clinit_test/RT0017-rt-clinit-clinit_thread_001/test.cfg b/testsuite/java_test/clinit_test/RT0017-rt-clinit-clinit_thread_001/test.cfg index ae5de606c3..acff0ba81b 100644 --- a/testsuite/java_test/clinit_test/RT0017-rt-clinit-clinit_thread_001/test.cfg +++ b/testsuite/java_test/clinit_test/RT0017-rt-clinit-clinit_thread_001/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitThread001) run(ClinitThread001) diff --git a/testsuite/java_test/clinit_test/RT0018-rt-clinit-clinit_gc_001/test.cfg b/testsuite/java_test/clinit_test/RT0018-rt-clinit-clinit_gc_001/test.cfg index 17689e1b70..05288e0c18 100644 --- a/testsuite/java_test/clinit_test/RT0018-rt-clinit-clinit_gc_001/test.cfg +++ b/testsuite/java_test/clinit_test/RT0018-rt-clinit-clinit_gc_001/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitGC001) run(ClinitGC001) diff --git a/testsuite/java_test/clinit_test/issue-RT0018-rt-clinit-clinit_thread_002/test.cfg b/testsuite/java_test/clinit_test/issue-RT0018-rt-clinit-clinit_thread_002/test.cfg index b90eb1c944..b392bb9aeb 100644 --- a/testsuite/java_test/clinit_test/issue-RT0018-rt-clinit-clinit_thread_002/test.cfg +++ b/testsuite/java_test/clinit_test/issue-RT0018-rt-clinit-clinit_thread_002/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitThread002) run(ClinitThread002) diff --git a/testsuite/java_test/clinit_test/issue-RT0019-rt-clinit-clinit_thread_003/test.cfg b/testsuite/java_test/clinit_test/issue-RT0019-rt-clinit-clinit_thread_003/test.cfg index 9fbd9e412b..801a1340cc 100644 --- a/testsuite/java_test/clinit_test/issue-RT0019-rt-clinit-clinit_thread_003/test.cfg +++ b/testsuite/java_test/clinit_test/issue-RT0019-rt-clinit-clinit_thread_003/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClinitThread003) run(ClinitThread003) diff --git a/testsuite/java_test/compact_test/RT0001-rt-compact-ReflectingetConstructor1/test.cfg b/testsuite/java_test/compact_test/RT0001-rt-compact-ReflectingetConstructor1/test.cfg index e78181523f..855189b008 100644 --- a/testsuite/java_test/compact_test/RT0001-rt-compact-ReflectingetConstructor1/test.cfg +++ b/testsuite/java_test/compact_test/RT0001-rt-compact-ReflectingetConstructor1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectingGetConstructor1) run(ReflectingGetConstructor1) diff --git a/testsuite/java_test/compact_test/RT0002-rt-compact-ReflectingetConstructor2/test.cfg b/testsuite/java_test/compact_test/RT0002-rt-compact-ReflectingetConstructor2/test.cfg index 589142c7fb..574f884160 100644 --- a/testsuite/java_test/compact_test/RT0002-rt-compact-ReflectingetConstructor2/test.cfg +++ b/testsuite/java_test/compact_test/RT0002-rt-compact-ReflectingetConstructor2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectingGetConstructor2) run(ReflectingGetConstructor2) diff --git a/testsuite/java_test/compact_test/RT0003-rt-compact-ReflectingetConstructors/test.cfg b/testsuite/java_test/compact_test/RT0003-rt-compact-ReflectingetConstructors/test.cfg index 0dc5a7c7dc..5b876ecb1d 100644 --- a/testsuite/java_test/compact_test/RT0003-rt-compact-ReflectingetConstructors/test.cfg +++ b/testsuite/java_test/compact_test/RT0003-rt-compact-ReflectingetConstructors/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectingGetConstructors) run(ReflectingGetConstructors) diff --git a/testsuite/java_test/compact_test/RT0004-rt-compact-ReflectingetDeclaredConstructor1/test.cfg b/testsuite/java_test/compact_test/RT0004-rt-compact-ReflectingetDeclaredConstructor1/test.cfg index 39d8ab0b19..9c2f15bac2 100644 --- a/testsuite/java_test/compact_test/RT0004-rt-compact-ReflectingetDeclaredConstructor1/test.cfg +++ b/testsuite/java_test/compact_test/RT0004-rt-compact-ReflectingetDeclaredConstructor1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectingGetDeclaredConstructor1) run(ReflectingGetDeclaredConstructor1) diff --git a/testsuite/java_test/compact_test/RT0005-rt-compact-ReflectingetDeclaredConstructor2/test.cfg b/testsuite/java_test/compact_test/RT0005-rt-compact-ReflectingetDeclaredConstructor2/test.cfg index eb35ae24ee..e4e52a3b94 100644 --- a/testsuite/java_test/compact_test/RT0005-rt-compact-ReflectingetDeclaredConstructor2/test.cfg +++ b/testsuite/java_test/compact_test/RT0005-rt-compact-ReflectingetDeclaredConstructor2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectingGetDeclaredConstructor2) run(ReflectingGetDeclaredConstructor2) diff --git a/testsuite/java_test/compact_test/RT0006-rt-compact-ReflectingetDeclaredConstructors/test.cfg b/testsuite/java_test/compact_test/RT0006-rt-compact-ReflectingetDeclaredConstructors/test.cfg index 37a637c82a..20069c0522 100644 --- a/testsuite/java_test/compact_test/RT0006-rt-compact-ReflectingetDeclaredConstructors/test.cfg +++ b/testsuite/java_test/compact_test/RT0006-rt-compact-ReflectingetDeclaredConstructors/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectingGetDeclaredConstructors) run(ReflectingGetDeclaredConstructors) diff --git a/testsuite/java_test/compact_test/RT0007-rt-compact-ReflectionasSubclass1/test.cfg b/testsuite/java_test/compact_test/RT0007-rt-compact-ReflectionasSubclass1/test.cfg index 3190733f51..89eb8c0438 100644 --- a/testsuite/java_test/compact_test/RT0007-rt-compact-ReflectionasSubclass1/test.cfg +++ b/testsuite/java_test/compact_test/RT0007-rt-compact-ReflectionasSubclass1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionAsSubclass1) run(ReflectionAsSubclass1) diff --git a/testsuite/java_test/compact_test/RT0008-rt-compact-ReflectionasSubclass2/test.cfg b/testsuite/java_test/compact_test/RT0008-rt-compact-ReflectionasSubclass2/test.cfg index 7028ea169f..e897c60b5f 100644 --- a/testsuite/java_test/compact_test/RT0008-rt-compact-ReflectionasSubclass2/test.cfg +++ b/testsuite/java_test/compact_test/RT0008-rt-compact-ReflectionasSubclass2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionAsSubclass2) run(ReflectionAsSubclass2) diff --git a/testsuite/java_test/compact_test/RT0009-rt-compact-ReflectionasSubclass3/test.cfg b/testsuite/java_test/compact_test/RT0009-rt-compact-ReflectionasSubclass3/test.cfg index a7f3e3c67c..b2589926c7 100644 --- a/testsuite/java_test/compact_test/RT0009-rt-compact-ReflectionasSubclass3/test.cfg +++ b/testsuite/java_test/compact_test/RT0009-rt-compact-ReflectionasSubclass3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionAsSubclass3) run(ReflectionAsSubclass3) diff --git a/testsuite/java_test/compact_test/RT0010-rt-compact-Reflectioncast1/test.cfg b/testsuite/java_test/compact_test/RT0010-rt-compact-Reflectioncast1/test.cfg index 034d26a261..48241ccf96 100644 --- a/testsuite/java_test/compact_test/RT0010-rt-compact-Reflectioncast1/test.cfg +++ b/testsuite/java_test/compact_test/RT0010-rt-compact-Reflectioncast1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionCast1) run(ReflectionCast1) diff --git a/testsuite/java_test/compact_test/RT0011-rt-compact-Reflectioncast2/test.cfg b/testsuite/java_test/compact_test/RT0011-rt-compact-Reflectioncast2/test.cfg index 85638f07ce..77458af723 100644 --- a/testsuite/java_test/compact_test/RT0011-rt-compact-Reflectioncast2/test.cfg +++ b/testsuite/java_test/compact_test/RT0011-rt-compact-Reflectioncast2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionCast2) run(ReflectionCast2) diff --git a/testsuite/java_test/compact_test/RT0012-rt-compact-Reflectioncast3/test.cfg b/testsuite/java_test/compact_test/RT0012-rt-compact-Reflectioncast3/test.cfg index 6ef93961c9..277a7056b0 100644 --- a/testsuite/java_test/compact_test/RT0012-rt-compact-Reflectioncast3/test.cfg +++ b/testsuite/java_test/compact_test/RT0012-rt-compact-Reflectioncast3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionCast3) run(ReflectionCast3) diff --git a/testsuite/java_test/compact_test/RT0013-rt-compact-Reflectioncast4/test.cfg b/testsuite/java_test/compact_test/RT0013-rt-compact-Reflectioncast4/test.cfg index 089c34315a..154de1da59 100644 --- a/testsuite/java_test/compact_test/RT0013-rt-compact-Reflectioncast4/test.cfg +++ b/testsuite/java_test/compact_test/RT0013-rt-compact-Reflectioncast4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionCast4) run(ReflectionCast4) diff --git a/testsuite/java_test/compact_test/RT0014-rt-compact-ReflectiondesiredAssertionStatus/test.cfg b/testsuite/java_test/compact_test/RT0014-rt-compact-ReflectiondesiredAssertionStatus/test.cfg index 3024136a06..63db2513f4 100644 --- a/testsuite/java_test/compact_test/RT0014-rt-compact-ReflectiondesiredAssertionStatus/test.cfg +++ b/testsuite/java_test/compact_test/RT0014-rt-compact-ReflectiondesiredAssertionStatus/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionDesiredAssertionStatus) run(ReflectionDesiredAssertionStatus) diff --git a/testsuite/java_test/compact_test/RT0015-rt-compact-ReflectionforName1/test.cfg b/testsuite/java_test/compact_test/RT0015-rt-compact-ReflectionforName1/test.cfg index 11c1b7e562..718481cfd4 100644 --- a/testsuite/java_test/compact_test/RT0015-rt-compact-ReflectionforName1/test.cfg +++ b/testsuite/java_test/compact_test/RT0015-rt-compact-ReflectionforName1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionForName1) run(ReflectionForName1) diff --git a/testsuite/java_test/compact_test/RT0016-rt-compact-ReflectionforName4/test.cfg b/testsuite/java_test/compact_test/RT0016-rt-compact-ReflectionforName4/test.cfg index 1f80d81f34..0857d14c6d 100644 --- a/testsuite/java_test/compact_test/RT0016-rt-compact-ReflectionforName4/test.cfg +++ b/testsuite/java_test/compact_test/RT0016-rt-compact-ReflectionforName4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionForName4) run(ReflectionForName4) diff --git a/testsuite/java_test/compact_test/RT0017-rt-compact-ReflectionforName5/test.cfg b/testsuite/java_test/compact_test/RT0017-rt-compact-ReflectionforName5/test.cfg index 0fad02aa1e..35f30f0a12 100644 --- a/testsuite/java_test/compact_test/RT0017-rt-compact-ReflectionforName5/test.cfg +++ b/testsuite/java_test/compact_test/RT0017-rt-compact-ReflectionforName5/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionForName5) run(ReflectionForName5) diff --git a/testsuite/java_test/compact_test/RT0018-rt-compact-ReflectiongetAnnotation1/test.cfg b/testsuite/java_test/compact_test/RT0018-rt-compact-ReflectiongetAnnotation1/test.cfg index 97f14563a4..3ea370ea1c 100644 --- a/testsuite/java_test/compact_test/RT0018-rt-compact-ReflectiongetAnnotation1/test.cfg +++ b/testsuite/java_test/compact_test/RT0018-rt-compact-ReflectiongetAnnotation1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation1) run(ReflectionGetAnnotation1) diff --git a/testsuite/java_test/compact_test/RT0019-rt-compact-ReflectiongetAnnotation2/test.cfg b/testsuite/java_test/compact_test/RT0019-rt-compact-ReflectiongetAnnotation2/test.cfg index d04c630e90..7775516b4f 100644 --- a/testsuite/java_test/compact_test/RT0019-rt-compact-ReflectiongetAnnotation2/test.cfg +++ b/testsuite/java_test/compact_test/RT0019-rt-compact-ReflectiongetAnnotation2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation2) run(ReflectionGetAnnotation2) diff --git a/testsuite/java_test/compact_test/RT0020-rt-compact-ReflectiongetAnnotation3/test.cfg b/testsuite/java_test/compact_test/RT0020-rt-compact-ReflectiongetAnnotation3/test.cfg index a9e294b580..5b9e88591b 100644 --- a/testsuite/java_test/compact_test/RT0020-rt-compact-ReflectiongetAnnotation3/test.cfg +++ b/testsuite/java_test/compact_test/RT0020-rt-compact-ReflectiongetAnnotation3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation3) run(ReflectionGetAnnotation3) diff --git a/testsuite/java_test/compact_test/RT0021-rt-compact-ReflectiongetAnnotation4/test.cfg b/testsuite/java_test/compact_test/RT0021-rt-compact-ReflectiongetAnnotation4/test.cfg index 8c874d0f7c..1c8ef96f66 100644 --- a/testsuite/java_test/compact_test/RT0021-rt-compact-ReflectiongetAnnotation4/test.cfg +++ b/testsuite/java_test/compact_test/RT0021-rt-compact-ReflectiongetAnnotation4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation4) run(ReflectionGetAnnotation4) diff --git a/testsuite/java_test/compact_test/RT0022-rt-compact-ReflectiongetAnnotation5/test.cfg b/testsuite/java_test/compact_test/RT0022-rt-compact-ReflectiongetAnnotation5/test.cfg index 577377a725..17609280c0 100644 --- a/testsuite/java_test/compact_test/RT0022-rt-compact-ReflectiongetAnnotation5/test.cfg +++ b/testsuite/java_test/compact_test/RT0022-rt-compact-ReflectiongetAnnotation5/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation5) run(ReflectionGetAnnotation5) diff --git a/testsuite/java_test/compact_test/RT0023-rt-compact-ReflectiongetAnnotation6/test.cfg b/testsuite/java_test/compact_test/RT0023-rt-compact-ReflectiongetAnnotation6/test.cfg index c585f05446..14887ad141 100644 --- a/testsuite/java_test/compact_test/RT0023-rt-compact-ReflectiongetAnnotation6/test.cfg +++ b/testsuite/java_test/compact_test/RT0023-rt-compact-ReflectiongetAnnotation6/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation6) run(ReflectionGetAnnotation6) diff --git a/testsuite/java_test/compact_test/RT0024-rt-compact-ReflectiongetAnnotation7/test.cfg b/testsuite/java_test/compact_test/RT0024-rt-compact-ReflectiongetAnnotation7/test.cfg index 17d3edcb5e..4b9ef5370b 100644 --- a/testsuite/java_test/compact_test/RT0024-rt-compact-ReflectiongetAnnotation7/test.cfg +++ b/testsuite/java_test/compact_test/RT0024-rt-compact-ReflectiongetAnnotation7/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation7) run(ReflectionGetAnnotation7) diff --git a/testsuite/java_test/compact_test/RT0025-rt-compact-ReflectiongetAnnotationsByType1/test.cfg b/testsuite/java_test/compact_test/RT0025-rt-compact-ReflectiongetAnnotationsByType1/test.cfg index b1f5a8bb5c..eb77f0fef1 100644 --- a/testsuite/java_test/compact_test/RT0025-rt-compact-ReflectiongetAnnotationsByType1/test.cfg +++ b/testsuite/java_test/compact_test/RT0025-rt-compact-ReflectiongetAnnotationsByType1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotationsByType1) run(ReflectionGetAnnotationsByType1) diff --git a/testsuite/java_test/compact_test/RT0026-rt-compact-ReflectiongetAnnotationsByType2/test.cfg b/testsuite/java_test/compact_test/RT0026-rt-compact-ReflectiongetAnnotationsByType2/test.cfg index 919ce3fc12..3de58b38ec 100644 --- a/testsuite/java_test/compact_test/RT0026-rt-compact-ReflectiongetAnnotationsByType2/test.cfg +++ b/testsuite/java_test/compact_test/RT0026-rt-compact-ReflectiongetAnnotationsByType2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotationsByType2) run(ReflectionGetAnnotationsByType2) diff --git a/testsuite/java_test/compact_test/RT0027-rt-compact-ReflectiongetAnnotationsByType3/test.cfg b/testsuite/java_test/compact_test/RT0027-rt-compact-ReflectiongetAnnotationsByType3/test.cfg index 5037e188e2..dc7cf1d3ba 100644 --- a/testsuite/java_test/compact_test/RT0027-rt-compact-ReflectiongetAnnotationsByType3/test.cfg +++ b/testsuite/java_test/compact_test/RT0027-rt-compact-ReflectiongetAnnotationsByType3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotationsByType3) run(ReflectionGetAnnotationsByType3) diff --git a/testsuite/java_test/compact_test/RT0028-rt-compact-ReflectiongetCanonicalName/test.cfg b/testsuite/java_test/compact_test/RT0028-rt-compact-ReflectiongetCanonicalName/test.cfg index 7d9d6b5114..8d40d428a2 100644 --- a/testsuite/java_test/compact_test/RT0028-rt-compact-ReflectiongetCanonicalName/test.cfg +++ b/testsuite/java_test/compact_test/RT0028-rt-compact-ReflectiongetCanonicalName/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetCanonicalName) run(ReflectionGetCanonicalName) diff --git a/testsuite/java_test/compact_test/RT0029-rt-compact-ReflectiongetComponentType/test.cfg b/testsuite/java_test/compact_test/RT0029-rt-compact-ReflectiongetComponentType/test.cfg index abfd96af70..c6da763cba 100644 --- a/testsuite/java_test/compact_test/RT0029-rt-compact-ReflectiongetComponentType/test.cfg +++ b/testsuite/java_test/compact_test/RT0029-rt-compact-ReflectiongetComponentType/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetComponentType) run(ReflectionGetComponentType) diff --git a/testsuite/java_test/compact_test/RT0030-rt-compact-ReflectiongetDeclaredAnnotations1/test.cfg b/testsuite/java_test/compact_test/RT0030-rt-compact-ReflectiongetDeclaredAnnotations1/test.cfg index b14075f4b5..9823fe8304 100644 --- a/testsuite/java_test/compact_test/RT0030-rt-compact-ReflectiongetDeclaredAnnotations1/test.cfg +++ b/testsuite/java_test/compact_test/RT0030-rt-compact-ReflectiongetDeclaredAnnotations1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredAnnotations1) run(ReflectionGetDeclaredAnnotations1) diff --git a/testsuite/java_test/compact_test/RT0031-rt-compact-ReflectiongetDeclaredAnnotations2/test.cfg b/testsuite/java_test/compact_test/RT0031-rt-compact-ReflectiongetDeclaredAnnotations2/test.cfg index f3dd5d9e78..ec3924c4a8 100644 --- a/testsuite/java_test/compact_test/RT0031-rt-compact-ReflectiongetDeclaredAnnotations2/test.cfg +++ b/testsuite/java_test/compact_test/RT0031-rt-compact-ReflectiongetDeclaredAnnotations2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredAnnotations2) run(ReflectionGetDeclaredAnnotations2) diff --git a/testsuite/java_test/compact_test/RT0032-rt-compact-ReflectiongetDeclaredAnnotationsByType1/test.cfg b/testsuite/java_test/compact_test/RT0032-rt-compact-ReflectiongetDeclaredAnnotationsByType1/test.cfg index 494c73cc32..7369f4f33c 100644 --- a/testsuite/java_test/compact_test/RT0032-rt-compact-ReflectiongetDeclaredAnnotationsByType1/test.cfg +++ b/testsuite/java_test/compact_test/RT0032-rt-compact-ReflectiongetDeclaredAnnotationsByType1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredAnnotationsByType1) run(ReflectionGetDeclaredAnnotationsByType1) diff --git a/testsuite/java_test/compact_test/RT0033-rt-compact-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/test.cfg b/testsuite/java_test/compact_test/RT0033-rt-compact-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/test.cfg index e797e0a7dc..7316d61dcc 100644 --- a/testsuite/java_test/compact_test/RT0033-rt-compact-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/test.cfg +++ b/testsuite/java_test/compact_test/RT0033-rt-compact-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredAnnotationsByTypeNullPointerException) run(ReflectionGetDeclaredAnnotationsByTypeNullPointerException) diff --git a/testsuite/java_test/compact_test/RT0034-rt-compact-ReflectiongetDeclaredClasses/test.cfg b/testsuite/java_test/compact_test/RT0034-rt-compact-ReflectiongetDeclaredClasses/test.cfg index 45d87ff524..45ec5eb17d 100644 --- a/testsuite/java_test/compact_test/RT0034-rt-compact-ReflectiongetDeclaredClasses/test.cfg +++ b/testsuite/java_test/compact_test/RT0034-rt-compact-ReflectiongetDeclaredClasses/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredClasses) run(ReflectionGetDeclaredClasses) diff --git a/testsuite/java_test/compact_test/RT0035-rt-compact-ReflectiongetDeclaredField1/test.cfg b/testsuite/java_test/compact_test/RT0035-rt-compact-ReflectiongetDeclaredField1/test.cfg index 7fa6397438..bb780c56d8 100644 --- a/testsuite/java_test/compact_test/RT0035-rt-compact-ReflectiongetDeclaredField1/test.cfg +++ b/testsuite/java_test/compact_test/RT0035-rt-compact-ReflectiongetDeclaredField1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredField1) run(ReflectionGetDeclaredField1) diff --git a/testsuite/java_test/compact_test/RT0036-rt-compact-ReflectionGetDeclaredFieldNullPointerException/test.cfg b/testsuite/java_test/compact_test/RT0036-rt-compact-ReflectionGetDeclaredFieldNullPointerException/test.cfg index 456364c6e3..1a6ad430a3 100644 --- a/testsuite/java_test/compact_test/RT0036-rt-compact-ReflectionGetDeclaredFieldNullPointerException/test.cfg +++ b/testsuite/java_test/compact_test/RT0036-rt-compact-ReflectionGetDeclaredFieldNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredFieldNullPointerException) run(ReflectionGetDeclaredFieldNullPointerException) diff --git a/testsuite/java_test/compact_test/RT0037-rt-compact-ReflectiongetDeclaredFields1/test.cfg b/testsuite/java_test/compact_test/RT0037-rt-compact-ReflectiongetDeclaredFields1/test.cfg index 7aebf1cf72..f16f86d15d 100644 --- a/testsuite/java_test/compact_test/RT0037-rt-compact-ReflectiongetDeclaredFields1/test.cfg +++ b/testsuite/java_test/compact_test/RT0037-rt-compact-ReflectiongetDeclaredFields1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredFields1) run(ReflectionGetDeclaredFields1) diff --git a/testsuite/java_test/compact_test/RT0038-rt-compact-ReflectiongetDeclaredFields2/test.cfg b/testsuite/java_test/compact_test/RT0038-rt-compact-ReflectiongetDeclaredFields2/test.cfg index cf5722ba04..379c7ff0b3 100644 --- a/testsuite/java_test/compact_test/RT0038-rt-compact-ReflectiongetDeclaredFields2/test.cfg +++ b/testsuite/java_test/compact_test/RT0038-rt-compact-ReflectiongetDeclaredFields2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredFields) run(ReflectionGetDeclaredFields) diff --git a/testsuite/java_test/compact_test/RT0039-rt-compact-ReflectiongetDeclaredMethod1/test.cfg b/testsuite/java_test/compact_test/RT0039-rt-compact-ReflectiongetDeclaredMethod1/test.cfg index b2502837ef..4938010f56 100644 --- a/testsuite/java_test/compact_test/RT0039-rt-compact-ReflectiongetDeclaredMethod1/test.cfg +++ b/testsuite/java_test/compact_test/RT0039-rt-compact-ReflectiongetDeclaredMethod1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredMethod1) run(ReflectionGetDeclaredMethod1) diff --git a/testsuite/java_test/compact_test/RT0040-rt-compact-ReflectiongetDeclaredMethod2/test.cfg b/testsuite/java_test/compact_test/RT0040-rt-compact-ReflectiongetDeclaredMethod2/test.cfg index 94b2ec7c01..deff9505b5 100644 --- a/testsuite/java_test/compact_test/RT0040-rt-compact-ReflectiongetDeclaredMethod2/test.cfg +++ b/testsuite/java_test/compact_test/RT0040-rt-compact-ReflectiongetDeclaredMethod2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredMethod2) run(ReflectionGetDeclaredMethod2) diff --git a/testsuite/java_test/compact_test/RT0041-rt-compact-ReflectiongetDeclaredMethod3/test.cfg b/testsuite/java_test/compact_test/RT0041-rt-compact-ReflectiongetDeclaredMethod3/test.cfg index 5ea7439409..d0ff610ec2 100644 --- a/testsuite/java_test/compact_test/RT0041-rt-compact-ReflectiongetDeclaredMethod3/test.cfg +++ b/testsuite/java_test/compact_test/RT0041-rt-compact-ReflectiongetDeclaredMethod3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredMethod3) run(ReflectionGetDeclaredMethod3) diff --git a/testsuite/java_test/compact_test/RT0042-rt-compact-ReflectiongetDeclaredMethods1/test.cfg b/testsuite/java_test/compact_test/RT0042-rt-compact-ReflectiongetDeclaredMethods1/test.cfg index 93a9f3a34a..1c3a592dfc 100644 --- a/testsuite/java_test/compact_test/RT0042-rt-compact-ReflectiongetDeclaredMethods1/test.cfg +++ b/testsuite/java_test/compact_test/RT0042-rt-compact-ReflectiongetDeclaredMethods1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredMethods1) run(ReflectionGetDeclaredMethods1) diff --git a/testsuite/java_test/compact_test/RT0043-rt-compact-ReflectiongetDeclaredMethods2/test.cfg b/testsuite/java_test/compact_test/RT0043-rt-compact-ReflectiongetDeclaredMethods2/test.cfg index 6a989e717a..4c20aa127b 100644 --- a/testsuite/java_test/compact_test/RT0043-rt-compact-ReflectiongetDeclaredMethods2/test.cfg +++ b/testsuite/java_test/compact_test/RT0043-rt-compact-ReflectiongetDeclaredMethods2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredMethods2) run(ReflectionGetDeclaredMethods2) diff --git a/testsuite/java_test/compact_test/RT0044-rt-compact-ReflectiongetDeclaringClass/test.cfg b/testsuite/java_test/compact_test/RT0044-rt-compact-ReflectiongetDeclaringClass/test.cfg index 7fd6ced264..5555ab58e8 100644 --- a/testsuite/java_test/compact_test/RT0044-rt-compact-ReflectiongetDeclaringClass/test.cfg +++ b/testsuite/java_test/compact_test/RT0044-rt-compact-ReflectiongetDeclaringClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaringClass) run(ReflectionGetDeclaringClass) diff --git a/testsuite/java_test/compact_test/RT0045-rt-compact-ReflectiongetEnclosingClass1/test.cfg b/testsuite/java_test/compact_test/RT0045-rt-compact-ReflectiongetEnclosingClass1/test.cfg index bb34cbfdf0..bd6e544817 100644 --- a/testsuite/java_test/compact_test/RT0045-rt-compact-ReflectiongetEnclosingClass1/test.cfg +++ b/testsuite/java_test/compact_test/RT0045-rt-compact-ReflectiongetEnclosingClass1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetEnclosingClass1) run(ReflectionGetEnclosingClass1) diff --git a/testsuite/java_test/compact_test/RT0046-rt-compact-ReflectiongetEnclosingClass2/test.cfg b/testsuite/java_test/compact_test/RT0046-rt-compact-ReflectiongetEnclosingClass2/test.cfg index 877748ddb5..41264be065 100644 --- a/testsuite/java_test/compact_test/RT0046-rt-compact-ReflectiongetEnclosingClass2/test.cfg +++ b/testsuite/java_test/compact_test/RT0046-rt-compact-ReflectiongetEnclosingClass2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetEnclosingClass2) run(ReflectionGetEnclosingClass2) diff --git a/testsuite/java_test/compact_test/RT0047-rt-compact-ReflectiongetEnumConstants/test.cfg b/testsuite/java_test/compact_test/RT0047-rt-compact-ReflectiongetEnumConstants/test.cfg index 9080ec9b23..4f1d747cda 100644 --- a/testsuite/java_test/compact_test/RT0047-rt-compact-ReflectiongetEnumConstants/test.cfg +++ b/testsuite/java_test/compact_test/RT0047-rt-compact-ReflectiongetEnumConstants/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetEnumConstants) run(ReflectionGetEnumConstants) diff --git a/testsuite/java_test/compact_test/RT0048-rt-compact-ReflectiongetField1/test.cfg b/testsuite/java_test/compact_test/RT0048-rt-compact-ReflectiongetField1/test.cfg index 3b9e427aed..84acf80dc0 100644 --- a/testsuite/java_test/compact_test/RT0048-rt-compact-ReflectiongetField1/test.cfg +++ b/testsuite/java_test/compact_test/RT0048-rt-compact-ReflectiongetField1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetField1) run(ReflectionGetField1) diff --git a/testsuite/java_test/compact_test/RT0049-rt-compact-ReflectiongetField2/test.cfg b/testsuite/java_test/compact_test/RT0049-rt-compact-ReflectiongetField2/test.cfg index 5a58ad12c5..623369a4ee 100644 --- a/testsuite/java_test/compact_test/RT0049-rt-compact-ReflectiongetField2/test.cfg +++ b/testsuite/java_test/compact_test/RT0049-rt-compact-ReflectiongetField2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetField2) run(ReflectionGetField2) diff --git a/testsuite/java_test/compact_test/RT0050-rt-compact-ReflectiongetFields/test.cfg b/testsuite/java_test/compact_test/RT0050-rt-compact-ReflectiongetFields/test.cfg index 7b5ec262dd..c14243b075 100644 --- a/testsuite/java_test/compact_test/RT0050-rt-compact-ReflectiongetFields/test.cfg +++ b/testsuite/java_test/compact_test/RT0050-rt-compact-ReflectiongetFields/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetFields) run(ReflectionGetFields) diff --git a/testsuite/java_test/compact_test/RT0051-rt-compact-ReflectiongetMethod1/test.cfg b/testsuite/java_test/compact_test/RT0051-rt-compact-ReflectiongetMethod1/test.cfg index 7d65eb03f2..2d1b4d987b 100644 --- a/testsuite/java_test/compact_test/RT0051-rt-compact-ReflectiongetMethod1/test.cfg +++ b/testsuite/java_test/compact_test/RT0051-rt-compact-ReflectiongetMethod1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetMethod1) run(ReflectionGetMethod1) diff --git a/testsuite/java_test/compact_test/RT0052-rt-compact-ReflectiongetMethod2/test.cfg b/testsuite/java_test/compact_test/RT0052-rt-compact-ReflectiongetMethod2/test.cfg index b516e09372..1c8bd7ac97 100644 --- a/testsuite/java_test/compact_test/RT0052-rt-compact-ReflectiongetMethod2/test.cfg +++ b/testsuite/java_test/compact_test/RT0052-rt-compact-ReflectiongetMethod2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetMethod2) run(ReflectionGetMethod2) diff --git a/testsuite/java_test/compact_test/RT0053-rt-compact-ReflectiongetSigners/test.cfg b/testsuite/java_test/compact_test/RT0053-rt-compact-ReflectiongetSigners/test.cfg index 8de86972a0..ec7f078485 100644 --- a/testsuite/java_test/compact_test/RT0053-rt-compact-ReflectiongetSigners/test.cfg +++ b/testsuite/java_test/compact_test/RT0053-rt-compact-ReflectiongetSigners/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetSigners) run(ReflectionGetSigners) diff --git a/testsuite/java_test/compact_test/RT0054-rt-compact-ReflectiongetSimpleName/test.cfg b/testsuite/java_test/compact_test/RT0054-rt-compact-ReflectiongetSimpleName/test.cfg index 9c8074f513..2e1b172f63 100644 --- a/testsuite/java_test/compact_test/RT0054-rt-compact-ReflectiongetSimpleName/test.cfg +++ b/testsuite/java_test/compact_test/RT0054-rt-compact-ReflectiongetSimpleName/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetSimpleName) run(ReflectionGetSimpleName) diff --git a/testsuite/java_test/compact_test/RT0055-rt-compact-ReflectiongetTypeParameters/test.cfg b/testsuite/java_test/compact_test/RT0055-rt-compact-ReflectiongetTypeParameters/test.cfg index 858039960a..7bf45370b3 100644 --- a/testsuite/java_test/compact_test/RT0055-rt-compact-ReflectiongetTypeParameters/test.cfg +++ b/testsuite/java_test/compact_test/RT0055-rt-compact-ReflectiongetTypeParameters/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetTypeParameters) run(ReflectionGetTypeParameters) diff --git a/testsuite/java_test/compact_test/RT0056-rt-compact-ReflectionisArray/test.cfg b/testsuite/java_test/compact_test/RT0056-rt-compact-ReflectionisArray/test.cfg index 0ed00eadf4..e394d5efb9 100644 --- a/testsuite/java_test/compact_test/RT0056-rt-compact-ReflectionisArray/test.cfg +++ b/testsuite/java_test/compact_test/RT0056-rt-compact-ReflectionisArray/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsArray) run(ReflectionIsArray) diff --git a/testsuite/java_test/compact_test/RT0057-rt-compact-ReflectionisAssignableFrom1/test.cfg b/testsuite/java_test/compact_test/RT0057-rt-compact-ReflectionisAssignableFrom1/test.cfg index a375b936a6..baffcdd8ba 100644 --- a/testsuite/java_test/compact_test/RT0057-rt-compact-ReflectionisAssignableFrom1/test.cfg +++ b/testsuite/java_test/compact_test/RT0057-rt-compact-ReflectionisAssignableFrom1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsAssignableFrom1) run(ReflectionIsAssignableFrom1) diff --git a/testsuite/java_test/compact_test/RT0058-rt-compact-ReflectionisAssignableFrom2/test.cfg b/testsuite/java_test/compact_test/RT0058-rt-compact-ReflectionisAssignableFrom2/test.cfg index fe7d43920d..f153226380 100644 --- a/testsuite/java_test/compact_test/RT0058-rt-compact-ReflectionisAssignableFrom2/test.cfg +++ b/testsuite/java_test/compact_test/RT0058-rt-compact-ReflectionisAssignableFrom2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsAssignableFromNullPointerException) run(ReflectionIsAssignableFromNullPointerException) diff --git a/testsuite/java_test/compact_test/RT0059-rt-compact-ReflectionisLocalClass/test.cfg b/testsuite/java_test/compact_test/RT0059-rt-compact-ReflectionisLocalClass/test.cfg index eff558a3dc..a62a8fad4d 100644 --- a/testsuite/java_test/compact_test/RT0059-rt-compact-ReflectionisLocalClass/test.cfg +++ b/testsuite/java_test/compact_test/RT0059-rt-compact-ReflectionisLocalClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsLocalClass) run(ReflectionIsLocalClass) diff --git a/testsuite/java_test/compact_test/RT0060-rt-compact-ReflectionisMemberClass/test.cfg b/testsuite/java_test/compact_test/RT0060-rt-compact-ReflectionisMemberClass/test.cfg index b1afa27d45..059b9c6a50 100644 --- a/testsuite/java_test/compact_test/RT0060-rt-compact-ReflectionisMemberClass/test.cfg +++ b/testsuite/java_test/compact_test/RT0060-rt-compact-ReflectionisMemberClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsMemberClass) run(ReflectionIsMemberClass) diff --git a/testsuite/java_test/compact_test/RT0061-rt-compact-ReflectionisPrimitive/test.cfg b/testsuite/java_test/compact_test/RT0061-rt-compact-ReflectionisPrimitive/test.cfg index 5105cc43d0..7a36146eb8 100644 --- a/testsuite/java_test/compact_test/RT0061-rt-compact-ReflectionisPrimitive/test.cfg +++ b/testsuite/java_test/compact_test/RT0061-rt-compact-ReflectionisPrimitive/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsPrimitive) run(ReflectionIsPrimitive) diff --git a/testsuite/java_test/compact_test/RT0062-rt-compact-ReflectionisSynthetic/test.cfg b/testsuite/java_test/compact_test/RT0062-rt-compact-ReflectionisSynthetic/test.cfg index 9b5a9a7363..ae536c99a1 100644 --- a/testsuite/java_test/compact_test/RT0062-rt-compact-ReflectionisSynthetic/test.cfg +++ b/testsuite/java_test/compact_test/RT0062-rt-compact-ReflectionisSynthetic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsSynthetic) run(ReflectionIsSynthetic) diff --git a/testsuite/java_test/compact_test/RT0063-rt-compact-ReflectionnewInstance1/test.cfg b/testsuite/java_test/compact_test/RT0063-rt-compact-ReflectionnewInstance1/test.cfg index 2837ce4278..81422d607c 100644 --- a/testsuite/java_test/compact_test/RT0063-rt-compact-ReflectionnewInstance1/test.cfg +++ b/testsuite/java_test/compact_test/RT0063-rt-compact-ReflectionnewInstance1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionNewInstance1) run(ReflectionNewInstance1) diff --git a/testsuite/java_test/compact_test/RT0064-rt-compact-ReflectionnewInstance2/test.cfg b/testsuite/java_test/compact_test/RT0064-rt-compact-ReflectionnewInstance2/test.cfg index bdfe7d6161..8177d6f325 100644 --- a/testsuite/java_test/compact_test/RT0064-rt-compact-ReflectionnewInstance2/test.cfg +++ b/testsuite/java_test/compact_test/RT0064-rt-compact-ReflectionnewInstance2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionNewInstanceInstantiationExceptionIllegalAccessException) run(ReflectionNewInstanceInstantiationExceptionIllegalAccessException) diff --git a/testsuite/java_test/compact_test/RT0065-rt-compact-ReflectiontoGenericString/test.cfg b/testsuite/java_test/compact_test/RT0065-rt-compact-ReflectiontoGenericString/test.cfg index dfa6a8fbf4..d634a9ec1b 100644 --- a/testsuite/java_test/compact_test/RT0065-rt-compact-ReflectiontoGenericString/test.cfg +++ b/testsuite/java_test/compact_test/RT0065-rt-compact-ReflectiontoGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionToGenericString) run(ReflectionToGenericString) diff --git a/testsuite/java_test/compact_test/RT0066-rt-compact-ReflectiontoString/test.cfg b/testsuite/java_test/compact_test/RT0066-rt-compact-ReflectiontoString/test.cfg index c76e98d23b..9efdf9adba 100644 --- a/testsuite/java_test/compact_test/RT0066-rt-compact-ReflectiontoString/test.cfg +++ b/testsuite/java_test/compact_test/RT0066-rt-compact-ReflectiontoString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionToString) run(ReflectionToString) diff --git a/testsuite/java_test/compact_test/RT0067-rt-compact-RTConstructorgetAnnotation1/test.cfg b/testsuite/java_test/compact_test/RT0067-rt-compact-RTConstructorgetAnnotation1/test.cfg index 614b1890fa..0288a9ece4 100644 --- a/testsuite/java_test/compact_test/RT0067-rt-compact-RTConstructorgetAnnotation1/test.cfg +++ b/testsuite/java_test/compact_test/RT0067-rt-compact-RTConstructorgetAnnotation1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorGetAnnotation1) run(RTConstructorGetAnnotation1) diff --git a/testsuite/java_test/compact_test/RT0068-rt-compact-RTConstructorgetAnnotation2/test.cfg b/testsuite/java_test/compact_test/RT0068-rt-compact-RTConstructorgetAnnotation2/test.cfg index edde0d1d45..e3d083ec10 100644 --- a/testsuite/java_test/compact_test/RT0068-rt-compact-RTConstructorgetAnnotation2/test.cfg +++ b/testsuite/java_test/compact_test/RT0068-rt-compact-RTConstructorgetAnnotation2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorGetAnnotation2) run(RTConstructorGetAnnotation2) diff --git a/testsuite/java_test/compact_test/RT0069-rt-compact-RTConstructorgetDeclaredAnnotations1/test.cfg b/testsuite/java_test/compact_test/RT0069-rt-compact-RTConstructorgetDeclaredAnnotations1/test.cfg index b46882406c..b4ffbb7fa2 100644 --- a/testsuite/java_test/compact_test/RT0069-rt-compact-RTConstructorgetDeclaredAnnotations1/test.cfg +++ b/testsuite/java_test/compact_test/RT0069-rt-compact-RTConstructorgetDeclaredAnnotations1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorGetDeclaredAnnotations1) run(RTConstructorGetDeclaredAnnotations1) diff --git a/testsuite/java_test/compact_test/RT0070-rt-compact-RTConstructorgetDeclaredAnnotations2/test.cfg b/testsuite/java_test/compact_test/RT0070-rt-compact-RTConstructorgetDeclaredAnnotations2/test.cfg index 7f358e313b..b7763007e5 100644 --- a/testsuite/java_test/compact_test/RT0070-rt-compact-RTConstructorgetDeclaredAnnotations2/test.cfg +++ b/testsuite/java_test/compact_test/RT0070-rt-compact-RTConstructorgetDeclaredAnnotations2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorGetDeclaredAnnotations2) run(RTConstructorGetDeclaredAnnotations2) diff --git a/testsuite/java_test/compact_test/RT0071-rt-compact-RTConstructorgetExceptionTypes/test.cfg b/testsuite/java_test/compact_test/RT0071-rt-compact-RTConstructorgetExceptionTypes/test.cfg index e01023d88a..28cfff70c2 100644 --- a/testsuite/java_test/compact_test/RT0071-rt-compact-RTConstructorgetExceptionTypes/test.cfg +++ b/testsuite/java_test/compact_test/RT0071-rt-compact-RTConstructorgetExceptionTypes/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorGetExceptionTypes) run(RTConstructorGetExceptionTypes) diff --git a/testsuite/java_test/compact_test/RT0072-rt-compact-RTConstructorgetTypeParameters/test.cfg b/testsuite/java_test/compact_test/RT0072-rt-compact-RTConstructorgetTypeParameters/test.cfg index 959b7b2a32..e123110e3b 100644 --- a/testsuite/java_test/compact_test/RT0072-rt-compact-RTConstructorgetTypeParameters/test.cfg +++ b/testsuite/java_test/compact_test/RT0072-rt-compact-RTConstructorgetTypeParameters/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorGetTypeParameters) run(RTConstructorGetTypeParameters) diff --git a/testsuite/java_test/compact_test/RT0073-rt-compact-RTConstructortoGenericString/test.cfg b/testsuite/java_test/compact_test/RT0073-rt-compact-RTConstructortoGenericString/test.cfg index 8fe87cfb04..780d783989 100644 --- a/testsuite/java_test/compact_test/RT0073-rt-compact-RTConstructortoGenericString/test.cfg +++ b/testsuite/java_test/compact_test/RT0073-rt-compact-RTConstructortoGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorToGenericString1) run(RTConstructorToGenericString1) diff --git a/testsuite/java_test/compact_test/RT0074-rt-compact-RTFieldget1/test.cfg b/testsuite/java_test/compact_test/RT0074-rt-compact-RTFieldget1/test.cfg index b3d47ebb39..d26c0c7317 100644 --- a/testsuite/java_test/compact_test/RT0074-rt-compact-RTFieldget1/test.cfg +++ b/testsuite/java_test/compact_test/RT0074-rt-compact-RTFieldget1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGet1) run(RTFieldGet1) diff --git a/testsuite/java_test/compact_test/RT0075-rt-compact-RTFieldget2/test.cfg b/testsuite/java_test/compact_test/RT0075-rt-compact-RTFieldget2/test.cfg index 51cc0ad256..dc8135c4f2 100644 --- a/testsuite/java_test/compact_test/RT0075-rt-compact-RTFieldget2/test.cfg +++ b/testsuite/java_test/compact_test/RT0075-rt-compact-RTFieldget2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGet2) run(RTFieldGet2) diff --git a/testsuite/java_test/compact_test/RT0076-rt-compact-RTFieldget3/test.cfg b/testsuite/java_test/compact_test/RT0076-rt-compact-RTFieldget3/test.cfg index 6b617335cf..4e03d65831 100644 --- a/testsuite/java_test/compact_test/RT0076-rt-compact-RTFieldget3/test.cfg +++ b/testsuite/java_test/compact_test/RT0076-rt-compact-RTFieldget3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGet3) run(RTFieldGet3) diff --git a/testsuite/java_test/compact_test/RT0077-rt-compact-RTFieldgetAnnotation/test.cfg b/testsuite/java_test/compact_test/RT0077-rt-compact-RTFieldgetAnnotation/test.cfg index 70955d8cc1..038efbbe99 100644 --- a/testsuite/java_test/compact_test/RT0077-rt-compact-RTFieldgetAnnotation/test.cfg +++ b/testsuite/java_test/compact_test/RT0077-rt-compact-RTFieldgetAnnotation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetAnnotation1) run(RTFieldGetAnnotation1) diff --git a/testsuite/java_test/compact_test/RT0078-rt-compact-RTFieldgetDeclaredAnnotations1/test.cfg b/testsuite/java_test/compact_test/RT0078-rt-compact-RTFieldgetDeclaredAnnotations1/test.cfg index 1b760c6fa4..713f37be93 100644 --- a/testsuite/java_test/compact_test/RT0078-rt-compact-RTFieldgetDeclaredAnnotations1/test.cfg +++ b/testsuite/java_test/compact_test/RT0078-rt-compact-RTFieldgetDeclaredAnnotations1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetDeclaredAnnotations1) run(RTFieldGetDeclaredAnnotations1) diff --git a/testsuite/java_test/compact_test/RT0079-rt-compact-RTFieldgetDeclaredAnnotations2/test.cfg b/testsuite/java_test/compact_test/RT0079-rt-compact-RTFieldgetDeclaredAnnotations2/test.cfg index 727e62ae23..edc2fa4b88 100644 --- a/testsuite/java_test/compact_test/RT0079-rt-compact-RTFieldgetDeclaredAnnotations2/test.cfg +++ b/testsuite/java_test/compact_test/RT0079-rt-compact-RTFieldgetDeclaredAnnotations2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetDeclaredAnnotations2) run(RTFieldGetDeclaredAnnotations2) diff --git a/testsuite/java_test/compact_test/RT0080-rt-compact-RTFieldgetDeclaringClass/test.cfg b/testsuite/java_test/compact_test/RT0080-rt-compact-RTFieldgetDeclaringClass/test.cfg index e3ed4c8649..78abc74919 100644 --- a/testsuite/java_test/compact_test/RT0080-rt-compact-RTFieldgetDeclaringClass/test.cfg +++ b/testsuite/java_test/compact_test/RT0080-rt-compact-RTFieldgetDeclaringClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetDeclaringClass) run(RTFieldGetDeclaringClass) diff --git a/testsuite/java_test/compact_test/RT0081-rt-compact-RTFieldgetModifiers/test.cfg b/testsuite/java_test/compact_test/RT0081-rt-compact-RTFieldgetModifiers/test.cfg index e297b16ce8..9fba25ad93 100644 --- a/testsuite/java_test/compact_test/RT0081-rt-compact-RTFieldgetModifiers/test.cfg +++ b/testsuite/java_test/compact_test/RT0081-rt-compact-RTFieldgetModifiers/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetModifiers) run(RTFieldGetModifiers) diff --git a/testsuite/java_test/compact_test/RT0082-rt-compact-RTFieldgetName/test.cfg b/testsuite/java_test/compact_test/RT0082-rt-compact-RTFieldgetName/test.cfg index 1bbf40e544..3e6bb647a3 100644 --- a/testsuite/java_test/compact_test/RT0082-rt-compact-RTFieldgetName/test.cfg +++ b/testsuite/java_test/compact_test/RT0082-rt-compact-RTFieldgetName/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetName) run(RTFieldGetName) diff --git a/testsuite/java_test/compact_test/RT0083-rt-compact-RTFieldgetType/test.cfg b/testsuite/java_test/compact_test/RT0083-rt-compact-RTFieldgetType/test.cfg index ecfd3fb43c..51d322a0d0 100644 --- a/testsuite/java_test/compact_test/RT0083-rt-compact-RTFieldgetType/test.cfg +++ b/testsuite/java_test/compact_test/RT0083-rt-compact-RTFieldgetType/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetType) run(RTFieldGetType) diff --git a/testsuite/java_test/compact_test/RT0084-rt-compact-RTFieldset1/test.cfg b/testsuite/java_test/compact_test/RT0084-rt-compact-RTFieldset1/test.cfg index 54f53bff0e..24631a745c 100644 --- a/testsuite/java_test/compact_test/RT0084-rt-compact-RTFieldset1/test.cfg +++ b/testsuite/java_test/compact_test/RT0084-rt-compact-RTFieldset1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldSet1) run(RTFieldSet1) diff --git a/testsuite/java_test/compact_test/RT0085-rt-compact-RTFieldset2/test.cfg b/testsuite/java_test/compact_test/RT0085-rt-compact-RTFieldset2/test.cfg index 9967e5edd4..64dcadda7d 100644 --- a/testsuite/java_test/compact_test/RT0085-rt-compact-RTFieldset2/test.cfg +++ b/testsuite/java_test/compact_test/RT0085-rt-compact-RTFieldset2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldSet2) run(RTFieldSet2) diff --git a/testsuite/java_test/compact_test/RT0086-rt-compact-RTFieldset3/test.cfg b/testsuite/java_test/compact_test/RT0086-rt-compact-RTFieldset3/test.cfg index f1921bf53b..a6cabbc749 100644 --- a/testsuite/java_test/compact_test/RT0086-rt-compact-RTFieldset3/test.cfg +++ b/testsuite/java_test/compact_test/RT0086-rt-compact-RTFieldset3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldSet3) run(RTFieldSet3) diff --git a/testsuite/java_test/compact_test/RT0087-rt-compact-RTFieldset4/test.cfg b/testsuite/java_test/compact_test/RT0087-rt-compact-RTFieldset4/test.cfg index f9f34e54e4..920b758dea 100644 --- a/testsuite/java_test/compact_test/RT0087-rt-compact-RTFieldset4/test.cfg +++ b/testsuite/java_test/compact_test/RT0087-rt-compact-RTFieldset4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldSet4) run(RTFieldSet4) diff --git a/testsuite/java_test/compact_test/RT0088-rt-compact-RTFieldtoGenericString/test.cfg b/testsuite/java_test/compact_test/RT0088-rt-compact-RTFieldtoGenericString/test.cfg index 642120ca45..e72437fa5b 100644 --- a/testsuite/java_test/compact_test/RT0088-rt-compact-RTFieldtoGenericString/test.cfg +++ b/testsuite/java_test/compact_test/RT0088-rt-compact-RTFieldtoGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldToGenericString) run(RTFieldToGenericString) diff --git a/testsuite/java_test/compact_test/RT0089-rt-compact-RTFieldtoString/test.cfg b/testsuite/java_test/compact_test/RT0089-rt-compact-RTFieldtoString/test.cfg index 06521d2700..cc1097bce3 100644 --- a/testsuite/java_test/compact_test/RT0089-rt-compact-RTFieldtoString/test.cfg +++ b/testsuite/java_test/compact_test/RT0089-rt-compact-RTFieldtoString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldToString) run(RTFieldToString) diff --git a/testsuite/java_test/compact_test/RT0090-rt-compact-RTMethodgetAnnotation1/test.cfg b/testsuite/java_test/compact_test/RT0090-rt-compact-RTMethodgetAnnotation1/test.cfg index ac790d02d8..aa315cf69e 100644 --- a/testsuite/java_test/compact_test/RT0090-rt-compact-RTMethodgetAnnotation1/test.cfg +++ b/testsuite/java_test/compact_test/RT0090-rt-compact-RTMethodgetAnnotation1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetAnnotation1) run(RTMethodGetAnnotation1) diff --git a/testsuite/java_test/compact_test/RT0091-rt-compact-RTMethodgetAnnotation2/test.cfg b/testsuite/java_test/compact_test/RT0091-rt-compact-RTMethodgetAnnotation2/test.cfg index 02a024b205..1a1120b769 100644 --- a/testsuite/java_test/compact_test/RT0091-rt-compact-RTMethodgetAnnotation2/test.cfg +++ b/testsuite/java_test/compact_test/RT0091-rt-compact-RTMethodgetAnnotation2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetAnnotation2) run(RTMethodGetAnnotation2) diff --git a/testsuite/java_test/compact_test/RT0092-rt-compact-RTMethodgetDeclaredAnnotations1/test.cfg b/testsuite/java_test/compact_test/RT0092-rt-compact-RTMethodgetDeclaredAnnotations1/test.cfg index ffaf58dd1a..22660d0168 100644 --- a/testsuite/java_test/compact_test/RT0092-rt-compact-RTMethodgetDeclaredAnnotations1/test.cfg +++ b/testsuite/java_test/compact_test/RT0092-rt-compact-RTMethodgetDeclaredAnnotations1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetDeclaredAnnotations1) run(RTMethodGetDeclaredAnnotations1) diff --git a/testsuite/java_test/compact_test/RT0093-rt-compact-RTMethodgetDeclaredAnnotations2/test.cfg b/testsuite/java_test/compact_test/RT0093-rt-compact-RTMethodgetDeclaredAnnotations2/test.cfg index 4058221ea5..a00193b514 100644 --- a/testsuite/java_test/compact_test/RT0093-rt-compact-RTMethodgetDeclaredAnnotations2/test.cfg +++ b/testsuite/java_test/compact_test/RT0093-rt-compact-RTMethodgetDeclaredAnnotations2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetDeclaredAnnotations2) run(RTMethodGetDeclaredAnnotations2) diff --git a/testsuite/java_test/compact_test/RT0094-rt-compact-RTMethodgetDefaultValue1/test.cfg b/testsuite/java_test/compact_test/RT0094-rt-compact-RTMethodgetDefaultValue1/test.cfg index 2e7d5df4da..213868a4dd 100644 --- a/testsuite/java_test/compact_test/RT0094-rt-compact-RTMethodgetDefaultValue1/test.cfg +++ b/testsuite/java_test/compact_test/RT0094-rt-compact-RTMethodgetDefaultValue1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetDefaultValue1) run(RTMethodGetDefaultValue1) diff --git a/testsuite/java_test/compact_test/RT0095-rt-compact-RTMethodgetParameterCount/test.cfg b/testsuite/java_test/compact_test/RT0095-rt-compact-RTMethodgetParameterCount/test.cfg index a28e8173d8..7b616ccbbc 100644 --- a/testsuite/java_test/compact_test/RT0095-rt-compact-RTMethodgetParameterCount/test.cfg +++ b/testsuite/java_test/compact_test/RT0095-rt-compact-RTMethodgetParameterCount/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetParameterCount) run(RTMethodGetParameterCount) diff --git a/testsuite/java_test/compact_test/RT0096-rt-compact-RTMethodgetTypeParameters/test.cfg b/testsuite/java_test/compact_test/RT0096-rt-compact-RTMethodgetTypeParameters/test.cfg index a9dd6ac5bf..865572a6c9 100644 --- a/testsuite/java_test/compact_test/RT0096-rt-compact-RTMethodgetTypeParameters/test.cfg +++ b/testsuite/java_test/compact_test/RT0096-rt-compact-RTMethodgetTypeParameters/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetTypeParameters) run(RTMethodGetTypeParameters) diff --git a/testsuite/java_test/compact_test/RT0097-rt-compact-RTMethonisDefault/test.cfg b/testsuite/java_test/compact_test/RT0097-rt-compact-RTMethonisDefault/test.cfg index ff4c051a6b..6ebfab5a8c 100644 --- a/testsuite/java_test/compact_test/RT0097-rt-compact-RTMethonisDefault/test.cfg +++ b/testsuite/java_test/compact_test/RT0097-rt-compact-RTMethonisDefault/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodIsDefault) run(RTMethodIsDefault) diff --git a/testsuite/java_test/compact_test/RT0098-rt-compact-RTMethontoGenericString/test.cfg b/testsuite/java_test/compact_test/RT0098-rt-compact-RTMethontoGenericString/test.cfg index 82b5a6b241..adf4fe2328 100644 --- a/testsuite/java_test/compact_test/RT0098-rt-compact-RTMethontoGenericString/test.cfg +++ b/testsuite/java_test/compact_test/RT0098-rt-compact-RTMethontoGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodToGenericString) run(RTMethodToGenericString) diff --git a/testsuite/java_test/compact_test/RT0099-rt-compact-RTModifierparameterModifiers/test.cfg b/testsuite/java_test/compact_test/RT0099-rt-compact-RTModifierparameterModifiers/test.cfg index b6ae2b3bb6..a8ad20be5c 100644 --- a/testsuite/java_test/compact_test/RT0099-rt-compact-RTModifierparameterModifiers/test.cfg +++ b/testsuite/java_test/compact_test/RT0099-rt-compact-RTModifierparameterModifiers/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTModifierParameterModifiers) run(RTModifierParameterModifiers) diff --git a/testsuite/java_test/compact_test/RT0100-rt-compact-RTParametergetAnnotation1/test.cfg b/testsuite/java_test/compact_test/RT0100-rt-compact-RTParametergetAnnotation1/test.cfg index 6e7a808567..37c38048ae 100644 --- a/testsuite/java_test/compact_test/RT0100-rt-compact-RTParametergetAnnotation1/test.cfg +++ b/testsuite/java_test/compact_test/RT0100-rt-compact-RTParametergetAnnotation1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetAnnotation1) run(RTParameterGetAnnotation1) diff --git a/testsuite/java_test/compact_test/RT0101-rt-compact-RTParametergetAnnotation2/test.cfg b/testsuite/java_test/compact_test/RT0101-rt-compact-RTParametergetAnnotation2/test.cfg index 699fa3167c..35b895fd68 100644 --- a/testsuite/java_test/compact_test/RT0101-rt-compact-RTParametergetAnnotation2/test.cfg +++ b/testsuite/java_test/compact_test/RT0101-rt-compact-RTParametergetAnnotation2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetAnnotation2) run(RTParameterGetAnnotation2) diff --git a/testsuite/java_test/compact_test/RT0102-rt-compact-RTParametergetAnnotations1/test.cfg b/testsuite/java_test/compact_test/RT0102-rt-compact-RTParametergetAnnotations1/test.cfg index caeda24b3a..3543d246cb 100644 --- a/testsuite/java_test/compact_test/RT0102-rt-compact-RTParametergetAnnotations1/test.cfg +++ b/testsuite/java_test/compact_test/RT0102-rt-compact-RTParametergetAnnotations1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetAnnotations1) run(RTParameterGetAnnotations1) diff --git a/testsuite/java_test/compact_test/RT0103-rt-compact-RTParametergetAnnotationsByType1/test.cfg b/testsuite/java_test/compact_test/RT0103-rt-compact-RTParametergetAnnotationsByType1/test.cfg index 208bd40d18..40b4d88c9d 100644 --- a/testsuite/java_test/compact_test/RT0103-rt-compact-RTParametergetAnnotationsByType1/test.cfg +++ b/testsuite/java_test/compact_test/RT0103-rt-compact-RTParametergetAnnotationsByType1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetAnnotationsByType1) run(RTParameterGetAnnotationsByType1) diff --git a/testsuite/java_test/compact_test/RT0104-rt-compact-RTParametergetAnnotationsByType2/test.cfg b/testsuite/java_test/compact_test/RT0104-rt-compact-RTParametergetAnnotationsByType2/test.cfg index a9c3f557c9..3e09808848 100644 --- a/testsuite/java_test/compact_test/RT0104-rt-compact-RTParametergetAnnotationsByType2/test.cfg +++ b/testsuite/java_test/compact_test/RT0104-rt-compact-RTParametergetAnnotationsByType2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetAnnotationsByType2) run(RTParameterGetAnnotationsByType2) diff --git a/testsuite/java_test/compact_test/RT0105-rt-compact-RTParametergetDeclaredAnnotation1/test.cfg b/testsuite/java_test/compact_test/RT0105-rt-compact-RTParametergetDeclaredAnnotation1/test.cfg index d176726d61..35306c9524 100644 --- a/testsuite/java_test/compact_test/RT0105-rt-compact-RTParametergetDeclaredAnnotation1/test.cfg +++ b/testsuite/java_test/compact_test/RT0105-rt-compact-RTParametergetDeclaredAnnotation1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetDeclaredAnnotation1) run(RTParameterGetDeclaredAnnotation1) diff --git a/testsuite/java_test/compact_test/RT0106-rt-compact-RTParametergetDeclaredAnnotations1/test.cfg b/testsuite/java_test/compact_test/RT0106-rt-compact-RTParametergetDeclaredAnnotations1/test.cfg index d568dbd412..a56164a0bd 100644 --- a/testsuite/java_test/compact_test/RT0106-rt-compact-RTParametergetDeclaredAnnotations1/test.cfg +++ b/testsuite/java_test/compact_test/RT0106-rt-compact-RTParametergetDeclaredAnnotations1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetDeclaredAnnotations1) run(RTParameterGetDeclaredAnnotations1) diff --git a/testsuite/java_test/compact_test/RT0107-rt-compact-RTParametergetDeclaredAnnotations2/test.cfg b/testsuite/java_test/compact_test/RT0107-rt-compact-RTParametergetDeclaredAnnotations2/test.cfg index 5e5907a08d..184ca2b1fd 100644 --- a/testsuite/java_test/compact_test/RT0107-rt-compact-RTParametergetDeclaredAnnotations2/test.cfg +++ b/testsuite/java_test/compact_test/RT0107-rt-compact-RTParametergetDeclaredAnnotations2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetDeclaredAnnotations2) run(RTParameterGetDeclaredAnnotations2) diff --git a/testsuite/java_test/compact_test/RT0108-rt-compact-RTParametergetDeclaredAnnotationsByType1/test.cfg b/testsuite/java_test/compact_test/RT0108-rt-compact-RTParametergetDeclaredAnnotationsByType1/test.cfg index 07a732bed1..a5fdcc4753 100644 --- a/testsuite/java_test/compact_test/RT0108-rt-compact-RTParametergetDeclaredAnnotationsByType1/test.cfg +++ b/testsuite/java_test/compact_test/RT0108-rt-compact-RTParametergetDeclaredAnnotationsByType1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetDeclaredAnnotationsByType1) run(RTParameterGetDeclaredAnnotationsByType1) diff --git a/testsuite/java_test/compact_test/RT0109-rt-compact-RTProxygetProxyClass1/test.cfg b/testsuite/java_test/compact_test/RT0109-rt-compact-RTProxygetProxyClass1/test.cfg index 6e32644ab3..6d78975803 100644 --- a/testsuite/java_test/compact_test/RT0109-rt-compact-RTProxygetProxyClass1/test.cfg +++ b/testsuite/java_test/compact_test/RT0109-rt-compact-RTProxygetProxyClass1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTProxyGetProxyClass1) run(RTProxyGetProxyClass1) diff --git a/testsuite/java_test/compact_test/RT0110-rt-compact-ClassgetDeclaredAnnotationNPE/test.cfg b/testsuite/java_test/compact_test/RT0110-rt-compact-ClassgetDeclaredAnnotationNPE/test.cfg index 2f7328498c..11d42b16a7 100644 --- a/testsuite/java_test/compact_test/RT0110-rt-compact-ClassgetDeclaredAnnotationNPE/test.cfg +++ b/testsuite/java_test/compact_test/RT0110-rt-compact-ClassgetDeclaredAnnotationNPE/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetDeclaredAnnotationNPE) run(ClassGetDeclaredAnnotationNPE) diff --git a/testsuite/java_test/compact_test/RT0111-rt-compact-reflectClasssetisAssignableFrom/test.cfg b/testsuite/java_test/compact_test/RT0111-rt-compact-reflectClasssetisAssignableFrom/test.cfg index 78d5881a8c..05a5d21e65 100644 --- a/testsuite/java_test/compact_test/RT0111-rt-compact-reflectClasssetisAssignableFrom/test.cfg +++ b/testsuite/java_test/compact_test/RT0111-rt-compact-reflectClasssetisAssignableFrom/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassIsAssignableFromNPE) run(ClassIsAssignableFromNPE) diff --git a/testsuite/java_test/compact_test/RT0112-rt-compact-ClassGetAnnotationsByType/test.cfg b/testsuite/java_test/compact_test/RT0112-rt-compact-ClassGetAnnotationsByType/test.cfg index 957ebdd0ba..1746ae1d4c 100644 --- a/testsuite/java_test/compact_test/RT0112-rt-compact-ClassGetAnnotationsByType/test.cfg +++ b/testsuite/java_test/compact_test/RT0112-rt-compact-ClassGetAnnotationsByType/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetAnnotationsByType) run(ClassGetAnnotationsByType) diff --git a/testsuite/java_test/compact_test/RT0113-rt-compact-ClassGetCanonicalName/test.cfg b/testsuite/java_test/compact_test/RT0113-rt-compact-ClassGetCanonicalName/test.cfg index 73150467b2..99bdb27ce2 100644 --- a/testsuite/java_test/compact_test/RT0113-rt-compact-ClassGetCanonicalName/test.cfg +++ b/testsuite/java_test/compact_test/RT0113-rt-compact-ClassGetCanonicalName/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetCanonicalName) run(ClassGetCanonicalName) diff --git a/testsuite/java_test/compact_test/RT0114-rt-compact-ClassGetEnclosingClass/test.cfg b/testsuite/java_test/compact_test/RT0114-rt-compact-ClassGetEnclosingClass/test.cfg index 06636719e4..fb1fa999d9 100644 --- a/testsuite/java_test/compact_test/RT0114-rt-compact-ClassGetEnclosingClass/test.cfg +++ b/testsuite/java_test/compact_test/RT0114-rt-compact-ClassGetEnclosingClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetEnclosingClass) run(ClassGetEnclosingClass) diff --git a/testsuite/java_test/compact_test/RT0115-rt-compact-ClassGetEnumConstants/test.cfg b/testsuite/java_test/compact_test/RT0115-rt-compact-ClassGetEnumConstants/test.cfg index f9237eebdc..8716e599ee 100644 --- a/testsuite/java_test/compact_test/RT0115-rt-compact-ClassGetEnumConstants/test.cfg +++ b/testsuite/java_test/compact_test/RT0115-rt-compact-ClassGetEnumConstants/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetEnumConstants) run(ClassGetEnumConstants) diff --git a/testsuite/java_test/compact_test/RT0116-rt-compact-ClassGetSimpleName/test.cfg b/testsuite/java_test/compact_test/RT0116-rt-compact-ClassGetSimpleName/test.cfg index bf5aa4609c..6414f8f96e 100644 --- a/testsuite/java_test/compact_test/RT0116-rt-compact-ClassGetSimpleName/test.cfg +++ b/testsuite/java_test/compact_test/RT0116-rt-compact-ClassGetSimpleName/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetSimpleName) run(ClassGetSimpleName) diff --git a/testsuite/java_test/compact_test/RT0117-rt-compact-ClassGetTypeParameters/test.cfg b/testsuite/java_test/compact_test/RT0117-rt-compact-ClassGetTypeParameters/test.cfg index 115c64aee0..8cc856d770 100644 --- a/testsuite/java_test/compact_test/RT0117-rt-compact-ClassGetTypeParameters/test.cfg +++ b/testsuite/java_test/compact_test/RT0117-rt-compact-ClassGetTypeParameters/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetTypeParameters) run(ClassGetTypeParameters) diff --git a/testsuite/java_test/compact_test/RT0118-rt-compact-ClassToGenericString/test.cfg b/testsuite/java_test/compact_test/RT0118-rt-compact-ClassToGenericString/test.cfg index bc8a8e725e..82b925b0b8 100644 --- a/testsuite/java_test/compact_test/RT0118-rt-compact-ClassToGenericString/test.cfg +++ b/testsuite/java_test/compact_test/RT0118-rt-compact-ClassToGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassToGenericString) run(ClassToGenericString) diff --git a/testsuite/java_test/compact_test/RT0119-rt-compact-ConstructorGetAnnotation/test.cfg b/testsuite/java_test/compact_test/RT0119-rt-compact-ConstructorGetAnnotation/test.cfg index 3ba012bd18..54b390155e 100644 --- a/testsuite/java_test/compact_test/RT0119-rt-compact-ConstructorGetAnnotation/test.cfg +++ b/testsuite/java_test/compact_test/RT0119-rt-compact-ConstructorGetAnnotation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorGetAnnotation) run(ConstructorGetAnnotation) diff --git a/testsuite/java_test/compact_test/RT0120-rt-compact-ConstructorGetDeclaredAnnotations/test.cfg b/testsuite/java_test/compact_test/RT0120-rt-compact-ConstructorGetDeclaredAnnotations/test.cfg index b6ee06c13b..11801b8048 100644 --- a/testsuite/java_test/compact_test/RT0120-rt-compact-ConstructorGetDeclaredAnnotations/test.cfg +++ b/testsuite/java_test/compact_test/RT0120-rt-compact-ConstructorGetDeclaredAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorGetDeclaredAnnotations) run(ConstructorGetDeclaredAnnotations) diff --git a/testsuite/java_test/compact_test/RT0121-rt-compact-ConstructorGetExceptionTypes/test.cfg b/testsuite/java_test/compact_test/RT0121-rt-compact-ConstructorGetExceptionTypes/test.cfg index 950ac88e9d..13fb057a72 100644 --- a/testsuite/java_test/compact_test/RT0121-rt-compact-ConstructorGetExceptionTypes/test.cfg +++ b/testsuite/java_test/compact_test/RT0121-rt-compact-ConstructorGetExceptionTypes/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorGetExceptionTypes) run(ConstructorGetExceptionTypes) diff --git a/testsuite/java_test/compact_test/RT0122-rt-compact-ConstructorGetTypeParameters/test.cfg b/testsuite/java_test/compact_test/RT0122-rt-compact-ConstructorGetTypeParameters/test.cfg index 119a121e62..f9bb972a1b 100644 --- a/testsuite/java_test/compact_test/RT0122-rt-compact-ConstructorGetTypeParameters/test.cfg +++ b/testsuite/java_test/compact_test/RT0122-rt-compact-ConstructorGetTypeParameters/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorGetTypeParameters) run(ConstructorGetTypeParameters) diff --git a/testsuite/java_test/compact_test/RT0123-rt-compact-ConstructorToGenericString/test.cfg b/testsuite/java_test/compact_test/RT0123-rt-compact-ConstructorToGenericString/test.cfg index 525f292718..69af375db6 100644 --- a/testsuite/java_test/compact_test/RT0123-rt-compact-ConstructorToGenericString/test.cfg +++ b/testsuite/java_test/compact_test/RT0123-rt-compact-ConstructorToGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorToGenericString) run(ConstructorToGenericString) diff --git a/testsuite/java_test/compact_test/RT0124-rt-compact-FieldGetAnnotation/test.cfg b/testsuite/java_test/compact_test/RT0124-rt-compact-FieldGetAnnotation/test.cfg index 4c59ff9c0b..70b9ee3acb 100644 --- a/testsuite/java_test/compact_test/RT0124-rt-compact-FieldGetAnnotation/test.cfg +++ b/testsuite/java_test/compact_test/RT0124-rt-compact-FieldGetAnnotation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldGetAnnotation) run(FieldGetAnnotation) diff --git a/testsuite/java_test/compact_test/RT0125-rt-compact-FieldGetAnnotationsByType/test.cfg b/testsuite/java_test/compact_test/RT0125-rt-compact-FieldGetAnnotationsByType/test.cfg index 89df1af8a9..fdbc885a3e 100644 --- a/testsuite/java_test/compact_test/RT0125-rt-compact-FieldGetAnnotationsByType/test.cfg +++ b/testsuite/java_test/compact_test/RT0125-rt-compact-FieldGetAnnotationsByType/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldGetAnnotationsByType) run(FieldGetAnnotationsByType) diff --git a/testsuite/java_test/compact_test/RT0126-rt-compact-FieldGetDeclaredAnnotations/test.cfg b/testsuite/java_test/compact_test/RT0126-rt-compact-FieldGetDeclaredAnnotations/test.cfg index 99d700750a..89d4c1ad91 100644 --- a/testsuite/java_test/compact_test/RT0126-rt-compact-FieldGetDeclaredAnnotations/test.cfg +++ b/testsuite/java_test/compact_test/RT0126-rt-compact-FieldGetDeclaredAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldGetDeclaredAnnotations) run(FieldGetDeclaredAnnotations) diff --git a/testsuite/java_test/compact_test/RT0127-rt-compact-FieldIsAnnotationPresent/test.cfg b/testsuite/java_test/compact_test/RT0127-rt-compact-FieldIsAnnotationPresent/test.cfg index 0493d725c2..2257a4f486 100644 --- a/testsuite/java_test/compact_test/RT0127-rt-compact-FieldIsAnnotationPresent/test.cfg +++ b/testsuite/java_test/compact_test/RT0127-rt-compact-FieldIsAnnotationPresent/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldIsAnnotationPresent) run(FieldIsAnnotationPresent) diff --git a/testsuite/java_test/compact_test/RT0128-rt-compact-FieldToGenericString/test.cfg b/testsuite/java_test/compact_test/RT0128-rt-compact-FieldToGenericString/test.cfg index beffa74901..e26bcb6528 100644 --- a/testsuite/java_test/compact_test/RT0128-rt-compact-FieldToGenericString/test.cfg +++ b/testsuite/java_test/compact_test/RT0128-rt-compact-FieldToGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldToGenericString) run(FieldToGenericString) diff --git a/testsuite/java_test/compact_test/RT0129-rt-compact-MethodGetAnnotation/test.cfg b/testsuite/java_test/compact_test/RT0129-rt-compact-MethodGetAnnotation/test.cfg index ecf9b41606..a00548a8f3 100644 --- a/testsuite/java_test/compact_test/RT0129-rt-compact-MethodGetAnnotation/test.cfg +++ b/testsuite/java_test/compact_test/RT0129-rt-compact-MethodGetAnnotation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodGetAnnotation) run(MethodGetAnnotation) diff --git a/testsuite/java_test/compact_test/RT0130-rt-compact-MethodGetDeclaredAnnotations/test.cfg b/testsuite/java_test/compact_test/RT0130-rt-compact-MethodGetDeclaredAnnotations/test.cfg index f48e752c0f..5b1644f918 100644 --- a/testsuite/java_test/compact_test/RT0130-rt-compact-MethodGetDeclaredAnnotations/test.cfg +++ b/testsuite/java_test/compact_test/RT0130-rt-compact-MethodGetDeclaredAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodGetDeclaredAnnotations) run(MethodGetDeclaredAnnotations) diff --git a/testsuite/java_test/compact_test/RT0131-rt-compact-MethodgetDefaultValue/test.cfg b/testsuite/java_test/compact_test/RT0131-rt-compact-MethodgetDefaultValue/test.cfg index 7045d53146..2e09141962 100644 --- a/testsuite/java_test/compact_test/RT0131-rt-compact-MethodgetDefaultValue/test.cfg +++ b/testsuite/java_test/compact_test/RT0131-rt-compact-MethodgetDefaultValue/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodGetDefaultValue) run(MethodGetDefaultValue) diff --git a/testsuite/java_test/compact_test/RT0132-rt-compact-MethodGetParameterCount/test.cfg b/testsuite/java_test/compact_test/RT0132-rt-compact-MethodGetParameterCount/test.cfg index e468c2db25..6861c2480f 100644 --- a/testsuite/java_test/compact_test/RT0132-rt-compact-MethodGetParameterCount/test.cfg +++ b/testsuite/java_test/compact_test/RT0132-rt-compact-MethodGetParameterCount/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodGetParameterCount) run(MethodGetParameterCount) diff --git a/testsuite/java_test/compact_test/RT0133-rt-compact-MethodGetTypeParameters/test.cfg b/testsuite/java_test/compact_test/RT0133-rt-compact-MethodGetTypeParameters/test.cfg index 7f6854e1c2..a9da6d2fc2 100644 --- a/testsuite/java_test/compact_test/RT0133-rt-compact-MethodGetTypeParameters/test.cfg +++ b/testsuite/java_test/compact_test/RT0133-rt-compact-MethodGetTypeParameters/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodGetTypeParameters) run(MethodGetTypeParameters) diff --git a/testsuite/java_test/compact_test/RT0134-rt-compact-MethodIsDefault/test.cfg b/testsuite/java_test/compact_test/RT0134-rt-compact-MethodIsDefault/test.cfg index ece7667214..c6f1711262 100644 --- a/testsuite/java_test/compact_test/RT0134-rt-compact-MethodIsDefault/test.cfg +++ b/testsuite/java_test/compact_test/RT0134-rt-compact-MethodIsDefault/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodIsDefault) run(MethodIsDefault) diff --git a/testsuite/java_test/compact_test/RT0135-rt-compact-MethodToGenericString/test.cfg b/testsuite/java_test/compact_test/RT0135-rt-compact-MethodToGenericString/test.cfg index b76f84edd0..db0eec92f9 100644 --- a/testsuite/java_test/compact_test/RT0135-rt-compact-MethodToGenericString/test.cfg +++ b/testsuite/java_test/compact_test/RT0135-rt-compact-MethodToGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodToGenericString) run(MethodToGenericString) diff --git a/testsuite/java_test/compact_test/RT0136-rt-compact-ParameterGetAnnotation/test.cfg b/testsuite/java_test/compact_test/RT0136-rt-compact-ParameterGetAnnotation/test.cfg index c83b597de8..8554f71699 100644 --- a/testsuite/java_test/compact_test/RT0136-rt-compact-ParameterGetAnnotation/test.cfg +++ b/testsuite/java_test/compact_test/RT0136-rt-compact-ParameterGetAnnotation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetAnnotation) run(ParameterGetAnnotation) diff --git a/testsuite/java_test/compact_test/RT0137-rt-compact-ParameterGetAnnotations/test.cfg b/testsuite/java_test/compact_test/RT0137-rt-compact-ParameterGetAnnotations/test.cfg index 298a5d2e3f..f582e9e522 100644 --- a/testsuite/java_test/compact_test/RT0137-rt-compact-ParameterGetAnnotations/test.cfg +++ b/testsuite/java_test/compact_test/RT0137-rt-compact-ParameterGetAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetAnnotations) run(ParameterGetAnnotations) diff --git a/testsuite/java_test/compact_test/RT0138-rt-compact-ParameterGetAnnotationsByType/test.cfg b/testsuite/java_test/compact_test/RT0138-rt-compact-ParameterGetAnnotationsByType/test.cfg index 09d64a7784..7388addf17 100644 --- a/testsuite/java_test/compact_test/RT0138-rt-compact-ParameterGetAnnotationsByType/test.cfg +++ b/testsuite/java_test/compact_test/RT0138-rt-compact-ParameterGetAnnotationsByType/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetAnnotationsByType) run(ParameterGetAnnotationsByType) diff --git a/testsuite/java_test/compact_test/RT0139-rt-compact-ParameterGetDeclaredAnnotation/test.cfg b/testsuite/java_test/compact_test/RT0139-rt-compact-ParameterGetDeclaredAnnotation/test.cfg index 09fc082610..f2abad221b 100644 --- a/testsuite/java_test/compact_test/RT0139-rt-compact-ParameterGetDeclaredAnnotation/test.cfg +++ b/testsuite/java_test/compact_test/RT0139-rt-compact-ParameterGetDeclaredAnnotation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetDeclaredAnnotation) run(ParameterGetDeclaredAnnotation) diff --git a/testsuite/java_test/compact_test/RT0140-rt-compact-ParameterGetDeclaredAnnotations/test.cfg b/testsuite/java_test/compact_test/RT0140-rt-compact-ParameterGetDeclaredAnnotations/test.cfg index db342d3e79..68fd03412f 100644 --- a/testsuite/java_test/compact_test/RT0140-rt-compact-ParameterGetDeclaredAnnotations/test.cfg +++ b/testsuite/java_test/compact_test/RT0140-rt-compact-ParameterGetDeclaredAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetDeclaredAnnotations) run(ParameterGetDeclaredAnnotations) diff --git a/testsuite/java_test/compact_test/RT0141-rt-compact-ParameterGetDeclaredAnnotationsByType/test.cfg b/testsuite/java_test/compact_test/RT0141-rt-compact-ParameterGetDeclaredAnnotationsByType/test.cfg index c33d69b4bb..2d994d2af0 100644 --- a/testsuite/java_test/compact_test/RT0141-rt-compact-ParameterGetDeclaredAnnotationsByType/test.cfg +++ b/testsuite/java_test/compact_test/RT0141-rt-compact-ParameterGetDeclaredAnnotationsByType/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetDeclaredAnnotationsByType) run(ParameterGetDeclaredAnnotationsByType) diff --git a/testsuite/java_test/compact_test/RT0142-rt-compact-ReflectionAnnotationGetClass/test.cfg b/testsuite/java_test/compact_test/RT0142-rt-compact-ReflectionAnnotationGetClass/test.cfg index 91f31237f2..4784ac8797 100644 --- a/testsuite/java_test/compact_test/RT0142-rt-compact-ReflectionAnnotationGetClass/test.cfg +++ b/testsuite/java_test/compact_test/RT0142-rt-compact-ReflectionAnnotationGetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionAnnotationGetClass) run(ReflectionAnnotationGetClass) diff --git a/testsuite/java_test/compact_test/RT0143-rt-compact-ClinitClassNewInstance/test.cfg b/testsuite/java_test/compact_test/RT0143-rt-compact-ClinitClassNewInstance/test.cfg index 1974ad8777..91b181ff9f 100644 --- a/testsuite/java_test/compact_test/RT0143-rt-compact-ClinitClassNewInstance/test.cfg +++ b/testsuite/java_test/compact_test/RT0143-rt-compact-ClinitClassNewInstance/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitClassNewInstance) run(ClassInitClassNewInstance) diff --git a/testsuite/java_test/compact_test/RT0144-rt-compact-ClinitConstructorNewInstance/test.cfg b/testsuite/java_test/compact_test/RT0144-rt-compact-ClinitConstructorNewInstance/test.cfg index 25a361f073..0fed7c5750 100644 --- a/testsuite/java_test/compact_test/RT0144-rt-compact-ClinitConstructorNewInstance/test.cfg +++ b/testsuite/java_test/compact_test/RT0144-rt-compact-ClinitConstructorNewInstance/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitConstructorNewInstance) run(ClassInitConstructorNewInstance) diff --git a/testsuite/java_test/compact_test/RT0145-rt-compact-ClinitFieldGetBooleanStatic/test.cfg b/testsuite/java_test/compact_test/RT0145-rt-compact-ClinitFieldGetBooleanStatic/test.cfg index 2099f29be6..1c84bf6ec9 100644 --- a/testsuite/java_test/compact_test/RT0145-rt-compact-ClinitFieldGetBooleanStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0145-rt-compact-ClinitFieldGetBooleanStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetBooleanStatic) run(ClassInitFieldGetBooleanStatic) diff --git a/testsuite/java_test/compact_test/RT0146-rt-compact-ClinitFieldGetByteStatic/test.cfg b/testsuite/java_test/compact_test/RT0146-rt-compact-ClinitFieldGetByteStatic/test.cfg index f0bcec9517..0de9ca38fa 100644 --- a/testsuite/java_test/compact_test/RT0146-rt-compact-ClinitFieldGetByteStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0146-rt-compact-ClinitFieldGetByteStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetByteStatic) run(ClassInitFieldGetByteStatic) diff --git a/testsuite/java_test/compact_test/RT0147-rt-compact-ClinitFieldGetCharStatic/test.cfg b/testsuite/java_test/compact_test/RT0147-rt-compact-ClinitFieldGetCharStatic/test.cfg index 607f0c6737..16ceb031ca 100644 --- a/testsuite/java_test/compact_test/RT0147-rt-compact-ClinitFieldGetCharStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0147-rt-compact-ClinitFieldGetCharStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetCharStatic) run(ClassInitFieldGetCharStatic) diff --git a/testsuite/java_test/compact_test/RT0148-rt-compact-ClinitFieldGetDoubleStatic/test.cfg b/testsuite/java_test/compact_test/RT0148-rt-compact-ClinitFieldGetDoubleStatic/test.cfg index bc534102a0..e9e751d166 100644 --- a/testsuite/java_test/compact_test/RT0148-rt-compact-ClinitFieldGetDoubleStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0148-rt-compact-ClinitFieldGetDoubleStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetDoubleStatic) run(ClassInitFieldGetDoubleStatic) diff --git a/testsuite/java_test/compact_test/RT0149-rt-compact-ClinitFieldGetFloatStatic/test.cfg b/testsuite/java_test/compact_test/RT0149-rt-compact-ClinitFieldGetFloatStatic/test.cfg index 4f5e985662..4620d0f6aa 100644 --- a/testsuite/java_test/compact_test/RT0149-rt-compact-ClinitFieldGetFloatStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0149-rt-compact-ClinitFieldGetFloatStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetFloatStatic) run(ClassInitFieldGetFloatStatic) diff --git a/testsuite/java_test/compact_test/RT0150-rt-compact-ClinitFieldGetIntStatic/test.cfg b/testsuite/java_test/compact_test/RT0150-rt-compact-ClinitFieldGetIntStatic/test.cfg index 46499c2a92..7cdd9f9f97 100644 --- a/testsuite/java_test/compact_test/RT0150-rt-compact-ClinitFieldGetIntStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0150-rt-compact-ClinitFieldGetIntStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetIntStatic) run(ClassInitFieldGetIntStatic) diff --git a/testsuite/java_test/compact_test/RT0151-rt-compact-ClinitFieldGetLongStatic/test.cfg b/testsuite/java_test/compact_test/RT0151-rt-compact-ClinitFieldGetLongStatic/test.cfg index afe14aec27..bd34e1a6d5 100644 --- a/testsuite/java_test/compact_test/RT0151-rt-compact-ClinitFieldGetLongStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0151-rt-compact-ClinitFieldGetLongStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetLongStatic) run(ClassInitFieldGetLongStatic) diff --git a/testsuite/java_test/compact_test/RT0152-rt-compact-ClinitFieldGetShortStatic/test.cfg b/testsuite/java_test/compact_test/RT0152-rt-compact-ClinitFieldGetShortStatic/test.cfg index 11a217d81f..14b4d7892e 100644 --- a/testsuite/java_test/compact_test/RT0152-rt-compact-ClinitFieldGetShortStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0152-rt-compact-ClinitFieldGetShortStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetShortStatic) run(ClassInitFieldGetShortStatic) diff --git a/testsuite/java_test/compact_test/RT0153-rt-compact-ClinitFieldGetStatic/test.cfg b/testsuite/java_test/compact_test/RT0153-rt-compact-ClinitFieldGetStatic/test.cfg index e51cb828f8..c040570d94 100644 --- a/testsuite/java_test/compact_test/RT0153-rt-compact-ClinitFieldGetStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0153-rt-compact-ClinitFieldGetStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetStatic) run(ClassInitFieldGetStatic) diff --git a/testsuite/java_test/compact_test/RT0154-rt-compact-ClinitFieldOtherMethod/test.cfg b/testsuite/java_test/compact_test/RT0154-rt-compact-ClinitFieldOtherMethod/test.cfg index e732c328c0..a47f119bb7 100644 --- a/testsuite/java_test/compact_test/RT0154-rt-compact-ClinitFieldOtherMethod/test.cfg +++ b/testsuite/java_test/compact_test/RT0154-rt-compact-ClinitFieldOtherMethod/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldOtherMethod) run(ClassInitFieldOtherMethod) diff --git a/testsuite/java_test/compact_test/RT0155-rt-compact-ClinitFieldSetBooleanStatic/test.cfg b/testsuite/java_test/compact_test/RT0155-rt-compact-ClinitFieldSetBooleanStatic/test.cfg index 06efaf3974..af30a4c09e 100644 --- a/testsuite/java_test/compact_test/RT0155-rt-compact-ClinitFieldSetBooleanStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0155-rt-compact-ClinitFieldSetBooleanStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetBooleanStatic) run(ClassInitFieldSetBooleanStatic) diff --git a/testsuite/java_test/compact_test/RT0156-rt-compact-ClinitFieldSetByteStatic/test.cfg b/testsuite/java_test/compact_test/RT0156-rt-compact-ClinitFieldSetByteStatic/test.cfg index f13f377032..8caa52cbcc 100644 --- a/testsuite/java_test/compact_test/RT0156-rt-compact-ClinitFieldSetByteStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0156-rt-compact-ClinitFieldSetByteStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetByteStatic) run(ClassInitFieldSetByteStatic) diff --git a/testsuite/java_test/compact_test/RT0157-rt-compact-ClinitFieldSetCharStatic/test.cfg b/testsuite/java_test/compact_test/RT0157-rt-compact-ClinitFieldSetCharStatic/test.cfg index 2fa8ac2248..65c9d60e76 100644 --- a/testsuite/java_test/compact_test/RT0157-rt-compact-ClinitFieldSetCharStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0157-rt-compact-ClinitFieldSetCharStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetCharStatic) run(ClassInitFieldSetCharStatic) diff --git a/testsuite/java_test/compact_test/RT0158-rt-compact-ClinitFieldSetDoubleStatic/test.cfg b/testsuite/java_test/compact_test/RT0158-rt-compact-ClinitFieldSetDoubleStatic/test.cfg index 60060498b3..16f3434b4e 100644 --- a/testsuite/java_test/compact_test/RT0158-rt-compact-ClinitFieldSetDoubleStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0158-rt-compact-ClinitFieldSetDoubleStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetDoubleStatic) run(ClassInitFieldSetDoubleStatic) diff --git a/testsuite/java_test/compact_test/RT0159-rt-compact-ClinitFieldSetFloatStatic/test.cfg b/testsuite/java_test/compact_test/RT0159-rt-compact-ClinitFieldSetFloatStatic/test.cfg index 613dd74deb..35973a71ce 100644 --- a/testsuite/java_test/compact_test/RT0159-rt-compact-ClinitFieldSetFloatStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0159-rt-compact-ClinitFieldSetFloatStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetFloatStatic) run(ClassInitFieldSetFloatStatic) diff --git a/testsuite/java_test/compact_test/RT0160-rt-compact-ClinitFieldSetIntStatic/test.cfg b/testsuite/java_test/compact_test/RT0160-rt-compact-ClinitFieldSetIntStatic/test.cfg index c2d4510413..e89ccd9fce 100644 --- a/testsuite/java_test/compact_test/RT0160-rt-compact-ClinitFieldSetIntStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0160-rt-compact-ClinitFieldSetIntStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetIntStatic) run(ClassInitFieldSetIntStatic) diff --git a/testsuite/java_test/compact_test/RT0161-rt-compact-ClinitFieldSetLongStatic/test.cfg b/testsuite/java_test/compact_test/RT0161-rt-compact-ClinitFieldSetLongStatic/test.cfg index 445b38a8ee..3678b49933 100644 --- a/testsuite/java_test/compact_test/RT0161-rt-compact-ClinitFieldSetLongStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0161-rt-compact-ClinitFieldSetLongStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetLongStatic) run(ClassInitFieldSetLongStatic) diff --git a/testsuite/java_test/compact_test/RT0162-rt-compact-ClinitFieldSetShortStatic/test.cfg b/testsuite/java_test/compact_test/RT0162-rt-compact-ClinitFieldSetShortStatic/test.cfg index 6547b397f9..80d1f7ef31 100644 --- a/testsuite/java_test/compact_test/RT0162-rt-compact-ClinitFieldSetShortStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0162-rt-compact-ClinitFieldSetShortStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetShortStatic) run(ClassInitFieldSetShortStatic) diff --git a/testsuite/java_test/compact_test/RT0163-rt-compact-ClinitFieldSetStatic/test.cfg b/testsuite/java_test/compact_test/RT0163-rt-compact-ClinitFieldSetStatic/test.cfg index 8fbc5aa95c..820a7ecaf1 100644 --- a/testsuite/java_test/compact_test/RT0163-rt-compact-ClinitFieldSetStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0163-rt-compact-ClinitFieldSetStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetStatic) run(ClassInitFieldSetStatic) diff --git a/testsuite/java_test/compact_test/RT0164-rt-compact-ClinitMethodInvokeStatic/test.cfg b/testsuite/java_test/compact_test/RT0164-rt-compact-ClinitMethodInvokeStatic/test.cfg index e3f46cd636..4466c39397 100644 --- a/testsuite/java_test/compact_test/RT0164-rt-compact-ClinitMethodInvokeStatic/test.cfg +++ b/testsuite/java_test/compact_test/RT0164-rt-compact-ClinitMethodInvokeStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitMethodInvokeStatic) run(ClassInitMethodInvokeStatic) diff --git a/testsuite/java_test/compact_test/RT0165-rt-compact-ClinitFieldGetBooleanInterface/test.cfg b/testsuite/java_test/compact_test/RT0165-rt-compact-ClinitFieldGetBooleanInterface/test.cfg index 124c9cff27..f13798e6ab 100644 --- a/testsuite/java_test/compact_test/RT0165-rt-compact-ClinitFieldGetBooleanInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0165-rt-compact-ClinitFieldGetBooleanInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetBooleanInterface) run(ClassInitFieldGetBooleanInterface) diff --git a/testsuite/java_test/compact_test/RT0166-rt-compact-ClinitFieldGetByteInterface/test.cfg b/testsuite/java_test/compact_test/RT0166-rt-compact-ClinitFieldGetByteInterface/test.cfg index 3a8eb14296..0d0e8742d6 100644 --- a/testsuite/java_test/compact_test/RT0166-rt-compact-ClinitFieldGetByteInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0166-rt-compact-ClinitFieldGetByteInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetByteInterface) run(ClassInitFieldGetByteInterface) diff --git a/testsuite/java_test/compact_test/RT0167-rt-compact-ClinitFieldGetCharInterface/test.cfg b/testsuite/java_test/compact_test/RT0167-rt-compact-ClinitFieldGetCharInterface/test.cfg index 4812994d40..6231c9e9b9 100644 --- a/testsuite/java_test/compact_test/RT0167-rt-compact-ClinitFieldGetCharInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0167-rt-compact-ClinitFieldGetCharInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetCharInterface) run(ClassInitFieldGetCharInterface) diff --git a/testsuite/java_test/compact_test/RT0168-rt-compact-ClinitFieldGetDoubleInterface/test.cfg b/testsuite/java_test/compact_test/RT0168-rt-compact-ClinitFieldGetDoubleInterface/test.cfg index cfb69664ae..5365c21066 100644 --- a/testsuite/java_test/compact_test/RT0168-rt-compact-ClinitFieldGetDoubleInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0168-rt-compact-ClinitFieldGetDoubleInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetDoubleInterface) run(ClassInitFieldGetDoubleInterface) diff --git a/testsuite/java_test/compact_test/RT0169-rt-compact-ClinitFieldGetFloatInterface/test.cfg b/testsuite/java_test/compact_test/RT0169-rt-compact-ClinitFieldGetFloatInterface/test.cfg index c46b7b457e..bae327b736 100644 --- a/testsuite/java_test/compact_test/RT0169-rt-compact-ClinitFieldGetFloatInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0169-rt-compact-ClinitFieldGetFloatInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetFloatInterface) run(ClassInitFieldGetFloatInterface) diff --git a/testsuite/java_test/compact_test/RT0170-rt-compact-ClinitFieldGetInterface/test.cfg b/testsuite/java_test/compact_test/RT0170-rt-compact-ClinitFieldGetInterface/test.cfg index dc1fee4b22..3b28d6ef59 100644 --- a/testsuite/java_test/compact_test/RT0170-rt-compact-ClinitFieldGetInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0170-rt-compact-ClinitFieldGetInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetInterface) run(ClassInitFieldGetInterface) diff --git a/testsuite/java_test/compact_test/RT0171-rt-compact-ClinitFieldGetIntInterface/test.cfg b/testsuite/java_test/compact_test/RT0171-rt-compact-ClinitFieldGetIntInterface/test.cfg index e0af09c702..1575a30fdf 100644 --- a/testsuite/java_test/compact_test/RT0171-rt-compact-ClinitFieldGetIntInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0171-rt-compact-ClinitFieldGetIntInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetIntInterface) run(ClassInitFieldGetIntInterface) diff --git a/testsuite/java_test/compact_test/RT0172-rt-compact-ClinitFieldGetLongInterface/test.cfg b/testsuite/java_test/compact_test/RT0172-rt-compact-ClinitFieldGetLongInterface/test.cfg index 6c4a59df50..d9724c00a8 100644 --- a/testsuite/java_test/compact_test/RT0172-rt-compact-ClinitFieldGetLongInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0172-rt-compact-ClinitFieldGetLongInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetLongInterface) run(ClassInitFieldGetLongInterface) diff --git a/testsuite/java_test/compact_test/RT0173-rt-compact-ClinitFieldGetShortInterface/test.cfg b/testsuite/java_test/compact_test/RT0173-rt-compact-ClinitFieldGetShortInterface/test.cfg index 4f8d73542a..e571f4ebcf 100644 --- a/testsuite/java_test/compact_test/RT0173-rt-compact-ClinitFieldGetShortInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0173-rt-compact-ClinitFieldGetShortInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetShortInterface) run(ClassInitFieldGetShortInterface) diff --git a/testsuite/java_test/compact_test/RT0174-rt-compact-ClinitFieldOtherMethodInterface/test.cfg b/testsuite/java_test/compact_test/RT0174-rt-compact-ClinitFieldOtherMethodInterface/test.cfg index 1febba627f..ae6f283fe1 100644 --- a/testsuite/java_test/compact_test/RT0174-rt-compact-ClinitFieldOtherMethodInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0174-rt-compact-ClinitFieldOtherMethodInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldOtherMethodInterface) run(ClassInitFieldOtherMethodInterface) diff --git a/testsuite/java_test/compact_test/RT0175-rt-compact-ClinitFieldSetBooleanInterface/test.cfg b/testsuite/java_test/compact_test/RT0175-rt-compact-ClinitFieldSetBooleanInterface/test.cfg index eccb561d02..a26eb0d13e 100644 --- a/testsuite/java_test/compact_test/RT0175-rt-compact-ClinitFieldSetBooleanInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0175-rt-compact-ClinitFieldSetBooleanInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetBooleanInterface) run(ClassInitFieldSetBooleanInterface) diff --git a/testsuite/java_test/compact_test/RT0176-rt-compact-ClinitFieldSetByteInterface/test.cfg b/testsuite/java_test/compact_test/RT0176-rt-compact-ClinitFieldSetByteInterface/test.cfg index 87b2d92832..68d2181359 100644 --- a/testsuite/java_test/compact_test/RT0176-rt-compact-ClinitFieldSetByteInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0176-rt-compact-ClinitFieldSetByteInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetByteInterface) run(ClassInitFieldSetByteInterface) diff --git a/testsuite/java_test/compact_test/RT0177-rt-compact-ClinitFieldSetFloatInterface/test.cfg b/testsuite/java_test/compact_test/RT0177-rt-compact-ClinitFieldSetFloatInterface/test.cfg index 286cb316d0..39f4ed2d2f 100644 --- a/testsuite/java_test/compact_test/RT0177-rt-compact-ClinitFieldSetFloatInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0177-rt-compact-ClinitFieldSetFloatInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetFloatInterface) run(ClassInitFieldSetFloatInterface) diff --git a/testsuite/java_test/compact_test/RT0178-rt-compact-ClinitFieldSetInterface/test.cfg b/testsuite/java_test/compact_test/RT0178-rt-compact-ClinitFieldSetInterface/test.cfg index e962f1c796..0009d5a0b7 100644 --- a/testsuite/java_test/compact_test/RT0178-rt-compact-ClinitFieldSetInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0178-rt-compact-ClinitFieldSetInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetInterface) run(ClassInitFieldSetInterface) diff --git a/testsuite/java_test/compact_test/RT0179-rt-compact-ClinitFieldSetIntInterface/test.cfg b/testsuite/java_test/compact_test/RT0179-rt-compact-ClinitFieldSetIntInterface/test.cfg index b98d7f9f68..6ff549308b 100644 --- a/testsuite/java_test/compact_test/RT0179-rt-compact-ClinitFieldSetIntInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0179-rt-compact-ClinitFieldSetIntInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetIntInterface) run(ClassInitFieldSetIntInterface) diff --git a/testsuite/java_test/compact_test/RT0180-rt-compact-ClinitFieldSetLongInterface/test.cfg b/testsuite/java_test/compact_test/RT0180-rt-compact-ClinitFieldSetLongInterface/test.cfg index b800b479fa..4e1b4cf8ab 100644 --- a/testsuite/java_test/compact_test/RT0180-rt-compact-ClinitFieldSetLongInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0180-rt-compact-ClinitFieldSetLongInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetLongInterface) run(ClassInitFieldSetLongInterface) diff --git a/testsuite/java_test/compact_test/RT0181-rt-compact-ClinitFieldSetShortInterface/test.cfg b/testsuite/java_test/compact_test/RT0181-rt-compact-ClinitFieldSetShortInterface/test.cfg index 6153336cd5..2bb37a45a1 100644 --- a/testsuite/java_test/compact_test/RT0181-rt-compact-ClinitFieldSetShortInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0181-rt-compact-ClinitFieldSetShortInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetShortInterface) run(ClassInitFieldSetShortInterface) diff --git a/testsuite/java_test/compact_test/RT0182-rt-compact-ClinitMethodInvokeInterface/test.cfg b/testsuite/java_test/compact_test/RT0182-rt-compact-ClinitMethodInvokeInterface/test.cfg index 2ba74e2e84..a9af44cc4b 100644 --- a/testsuite/java_test/compact_test/RT0182-rt-compact-ClinitMethodInvokeInterface/test.cfg +++ b/testsuite/java_test/compact_test/RT0182-rt-compact-ClinitMethodInvokeInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitMethodInvokeInterface) run(ClassInitMethodInvokeInterface) diff --git a/testsuite/java_test/compact_test/RT0183-rt-compact-FieldMultiThreadTest/test.cfg b/testsuite/java_test/compact_test/RT0183-rt-compact-FieldMultiThreadTest/test.cfg index 878d22ef23..58d2a6fd3e 100644 --- a/testsuite/java_test/compact_test/RT0183-rt-compact-FieldMultiThreadTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0183-rt-compact-FieldMultiThreadTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldMultiThreadTest) run(FieldMultiThreadTest) diff --git a/testsuite/java_test/compact_test/RT0184-rt-compact-MethodTest/test.cfg b/testsuite/java_test/compact_test/RT0184-rt-compact-MethodTest/test.cfg index b52fd6d679..aa8bf99c48 100755 --- a/testsuite/java_test/compact_test/RT0184-rt-compact-MethodTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0184-rt-compact-MethodTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodTest) run(MethodTest) diff --git a/testsuite/java_test/compact_test/RT0185-rt-compact-MethodMultiThreadTest/test.cfg b/testsuite/java_test/compact_test/RT0185-rt-compact-MethodMultiThreadTest/test.cfg index 98b348fcea..6c8c5ec897 100755 --- a/testsuite/java_test/compact_test/RT0185-rt-compact-MethodMultiThreadTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0185-rt-compact-MethodMultiThreadTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodMultiThreadTest) run(MethodMultiThreadTest) diff --git a/testsuite/java_test/compact_test/RT0186-rt-compact-ConstructorTest/test.cfg b/testsuite/java_test/compact_test/RT0186-rt-compact-ConstructorTest/test.cfg index ccfa3945dc..b219b5e081 100755 --- a/testsuite/java_test/compact_test/RT0186-rt-compact-ConstructorTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0186-rt-compact-ConstructorTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorTest) run(ConstructorTest) diff --git a/testsuite/java_test/compact_test/RT0187-rt-compact-ConstructorMultiThreadTest/test.cfg b/testsuite/java_test/compact_test/RT0187-rt-compact-ConstructorMultiThreadTest/test.cfg index 3df0352b8d..a4130034c4 100755 --- a/testsuite/java_test/compact_test/RT0187-rt-compact-ConstructorMultiThreadTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0187-rt-compact-ConstructorMultiThreadTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorMultiThreadTest) run(ConstructorMultiThreadTest) diff --git a/testsuite/java_test/compact_test/RT0188-rt-compact-MethodHandleReflectCombineTest/test.cfg b/testsuite/java_test/compact_test/RT0188-rt-compact-MethodHandleReflectCombineTest/test.cfg index ddda885a07..baf8c24b3b 100755 --- a/testsuite/java_test/compact_test/RT0188-rt-compact-MethodHandleReflectCombineTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0188-rt-compact-MethodHandleReflectCombineTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodHandleReflectCombineTest) run(MethodHandleReflectCombineTest) diff --git a/testsuite/java_test/compact_test/RT0189-rt-compact-FieldTest/test.cfg b/testsuite/java_test/compact_test/RT0189-rt-compact-FieldTest/test.cfg index 24de1ebe90..ec3f12a923 100755 --- a/testsuite/java_test/compact_test/RT0189-rt-compact-FieldTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0189-rt-compact-FieldTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldTest) run(FieldTest) diff --git a/testsuite/java_test/compact_test/RT0190-rt-compact-AnnotationTypeSetTest/test.cfg b/testsuite/java_test/compact_test/RT0190-rt-compact-AnnotationTypeSetTest/test.cfg index c02d23d2dc..8ea5008fce 100644 --- a/testsuite/java_test/compact_test/RT0190-rt-compact-AnnotationTypeSetTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0190-rt-compact-AnnotationTypeSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeSetTest) run(AnnotationTypeSetTest) diff --git a/testsuite/java_test/compact_test/RT0191-rt-compact-AnnotationTypeInterfaceSetTest/test.cfg b/testsuite/java_test/compact_test/RT0191-rt-compact-AnnotationTypeInterfaceSetTest/test.cfg index e24e8933b3..6b32e873b4 100644 --- a/testsuite/java_test/compact_test/RT0191-rt-compact-AnnotationTypeInterfaceSetTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0191-rt-compact-AnnotationTypeInterfaceSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeInterfaceSetTest) run(AnnotationTypeInterfaceSetTest) diff --git a/testsuite/java_test/compact_test/RT0192-rt-compact-AnnotationTypeEnumSetTest/test.cfg b/testsuite/java_test/compact_test/RT0192-rt-compact-AnnotationTypeEnumSetTest/test.cfg index 1b62d829d7..ee4cdfc20d 100644 --- a/testsuite/java_test/compact_test/RT0192-rt-compact-AnnotationTypeEnumSetTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0192-rt-compact-AnnotationTypeEnumSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeEnumSetTest) run(AnnotationTypeEnumSetTest) diff --git a/testsuite/java_test/compact_test/RT0193-rt-compact-AnnotationFieldSetTest/test.cfg b/testsuite/java_test/compact_test/RT0193-rt-compact-AnnotationFieldSetTest/test.cfg index dfa780db4d..4dc898cb30 100644 --- a/testsuite/java_test/compact_test/RT0193-rt-compact-AnnotationFieldSetTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0193-rt-compact-AnnotationFieldSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationFieldSetTest) run(AnnotationFieldSetTest) diff --git a/testsuite/java_test/compact_test/RT0194-rt-compact-AnnotationStaticFieldSetTest/test.cfg b/testsuite/java_test/compact_test/RT0194-rt-compact-AnnotationStaticFieldSetTest/test.cfg index 490148d950..50f69044c8 100644 --- a/testsuite/java_test/compact_test/RT0194-rt-compact-AnnotationStaticFieldSetTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0194-rt-compact-AnnotationStaticFieldSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationStaticFieldSetTest) run(AnnotationStaticFieldSetTest) diff --git a/testsuite/java_test/compact_test/RT0195-rt-compact-AnnotationMethodSetTest/test.cfg b/testsuite/java_test/compact_test/RT0195-rt-compact-AnnotationMethodSetTest/test.cfg index 6ead34d56a..61341eb20d 100644 --- a/testsuite/java_test/compact_test/RT0195-rt-compact-AnnotationMethodSetTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0195-rt-compact-AnnotationMethodSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationMethodSetTest) run(AnnotationMethodSetTest) diff --git a/testsuite/java_test/compact_test/RT0196-rt-compact-AnnotationParameterSetTest/test.cfg b/testsuite/java_test/compact_test/RT0196-rt-compact-AnnotationParameterSetTest/test.cfg index 147b0b6669..6275cf89e4 100644 --- a/testsuite/java_test/compact_test/RT0196-rt-compact-AnnotationParameterSetTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0196-rt-compact-AnnotationParameterSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationParameterSetTest) run(AnnotationParameterSetTest) diff --git a/testsuite/java_test/compact_test/RT0197-rt-compact-AnnotationConstructorSetTest/test.cfg b/testsuite/java_test/compact_test/RT0197-rt-compact-AnnotationConstructorSetTest/test.cfg index 8478e3a110..d5a9e85d95 100644 --- a/testsuite/java_test/compact_test/RT0197-rt-compact-AnnotationConstructorSetTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0197-rt-compact-AnnotationConstructorSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationConstructorSetTest) run(AnnotationConstructorSetTest) diff --git a/testsuite/java_test/compact_test/RT0198-rt-compact-AnnotationAnnotationTypeSetTest/test.cfg b/testsuite/java_test/compact_test/RT0198-rt-compact-AnnotationAnnotationTypeSetTest/test.cfg index 63efe55f95..cb99dab576 100644 --- a/testsuite/java_test/compact_test/RT0198-rt-compact-AnnotationAnnotationTypeSetTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0198-rt-compact-AnnotationAnnotationTypeSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationAnnotationTypeSetTest) run(AnnotationAnnotationTypeSetTest) diff --git a/testsuite/java_test/compact_test/RT0199-rt-compact-AnnotationPackageSetTest/test.cfg b/testsuite/java_test/compact_test/RT0199-rt-compact-AnnotationPackageSetTest/test.cfg index 2a45b78761..443b58b1a8 100644 --- a/testsuite/java_test/compact_test/RT0199-rt-compact-AnnotationPackageSetTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0199-rt-compact-AnnotationPackageSetTest/test.cfg @@ -1,4 +1,3 @@ -clean() javac com/huawei/*.java jar -cvf com.huawei.AnnotationPackageSetTest.jar com/ ${OUT_ROOT}/target/product/public/bin/jar2dex -p ${OUT_ROOT}/target/product/public/third-party/JAVA_LIBRARIES/core-oj_intermediates/classes.jar:${OUT_ROOT}/target/product/public/third-party/JAVA_LIBRARIES/core-libart_intermediates/classes.jar:${OUT_ROOT}/target/product/public/third-party/JAVA_LIBRARIES/framework_intermediates/classes.jar:${OUT_ROOT}/target/product/public/third-party/JAVA_LIBRARIES/services_intermediates/classes.jar -i com.huawei.AnnotationPackageSetTest.jar diff --git a/testsuite/java_test/compact_test/RT0200-rt-compact-AnnotationTypeParameterSetTest/test.cfg b/testsuite/java_test/compact_test/RT0200-rt-compact-AnnotationTypeParameterSetTest/test.cfg index 9be48f1100..91858c2876 100644 --- a/testsuite/java_test/compact_test/RT0200-rt-compact-AnnotationTypeParameterSetTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0200-rt-compact-AnnotationTypeParameterSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeParameterSetTest) run(AnnotationTypeParameterSetTest) diff --git a/testsuite/java_test/compact_test/RT0201-rt-compact-AnnotationTypeUseSetTest/test.cfg b/testsuite/java_test/compact_test/RT0201-rt-compact-AnnotationTypeUseSetTest/test.cfg index de633afd11..32e449eb78 100644 --- a/testsuite/java_test/compact_test/RT0201-rt-compact-AnnotationTypeUseSetTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0201-rt-compact-AnnotationTypeUseSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeUseSetTest) run(AnnotationTypeUseSetTest) diff --git a/testsuite/java_test/compact_test/RT0202-rt-compact-AnnotationMultiThread/test.cfg b/testsuite/java_test/compact_test/RT0202-rt-compact-AnnotationMultiThread/test.cfg index 548dbbdeb4..f0a86e6cb9 100644 --- a/testsuite/java_test/compact_test/RT0202-rt-compact-AnnotationMultiThread/test.cfg +++ b/testsuite/java_test/compact_test/RT0202-rt-compact-AnnotationMultiThread/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationMultiThread) run(AnnotationMultiThread) diff --git a/testsuite/java_test/compact_test/RT0203-rt-compact-ReflectSpecialClassNameTest/test.cfg b/testsuite/java_test/compact_test/RT0203-rt-compact-ReflectSpecialClassNameTest/test.cfg index 0dc062bd43..06e0b8123d 100644 --- a/testsuite/java_test/compact_test/RT0203-rt-compact-ReflectSpecialClassNameTest/test.cfg +++ b/testsuite/java_test/compact_test/RT0203-rt-compact-ReflectSpecialClassNameTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectClassNameTest) run(ReflectClassNameTest) diff --git a/testsuite/java_test/compact_test/RT0204-rt-compact-AnnotationSpecialCharacter/test.cfg b/testsuite/java_test/compact_test/RT0204-rt-compact-AnnotationSpecialCharacter/test.cfg index be5afadc7c..860876a2f7 100644 --- a/testsuite/java_test/compact_test/RT0204-rt-compact-AnnotationSpecialCharacter/test.cfg +++ b/testsuite/java_test/compact_test/RT0204-rt-compact-AnnotationSpecialCharacter/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationNotAscii) run(AnnotationNotAscii) diff --git a/testsuite/java_test/compact_test/RT0205-rt-compact-AnnotationRepeatable/test.cfg b/testsuite/java_test/compact_test/RT0205-rt-compact-AnnotationRepeatable/test.cfg index ece5cb4379..c755472308 100644 --- a/testsuite/java_test/compact_test/RT0205-rt-compact-AnnotationRepeatable/test.cfg +++ b/testsuite/java_test/compact_test/RT0205-rt-compact-AnnotationRepeatable/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationRepeatable) run(AnnotationRepeatable) diff --git a/testsuite/java_test/compact_test/RT0206-rt-compact-AnnotationTypeInnerClassSet/test.cfg b/testsuite/java_test/compact_test/RT0206-rt-compact-AnnotationTypeInnerClassSet/test.cfg index e028fcbf9c..cf69c82b18 100644 --- a/testsuite/java_test/compact_test/RT0206-rt-compact-AnnotationTypeInnerClassSet/test.cfg +++ b/testsuite/java_test/compact_test/RT0206-rt-compact-AnnotationTypeInnerClassSet/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeInnerClassSet) run(AnnotationTypeInnerClassSet) diff --git a/testsuite/java_test/compact_test/RT0207-rt-compact-AnnotationTypeLocalClassSet/test.cfg b/testsuite/java_test/compact_test/RT0207-rt-compact-AnnotationTypeLocalClassSet/test.cfg index 4a88f49362..7c4510af3c 100644 --- a/testsuite/java_test/compact_test/RT0207-rt-compact-AnnotationTypeLocalClassSet/test.cfg +++ b/testsuite/java_test/compact_test/RT0207-rt-compact-AnnotationTypeLocalClassSet/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeLocalClassSet) run(AnnotationTypeLocalClassSet) diff --git a/testsuite/java_test/compact_test/issue-0000-rt-compact-ReflectionforName2/test.cfg b/testsuite/java_test/compact_test/issue-0000-rt-compact-ReflectionforName2/test.cfg index 5baba823ff..4c244676cc 100644 --- a/testsuite/java_test/compact_test/issue-0000-rt-compact-ReflectionforName2/test.cfg +++ b/testsuite/java_test/compact_test/issue-0000-rt-compact-ReflectionforName2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionForName2) run(ReflectionForName2) diff --git a/testsuite/java_test/compact_test/issue-RT0096-rt-compact-ReflectionforName3/test.cfg b/testsuite/java_test/compact_test/issue-RT0096-rt-compact-ReflectionforName3/test.cfg index 53970e2e16..0136d23a39 100644 --- a/testsuite/java_test/compact_test/issue-RT0096-rt-compact-ReflectionforName3/test.cfg +++ b/testsuite/java_test/compact_test/issue-RT0096-rt-compact-ReflectionforName3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionForName3) run(ReflectionForName3) diff --git a/testsuite/java_test/compact_test/issue-RT0893-rt-compact-ClinitFieldSetCharInterface/test.cfg b/testsuite/java_test/compact_test/issue-RT0893-rt-compact-ClinitFieldSetCharInterface/test.cfg index d2311cd9cb..b14f56245e 100644 --- a/testsuite/java_test/compact_test/issue-RT0893-rt-compact-ClinitFieldSetCharInterface/test.cfg +++ b/testsuite/java_test/compact_test/issue-RT0893-rt-compact-ClinitFieldSetCharInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetCharInterface) run(ClassInitFieldSetCharInterface) diff --git a/testsuite/java_test/compact_test/issue-RT0894-rt-compact-ClinitFieldSetDoubleInterface/test.cfg b/testsuite/java_test/compact_test/issue-RT0894-rt-compact-ClinitFieldSetDoubleInterface/test.cfg index 16f5d899c0..fff29896c5 100644 --- a/testsuite/java_test/compact_test/issue-RT0894-rt-compact-ClinitFieldSetDoubleInterface/test.cfg +++ b/testsuite/java_test/compact_test/issue-RT0894-rt-compact-ClinitFieldSetDoubleInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetDoubleInterface) run(ClassInitFieldSetDoubleInterface) diff --git a/testsuite/java_test/eh_test/RT0032-rt-eh-TryFinallyExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0032-rt-eh-TryFinallyExceptionTest/test.cfg index e2d73c21a0..77bcd40b2e 100644 --- a/testsuite/java_test/eh_test/RT0032-rt-eh-TryFinallyExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0032-rt-eh-TryFinallyExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryFinallyExceptionTest) run(TryFinallyExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0033-rt-eh-TryCatchExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0033-rt-eh-TryCatchExceptionTest/test.cfg index b491478891..f7d07134df 100644 --- a/testsuite/java_test/eh_test/RT0033-rt-eh-TryCatchExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0033-rt-eh-TryCatchExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryCatchExceptionTest) run(TryCatchExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0034-rt-eh-TryMultiCatchExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0034-rt-eh-TryMultiCatchExceptionTest/test.cfg index 7d5291dfe8..b0c2bf2cc9 100644 --- a/testsuite/java_test/eh_test/RT0034-rt-eh-TryMultiCatchExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0034-rt-eh-TryMultiCatchExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryMultiCatchExceptionTest) run(TryMultiCatchExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0035-rt-eh-TryMultiCatchMatchFirstExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0035-rt-eh-TryMultiCatchMatchFirstExceptionTest/test.cfg index 6fd8fb02df..7bfd273aa0 100644 --- a/testsuite/java_test/eh_test/RT0035-rt-eh-TryMultiCatchMatchFirstExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0035-rt-eh-TryMultiCatchMatchFirstExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryMultiCatchMatchFirstExceptionTest) run(TryMultiCatchMatchFirstExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0036-rt-eh-TryCatchPipelineExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0036-rt-eh-TryCatchPipelineExceptionTest/test.cfg index eb5e0f8d2f..c88eea1bae 100644 --- a/testsuite/java_test/eh_test/RT0036-rt-eh-TryCatchPipelineExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0036-rt-eh-TryCatchPipelineExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryCatchPipelineExceptionTest) run(TryCatchPipelineExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0037-rt-eh-TryMultiCatchFinallyExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0037-rt-eh-TryMultiCatchFinallyExceptionTest/test.cfg index 35ab357616..c9a63d2c06 100644 --- a/testsuite/java_test/eh_test/RT0037-rt-eh-TryMultiCatchFinallyExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0037-rt-eh-TryMultiCatchFinallyExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryMultiCatchFinallyExceptionTest) run(TryMultiCatchFinallyExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0038-rt-eh-TryCatchResourceExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0038-rt-eh-TryCatchResourceExceptionTest/test.cfg index b43d2144cc..1e19eaf1db 100644 --- a/testsuite/java_test/eh_test/RT0038-rt-eh-TryCatchResourceExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0038-rt-eh-TryCatchResourceExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryCatchResourceExceptionTest) run(TryCatchResourceExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0039-rt-eh-TryCatchThrowExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0039-rt-eh-TryCatchThrowExceptionTest/test.cfg index 7d77119955..16ecd468c1 100644 --- a/testsuite/java_test/eh_test/RT0039-rt-eh-TryCatchThrowExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0039-rt-eh-TryCatchThrowExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryCatchThrowExceptionTest) run(TryCatchThrowExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0040-rt-eh-TryExceptionFinallyExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0040-rt-eh-TryExceptionFinallyExceptionTest/test.cfg index a5722a328a..91034e7ed0 100644 --- a/testsuite/java_test/eh_test/RT0040-rt-eh-TryExceptionFinallyExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0040-rt-eh-TryExceptionFinallyExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryExceptionFinallyExceptionTest) run(TryExceptionFinallyExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0041-rt-eh-TryTryThrowExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0041-rt-eh-TryTryThrowExceptionTest/test.cfg index 186bf1a397..fc63ce6d48 100644 --- a/testsuite/java_test/eh_test/RT0041-rt-eh-TryTryThrowExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0041-rt-eh-TryTryThrowExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryTryThrowExceptionTest) run(TryTryThrowExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0042-rt-eh-TryTryCatchExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0042-rt-eh-TryTryCatchExceptionTest/test.cfg index 4e8a972726..467159c7b9 100644 --- a/testsuite/java_test/eh_test/RT0042-rt-eh-TryTryCatchExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0042-rt-eh-TryTryCatchExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryTryCatchExceptionTest) run(TryTryCatchExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0043-rt-eh-TryCatchTryExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0043-rt-eh-TryCatchTryExceptionTest/test.cfg index 2ebd5af09f..e3db69ff7b 100644 --- a/testsuite/java_test/eh_test/RT0043-rt-eh-TryCatchTryExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0043-rt-eh-TryCatchTryExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryCatchTryExceptionTest) run(TryCatchTryExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0044-rt-eh-DoubleTryCatchFinallyExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0044-rt-eh-DoubleTryCatchFinallyExceptionTest/test.cfg index da330814bf..046f02bd0a 100644 --- a/testsuite/java_test/eh_test/RT0044-rt-eh-DoubleTryCatchFinallyExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0044-rt-eh-DoubleTryCatchFinallyExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(DoubleTryCatchFinallyExceptionTest) run(DoubleTryCatchFinallyExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0045-rt-eh-TryCatchTryCatchFinallyExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0045-rt-eh-TryCatchTryCatchFinallyExceptionTest/test.cfg index 6423e60710..bd87a7783e 100644 --- a/testsuite/java_test/eh_test/RT0045-rt-eh-TryCatchTryCatchFinallyExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0045-rt-eh-TryCatchTryCatchFinallyExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryCatchTryCatchFinallyExceptionTest) run(TryCatchTryCatchFinallyExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0046-rt-eh-TryCatchTryCatchExceptionFinallyTest/test.cfg b/testsuite/java_test/eh_test/RT0046-rt-eh-TryCatchTryCatchExceptionFinallyTest/test.cfg index 54cd65da84..9ae9cc1dcc 100644 --- a/testsuite/java_test/eh_test/RT0046-rt-eh-TryCatchTryCatchExceptionFinallyTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0046-rt-eh-TryCatchTryCatchExceptionFinallyTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryCatchTryCatchExceptionFinallyTest) run(TryCatchTryCatchExceptionFinallyTest) diff --git a/testsuite/java_test/eh_test/RT0047-rt-eh-CatchThrowNewExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0047-rt-eh-CatchThrowNewExceptionTest/test.cfg index 00bc273932..d0eb4e1f70 100644 --- a/testsuite/java_test/eh_test/RT0047-rt-eh-CatchThrowNewExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0047-rt-eh-CatchThrowNewExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CatchThrowNewExceptionTest) run(CatchThrowNewExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0048-rt-eh-CatchTryCatchNewExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0048-rt-eh-CatchTryCatchNewExceptionTest/test.cfg index cd48ee56c2..abe9946f02 100644 --- a/testsuite/java_test/eh_test/RT0048-rt-eh-CatchTryCatchNewExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0048-rt-eh-CatchTryCatchNewExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CatchTryCatchNewExceptionTest) run(CatchTryCatchNewExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0049-rt-eh-CatchTryThrowNewExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0049-rt-eh-CatchTryThrowNewExceptionTest/test.cfg index 60414ae2b4..6772b7e726 100644 --- a/testsuite/java_test/eh_test/RT0049-rt-eh-CatchTryThrowNewExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0049-rt-eh-CatchTryThrowNewExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CatchTryThrowNewExceptionTest) run(CatchTryThrowNewExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0050-rt-eh-FinallyThrowExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0050-rt-eh-FinallyThrowExceptionTest/test.cfg index b6c18fad0e..5cec292c6a 100644 --- a/testsuite/java_test/eh_test/RT0050-rt-eh-FinallyThrowExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0050-rt-eh-FinallyThrowExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinallyThrowExceptionTest) run(FinallyThrowExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0051-rt-eh-FinallyTryCatchExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0051-rt-eh-FinallyTryCatchExceptionTest/test.cfg index 29344b65da..8091ff8575 100644 --- a/testsuite/java_test/eh_test/RT0051-rt-eh-FinallyTryCatchExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0051-rt-eh-FinallyTryCatchExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinallyTryCatchExceptionTest) run(FinallyTryCatchExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0052-rt-eh-FinallyTryThrowExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0052-rt-eh-FinallyTryThrowExceptionTest/test.cfg index fe9789ddfc..6c962b9e20 100644 --- a/testsuite/java_test/eh_test/RT0052-rt-eh-FinallyTryThrowExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0052-rt-eh-FinallyTryThrowExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinallyTryThrowExceptionTest) run(FinallyTryThrowExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0053-rt-eh-TryResourceStartThrowExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0053-rt-eh-TryResourceStartThrowExceptionTest/test.cfg index e285161004..be6391290e 100644 --- a/testsuite/java_test/eh_test/RT0053-rt-eh-TryResourceStartThrowExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0053-rt-eh-TryResourceStartThrowExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryResourceStartThrowExceptionTest) run(TryResourceStartThrowExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0054-rt-eh-TryResourceCloseThrowExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0054-rt-eh-TryResourceCloseThrowExceptionTest/test.cfg index 6f8e8a7add..dc8662a758 100644 --- a/testsuite/java_test/eh_test/RT0054-rt-eh-TryResourceCloseThrowExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0054-rt-eh-TryResourceCloseThrowExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryResourceCloseThrowExceptionTest) run(TryResourceCloseThrowExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0055-rt-eh-TryResourceStartAndCloseExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0055-rt-eh-TryResourceStartAndCloseExceptionTest/test.cfg index 563e63057c..eb89de018f 100644 --- a/testsuite/java_test/eh_test/RT0055-rt-eh-TryResourceStartAndCloseExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0055-rt-eh-TryResourceStartAndCloseExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryResourceStartAndCloseExceptionTest) run(TryResourceStartAndCloseExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0056-rt-eh-MultiTryCatchExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0056-rt-eh-MultiTryCatchExceptionTest/test.cfg index 6f5a5e9f75..d915d937a7 100644 --- a/testsuite/java_test/eh_test/RT0056-rt-eh-MultiTryCatchExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0056-rt-eh-MultiTryCatchExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MultiTryCatchExceptionTest) run(MultiTryCatchExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0057-rt-eh-MultiTryCatchThrowExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0057-rt-eh-MultiTryCatchThrowExceptionTest/test.cfg index 9183fa7bb0..7352c21ed9 100644 --- a/testsuite/java_test/eh_test/RT0057-rt-eh-MultiTryCatchThrowExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0057-rt-eh-MultiTryCatchThrowExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MultiTryCatchThrowExceptionTest) run(MultiTryCatchThrowExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0058-rt-eh-FunctionNestMultiTryCatchExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0058-rt-eh-FunctionNestMultiTryCatchExceptionTest/test.cfg index 8aaf7ee1be..47a2dae5d3 100644 --- a/testsuite/java_test/eh_test/RT0058-rt-eh-FunctionNestMultiTryCatchExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0058-rt-eh-FunctionNestMultiTryCatchExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FunctionNestMultiTryCatchExceptionTest) run(FunctionNestMultiTryCatchExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0059-rt-eh-CatchMultiTryCatchExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0059-rt-eh-CatchMultiTryCatchExceptionTest/test.cfg index 60bff4bb50..02d8b9e231 100644 --- a/testsuite/java_test/eh_test/RT0059-rt-eh-CatchMultiTryCatchExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0059-rt-eh-CatchMultiTryCatchExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CatchMultiTryCatchExceptionTest) run(CatchMultiTryCatchExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0060-rt-eh-CatchMultiTryCatchThrowExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0060-rt-eh-CatchMultiTryCatchThrowExceptionTest/test.cfg index fba1be4db6..e3791c0895 100644 --- a/testsuite/java_test/eh_test/RT0060-rt-eh-CatchMultiTryCatchThrowExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0060-rt-eh-CatchMultiTryCatchThrowExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CatchMultiTryCatchThrowExceptionTest) run(CatchMultiTryCatchThrowExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0061-rt-eh-FunctionNestCatchMultiTryExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0061-rt-eh-FunctionNestCatchMultiTryExceptionTest/test.cfg index d8c290ed88..d6906da2e4 100644 --- a/testsuite/java_test/eh_test/RT0061-rt-eh-FunctionNestCatchMultiTryExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0061-rt-eh-FunctionNestCatchMultiTryExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FunctionNestCatchMultiTryExceptionTest) run(FunctionNestCatchMultiTryExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0062-rt-eh-FinallyMultiTryCatchExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0062-rt-eh-FinallyMultiTryCatchExceptionTest/test.cfg index 13c0d3e3a6..50fbe1f77a 100644 --- a/testsuite/java_test/eh_test/RT0062-rt-eh-FinallyMultiTryCatchExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0062-rt-eh-FinallyMultiTryCatchExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinallyMultiTryCatchExceptionTest) run(FinallyMultiTryCatchExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0063-rt-eh-FinallyMultiTryThrowExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0063-rt-eh-FinallyMultiTryThrowExceptionTest/test.cfg index 1acf4999d2..a58b516e0c 100644 --- a/testsuite/java_test/eh_test/RT0063-rt-eh-FinallyMultiTryThrowExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0063-rt-eh-FinallyMultiTryThrowExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinallyMultiTryThrowExceptionTest) run(FinallyMultiTryThrowExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0064-rt-eh-MultiTryRecursiveThrowExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0064-rt-eh-MultiTryRecursiveThrowExceptionTest/test.cfg index 9b4b21ef28..c974229a87 100644 --- a/testsuite/java_test/eh_test/RT0064-rt-eh-MultiTryRecursiveThrowExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0064-rt-eh-MultiTryRecursiveThrowExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MultiTryRecursiveThrowExceptionTest) run(MultiTryRecursiveThrowExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0066-rt-eh-JvmArrayIndexOutOfBoundsExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0066-rt-eh-JvmArrayIndexOutOfBoundsExceptionTest/test.cfg index d5a187aadf..263cd6c5bb 100644 --- a/testsuite/java_test/eh_test/RT0066-rt-eh-JvmArrayIndexOutOfBoundsExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0066-rt-eh-JvmArrayIndexOutOfBoundsExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(JvmArrayIndexOutOfBoundsExceptionTest) run(JvmArrayIndexOutOfBoundsExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0067-rt-eh-JvmStaticExceptionInInitializerErrorTest/test.cfg b/testsuite/java_test/eh_test/RT0067-rt-eh-JvmStaticExceptionInInitializerErrorTest/test.cfg index fd1a39a766..d32ba9bca9 100644 --- a/testsuite/java_test/eh_test/RT0067-rt-eh-JvmStaticExceptionInInitializerErrorTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0067-rt-eh-JvmStaticExceptionInInitializerErrorTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(JvmStaticExceptionInInitializerErrorTest) run(JvmStaticExceptionInInitializerErrorTest) diff --git a/testsuite/java_test/eh_test/RT0073-rt-eh-MultiTryNoExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0073-rt-eh-MultiTryNoExceptionTest/test.cfg index 076f1e950a..d939b787ac 100644 --- a/testsuite/java_test/eh_test/RT0073-rt-eh-MultiTryNoExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0073-rt-eh-MultiTryNoExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MultiTryNoExceptionTest) run(MultiTryNoExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0074-rt-eh-TryCatchReturnExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0074-rt-eh-TryCatchReturnExceptionTest/test.cfg index dbcc2f0e00..dcb412e001 100644 --- a/testsuite/java_test/eh_test/RT0074-rt-eh-TryCatchReturnExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0074-rt-eh-TryCatchReturnExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryCatchReturnExceptionTest) run(TryCatchReturnExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0075-rt-eh-TryReturnValueExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0075-rt-eh-TryReturnValueExceptionTest/test.cfg index ff6b5cdb6c..94e5936e60 100644 --- a/testsuite/java_test/eh_test/RT0075-rt-eh-TryReturnValueExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0075-rt-eh-TryReturnValueExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryReturnValueExceptionTest) run(TryReturnValueExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0076-rt-eh-TryCatchReturnValueExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0076-rt-eh-TryCatchReturnValueExceptionTest/test.cfg index a5e4c32334..427d1c270c 100644 --- a/testsuite/java_test/eh_test/RT0076-rt-eh-TryCatchReturnValueExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0076-rt-eh-TryCatchReturnValueExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TryCatchReturnValueExceptionTest) run(TryCatchReturnValueExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0077-rt-eh-ExcpReturn04140/test.cfg b/testsuite/java_test/eh_test/RT0077-rt-eh-ExcpReturn04140/test.cfg index d265bb414a..c8c55bad87 100644 --- a/testsuite/java_test/eh_test/RT0077-rt-eh-ExcpReturn04140/test.cfg +++ b/testsuite/java_test/eh_test/RT0077-rt-eh-ExcpReturn04140/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ExcpReturn04140) run(ExcpReturn04140) diff --git a/testsuite/java_test/eh_test/RT0078-rt-eh-ExcpReturn04150/test.cfg b/testsuite/java_test/eh_test/RT0078-rt-eh-ExcpReturn04150/test.cfg index 2617dad2f6..46dc57a40b 100644 --- a/testsuite/java_test/eh_test/RT0078-rt-eh-ExcpReturn04150/test.cfg +++ b/testsuite/java_test/eh_test/RT0078-rt-eh-ExcpReturn04150/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ExcpReturn04150) run(ExcpReturn04150) diff --git a/testsuite/java_test/eh_test/RT0079-rt-eh-ExcpReturn04160/test.cfg b/testsuite/java_test/eh_test/RT0079-rt-eh-ExcpReturn04160/test.cfg index 409e75b04c..707658bb6f 100644 --- a/testsuite/java_test/eh_test/RT0079-rt-eh-ExcpReturn04160/test.cfg +++ b/testsuite/java_test/eh_test/RT0079-rt-eh-ExcpReturn04160/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ExcpReturn04160) run(ExcpReturn04160) diff --git a/testsuite/java_test/eh_test/RT0516-rt-eh-AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0516-rt-eh-AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest/test.cfg index b8554851bb..3751ea04e4 100644 --- a/testsuite/java_test/eh_test/RT0516-rt-eh-AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0516-rt-eh-AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest) run(AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0517-rt-eh-AccessibleObjectGetDeclaredAnnotationExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0517-rt-eh-AccessibleObjectGetDeclaredAnnotationExceptionTest/test.cfg index 7bbd313404..3f438fce2b 100644 --- a/testsuite/java_test/eh_test/RT0517-rt-eh-AccessibleObjectGetDeclaredAnnotationExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0517-rt-eh-AccessibleObjectGetDeclaredAnnotationExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AccessibleObjectGetDeclaredAnnotationExceptionTest) run(AccessibleObjectGetDeclaredAnnotationExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0518-rt-eh-AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0518-rt-eh-AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest/test.cfg index 9ccb1a3f1e..ec87d06dcb 100644 --- a/testsuite/java_test/eh_test/RT0518-rt-eh-AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0518-rt-eh-AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest) run(AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0519-rt-eh-CharacterCodePointCountIndexOutOfBoundsExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0519-rt-eh-CharacterCodePointCountIndexOutOfBoundsExceptionTest/test.cfg index 85fccc008a..629d8c4007 100644 --- a/testsuite/java_test/eh_test/RT0519-rt-eh-CharacterCodePointCountIndexOutOfBoundsExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0519-rt-eh-CharacterCodePointCountIndexOutOfBoundsExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterCodePointCountIndexOutOfBoundsExceptionTest) run(CharacterCodePointCountIndexOutOfBoundsExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0520-rt-eh-CharactercodePointCountNullPointerException/test.cfg b/testsuite/java_test/eh_test/RT0520-rt-eh-CharactercodePointCountNullPointerException/test.cfg index 6fd6a7f062..e887a2219e 100644 --- a/testsuite/java_test/eh_test/RT0520-rt-eh-CharactercodePointCountNullPointerException/test.cfg +++ b/testsuite/java_test/eh_test/RT0520-rt-eh-CharactercodePointCountNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharactercodePointCountNullPointerException) run(CharactercodePointCountNullPointerException) diff --git a/testsuite/java_test/eh_test/RT0521-rt-eh-CharacteroffsetByCodePointsIndexOutOfBoundsException/test.cfg b/testsuite/java_test/eh_test/RT0521-rt-eh-CharacteroffsetByCodePointsIndexOutOfBoundsException/test.cfg index 394dd1fc2a..507e56e767 100644 --- a/testsuite/java_test/eh_test/RT0521-rt-eh-CharacteroffsetByCodePointsIndexOutOfBoundsException/test.cfg +++ b/testsuite/java_test/eh_test/RT0521-rt-eh-CharacteroffsetByCodePointsIndexOutOfBoundsException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacteroffsetByCodePointsIndexOutOfBoundsException) run(CharacteroffsetByCodePointsIndexOutOfBoundsException) diff --git a/testsuite/java_test/eh_test/RT0522-rt-eh-CharacteroffsetByCodePointsNullPointerException/test.cfg b/testsuite/java_test/eh_test/RT0522-rt-eh-CharacteroffsetByCodePointsNullPointerException/test.cfg index 5a9a8e7689..7de9a9de68 100644 --- a/testsuite/java_test/eh_test/RT0522-rt-eh-CharacteroffsetByCodePointsNullPointerException/test.cfg +++ b/testsuite/java_test/eh_test/RT0522-rt-eh-CharacteroffsetByCodePointsNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacteroffsetByCodePointsNullPointerException) run(CharacteroffsetByCodePointsNullPointerException) diff --git a/testsuite/java_test/eh_test/RT0523-rt-eh-ClassasSubclassClassCastException/test.cfg b/testsuite/java_test/eh_test/RT0523-rt-eh-ClassasSubclassClassCastException/test.cfg index 66c1224dd1..ee140d2327 100644 --- a/testsuite/java_test/eh_test/RT0523-rt-eh-ClassasSubclassClassCastException/test.cfg +++ b/testsuite/java_test/eh_test/RT0523-rt-eh-ClassasSubclassClassCastException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassasSubclassClassCastException) run(ClassasSubclassClassCastException) diff --git a/testsuite/java_test/eh_test/RT0524-rt-eh-ClasscastClassCastException/test.cfg b/testsuite/java_test/eh_test/RT0524-rt-eh-ClasscastClassCastException/test.cfg index da5b00bec0..d69b94d193 100644 --- a/testsuite/java_test/eh_test/RT0524-rt-eh-ClasscastClassCastException/test.cfg +++ b/testsuite/java_test/eh_test/RT0524-rt-eh-ClasscastClassCastException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClasscastClassCastException) run(ClasscastClassCastException) diff --git a/testsuite/java_test/eh_test/RT0525-rt-eh-ClassforName1ParExceptionInInitializerError/test.cfg b/testsuite/java_test/eh_test/RT0525-rt-eh-ClassforName1ParExceptionInInitializerError/test.cfg index 421fcd51dd..e68ad8b06a 100644 --- a/testsuite/java_test/eh_test/RT0525-rt-eh-ClassforName1ParExceptionInInitializerError/test.cfg +++ b/testsuite/java_test/eh_test/RT0525-rt-eh-ClassforName1ParExceptionInInitializerError/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassforName1ParExceptionInInitializerError) run(ClassforName1ParExceptionInInitializerError) diff --git a/testsuite/java_test/eh_test/RT0526-rt-eh-ClassforNameExceptionInInitializerError/test.cfg b/testsuite/java_test/eh_test/RT0526-rt-eh-ClassforNameExceptionInInitializerError/test.cfg index e72124af1f..e84d113c73 100644 --- a/testsuite/java_test/eh_test/RT0526-rt-eh-ClassforNameExceptionInInitializerError/test.cfg +++ b/testsuite/java_test/eh_test/RT0526-rt-eh-ClassforNameExceptionInInitializerError/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassforNameExceptionInInitializerError) run(ClassforNameExceptionInInitializerError) diff --git a/testsuite/java_test/eh_test/RT0527-rt-eh-ClassgAnnotationsByTypeNullPointerException/test.cfg b/testsuite/java_test/eh_test/RT0527-rt-eh-ClassgAnnotationsByTypeNullPointerException/test.cfg index cb4558b422..f2cc7a2dfa 100644 --- a/testsuite/java_test/eh_test/RT0527-rt-eh-ClassgAnnotationsByTypeNullPointerException/test.cfg +++ b/testsuite/java_test/eh_test/RT0527-rt-eh-ClassgAnnotationsByTypeNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassgAnnotationsByTypeNullPointerException) run(ClassgAnnotationsByTypeNullPointerException) diff --git a/testsuite/java_test/eh_test/RT0528-rt-eh-ClassgetDeclaredAnnotationNullPointerException/test.cfg b/testsuite/java_test/eh_test/RT0528-rt-eh-ClassgetDeclaredAnnotationNullPointerException/test.cfg index 81ebf80e7c..9d66574043 100644 --- a/testsuite/java_test/eh_test/RT0528-rt-eh-ClassgetDeclaredAnnotationNullPointerException/test.cfg +++ b/testsuite/java_test/eh_test/RT0528-rt-eh-ClassgetDeclaredAnnotationNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassgetDeclaredAnnotationNullPointerException) run(ClassgetDeclaredAnnotationNullPointerException) diff --git a/testsuite/java_test/eh_test/RT0529-rt-eh-ClassgetDeclaredFieldNoSuchFieldException/test.cfg b/testsuite/java_test/eh_test/RT0529-rt-eh-ClassgetDeclaredFieldNoSuchFieldException/test.cfg index 0487fe15a3..d913b2f10a 100644 --- a/testsuite/java_test/eh_test/RT0529-rt-eh-ClassgetDeclaredFieldNoSuchFieldException/test.cfg +++ b/testsuite/java_test/eh_test/RT0529-rt-eh-ClassgetDeclaredFieldNoSuchFieldException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassgetDeclaredFieldNoSuchFieldException) run(ClassgetDeclaredFieldNoSuchFieldException) diff --git a/testsuite/java_test/eh_test/RT0530-rt-eh-ClassgetDeclaredFieldNullPointerException/test.cfg b/testsuite/java_test/eh_test/RT0530-rt-eh-ClassgetDeclaredFieldNullPointerException/test.cfg index 4f6ef15598..8fa5862a97 100644 --- a/testsuite/java_test/eh_test/RT0530-rt-eh-ClassgetDeclaredFieldNullPointerException/test.cfg +++ b/testsuite/java_test/eh_test/RT0530-rt-eh-ClassgetDeclaredFieldNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassgetDeclaredFieldNullPointerException) run(ClassgetDeclaredFieldNullPointerException) diff --git a/testsuite/java_test/eh_test/RT0531-rt-eh-ConstructorgAnnotationNullPointerException/test.cfg b/testsuite/java_test/eh_test/RT0531-rt-eh-ConstructorgAnnotationNullPointerException/test.cfg index 6a55380449..22a6291c1b 100644 --- a/testsuite/java_test/eh_test/RT0531-rt-eh-ConstructorgAnnotationNullPointerException/test.cfg +++ b/testsuite/java_test/eh_test/RT0531-rt-eh-ConstructorgAnnotationNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorgAnnotationNullPointerException) run(ConstructorgAnnotationNullPointerException) diff --git a/testsuite/java_test/eh_test/RT0532-rt-eh-ConstructornewInstanceExceptionInInitializerError/test.cfg b/testsuite/java_test/eh_test/RT0532-rt-eh-ConstructornewInstanceExceptionInInitializerError/test.cfg index 83616c8d7c..89ae80115c 100644 --- a/testsuite/java_test/eh_test/RT0532-rt-eh-ConstructornewInstanceExceptionInInitializerError/test.cfg +++ b/testsuite/java_test/eh_test/RT0532-rt-eh-ConstructornewInstanceExceptionInInitializerError/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructornewInstanceExceptionInInitializerError) run(ConstructornewInstanceExceptionInInitializerError) diff --git a/testsuite/java_test/eh_test/RT0533-rt-eh-FieldgetAnnotationNullPointerException/test.cfg b/testsuite/java_test/eh_test/RT0533-rt-eh-FieldgetAnnotationNullPointerException/test.cfg index 032e441441..09d14e7b60 100644 --- a/testsuite/java_test/eh_test/RT0533-rt-eh-FieldgetAnnotationNullPointerException/test.cfg +++ b/testsuite/java_test/eh_test/RT0533-rt-eh-FieldgetAnnotationNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldgetAnnotationNullPointerException) run(FieldgetAnnotationNullPointerException) diff --git a/testsuite/java_test/eh_test/RT0534-rt-eh-FieldgetAnnotationsByTypeNullPointerException/test.cfg b/testsuite/java_test/eh_test/RT0534-rt-eh-FieldgetAnnotationsByTypeNullPointerException/test.cfg index 672c21b93e..80f0fa6fb7 100644 --- a/testsuite/java_test/eh_test/RT0534-rt-eh-FieldgetAnnotationsByTypeNullPointerException/test.cfg +++ b/testsuite/java_test/eh_test/RT0534-rt-eh-FieldgetAnnotationsByTypeNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldgetAnnotationsByTypeNullPointerException) run(FieldgetAnnotationsByTypeNullPointerException) diff --git a/testsuite/java_test/eh_test/RT0535-rt-eh-FieldgetByteExceptionInInitializerError/test.cfg b/testsuite/java_test/eh_test/RT0535-rt-eh-FieldgetByteExceptionInInitializerError/test.cfg index 6717d400fb..80f68720fa 100644 --- a/testsuite/java_test/eh_test/RT0535-rt-eh-FieldgetByteExceptionInInitializerError/test.cfg +++ b/testsuite/java_test/eh_test/RT0535-rt-eh-FieldgetByteExceptionInInitializerError/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldgetByteExceptionInInitializerError) run(FieldgetByteExceptionInInitializerError) diff --git a/testsuite/java_test/eh_test/RT0536-rt-eh-FieldgetCharExceptionInInitializerError/test.cfg b/testsuite/java_test/eh_test/RT0536-rt-eh-FieldgetCharExceptionInInitializerError/test.cfg index 3c9493036d..6322392111 100644 --- a/testsuite/java_test/eh_test/RT0536-rt-eh-FieldgetCharExceptionInInitializerError/test.cfg +++ b/testsuite/java_test/eh_test/RT0536-rt-eh-FieldgetCharExceptionInInitializerError/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldgetCharExceptionInInitializerError) run(FieldgetCharExceptionInInitializerError) diff --git a/testsuite/java_test/eh_test/RT0537-rt-eh-FieldgetDoubleExceptionInInitializerError/test.cfg b/testsuite/java_test/eh_test/RT0537-rt-eh-FieldgetDoubleExceptionInInitializerError/test.cfg index c524171949..55e1ac48ac 100644 --- a/testsuite/java_test/eh_test/RT0537-rt-eh-FieldgetDoubleExceptionInInitializerError/test.cfg +++ b/testsuite/java_test/eh_test/RT0537-rt-eh-FieldgetDoubleExceptionInInitializerError/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldgetDoubleExceptionInInitializerError) run(FieldgetDoubleExceptionInInitializerError) diff --git a/testsuite/java_test/eh_test/RT0538-rt-eh-FieldgetExceptionInInitializerError/test.cfg b/testsuite/java_test/eh_test/RT0538-rt-eh-FieldgetExceptionInInitializerError/test.cfg index 439eba26e3..575bbcb725 100644 --- a/testsuite/java_test/eh_test/RT0538-rt-eh-FieldgetExceptionInInitializerError/test.cfg +++ b/testsuite/java_test/eh_test/RT0538-rt-eh-FieldgetExceptionInInitializerError/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldgetExceptionInInitializerError) run(FieldgetExceptionInInitializerError) diff --git a/testsuite/java_test/eh_test/RT0539-rt-eh-FieldgetFloatExceptionInInitializerError/test.cfg b/testsuite/java_test/eh_test/RT0539-rt-eh-FieldgetFloatExceptionInInitializerError/test.cfg index a417851ab9..5beed65753 100644 --- a/testsuite/java_test/eh_test/RT0539-rt-eh-FieldgetFloatExceptionInInitializerError/test.cfg +++ b/testsuite/java_test/eh_test/RT0539-rt-eh-FieldgetFloatExceptionInInitializerError/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldgetFloatExceptionInInitializerError) run(FieldgetFloatExceptionInInitializerError) diff --git a/testsuite/java_test/eh_test/RT0541-rt-eh-FieldGetIntExceptionInInitializerErrorTest/test.cfg b/testsuite/java_test/eh_test/RT0541-rt-eh-FieldGetIntExceptionInInitializerErrorTest/test.cfg index 492635c1f7..7435c1112f 100644 --- a/testsuite/java_test/eh_test/RT0541-rt-eh-FieldGetIntExceptionInInitializerErrorTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0541-rt-eh-FieldGetIntExceptionInInitializerErrorTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldGetIntExceptionInInitializerErrorTest) run(FieldGetIntExceptionInInitializerErrorTest) diff --git a/testsuite/java_test/eh_test/RT0542-rt-eh-FieldGetLongExceptionInInitializerErrorTest/test.cfg b/testsuite/java_test/eh_test/RT0542-rt-eh-FieldGetLongExceptionInInitializerErrorTest/test.cfg index ac7b00c273..eac35ba1d4 100644 --- a/testsuite/java_test/eh_test/RT0542-rt-eh-FieldGetLongExceptionInInitializerErrorTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0542-rt-eh-FieldGetLongExceptionInInitializerErrorTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldGetLongExceptionInInitializerErrorTest) run(FieldGetLongExceptionInInitializerErrorTest) diff --git a/testsuite/java_test/eh_test/RT0543-rt-eh-FieldGetShortExceptionInInitializerErrorTest/test.cfg b/testsuite/java_test/eh_test/RT0543-rt-eh-FieldGetShortExceptionInInitializerErrorTest/test.cfg index a96dc57d1a..25095a02c0 100644 --- a/testsuite/java_test/eh_test/RT0543-rt-eh-FieldGetShortExceptionInInitializerErrorTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0543-rt-eh-FieldGetShortExceptionInInitializerErrorTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldGetShortExceptionInInitializerErrorTest) run(FieldGetShortExceptionInInitializerErrorTest) diff --git a/testsuite/java_test/eh_test/RT0544-rt-eh-FieldSetBooleanExceptionInInitializerErrorTest/test.cfg b/testsuite/java_test/eh_test/RT0544-rt-eh-FieldSetBooleanExceptionInInitializerErrorTest/test.cfg index 18a542b7f3..58ea76b640 100644 --- a/testsuite/java_test/eh_test/RT0544-rt-eh-FieldSetBooleanExceptionInInitializerErrorTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0544-rt-eh-FieldSetBooleanExceptionInInitializerErrorTest/test.cfg @@ -1,4 +1,3 @@ -clean() compile(FieldSetBooleanExceptionInInitializerErrorTest) run(FieldSetBooleanExceptionInInitializerErrorTest) diff --git a/testsuite/java_test/eh_test/RT0545-rt-eh-FieldSetByteExceptionInInitializerErrorTest/test.cfg b/testsuite/java_test/eh_test/RT0545-rt-eh-FieldSetByteExceptionInInitializerErrorTest/test.cfg index 6f7d2187cf..e94fb5dc5b 100644 --- a/testsuite/java_test/eh_test/RT0545-rt-eh-FieldSetByteExceptionInInitializerErrorTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0545-rt-eh-FieldSetByteExceptionInInitializerErrorTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldSetByteExceptionInInitializerErrorTest) run(FieldSetByteExceptionInInitializerErrorTest) diff --git a/testsuite/java_test/eh_test/RT0546-rt-eh-FieldSetCharExceptionInInitializerErrorTest/test.cfg b/testsuite/java_test/eh_test/RT0546-rt-eh-FieldSetCharExceptionInInitializerErrorTest/test.cfg index 5f4a4113ec..24473c5d15 100644 --- a/testsuite/java_test/eh_test/RT0546-rt-eh-FieldSetCharExceptionInInitializerErrorTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0546-rt-eh-FieldSetCharExceptionInInitializerErrorTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldSetCharExceptionInInitializerErrorTest) run(FieldSetCharExceptionInInitializerErrorTest) diff --git a/testsuite/java_test/eh_test/RT0547-rt-eh-FieldSetDoubleExceptionInInitializerErrorTest/test.cfg b/testsuite/java_test/eh_test/RT0547-rt-eh-FieldSetDoubleExceptionInInitializerErrorTest/test.cfg index dae417d167..67c11b1f65 100644 --- a/testsuite/java_test/eh_test/RT0547-rt-eh-FieldSetDoubleExceptionInInitializerErrorTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0547-rt-eh-FieldSetDoubleExceptionInInitializerErrorTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldSetDoubleExceptionInInitializerErrorTest) run(FieldSetDoubleExceptionInInitializerErrorTest) diff --git a/testsuite/java_test/eh_test/RT0548-rt-eh-FieldsetExceptionInInitializerErrorTest/test.cfg b/testsuite/java_test/eh_test/RT0548-rt-eh-FieldsetExceptionInInitializerErrorTest/test.cfg index 15c34fbead..a879e34b13 100644 --- a/testsuite/java_test/eh_test/RT0548-rt-eh-FieldsetExceptionInInitializerErrorTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0548-rt-eh-FieldsetExceptionInInitializerErrorTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldSetExceptionInInitializerErrorTest) run(FieldSetExceptionInInitializerErrorTest) diff --git a/testsuite/java_test/eh_test/RT0549-rt-eh-FieldSetFloatExceptionInInitializerErrorTest/test.cfg b/testsuite/java_test/eh_test/RT0549-rt-eh-FieldSetFloatExceptionInInitializerErrorTest/test.cfg index 3d17ce1990..1f7799674d 100644 --- a/testsuite/java_test/eh_test/RT0549-rt-eh-FieldSetFloatExceptionInInitializerErrorTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0549-rt-eh-FieldSetFloatExceptionInInitializerErrorTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldSetFloatExceptionInInitializerErrorTest) run(FieldSetFloatExceptionInInitializerErrorTest) diff --git a/testsuite/java_test/eh_test/RT0550-rt-eh-FieldSetIntExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0550-rt-eh-FieldSetIntExceptionTest/test.cfg index a8e2343876..8744182b04 100644 --- a/testsuite/java_test/eh_test/RT0550-rt-eh-FieldSetIntExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0550-rt-eh-FieldSetIntExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldSetIntExceptionTest) run(FieldSetIntExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0551-rt-eh-FieldSetLongExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0551-rt-eh-FieldSetLongExceptionTest/test.cfg index cf5b8fb6ee..491e4e34e7 100644 --- a/testsuite/java_test/eh_test/RT0551-rt-eh-FieldSetLongExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0551-rt-eh-FieldSetLongExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldSetLongExceptionTest) run(FieldSetLongExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0552-rt-eh-FieldSetShortExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0552-rt-eh-FieldSetShortExceptionTest/test.cfg index e6c9900628..784f05c23b 100644 --- a/testsuite/java_test/eh_test/RT0552-rt-eh-FieldSetShortExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0552-rt-eh-FieldSetShortExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldSetShortExceptionTest) run(FieldSetShortExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0553-rt-eh-MethodGetAnnotationExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0553-rt-eh-MethodGetAnnotationExceptionTest/test.cfg index ff3a5cc8cf..f3598dffa4 100644 --- a/testsuite/java_test/eh_test/RT0553-rt-eh-MethodGetAnnotationExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0553-rt-eh-MethodGetAnnotationExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodGetAnnotationExceptionTest) run(MethodGetAnnotationExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0555-rt-eh-MethodInvokeExceptionInInitializerErrorTest/test.cfg b/testsuite/java_test/eh_test/RT0555-rt-eh-MethodInvokeExceptionInInitializerErrorTest/test.cfg index 31e0b54dda..48bece7237 100644 --- a/testsuite/java_test/eh_test/RT0555-rt-eh-MethodInvokeExceptionInInitializerErrorTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0555-rt-eh-MethodInvokeExceptionInInitializerErrorTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodInvokeExceptionInInitializerErrorTest) run(MethodInvokeExceptionInInitializerErrorTest) diff --git a/testsuite/java_test/eh_test/RT0556-rt-eh-ParameterGetAnnotationNullPointerExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0556-rt-eh-ParameterGetAnnotationNullPointerExceptionTest/test.cfg index 40b47f2516..0c1ecaf750 100644 --- a/testsuite/java_test/eh_test/RT0556-rt-eh-ParameterGetAnnotationNullPointerExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0556-rt-eh-ParameterGetAnnotationNullPointerExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetAnnotationNullPointerExceptionTest) run(ParameterGetAnnotationNullPointerExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0557-rt-eh-ParameterGetAnnotationsByTypeNullPointerExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0557-rt-eh-ParameterGetAnnotationsByTypeNullPointerExceptionTest/test.cfg index f56286db24..103f4107b1 100644 --- a/testsuite/java_test/eh_test/RT0557-rt-eh-ParameterGetAnnotationsByTypeNullPointerExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0557-rt-eh-ParameterGetAnnotationsByTypeNullPointerExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetAnnotationsByTypeNullPointerExceptionTest) run(ParameterGetAnnotationsByTypeNullPointerExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0558-rt-eh-ParameterGetDeclaredAnnotationNullPointerExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0558-rt-eh-ParameterGetDeclaredAnnotationNullPointerExceptionTest/test.cfg index d3a200b0da..2652240c50 100644 --- a/testsuite/java_test/eh_test/RT0558-rt-eh-ParameterGetDeclaredAnnotationNullPointerExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0558-rt-eh-ParameterGetDeclaredAnnotationNullPointerExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetDeclaredAnnotationNullPointerExceptionTest) run(ParameterGetDeclaredAnnotationNullPointerExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0559-rt-eh-ParameterGetDeclaredAnnotationsByTypeExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0559-rt-eh-ParameterGetDeclaredAnnotationsByTypeExceptionTest/test.cfg index d29fa1c9ae..946443cacd 100644 --- a/testsuite/java_test/eh_test/RT0559-rt-eh-ParameterGetDeclaredAnnotationsByTypeExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0559-rt-eh-ParameterGetDeclaredAnnotationsByTypeExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetDeclaredAnnotationsByTypeExceptionTest) run(ParameterGetDeclaredAnnotationsByTypeExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0560-rt-eh-ThrowableAddSuppressedExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0560-rt-eh-ThrowableAddSuppressedExceptionTest/test.cfg index 3d7495b8b5..aa18d0e1cb 100644 --- a/testsuite/java_test/eh_test/RT0560-rt-eh-ThrowableAddSuppressedExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0560-rt-eh-ThrowableAddSuppressedExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThrowableAddSuppressedExceptionTest) run(ThrowableAddSuppressedExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0561-rt-eh-ThrowableAddSuppressedNullPointerExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0561-rt-eh-ThrowableAddSuppressedNullPointerExceptionTest/test.cfg index 4a8631ba27..75d5fd2c9c 100644 --- a/testsuite/java_test/eh_test/RT0561-rt-eh-ThrowableAddSuppressedNullPointerExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0561-rt-eh-ThrowableAddSuppressedNullPointerExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThrowableAddSuppressedNullPointerExceptionTest) run(ThrowableAddSuppressedNullPointerExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0817-rt-mrtUT-MethodInvokeExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT0817-rt-mrtUT-MethodInvokeExceptionTest/test.cfg index 6c199ac103..2fd1fc704b 100644 --- a/testsuite/java_test/eh_test/RT0817-rt-mrtUT-MethodInvokeExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0817-rt-mrtUT-MethodInvokeExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodInvokeExceptionTest) run(MethodInvokeExceptionTest) diff --git a/testsuite/java_test/eh_test/RT0904-rt-fuzzapi-MethodInvokeObjectObjectsTest/test.cfg b/testsuite/java_test/eh_test/RT0904-rt-fuzzapi-MethodInvokeObjectObjectsTest/test.cfg index 6db0c4c7f1..1b6bd2986b 100644 --- a/testsuite/java_test/eh_test/RT0904-rt-fuzzapi-MethodInvokeObjectObjectsTest/test.cfg +++ b/testsuite/java_test/eh_test/RT0904-rt-fuzzapi-MethodInvokeObjectObjectsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodInvokeObjectObjectsTest) run(MethodInvokeObjectObjectsTest) diff --git a/testsuite/java_test/eh_test/RT1075-rt-EH-MethodInvokeInvocationTargetExceptionTest/test.cfg b/testsuite/java_test/eh_test/RT1075-rt-EH-MethodInvokeInvocationTargetExceptionTest/test.cfg index 29522f83a7..bce0397c53 100644 --- a/testsuite/java_test/eh_test/RT1075-rt-EH-MethodInvokeInvocationTargetExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/RT1075-rt-EH-MethodInvokeInvocationTargetExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodInvokeInvocationTargetExceptionTest) run(MethodInvokeInvocationTargetExceptionTest) diff --git a/testsuite/java_test/eh_test/issue-RT0638-rt-eh-ResourceExNumberFormatExceptionTest/test.cfg b/testsuite/java_test/eh_test/issue-RT0638-rt-eh-ResourceExNumberFormatExceptionTest/test.cfg index 15598bb529..6afe2d8722 100644 --- a/testsuite/java_test/eh_test/issue-RT0638-rt-eh-ResourceExNumberFormatExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/issue-RT0638-rt-eh-ResourceExNumberFormatExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ResourceExNumberFormatExceptionTest) run(ResourceExNumberFormatExceptionTest) diff --git a/testsuite/java_test/eh_test/native_test/RT0023-rt-eh-NativeCatchExceptionTest/test.cfg b/testsuite/java_test/eh_test/native_test/RT0023-rt-eh-NativeCatchExceptionTest/test.cfg index bdb8a2aab8..4278bcc2d0 100644 --- a/testsuite/java_test/eh_test/native_test/RT0023-rt-eh-NativeCatchExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/native_test/RT0023-rt-eh-NativeCatchExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NativeCatchExceptionTest,NATIVE_SRC=jniNativeCatchExceptionTest) run(NativeCatchExceptionTest) diff --git a/testsuite/java_test/eh_test/native_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/test.cfg b/testsuite/java_test/eh_test/native_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/test.cfg index 964bd48c20..5ded805cf5 100644 --- a/testsuite/java_test/eh_test/native_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/native_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NativeCodeCheckExceptionTest,NATIVE_SRC=jniNativeCodeCheckExceptionTest) run(NativeCodeCheckExceptionTest) diff --git a/testsuite/java_test/eh_test/native_test/RT0025-rt-eh-NativeNewExceptionTest/test.cfg b/testsuite/java_test/eh_test/native_test/RT0025-rt-eh-NativeNewExceptionTest/test.cfg index d4b28958ad..088277c98f 100644 --- a/testsuite/java_test/eh_test/native_test/RT0025-rt-eh-NativeNewExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/native_test/RT0025-rt-eh-NativeNewExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NativeNewExceptionTest,NATIVE_SRC=jniNativeNewExceptionTest) run(NativeNewExceptionTest) diff --git a/testsuite/java_test/eh_test/native_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/test.cfg b/testsuite/java_test/eh_test/native_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/test.cfg index 939d1e78eb..c13b7ac6b4 100644 --- a/testsuite/java_test/eh_test/native_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/native_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NativeTryCatchNewExceptionTest,NATIVE_SRC=jniNativeTryCatchNewExceptionTest) run(NativeTryCatchNewExceptionTest) diff --git a/testsuite/java_test/eh_test/native_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/test.cfg b/testsuite/java_test/eh_test/native_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/test.cfg index 5c07d48304..b99630a835 100644 --- a/testsuite/java_test/eh_test/native_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/native_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NativeCodeCheckNewExceptionTest,NATIVE_SRC=jniNativeCodeCheckNewExceptionTest) run(NativeCodeCheckNewExceptionTest) diff --git a/testsuite/java_test/eh_test/native_test/RT0028-rt-eh-NativeClearExceptionTest/test.cfg b/testsuite/java_test/eh_test/native_test/RT0028-rt-eh-NativeClearExceptionTest/test.cfg index 0c12b6ad91..c640d7e0a3 100644 --- a/testsuite/java_test/eh_test/native_test/RT0028-rt-eh-NativeClearExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/native_test/RT0028-rt-eh-NativeClearExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NativeClearExceptionTest,NATIVE_SRC=jniNativeClearExceptionTest) run(NativeClearExceptionTest) diff --git a/testsuite/java_test/eh_test/native_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/test.cfg b/testsuite/java_test/eh_test/native_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/test.cfg index 3d5c30a652..1a51f325ae 100644 --- a/testsuite/java_test/eh_test/native_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/native_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NativeCodeCatchThrowNewExceptionTest,NATIVE_SRC=jniNativeCodeCatchThrowNewExceptionTest) run(NativeCodeCatchThrowNewExceptionTest) diff --git a/testsuite/java_test/eh_test/native_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/test.cfg b/testsuite/java_test/eh_test/native_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/test.cfg index dda65ebc08..8337a06e65 100644 --- a/testsuite/java_test/eh_test/native_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/test.cfg +++ b/testsuite/java_test/eh_test/native_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NativeCheckFatalErrorExceptionTest,NATIVE_SRC=jniNativeCheckFatalErrorExceptionTest) run(NativeCheckFatalErrorExceptionTest) diff --git a/testsuite/java_test/fuzzapi_test/RT0001-rt-fuzzapi-PipedReaderEH/test.cfg b/testsuite/java_test/fuzzapi_test/RT0001-rt-fuzzapi-PipedReaderEH/test.cfg index a36b0b6470..74d189da45 100644 --- a/testsuite/java_test/fuzzapi_test/RT0001-rt-fuzzapi-PipedReaderEH/test.cfg +++ b/testsuite/java_test/fuzzapi_test/RT0001-rt-fuzzapi-PipedReaderEH/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Message125004) run(Message125004) diff --git a/testsuite/java_test/fuzzapi_test/RT0002-rt-fuzzapi-EHOrder/test.cfg b/testsuite/java_test/fuzzapi_test/RT0002-rt-fuzzapi-EHOrder/test.cfg index 45ac6ed128..4046378ca4 100644 --- a/testsuite/java_test/fuzzapi_test/RT0002-rt-fuzzapi-EHOrder/test.cfg +++ b/testsuite/java_test/fuzzapi_test/RT0002-rt-fuzzapi-EHOrder/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Message011706) run(Message011706) diff --git a/testsuite/java_test/fuzzapi_test/RT0003-rt-fuzzapi-noStartThreadInfo/test.cfg b/testsuite/java_test/fuzzapi_test/RT0003-rt-fuzzapi-noStartThreadInfo/test.cfg index 376daf6990..49de69e8bb 100644 --- a/testsuite/java_test/fuzzapi_test/RT0003-rt-fuzzapi-noStartThreadInfo/test.cfg +++ b/testsuite/java_test/fuzzapi_test/RT0003-rt-fuzzapi-noStartThreadInfo/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadcountStackFramesTest) run(ThreadcountStackFramesTest) diff --git a/testsuite/java_test/fuzzapi_test/RT0004-rt-fuzzapi-stackframeless/test.cfg b/testsuite/java_test/fuzzapi_test/RT0004-rt-fuzzapi-stackframeless/test.cfg index f7bd528e09..a3d74cb4c5 100644 --- a/testsuite/java_test/fuzzapi_test/RT0004-rt-fuzzapi-stackframeless/test.cfg +++ b/testsuite/java_test/fuzzapi_test/RT0004-rt-fuzzapi-stackframeless/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Message021404) run(Message021404) diff --git a/testsuite/java_test/other_test/RT0001-rt-other-CharacterNativeUncover/test.cfg b/testsuite/java_test/other_test/RT0001-rt-other-CharacterNativeUncover/test.cfg index 7df6ae9230..be210a2e20 100644 --- a/testsuite/java_test/other_test/RT0001-rt-other-CharacterNativeUncover/test.cfg +++ b/testsuite/java_test/other_test/RT0001-rt-other-CharacterNativeUncover/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterNativeUncover) run(CharacterNativeUncover) diff --git a/testsuite/java_test/other_test/RT0002-rt-other-ClassNativeUncover/test.cfg b/testsuite/java_test/other_test/RT0002-rt-other-ClassNativeUncover/test.cfg index ab3e69e013..6c52ebfd26 100644 --- a/testsuite/java_test/other_test/RT0002-rt-other-ClassNativeUncover/test.cfg +++ b/testsuite/java_test/other_test/RT0002-rt-other-ClassNativeUncover/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassNativeUncover) run(ClassNativeUncover) diff --git a/testsuite/java_test/other_test/RT0003-rt-other-ConstructorNativeUncover/test.cfg b/testsuite/java_test/other_test/RT0003-rt-other-ConstructorNativeUncover/test.cfg index 63f12b50f1..12146304c4 100644 --- a/testsuite/java_test/other_test/RT0003-rt-other-ConstructorNativeUncover/test.cfg +++ b/testsuite/java_test/other_test/RT0003-rt-other-ConstructorNativeUncover/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorNativeUncover) run(ConstructorNativeUncover) diff --git a/testsuite/java_test/other_test/RT0004-rt-other-FieldNativeUncover/test.cfg b/testsuite/java_test/other_test/RT0004-rt-other-FieldNativeUncover/test.cfg index e6a2992f35..d8fd7cd9f7 100644 --- a/testsuite/java_test/other_test/RT0004-rt-other-FieldNativeUncover/test.cfg +++ b/testsuite/java_test/other_test/RT0004-rt-other-FieldNativeUncover/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldNativeUncover) run(FieldNativeUncover) diff --git a/testsuite/java_test/other_test/RT0005-rt-other-MethodNativeUncover/test.cfg b/testsuite/java_test/other_test/RT0005-rt-other-MethodNativeUncover/test.cfg index 6a4de77089..4929743f3d 100644 --- a/testsuite/java_test/other_test/RT0005-rt-other-MethodNativeUncover/test.cfg +++ b/testsuite/java_test/other_test/RT0005-rt-other-MethodNativeUncover/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodNativeUncover) run(MethodNativeUncover) diff --git a/testsuite/java_test/other_test/RT0006-rt-other-ThreadNativeUncover/test.cfg b/testsuite/java_test/other_test/RT0006-rt-other-ThreadNativeUncover/test.cfg index a26235e542..c5a60888d3 100644 --- a/testsuite/java_test/other_test/RT0006-rt-other-ThreadNativeUncover/test.cfg +++ b/testsuite/java_test/other_test/RT0006-rt-other-ThreadNativeUncover/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadNativeUncover) run(ThreadNativeUncover) diff --git a/testsuite/java_test/other_test/RT0007-rt-other-ThrowableNativeUncover/test.cfg b/testsuite/java_test/other_test/RT0007-rt-other-ThrowableNativeUncover/test.cfg index 4d53739d9d..06bd28ac82 100644 --- a/testsuite/java_test/other_test/RT0007-rt-other-ThrowableNativeUncover/test.cfg +++ b/testsuite/java_test/other_test/RT0007-rt-other-ThrowableNativeUncover/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThrowableNativeUncover) run(ThrowableNativeUncover) diff --git a/testsuite/java_test/other_test/RT0008-rt-other-PassingFloat/test.cfg b/testsuite/java_test/other_test/RT0008-rt-other-PassingFloat/test.cfg index f46e01f95d..42eb5129b9 100644 --- a/testsuite/java_test/other_test/RT0008-rt-other-PassingFloat/test.cfg +++ b/testsuite/java_test/other_test/RT0008-rt-other-PassingFloat/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestJniPassingFloat,NATIVE_SRC=jniFunction) run(TestJniPassingFloat) diff --git a/testsuite/java_test/other_test/issue-RT0630-rt-other-ArrayNativeUncover/test.cfg b/testsuite/java_test/other_test/issue-RT0630-rt-other-ArrayNativeUncover/test.cfg index 2458ca4c20..9ac0c7b932 100644 --- a/testsuite/java_test/other_test/issue-RT0630-rt-other-ArrayNativeUncover/test.cfg +++ b/testsuite/java_test/other_test/issue-RT0630-rt-other-ArrayNativeUncover/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ArrayNativeUncover) run(ArrayNativeUncover) diff --git a/testsuite/java_test/parent_test/RT0001-rt-parent-AccessibleObjectExObjectequals/test.cfg b/testsuite/java_test/parent_test/RT0001-rt-parent-AccessibleObjectExObjectequals/test.cfg index 7a7804b088..d79f58d99e 100755 --- a/testsuite/java_test/parent_test/RT0001-rt-parent-AccessibleObjectExObjectequals/test.cfg +++ b/testsuite/java_test/parent_test/RT0001-rt-parent-AccessibleObjectExObjectequals/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AccessibleObjectExObjectequals) run(AccessibleObjectExObjectequals) diff --git a/testsuite/java_test/parent_test/RT0002-rt-parent-AccessibleObjectExObjecthashCode/test.cfg b/testsuite/java_test/parent_test/RT0002-rt-parent-AccessibleObjectExObjecthashCode/test.cfg index 75fca79da2..f6fd67e98f 100755 --- a/testsuite/java_test/parent_test/RT0002-rt-parent-AccessibleObjectExObjecthashCode/test.cfg +++ b/testsuite/java_test/parent_test/RT0002-rt-parent-AccessibleObjectExObjecthashCode/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AccessibleObjectExObjecthashCode) run(AccessibleObjectExObjecthashCode) diff --git a/testsuite/java_test/parent_test/RT0003-rt-parent-AccessibleObjectExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0003-rt-parent-AccessibleObjectExObjectnotifyAllIllegalMonitorStateException/test.cfg index 42bd1794b3..44177356ba 100755 --- a/testsuite/java_test/parent_test/RT0003-rt-parent-AccessibleObjectExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0003-rt-parent-AccessibleObjectExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AccessibleObjectExObjectnotifyAllIllegalMonitorStateException) run(AccessibleObjectExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0004-rt-parent-AccessibleObjectExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0004-rt-parent-AccessibleObjectExObjectnotifyIllegalMonitorStateException/test.cfg index 29e461da5e..b1b7bf528d 100755 --- a/testsuite/java_test/parent_test/RT0004-rt-parent-AccessibleObjectExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0004-rt-parent-AccessibleObjectExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AccessibleObjectExObjectnotifyIllegalMonitorStateException) run(AccessibleObjectExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0005-rt-parent-AccessibleObjectExObjecttoString/test.cfg b/testsuite/java_test/parent_test/RT0005-rt-parent-AccessibleObjectExObjecttoString/test.cfg index 08333b18b4..3d6205264f 100755 --- a/testsuite/java_test/parent_test/RT0005-rt-parent-AccessibleObjectExObjecttoString/test.cfg +++ b/testsuite/java_test/parent_test/RT0005-rt-parent-AccessibleObjectExObjecttoString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AccessibleObjectExObjecttoString) run(AccessibleObjectExObjecttoString) diff --git a/testsuite/java_test/parent_test/RT0006-rt-parent-AccessibleObjectExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0006-rt-parent-AccessibleObjectExObjectwaitIllegalMonitorStateException/test.cfg index acd2edd058..7ee7ad7258 100755 --- a/testsuite/java_test/parent_test/RT0006-rt-parent-AccessibleObjectExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0006-rt-parent-AccessibleObjectExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AccessibleObjectExObjectwaitIllegalMonitorStateException) run(AccessibleObjectExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0007-rt-parent-ArrayExObjecthashCode/test.cfg b/testsuite/java_test/parent_test/RT0007-rt-parent-ArrayExObjecthashCode/test.cfg index c873824784..aa3f36a0ce 100755 --- a/testsuite/java_test/parent_test/RT0007-rt-parent-ArrayExObjecthashCode/test.cfg +++ b/testsuite/java_test/parent_test/RT0007-rt-parent-ArrayExObjecthashCode/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ArrayExObjecthashCode) run(ArrayExObjecthashCode) diff --git a/testsuite/java_test/parent_test/RT0008-rt-parent-ArrayExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0008-rt-parent-ArrayExObjectnotifyAllIllegalMonitorStateException/test.cfg index f4e3bef4e2..d699442724 100755 --- a/testsuite/java_test/parent_test/RT0008-rt-parent-ArrayExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0008-rt-parent-ArrayExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ArrayExObjectnotifyAllIllegalMonitorStateException) run(ArrayExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0009-rt-parent-ArrayExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0009-rt-parent-ArrayExObjectnotifyIllegalMonitorStateException/test.cfg index 84ffcedca3..f9a5714f2c 100755 --- a/testsuite/java_test/parent_test/RT0009-rt-parent-ArrayExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0009-rt-parent-ArrayExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ArrayExObjectnotifyIllegalMonitorStateException) run(ArrayExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0010-rt-parent-ArrayExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0010-rt-parent-ArrayExObjectwaitIllegalMonitorStateException/test.cfg index f93ce9e7d7..e276d57445 100755 --- a/testsuite/java_test/parent_test/RT0010-rt-parent-ArrayExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0010-rt-parent-ArrayExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ArrayExObjectwaitIllegalMonitorStateException) run(ArrayExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0011-rt-parent-ArrayExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0011-rt-parent-ArrayExObjectwaitInterruptedException/test.cfg index 0d9e9aa2bd..37acbc1270 100755 --- a/testsuite/java_test/parent_test/RT0011-rt-parent-ArrayExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0011-rt-parent-ArrayExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ArrayExObjectwaitInterruptedException) run(ArrayExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0012-rt-parent-ArrayExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0012-rt-parent-ArrayExObjectwait/test.cfg index 32070136a0..d2bc550a2b 100755 --- a/testsuite/java_test/parent_test/RT0012-rt-parent-ArrayExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0012-rt-parent-ArrayExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ArrayExObjectwait) run(ArrayExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0013-rt-parent-CharacterExObjectgetClass/test.cfg b/testsuite/java_test/parent_test/RT0013-rt-parent-CharacterExObjectgetClass/test.cfg index 2cb7d90896..0e09642b6c 100755 --- a/testsuite/java_test/parent_test/RT0013-rt-parent-CharacterExObjectgetClass/test.cfg +++ b/testsuite/java_test/parent_test/RT0013-rt-parent-CharacterExObjectgetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterExObjectgetClass) run(CharacterExObjectgetClass) diff --git a/testsuite/java_test/parent_test/RT0014-rt-parent-CharacterExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0014-rt-parent-CharacterExObjectnotifyIllegalMonitorStateException/test.cfg index 770024ff8f..0cd886ee6a 100755 --- a/testsuite/java_test/parent_test/RT0014-rt-parent-CharacterExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0014-rt-parent-CharacterExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterExObjectnotifyIllegalMonitorStateException) run(CharacterExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0015-rt-parent-CharacterExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0015-rt-parent-CharacterExObjectwaitIllegalMonitorStateException/test.cfg index 2840ba51d1..0bc0316adf 100755 --- a/testsuite/java_test/parent_test/RT0015-rt-parent-CharacterExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0015-rt-parent-CharacterExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterExObjectwaitIllegalMonitorStateException) run(CharacterExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0016-rt-parent-CharacterExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0016-rt-parent-CharacterExObjectwaitInterruptedException/test.cfg index 72098144f6..6fa3b412a3 100755 --- a/testsuite/java_test/parent_test/RT0016-rt-parent-CharacterExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0016-rt-parent-CharacterExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterExObjectwaitInterruptedException) run(CharacterExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0017-rt-parent-CharacterExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0017-rt-parent-CharacterExObjectwait/test.cfg index 27d10546a7..7f555df502 100755 --- a/testsuite/java_test/parent_test/RT0017-rt-parent-CharacterExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0017-rt-parent-CharacterExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterExObjectwait) run(CharacterExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0018-rt-parent-CharacterSubsetExObjectgetClass/test.cfg b/testsuite/java_test/parent_test/RT0018-rt-parent-CharacterSubsetExObjectgetClass/test.cfg index cecc294e67..2f4d8f68b7 100755 --- a/testsuite/java_test/parent_test/RT0018-rt-parent-CharacterSubsetExObjectgetClass/test.cfg +++ b/testsuite/java_test/parent_test/RT0018-rt-parent-CharacterSubsetExObjectgetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterSubsetExObjectgetClass) run(CharacterSubsetExObjectgetClass) diff --git a/testsuite/java_test/parent_test/RT0019-rt-parent-CharacterSubsetExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0019-rt-parent-CharacterSubsetExObjectnotifyAllIllegalMonitorStateException/test.cfg index 3872c73aa9..5f13c8f8db 100755 --- a/testsuite/java_test/parent_test/RT0019-rt-parent-CharacterSubsetExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0019-rt-parent-CharacterSubsetExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterSubsetExObjectnotifyAllIllegalMonitorStateException) run(CharacterSubsetExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0020-rt-parent-CharacterSubsetExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0020-rt-parent-CharacterSubsetExObjectnotifyIllegalMonitorStateException/test.cfg index dbc5917aaf..ddf699d3a6 100755 --- a/testsuite/java_test/parent_test/RT0020-rt-parent-CharacterSubsetExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0020-rt-parent-CharacterSubsetExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterSubsetExObjectnotifyIllegalMonitorStateException) run(CharacterSubsetExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0021-rt-parent-CharacterSubsetExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0021-rt-parent-CharacterSubsetExObjectwaitIllegalArgumentException/test.cfg index 978c9bcae9..c9159174bf 100755 --- a/testsuite/java_test/parent_test/RT0021-rt-parent-CharacterSubsetExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0021-rt-parent-CharacterSubsetExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterSubsetExObjectwaitIllegalArgumentException) run(CharacterSubsetExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0022-rt-parent-CharacterSubsetExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0022-rt-parent-CharacterSubsetExObjectwaitIllegalMonitorStateException/test.cfg index 5c4c937a2f..ec3c12dd15 100755 --- a/testsuite/java_test/parent_test/RT0022-rt-parent-CharacterSubsetExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0022-rt-parent-CharacterSubsetExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterSubsetExObjectwaitIllegalMonitorStateException) run(CharacterSubsetExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0023-rt-parent-CharacterSubsetExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0023-rt-parent-CharacterSubsetExObjectwaitInterruptedException/test.cfg index b02cac6c48..820ffa5423 100755 --- a/testsuite/java_test/parent_test/RT0023-rt-parent-CharacterSubsetExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0023-rt-parent-CharacterSubsetExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterSubsetExObjectwaitInterruptedException) run(CharacterSubsetExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0024-rt-parent-ClassExObjectHashcode/test.cfg b/testsuite/java_test/parent_test/RT0024-rt-parent-ClassExObjectHashcode/test.cfg index b37c5271e4..1cd2418bb2 100755 --- a/testsuite/java_test/parent_test/RT0024-rt-parent-ClassExObjectHashcode/test.cfg +++ b/testsuite/java_test/parent_test/RT0024-rt-parent-ClassExObjectHashcode/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassExObjectHashcode) run(ClassExObjectHashcode) diff --git a/testsuite/java_test/parent_test/RT0025-rt-parent-ClassExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0025-rt-parent-ClassExObjectnotifyAllIllegalMonitorStateException/test.cfg index ce508d3da8..b7df945b34 100755 --- a/testsuite/java_test/parent_test/RT0025-rt-parent-ClassExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0025-rt-parent-ClassExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassExObjectnotifyAllIllegalMonitorStateException) run(ClassExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0026-rt-parent-ClassExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0026-rt-parent-ClassExObjectnotifyIllegalMonitorStateException/test.cfg index 539f6268d9..093b648483 100755 --- a/testsuite/java_test/parent_test/RT0026-rt-parent-ClassExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0026-rt-parent-ClassExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassExObjectnotifyIllegalMonitorStateException) run(ClassExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0027-rt-parent-ClassExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0027-rt-parent-ClassExObjectwaitIllegalArgumentException/test.cfg index ee38531447..ab1f70dadc 100755 --- a/testsuite/java_test/parent_test/RT0027-rt-parent-ClassExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0027-rt-parent-ClassExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassExObjectwaitIllegalArgumentException) run(ClassExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0028-rt-parent-ClassExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0028-rt-parent-ClassExObjectwaitInterruptedException/test.cfg index 9aa504bf11..f126b4aab4 100755 --- a/testsuite/java_test/parent_test/RT0028-rt-parent-ClassExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0028-rt-parent-ClassExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassExObjectwaitInterruptedException) run(ClassExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0029-rt-parent-ClassExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0029-rt-parent-ClassExObjectwait/test.cfg index 83f2eb2284..b9b0b15949 100755 --- a/testsuite/java_test/parent_test/RT0029-rt-parent-ClassExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0029-rt-parent-ClassExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassExObjectwait) run(ClassExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0030-rt-parent-ClassLoaderExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0030-rt-parent-ClassLoaderExObjectnotifyAllIllegalMonitorStateException/test.cfg index 934202fe51..3dde03c922 100755 --- a/testsuite/java_test/parent_test/RT0030-rt-parent-ClassLoaderExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0030-rt-parent-ClassLoaderExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassLoaderExObjectnotifyAllIllegalMonitorStateException) run(ClassLoaderExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0031-rt-parent-ClassLoaderExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0031-rt-parent-ClassLoaderExObjectnotifyIllegalMonitorStateException/test.cfg index 297b376f0f..eedec12bea 100755 --- a/testsuite/java_test/parent_test/RT0031-rt-parent-ClassLoaderExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0031-rt-parent-ClassLoaderExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassLoaderExObjectnotifyIllegalMonitorStateException) run(ClassLoaderExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0032-rt-parent-ClassLoaderExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0032-rt-parent-ClassLoaderExObjectwaitIllegalArgumentException/test.cfg index 04da06ba55..f6d1941111 100755 --- a/testsuite/java_test/parent_test/RT0032-rt-parent-ClassLoaderExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0032-rt-parent-ClassLoaderExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassLoaderExObjectwaitIllegalArgumentException) run(ClassLoaderExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0033-rt-parent-ClassLoaderExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0033-rt-parent-ClassLoaderExObjectwaitIllegalMonitorStateException/test.cfg index 1a10815a3d..8d275147ad 100755 --- a/testsuite/java_test/parent_test/RT0033-rt-parent-ClassLoaderExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0033-rt-parent-ClassLoaderExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassLoaderExObjectwaitIllegalMonitorStateException) run(ClassLoaderExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0034-rt-parent-ClassLoaderExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0034-rt-parent-ClassLoaderExObjectwaitInterruptedException/test.cfg index b8df1dd25e..32a241c208 100755 --- a/testsuite/java_test/parent_test/RT0034-rt-parent-ClassLoaderExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0034-rt-parent-ClassLoaderExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassLoaderExObjectwaitInterruptedException) run(ClassLoaderExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0035-rt-parent-ClassLoaderExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0035-rt-parent-ClassLoaderExObjectwait/test.cfg index acf302e008..e2fcb01135 100755 --- a/testsuite/java_test/parent_test/RT0035-rt-parent-ClassLoaderExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0035-rt-parent-ClassLoaderExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassLoaderExObjectwait) run(ClassLoaderExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0036-rt-parent-ConstructorExAccessibleObjectgetAnnotationNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0036-rt-parent-ConstructorExAccessibleObjectgetAnnotationNullPointerException/test.cfg index 8855bd1f0d..e6074e91be 100755 --- a/testsuite/java_test/parent_test/RT0036-rt-parent-ConstructorExAccessibleObjectgetAnnotationNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0036-rt-parent-ConstructorExAccessibleObjectgetAnnotationNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExAccessibleObjectgetAnnotationNullPointerException) run(ConstructorExAccessibleObjectgetAnnotationNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0037-rt-parent-ConstructorExAccessibleObjectgetAnnotationsByTypeNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0037-rt-parent-ConstructorExAccessibleObjectgetAnnotationsByTypeNullPointerException/test.cfg index 9e45b00b67..757261d5f9 100644 --- a/testsuite/java_test/parent_test/RT0037-rt-parent-ConstructorExAccessibleObjectgetAnnotationsByTypeNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0037-rt-parent-ConstructorExAccessibleObjectgetAnnotationsByTypeNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExAccessibleObjectgetAnnotationsByTypeNullPointerException) run(ConstructorExAccessibleObjectgetAnnotationsByTypeNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0038-rt-parent-ConstructorExAccessibleObjectgetAnnotations/test.cfg b/testsuite/java_test/parent_test/RT0038-rt-parent-ConstructorExAccessibleObjectgetAnnotations/test.cfg index 7cab0033ac..a52a7d01e3 100755 --- a/testsuite/java_test/parent_test/RT0038-rt-parent-ConstructorExAccessibleObjectgetAnnotations/test.cfg +++ b/testsuite/java_test/parent_test/RT0038-rt-parent-ConstructorExAccessibleObjectgetAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExAccessibleObjectgetAnnotations) run(ConstructorExAccessibleObjectgetAnnotations) diff --git a/testsuite/java_test/parent_test/RT0039-rt-parent-ConstructorExAccessibleObjectgetDeclaredAnnotationNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0039-rt-parent-ConstructorExAccessibleObjectgetDeclaredAnnotationNullPointerException/test.cfg index 41f0a85151..b1fd41c2aa 100644 --- a/testsuite/java_test/parent_test/RT0039-rt-parent-ConstructorExAccessibleObjectgetDeclaredAnnotationNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0039-rt-parent-ConstructorExAccessibleObjectgetDeclaredAnnotationNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExAccessibleObjectgetDeclaredAnnotationNullPointerException) run(ConstructorExAccessibleObjectgetDeclaredAnnotationNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0040-rt-parent-ConstructorExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0040-rt-parent-ConstructorExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException/test.cfg index 7b214e9244..b5858ce05b 100644 --- a/testsuite/java_test/parent_test/RT0040-rt-parent-ConstructorExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0040-rt-parent-ConstructorExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException) run(ConstructorExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0041-rt-parent-ConstructorExAccessibleObjectgetDeclaredAnnotations/test.cfg b/testsuite/java_test/parent_test/RT0041-rt-parent-ConstructorExAccessibleObjectgetDeclaredAnnotations/test.cfg index d93c7a7f5e..e487dbbb54 100755 --- a/testsuite/java_test/parent_test/RT0041-rt-parent-ConstructorExAccessibleObjectgetDeclaredAnnotations/test.cfg +++ b/testsuite/java_test/parent_test/RT0041-rt-parent-ConstructorExAccessibleObjectgetDeclaredAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExAccessibleObjectgetDeclaredAnnotations) run(ConstructorExAccessibleObjectgetDeclaredAnnotations) diff --git a/testsuite/java_test/parent_test/RT0042-rt-parent-ConstructorExAccessibleObjectisAccessible/test.cfg b/testsuite/java_test/parent_test/RT0042-rt-parent-ConstructorExAccessibleObjectisAccessible/test.cfg index acccf06ae0..78e7548ed3 100755 --- a/testsuite/java_test/parent_test/RT0042-rt-parent-ConstructorExAccessibleObjectisAccessible/test.cfg +++ b/testsuite/java_test/parent_test/RT0042-rt-parent-ConstructorExAccessibleObjectisAccessible/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExAccessibleObjectisAccessible) run(ConstructorExAccessibleObjectisAccessible) diff --git a/testsuite/java_test/parent_test/RT0043-rt-parent-ConstructorExAccessibleObjectisAnnotationPresentNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0043-rt-parent-ConstructorExAccessibleObjectisAnnotationPresentNullPointerException/test.cfg index a2f111e04e..a2778b05cf 100644 --- a/testsuite/java_test/parent_test/RT0043-rt-parent-ConstructorExAccessibleObjectisAnnotationPresentNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0043-rt-parent-ConstructorExAccessibleObjectisAnnotationPresentNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExAccessibleObjectisAnnotationPresentNullPointerException) run(ConstructorExAccessibleObjectisAnnotationPresentNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0044-rt-parent-ConstructorExAccessibleObjectsetAccessibleSecurityException/test.cfg b/testsuite/java_test/parent_test/RT0044-rt-parent-ConstructorExAccessibleObjectsetAccessibleSecurityException/test.cfg index a5946d7d69..190546992d 100755 --- a/testsuite/java_test/parent_test/RT0044-rt-parent-ConstructorExAccessibleObjectsetAccessibleSecurityException/test.cfg +++ b/testsuite/java_test/parent_test/RT0044-rt-parent-ConstructorExAccessibleObjectsetAccessibleSecurityException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExAccessibleObjectsetAccessibleSecurityException) run(ConstructorExAccessibleObjectsetAccessibleSecurityException) diff --git a/testsuite/java_test/parent_test/RT0045-rt-parent-ConstructorExExecutablegetAnnotationNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0045-rt-parent-ConstructorExExecutablegetAnnotationNullPointerException/test.cfg index 5399f237b3..726d48158d 100755 --- a/testsuite/java_test/parent_test/RT0045-rt-parent-ConstructorExExecutablegetAnnotationNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0045-rt-parent-ConstructorExExecutablegetAnnotationNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExExecutablegetAnnotationNullPointerException) run(ConstructorExExecutablegetAnnotationNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0046-rt-parent-ConstructorExExecutablegetAnnotationsByTypeNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0046-rt-parent-ConstructorExExecutablegetAnnotationsByTypeNullPointerException/test.cfg index 59a61ef348..5640c7bf53 100755 --- a/testsuite/java_test/parent_test/RT0046-rt-parent-ConstructorExExecutablegetAnnotationsByTypeNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0046-rt-parent-ConstructorExExecutablegetAnnotationsByTypeNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExExecutablegetAnnotationsByTypeNullPointerException) run(ConstructorExExecutablegetAnnotationsByTypeNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0047-rt-parent-ConstructorExExecutablegetDeclaredAnnotations/test.cfg b/testsuite/java_test/parent_test/RT0047-rt-parent-ConstructorExExecutablegetDeclaredAnnotations/test.cfg index 15dc6e0c36..45ebcd0bc8 100755 --- a/testsuite/java_test/parent_test/RT0047-rt-parent-ConstructorExExecutablegetDeclaredAnnotations/test.cfg +++ b/testsuite/java_test/parent_test/RT0047-rt-parent-ConstructorExExecutablegetDeclaredAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExExecutablegetDeclaredAnnotations) run(ConstructorExExecutablegetDeclaredAnnotations) diff --git a/testsuite/java_test/parent_test/RT0048-rt-parent-ConstructorExExecutablegetExceptionTypes/test.cfg b/testsuite/java_test/parent_test/RT0048-rt-parent-ConstructorExExecutablegetExceptionTypes/test.cfg index 9220b53b0a..dc95dc5045 100755 --- a/testsuite/java_test/parent_test/RT0048-rt-parent-ConstructorExExecutablegetExceptionTypes/test.cfg +++ b/testsuite/java_test/parent_test/RT0048-rt-parent-ConstructorExExecutablegetExceptionTypes/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExExecutablegetExceptionTypes) run(ConstructorExExecutablegetExceptionTypes) diff --git a/testsuite/java_test/parent_test/RT0049-rt-parent-ConstructorExExecutablegetGenericParameterTypes/test.cfg b/testsuite/java_test/parent_test/RT0049-rt-parent-ConstructorExExecutablegetGenericParameterTypes/test.cfg index c9ac2100b2..1a7cf58610 100755 --- a/testsuite/java_test/parent_test/RT0049-rt-parent-ConstructorExExecutablegetGenericParameterTypes/test.cfg +++ b/testsuite/java_test/parent_test/RT0049-rt-parent-ConstructorExExecutablegetGenericParameterTypes/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExExecutablegetGenericParameterTypes) run(ConstructorExExecutablegetGenericParameterTypes) diff --git a/testsuite/java_test/parent_test/RT0050-rt-parent-ConstructorExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0050-rt-parent-ConstructorExObjectnotifyAllIllegalMonitorStateException/test.cfg index e4c2c44e66..274106c52a 100755 --- a/testsuite/java_test/parent_test/RT0050-rt-parent-ConstructorExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0050-rt-parent-ConstructorExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExObjectnotifyAllIllegalMonitorStateException) run(ConstructorExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0051-rt-parent-ConstructorExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0051-rt-parent-ConstructorExObjectnotifyIllegalMonitorStateException/test.cfg index 73959a5eaf..ea470a2fcb 100755 --- a/testsuite/java_test/parent_test/RT0051-rt-parent-ConstructorExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0051-rt-parent-ConstructorExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExObjectnotifyIllegalMonitorStateException) run(ConstructorExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0052-rt-parent-ConstructorExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0052-rt-parent-ConstructorExObjectwaitIllegalArgumentException/test.cfg index 8d4246f65c..d51a4105a3 100755 --- a/testsuite/java_test/parent_test/RT0052-rt-parent-ConstructorExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0052-rt-parent-ConstructorExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExObjectwaitIllegalArgumentException) run(ConstructorExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0053-rt-parent-ConstructorExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0053-rt-parent-ConstructorExObjectwaitIllegalMonitorStateException/test.cfg index d6914c12d9..229489726c 100755 --- a/testsuite/java_test/parent_test/RT0053-rt-parent-ConstructorExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0053-rt-parent-ConstructorExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExObjectwaitIllegalMonitorStateException) run(ConstructorExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0054-rt-parent-ConstructorExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0054-rt-parent-ConstructorExObjectwaitInterruptedException/test.cfg index c24d9beca4..51f25da596 100755 --- a/testsuite/java_test/parent_test/RT0054-rt-parent-ConstructorExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0054-rt-parent-ConstructorExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExObjectwaitInterruptedException) run(ConstructorExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0055-rt-parent-ConstructorExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0055-rt-parent-ConstructorExObjectwait/test.cfg index c8795d1162..f2462b2f70 100755 --- a/testsuite/java_test/parent_test/RT0055-rt-parent-ConstructorExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0055-rt-parent-ConstructorExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorExObjectwait) run(ConstructorExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0056-rt-parent-FieldExAccessibleObjectgetAnnotationsByTypeNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0056-rt-parent-FieldExAccessibleObjectgetAnnotationsByTypeNullPointerException/test.cfg index 92f43297a6..7ac5d7a7ec 100755 --- a/testsuite/java_test/parent_test/RT0056-rt-parent-FieldExAccessibleObjectgetAnnotationsByTypeNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0056-rt-parent-FieldExAccessibleObjectgetAnnotationsByTypeNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExAccessibleObjectgetAnnotationsByTypeNullPointerException) run(FieldExAccessibleObjectgetAnnotationsByTypeNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0057-rt-parent-FieldExAccessibleObjectgetAnnotations/test.cfg b/testsuite/java_test/parent_test/RT0057-rt-parent-FieldExAccessibleObjectgetAnnotations/test.cfg index 9ac5d7b039..8fdf4fe242 100755 --- a/testsuite/java_test/parent_test/RT0057-rt-parent-FieldExAccessibleObjectgetAnnotations/test.cfg +++ b/testsuite/java_test/parent_test/RT0057-rt-parent-FieldExAccessibleObjectgetAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExAccessibleObjectgetAnnotations) run(FieldExAccessibleObjectgetAnnotations) diff --git a/testsuite/java_test/parent_test/RT0058-rt-parent-FieldExAccessibleObjectgetDeclaredAnnotation/test.cfg b/testsuite/java_test/parent_test/RT0058-rt-parent-FieldExAccessibleObjectgetDeclaredAnnotation/test.cfg index d7b8350dbd..922184c8bf 100755 --- a/testsuite/java_test/parent_test/RT0058-rt-parent-FieldExAccessibleObjectgetDeclaredAnnotation/test.cfg +++ b/testsuite/java_test/parent_test/RT0058-rt-parent-FieldExAccessibleObjectgetDeclaredAnnotation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExAccessibleObjectgetDeclaredAnnotation) run(FieldExAccessibleObjectgetDeclaredAnnotation) diff --git a/testsuite/java_test/parent_test/RT0059-rt-parent-FieldExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0059-rt-parent-FieldExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException/test.cfg index 60cea9fd81..1cd8bdafb0 100644 --- a/testsuite/java_test/parent_test/RT0059-rt-parent-FieldExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0059-rt-parent-FieldExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException) run(FieldExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0060-rt-parent-FieldExAccessibleObjectgetDeclaredAnnotations/test.cfg b/testsuite/java_test/parent_test/RT0060-rt-parent-FieldExAccessibleObjectgetDeclaredAnnotations/test.cfg index 37f2ee38f8..4580047caa 100755 --- a/testsuite/java_test/parent_test/RT0060-rt-parent-FieldExAccessibleObjectgetDeclaredAnnotations/test.cfg +++ b/testsuite/java_test/parent_test/RT0060-rt-parent-FieldExAccessibleObjectgetDeclaredAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExAccessibleObjectgetDeclaredAnnotations) run(FieldExAccessibleObjectgetDeclaredAnnotations) diff --git a/testsuite/java_test/parent_test/RT0061-rt-parent-FieldExAccessibleObjectisAccessible/test.cfg b/testsuite/java_test/parent_test/RT0061-rt-parent-FieldExAccessibleObjectisAccessible/test.cfg index 65208225db..88c580d9e7 100755 --- a/testsuite/java_test/parent_test/RT0061-rt-parent-FieldExAccessibleObjectisAccessible/test.cfg +++ b/testsuite/java_test/parent_test/RT0061-rt-parent-FieldExAccessibleObjectisAccessible/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExAccessibleObjectisAccessible) run(FieldExAccessibleObjectisAccessible) diff --git a/testsuite/java_test/parent_test/RT0062-rt-parent-FieldExAccessibleObjectisAnnotationPresentNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0062-rt-parent-FieldExAccessibleObjectisAnnotationPresentNullPointerException/test.cfg index 378f2f9ce1..2c64d996d8 100755 --- a/testsuite/java_test/parent_test/RT0062-rt-parent-FieldExAccessibleObjectisAnnotationPresentNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0062-rt-parent-FieldExAccessibleObjectisAnnotationPresentNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExAccessibleObjectisAnnotationPresentNullPointerException) run(FieldExAccessibleObjectisAnnotationPresentNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0063-rt-parent-FieldExAccessibleObjectsetAccessibleSecurityException/test.cfg b/testsuite/java_test/parent_test/RT0063-rt-parent-FieldExAccessibleObjectsetAccessibleSecurityException/test.cfg index 15dda2d07d..7600536ffa 100755 --- a/testsuite/java_test/parent_test/RT0063-rt-parent-FieldExAccessibleObjectsetAccessibleSecurityException/test.cfg +++ b/testsuite/java_test/parent_test/RT0063-rt-parent-FieldExAccessibleObjectsetAccessibleSecurityException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExAccessibleObjectsetAccessibleSecurityException) run(FieldExAccessibleObjectsetAccessibleSecurityException) diff --git a/testsuite/java_test/parent_test/RT0064-rt-parent-FieldExObjectgetClass/test.cfg b/testsuite/java_test/parent_test/RT0064-rt-parent-FieldExObjectgetClass/test.cfg index 0e334ddd5a..eb7fa0084f 100755 --- a/testsuite/java_test/parent_test/RT0064-rt-parent-FieldExObjectgetClass/test.cfg +++ b/testsuite/java_test/parent_test/RT0064-rt-parent-FieldExObjectgetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExObjectgetClass) run(FieldExObjectgetClass) diff --git a/testsuite/java_test/parent_test/RT0065-rt-parent-FieldExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0065-rt-parent-FieldExObjectnotifyAllIllegalMonitorStateException/test.cfg index 1ad57c491f..c655096ea3 100755 --- a/testsuite/java_test/parent_test/RT0065-rt-parent-FieldExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0065-rt-parent-FieldExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExObjectnotifyAllIllegalMonitorStateException) run(FieldExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0066-rt-parent-FieldExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0066-rt-parent-FieldExObjectnotifyIllegalMonitorStateException/test.cfg index 734a13eac0..ce2a682fd0 100755 --- a/testsuite/java_test/parent_test/RT0066-rt-parent-FieldExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0066-rt-parent-FieldExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExObjectnotifyIllegalMonitorStateException) run(FieldExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0067-rt-parent-FieldExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0067-rt-parent-FieldExObjectwaitIllegalArgumentException/test.cfg index 798d512c6e..cac7029b3c 100755 --- a/testsuite/java_test/parent_test/RT0067-rt-parent-FieldExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0067-rt-parent-FieldExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExObjectwaitIllegalArgumentException) run(FieldExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0068-rt-parent-FieldExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0068-rt-parent-FieldExObjectwaitIllegalMonitorStateException/test.cfg index 9a6757f844..dfaad731db 100755 --- a/testsuite/java_test/parent_test/RT0068-rt-parent-FieldExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0068-rt-parent-FieldExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExObjectwaitIllegalMonitorStateException) run(FieldExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0069-rt-parent-FieldExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0069-rt-parent-FieldExObjectwaitInterruptedException/test.cfg index 3ee5d5e65d..2d9dab97ba 100755 --- a/testsuite/java_test/parent_test/RT0069-rt-parent-FieldExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0069-rt-parent-FieldExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExObjectwaitInterruptedException) run(FieldExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0070-rt-parent-FieldExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0070-rt-parent-FieldExObjectwait/test.cfg index 5344bc50fa..e62bcc41f6 100755 --- a/testsuite/java_test/parent_test/RT0070-rt-parent-FieldExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0070-rt-parent-FieldExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldExObjectwait) run(FieldExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0071-rt-parent-MethodExAccessibleObjectgetAnnotationNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0071-rt-parent-MethodExAccessibleObjectgetAnnotationNullPointerException/test.cfg index 99d6f6b5be..53018427c1 100755 --- a/testsuite/java_test/parent_test/RT0071-rt-parent-MethodExAccessibleObjectgetAnnotationNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0071-rt-parent-MethodExAccessibleObjectgetAnnotationNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExAccessibleObjectgetAnnotationNullPointerException) run(MethodExAccessibleObjectgetAnnotationNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0072-rt-parent-MethodExAccessibleObjectgetAnnotations/test.cfg b/testsuite/java_test/parent_test/RT0072-rt-parent-MethodExAccessibleObjectgetAnnotations/test.cfg index 12decd09da..d88b04b8e6 100755 --- a/testsuite/java_test/parent_test/RT0072-rt-parent-MethodExAccessibleObjectgetAnnotations/test.cfg +++ b/testsuite/java_test/parent_test/RT0072-rt-parent-MethodExAccessibleObjectgetAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExAccessibleObjectgetAnnotations) run(MethodExAccessibleObjectgetAnnotations) diff --git a/testsuite/java_test/parent_test/RT0073-rt-parent-MethodExAccessibleObjectgetDeclaredAnnotationNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0073-rt-parent-MethodExAccessibleObjectgetDeclaredAnnotationNullPointerException/test.cfg index 6f101d1e45..e1794cf709 100644 --- a/testsuite/java_test/parent_test/RT0073-rt-parent-MethodExAccessibleObjectgetDeclaredAnnotationNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0073-rt-parent-MethodExAccessibleObjectgetDeclaredAnnotationNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExAccessibleObjectgetDeclaredAnnotationNullPointerException) run(MethodExAccessibleObjectgetDeclaredAnnotationNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0074-rt-parent-MethodExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0074-rt-parent-MethodExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException/test.cfg index 3ecb499235..7fcb7f58e0 100644 --- a/testsuite/java_test/parent_test/RT0074-rt-parent-MethodExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0074-rt-parent-MethodExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException) run(MethodExAccessibleObjectgetDeclaredAnnotationsByTypeNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0075-rt-parent-MethodExAccessibleObjectisAccessible/test.cfg b/testsuite/java_test/parent_test/RT0075-rt-parent-MethodExAccessibleObjectisAccessible/test.cfg index 82163d411c..e7aa27dcec 100755 --- a/testsuite/java_test/parent_test/RT0075-rt-parent-MethodExAccessibleObjectisAccessible/test.cfg +++ b/testsuite/java_test/parent_test/RT0075-rt-parent-MethodExAccessibleObjectisAccessible/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExAccessibleObjectisAccessible) run(MethodExAccessibleObjectisAccessible) diff --git a/testsuite/java_test/parent_test/RT0076-rt-parent-MethodExAccessibleObjectisAnnotationPresentNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0076-rt-parent-MethodExAccessibleObjectisAnnotationPresentNullPointerException/test.cfg index 7f02da964a..230d3acff2 100755 --- a/testsuite/java_test/parent_test/RT0076-rt-parent-MethodExAccessibleObjectisAnnotationPresentNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0076-rt-parent-MethodExAccessibleObjectisAnnotationPresentNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExAccessibleObjectisAnnotationPresentNullPointerException) run(MethodExAccessibleObjectisAnnotationPresentNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0077-rt-parent-MethodExAccessibleObjectSetAccessible/test.cfg b/testsuite/java_test/parent_test/RT0077-rt-parent-MethodExAccessibleObjectSetAccessible/test.cfg index cd1a9e641d..7650331dea 100755 --- a/testsuite/java_test/parent_test/RT0077-rt-parent-MethodExAccessibleObjectSetAccessible/test.cfg +++ b/testsuite/java_test/parent_test/RT0077-rt-parent-MethodExAccessibleObjectSetAccessible/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExAccessibleObjectSetAccessible) run(MethodExAccessibleObjectSetAccessible) diff --git a/testsuite/java_test/parent_test/RT0078-rt-parent-MethodExecutablegetDeclaredAnnotations/test.cfg b/testsuite/java_test/parent_test/RT0078-rt-parent-MethodExecutablegetDeclaredAnnotations/test.cfg index d27947fcec..af9a545b50 100755 --- a/testsuite/java_test/parent_test/RT0078-rt-parent-MethodExecutablegetDeclaredAnnotations/test.cfg +++ b/testsuite/java_test/parent_test/RT0078-rt-parent-MethodExecutablegetDeclaredAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExecutablegetDeclaredAnnotations) run(MethodExecutablegetDeclaredAnnotations) diff --git a/testsuite/java_test/parent_test/RT0079-rt-parent-MethodExExecutablegetAnnotationsByTypeNullPointerException/test.cfg b/testsuite/java_test/parent_test/RT0079-rt-parent-MethodExExecutablegetAnnotationsByTypeNullPointerException/test.cfg index 6fa4f10894..09d9394fce 100644 --- a/testsuite/java_test/parent_test/RT0079-rt-parent-MethodExExecutablegetAnnotationsByTypeNullPointerException/test.cfg +++ b/testsuite/java_test/parent_test/RT0079-rt-parent-MethodExExecutablegetAnnotationsByTypeNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExExecutablegetAnnotationsByTypeNullPointerException) run(MethodExExecutablegetAnnotationsByTypeNullPointerException) diff --git a/testsuite/java_test/parent_test/RT0080-rt-parent-MethodExExecutablegetGenericExceptionTypesExceptions/test.cfg b/testsuite/java_test/parent_test/RT0080-rt-parent-MethodExExecutablegetGenericExceptionTypesExceptions/test.cfg index cdea4bcfff..4bc31de423 100755 --- a/testsuite/java_test/parent_test/RT0080-rt-parent-MethodExExecutablegetGenericExceptionTypesExceptions/test.cfg +++ b/testsuite/java_test/parent_test/RT0080-rt-parent-MethodExExecutablegetGenericExceptionTypesExceptions/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExExecutablegetGenericExceptionTypesExceptions) run(MethodExExecutablegetGenericExceptionTypesExceptions) diff --git a/testsuite/java_test/parent_test/RT0081-rt-parent-MethodExExecutablegetGenericParameterTypesExceptions/test.cfg b/testsuite/java_test/parent_test/RT0081-rt-parent-MethodExExecutablegetGenericParameterTypesExceptions/test.cfg index 6df81d4c39..6666b7d28b 100755 --- a/testsuite/java_test/parent_test/RT0081-rt-parent-MethodExExecutablegetGenericParameterTypesExceptions/test.cfg +++ b/testsuite/java_test/parent_test/RT0081-rt-parent-MethodExExecutablegetGenericParameterTypesExceptions/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExExecutablegetGenericParameterTypesExceptions) run(MethodExExecutablegetGenericParameterTypesExceptions) diff --git a/testsuite/java_test/parent_test/RT0082-rt-parent-MethodExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0082-rt-parent-MethodExObjectnotifyAllIllegalMonitorStateException/test.cfg index 1ff38cf5ee..cceeae75e9 100755 --- a/testsuite/java_test/parent_test/RT0082-rt-parent-MethodExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0082-rt-parent-MethodExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExObjectnotifyAllIllegalMonitorStateException) run(MethodExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0083-rt-parent-MethodExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0083-rt-parent-MethodExObjectnotifyIllegalMonitorStateException/test.cfg index 0372cfef19..76dd788837 100755 --- a/testsuite/java_test/parent_test/RT0083-rt-parent-MethodExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0083-rt-parent-MethodExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExObjectnotifyIllegalMonitorStateException) run(MethodExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0084-rt-parent-MethodExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0084-rt-parent-MethodExObjectwaitIllegalArgumentException/test.cfg index 995cb6b4df..cf7c00d464 100755 --- a/testsuite/java_test/parent_test/RT0084-rt-parent-MethodExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0084-rt-parent-MethodExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExObjectwaitIllegalArgumentException) run(MethodExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0085-rt-parent-MethodExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0085-rt-parent-MethodExObjectwaitIllegalMonitorStateException/test.cfg index 4780c0cf1d..097c4da92c 100755 --- a/testsuite/java_test/parent_test/RT0085-rt-parent-MethodExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0085-rt-parent-MethodExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExObjectwaitIllegalMonitorStateException) run(MethodExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0086-rt-parent-MethodExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0086-rt-parent-MethodExObjectwaitInterruptedException/test.cfg index 5bbab3db59..41f88a3d26 100755 --- a/testsuite/java_test/parent_test/RT0086-rt-parent-MethodExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0086-rt-parent-MethodExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExObjectwaitInterruptedException) run(MethodExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0087-rt-parent-MethodExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0087-rt-parent-MethodExObjectwait/test.cfg index 499198f529..c14b6904a7 100755 --- a/testsuite/java_test/parent_test/RT0087-rt-parent-MethodExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0087-rt-parent-MethodExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodExObjectwait) run(MethodExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0088-rt-parent-ModifierExObjectgetClass/test.cfg b/testsuite/java_test/parent_test/RT0088-rt-parent-ModifierExObjectgetClass/test.cfg index fc038c707c..e37f88cbf6 100755 --- a/testsuite/java_test/parent_test/RT0088-rt-parent-ModifierExObjectgetClass/test.cfg +++ b/testsuite/java_test/parent_test/RT0088-rt-parent-ModifierExObjectgetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ModifierExObjectgetClass) run(ModifierExObjectgetClass) diff --git a/testsuite/java_test/parent_test/RT0089-rt-parent-ModifierExObjecthashCode/test.cfg b/testsuite/java_test/parent_test/RT0089-rt-parent-ModifierExObjecthashCode/test.cfg index cefc8ed79d..4b2b81396d 100755 --- a/testsuite/java_test/parent_test/RT0089-rt-parent-ModifierExObjecthashCode/test.cfg +++ b/testsuite/java_test/parent_test/RT0089-rt-parent-ModifierExObjecthashCode/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ModifierExObjecthashCode) run(ModifierExObjecthashCode) diff --git a/testsuite/java_test/parent_test/RT0090-rt-parent-ModifierExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0090-rt-parent-ModifierExObjectnotifyAllIllegalMonitorStateException/test.cfg index b075c9498b..d3e8bfe12b 100755 --- a/testsuite/java_test/parent_test/RT0090-rt-parent-ModifierExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0090-rt-parent-ModifierExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ModifierExObjectnotifyAllIllegalMonitorStateException) run(ModifierExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0091-rt-parent-ModifierExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0091-rt-parent-ModifierExObjectnotifyIllegalMonitorStateException/test.cfg index d696f0da4b..93ff3b9fc0 100755 --- a/testsuite/java_test/parent_test/RT0091-rt-parent-ModifierExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0091-rt-parent-ModifierExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ModifierExObjectnotifyIllegalMonitorStateException) run(ModifierExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0092-rt-parent-ModifierExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0092-rt-parent-ModifierExObjectwaitInterruptedException/test.cfg index 1663b520f4..995cc2a780 100755 --- a/testsuite/java_test/parent_test/RT0092-rt-parent-ModifierExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0092-rt-parent-ModifierExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ModifierExObjectwaitInterruptedException) run(ModifierExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0093-rt-parent-ModifierExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0093-rt-parent-ModifierExObjectwait/test.cfg index baa09463cb..f3a0c26b21 100755 --- a/testsuite/java_test/parent_test/RT0093-rt-parent-ModifierExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0093-rt-parent-ModifierExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ModifierExObjectwait) run(ModifierExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0094-rt-parent-ParameterExObjectgetClass/test.cfg b/testsuite/java_test/parent_test/RT0094-rt-parent-ParameterExObjectgetClass/test.cfg index 22adf1866f..9c8180ad09 100755 --- a/testsuite/java_test/parent_test/RT0094-rt-parent-ParameterExObjectgetClass/test.cfg +++ b/testsuite/java_test/parent_test/RT0094-rt-parent-ParameterExObjectgetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterExObjectgetClass) run(ParameterExObjectgetClass) diff --git a/testsuite/java_test/parent_test/RT0095-rt-parent-ParameterExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0095-rt-parent-ParameterExObjectnotifyAllIllegalMonitorStateException/test.cfg index 4c13e7f146..f4f8b597d0 100755 --- a/testsuite/java_test/parent_test/RT0095-rt-parent-ParameterExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0095-rt-parent-ParameterExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterExObjectnotifyAllIllegalMonitorStateException) run(ParameterExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0096-rt-parent-ParameterExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0096-rt-parent-ParameterExObjectnotifyIllegalMonitorStateException/test.cfg index 6a184ef73b..2d4189077f 100755 --- a/testsuite/java_test/parent_test/RT0096-rt-parent-ParameterExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0096-rt-parent-ParameterExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterExObjectnotifyIllegalMonitorStateException) run(ParameterExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0097-rt-parent-ParameterExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0097-rt-parent-ParameterExObjectwait/test.cfg index 42d1a45767..9a6799e202 100644 --- a/testsuite/java_test/parent_test/RT0097-rt-parent-ParameterExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0097-rt-parent-ParameterExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterExObjectwait) run(ParameterExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0098-rt-parent-ProxyExObjecthashCode/test.cfg b/testsuite/java_test/parent_test/RT0098-rt-parent-ProxyExObjecthashCode/test.cfg index 96ddcd5869..c4ed28718c 100755 --- a/testsuite/java_test/parent_test/RT0098-rt-parent-ProxyExObjecthashCode/test.cfg +++ b/testsuite/java_test/parent_test/RT0098-rt-parent-ProxyExObjecthashCode/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ProxyExObjecthashCode) run(ProxyExObjecthashCode) diff --git a/testsuite/java_test/parent_test/RT0099-rt-parent-ProxyExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0099-rt-parent-ProxyExObjectnotifyAllIllegalMonitorStateException/test.cfg index f3b8c8ecdf..75d7c0876e 100755 --- a/testsuite/java_test/parent_test/RT0099-rt-parent-ProxyExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0099-rt-parent-ProxyExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ProxyExObjectnotifyAllIllegalMonitorStateException) run(ProxyExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0100-rt-parent-ProxyExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0100-rt-parent-ProxyExObjectnotifyIllegalMonitorStateException/test.cfg index 20f1ea067b..7d78e53f26 100755 --- a/testsuite/java_test/parent_test/RT0100-rt-parent-ProxyExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0100-rt-parent-ProxyExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ProxyExObjectnotifyIllegalMonitorStateException) run(ProxyExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0101-rt-parent-ProxyExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0101-rt-parent-ProxyExObjectwaitIllegalArgumentException/test.cfg index cdbe00da00..8ab31fcd6b 100755 --- a/testsuite/java_test/parent_test/RT0101-rt-parent-ProxyExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0101-rt-parent-ProxyExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ProxyExObjectwaitIllegalArgumentException) run(ProxyExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0102-rt-parent-ProxyExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0102-rt-parent-ProxyExObjectwaitIllegalMonitorStateException/test.cfg index e1be3ffc45..ee22a7c65d 100755 --- a/testsuite/java_test/parent_test/RT0102-rt-parent-ProxyExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0102-rt-parent-ProxyExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ProxyExObjectwaitIllegalMonitorStateException) run(ProxyExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0103-rt-parent-ProxyExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0103-rt-parent-ProxyExObjectwaitInterruptedException/test.cfg index 45a454d742..f56ac1eff1 100755 --- a/testsuite/java_test/parent_test/RT0103-rt-parent-ProxyExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0103-rt-parent-ProxyExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ProxyExObjectwaitInterruptedException) run(ProxyExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0104-rt-parent-ProxyExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0104-rt-parent-ProxyExObjectwait/test.cfg index a8c6633b36..0493925ed1 100755 --- a/testsuite/java_test/parent_test/RT0104-rt-parent-ProxyExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0104-rt-parent-ProxyExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ProxyExObjectwait) run(ProxyExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0105-rt-parent-ReflectPermissionExBasicPermissionimplies/test.cfg b/testsuite/java_test/parent_test/RT0105-rt-parent-ReflectPermissionExBasicPermissionimplies/test.cfg index c0849813ee..a442c01a07 100755 --- a/testsuite/java_test/parent_test/RT0105-rt-parent-ReflectPermissionExBasicPermissionimplies/test.cfg +++ b/testsuite/java_test/parent_test/RT0105-rt-parent-ReflectPermissionExBasicPermissionimplies/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectPermissionExBasicPermissionimplies) run(ReflectPermissionExBasicPermissionimplies) diff --git a/testsuite/java_test/parent_test/RT0106-rt-parent-ReflectPermissionExObjectgetClass/test.cfg b/testsuite/java_test/parent_test/RT0106-rt-parent-ReflectPermissionExObjectgetClass/test.cfg index 7f116f3023..3cc6aabc60 100755 --- a/testsuite/java_test/parent_test/RT0106-rt-parent-ReflectPermissionExObjectgetClass/test.cfg +++ b/testsuite/java_test/parent_test/RT0106-rt-parent-ReflectPermissionExObjectgetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectPermissionExObjectgetClass) run(ReflectPermissionExObjectgetClass) diff --git a/testsuite/java_test/parent_test/RT0107-rt-parent-ReflectPermissionExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0107-rt-parent-ReflectPermissionExObjectnotifyAllIllegalMonitorStateException/test.cfg index 40780c541f..9d7ffc47ca 100755 --- a/testsuite/java_test/parent_test/RT0107-rt-parent-ReflectPermissionExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0107-rt-parent-ReflectPermissionExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectPermissionExObjectnotifyAllIllegalMonitorStateException) run(ReflectPermissionExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0108-rt-parent-ReflectPermissionExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0108-rt-parent-ReflectPermissionExObjectnotifyIllegalMonitorStateException/test.cfg index 921b46e4af..00f048a3f8 100755 --- a/testsuite/java_test/parent_test/RT0108-rt-parent-ReflectPermissionExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0108-rt-parent-ReflectPermissionExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectPermissionExObjectnotifyIllegalMonitorStateException) run(ReflectPermissionExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0109-rt-parent-ReflectPermissionExObjecttoString/test.cfg b/testsuite/java_test/parent_test/RT0109-rt-parent-ReflectPermissionExObjecttoString/test.cfg index db282210bf..f7ff4f6c32 100755 --- a/testsuite/java_test/parent_test/RT0109-rt-parent-ReflectPermissionExObjecttoString/test.cfg +++ b/testsuite/java_test/parent_test/RT0109-rt-parent-ReflectPermissionExObjecttoString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectPermissionExObjecttoString) run(ReflectPermissionExObjecttoString) diff --git a/testsuite/java_test/parent_test/RT0110-rt-parent-ReflectPermissionExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0110-rt-parent-ReflectPermissionExObjectwaitIllegalMonitorStateException/test.cfg index ee5e9b5069..bce5967550 100755 --- a/testsuite/java_test/parent_test/RT0110-rt-parent-ReflectPermissionExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0110-rt-parent-ReflectPermissionExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectPermissionExObjectwaitIllegalMonitorStateException) run(ReflectPermissionExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0111-rt-parent-ReflectPermissionExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0111-rt-parent-ReflectPermissionExObjectwaitInterruptedException/test.cfg index e256a5a088..6c7594af8f 100755 --- a/testsuite/java_test/parent_test/RT0111-rt-parent-ReflectPermissionExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0111-rt-parent-ReflectPermissionExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectPermissionExObjectwaitInterruptedException) run(ReflectPermissionExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0112-rt-parent-ReflectPermissionExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0112-rt-parent-ReflectPermissionExObjectwait/test.cfg index b38f741a48..d79bac4597 100755 --- a/testsuite/java_test/parent_test/RT0112-rt-parent-ReflectPermissionExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0112-rt-parent-ReflectPermissionExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectPermissionExObjectwait) run(ReflectPermissionExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0113-rt-parent-ReflectPermissionExPermissioncheckGuard/test.cfg b/testsuite/java_test/parent_test/RT0113-rt-parent-ReflectPermissionExPermissioncheckGuard/test.cfg index 6a97ccbce9..ecff75e422 100755 --- a/testsuite/java_test/parent_test/RT0113-rt-parent-ReflectPermissionExPermissioncheckGuard/test.cfg +++ b/testsuite/java_test/parent_test/RT0113-rt-parent-ReflectPermissionExPermissioncheckGuard/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectPermissionExPermissioncheckGuard) run(ReflectPermissionExPermissioncheckGuard) diff --git a/testsuite/java_test/parent_test/RT0114-rt-parent-StringBufferExObjectgetClass/test.cfg b/testsuite/java_test/parent_test/RT0114-rt-parent-StringBufferExObjectgetClass/test.cfg index 5808326e6b..cb4752556c 100755 --- a/testsuite/java_test/parent_test/RT0114-rt-parent-StringBufferExObjectgetClass/test.cfg +++ b/testsuite/java_test/parent_test/RT0114-rt-parent-StringBufferExObjectgetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferExObjectgetClass) run(StringBufferExObjectgetClass) diff --git a/testsuite/java_test/parent_test/RT0115-rt-parent-StringBufferExObjecthashCode/test.cfg b/testsuite/java_test/parent_test/RT0115-rt-parent-StringBufferExObjecthashCode/test.cfg index 2cc6a4cf56..7c9ffc7bae 100755 --- a/testsuite/java_test/parent_test/RT0115-rt-parent-StringBufferExObjecthashCode/test.cfg +++ b/testsuite/java_test/parent_test/RT0115-rt-parent-StringBufferExObjecthashCode/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferExObjecthashCode) run(StringBufferExObjecthashCode) diff --git a/testsuite/java_test/parent_test/RT0116-rt-parent-StringBufferExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0116-rt-parent-StringBufferExObjectnotifyAllIllegalMonitorStateException/test.cfg index 0b417c4c1a..500c3b9891 100755 --- a/testsuite/java_test/parent_test/RT0116-rt-parent-StringBufferExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0116-rt-parent-StringBufferExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferExObjectnotifyAllIllegalMonitorStateException) run(StringBufferExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0117-rt-parent-StringBufferExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0117-rt-parent-StringBufferExObjectnotifyIllegalMonitorStateException/test.cfg index 146ef943c7..4dbf9cc5d4 100755 --- a/testsuite/java_test/parent_test/RT0117-rt-parent-StringBufferExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0117-rt-parent-StringBufferExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferExObjectnotifyIllegalMonitorStateException) run(StringBufferExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0118-rt-parent-StringBufferExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0118-rt-parent-StringBufferExObjectwaitIllegalArgumentException/test.cfg index e3610bd4a3..df3aa14280 100755 --- a/testsuite/java_test/parent_test/RT0118-rt-parent-StringBufferExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0118-rt-parent-StringBufferExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferExObjectwaitIllegalArgumentException) run(StringBufferExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0119-rt-parent-StringBufferExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0119-rt-parent-StringBufferExObjectwaitIllegalMonitorStateException/test.cfg index fe0455c95d..4ba4378618 100755 --- a/testsuite/java_test/parent_test/RT0119-rt-parent-StringBufferExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0119-rt-parent-StringBufferExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferExObjectwaitIllegalMonitorStateException) run(StringBufferExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0120-rt-parent-StringBufferExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0120-rt-parent-StringBufferExObjectwait/test.cfg index 37f38c5f2a..04db0c3d1a 100755 --- a/testsuite/java_test/parent_test/RT0120-rt-parent-StringBufferExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0120-rt-parent-StringBufferExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferExObjectwait) run(StringBufferExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0121-rt-parent-StringBuilderExObjectgetClass/test.cfg b/testsuite/java_test/parent_test/RT0121-rt-parent-StringBuilderExObjectgetClass/test.cfg index 6cbef43a4e..37198d5efb 100755 --- a/testsuite/java_test/parent_test/RT0121-rt-parent-StringBuilderExObjectgetClass/test.cfg +++ b/testsuite/java_test/parent_test/RT0121-rt-parent-StringBuilderExObjectgetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderExObjectgetClass) run(StringBuilderExObjectgetClass) diff --git a/testsuite/java_test/parent_test/RT0122-rt-parent-StringBuilderExObjecthashCode/test.cfg b/testsuite/java_test/parent_test/RT0122-rt-parent-StringBuilderExObjecthashCode/test.cfg index 4b27fdf2ce..eed58e2c23 100755 --- a/testsuite/java_test/parent_test/RT0122-rt-parent-StringBuilderExObjecthashCode/test.cfg +++ b/testsuite/java_test/parent_test/RT0122-rt-parent-StringBuilderExObjecthashCode/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderExObjecthashCode) run(StringBuilderExObjecthashCode) diff --git a/testsuite/java_test/parent_test/RT0123-rt-parent-StringBuilderExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0123-rt-parent-StringBuilderExObjectnotifyAllIllegalMonitorStateException/test.cfg index 71ed6d3663..ee672078c6 100755 --- a/testsuite/java_test/parent_test/RT0123-rt-parent-StringBuilderExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0123-rt-parent-StringBuilderExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderExObjectnotifyAllIllegalMonitorStateException) run(StringBuilderExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0124-rt-parent-StringBuilderExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0124-rt-parent-StringBuilderExObjectnotifyIllegalMonitorStateException/test.cfg index 9108c3bbab..75bd83ef34 100755 --- a/testsuite/java_test/parent_test/RT0124-rt-parent-StringBuilderExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0124-rt-parent-StringBuilderExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderExObjectnotifyIllegalMonitorStateException) run(StringBuilderExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0125-rt-parent-StringBuilderExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0125-rt-parent-StringBuilderExObjectwaitIllegalArgumentException/test.cfg index 99941f9692..ca899e8fb3 100755 --- a/testsuite/java_test/parent_test/RT0125-rt-parent-StringBuilderExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0125-rt-parent-StringBuilderExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderExObjectwaitIllegalArgumentException) run(StringBuilderExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0126-rt-parent-StringBuilderExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0126-rt-parent-StringBuilderExObjectwaitIllegalMonitorStateException/test.cfg index f18649a988..425973a149 100755 --- a/testsuite/java_test/parent_test/RT0126-rt-parent-StringBuilderExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0126-rt-parent-StringBuilderExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderExObjectwaitIllegalMonitorStateException) run(StringBuilderExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0127-rt-parent-StringBuilderExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0127-rt-parent-StringBuilderExObjectwait/test.cfg index 06c2a79129..270e4a6137 100755 --- a/testsuite/java_test/parent_test/RT0127-rt-parent-StringBuilderExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0127-rt-parent-StringBuilderExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderExObjectwait) run(StringBuilderExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0128-rt-parent-StringExObjectgetClass/test.cfg b/testsuite/java_test/parent_test/RT0128-rt-parent-StringExObjectgetClass/test.cfg index 3024c68173..2c97cb9aa2 100755 --- a/testsuite/java_test/parent_test/RT0128-rt-parent-StringExObjectgetClass/test.cfg +++ b/testsuite/java_test/parent_test/RT0128-rt-parent-StringExObjectgetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringExObjectgetClass) run(StringExObjectgetClass) diff --git a/testsuite/java_test/parent_test/RT0129-rt-parent-StringExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0129-rt-parent-StringExObjectnotifyAllIllegalMonitorStateException/test.cfg index 1644061d17..e149f61741 100755 --- a/testsuite/java_test/parent_test/RT0129-rt-parent-StringExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0129-rt-parent-StringExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringExObjectnotifyAllIllegalMonitorStateException) run(StringExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0130-rt-parent-StringExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0130-rt-parent-StringExObjectnotifyIllegalMonitorStateException/test.cfg index af76da9b95..547b9724a1 100755 --- a/testsuite/java_test/parent_test/RT0130-rt-parent-StringExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0130-rt-parent-StringExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringExObjectnotifyIllegalMonitorStateException) run(StringExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0131-rt-parent-StringExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0131-rt-parent-StringExObjectwaitIllegalArgumentException/test.cfg index 999db5c00a..d96d70ac08 100755 --- a/testsuite/java_test/parent_test/RT0131-rt-parent-StringExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0131-rt-parent-StringExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringExObjectwaitIllegalArgumentException) run(StringExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0132-rt-parent-StringExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0132-rt-parent-StringExObjectwaitIllegalMonitorStateException/test.cfg index 4e967bad18..63fcdb7a72 100755 --- a/testsuite/java_test/parent_test/RT0132-rt-parent-StringExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0132-rt-parent-StringExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringExObjectwaitIllegalMonitorStateException) run(StringExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0133-rt-parent-StringExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0133-rt-parent-StringExObjectwait/test.cfg index b45c95bd35..6eb2abfd14 100755 --- a/testsuite/java_test/parent_test/RT0133-rt-parent-StringExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0133-rt-parent-StringExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringExObjectwait) run(StringExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0134-rt-parent-ThreadExObjecthashCode/test.cfg b/testsuite/java_test/parent_test/RT0134-rt-parent-ThreadExObjecthashCode/test.cfg index 63911350ff..02a476a4fb 100755 --- a/testsuite/java_test/parent_test/RT0134-rt-parent-ThreadExObjecthashCode/test.cfg +++ b/testsuite/java_test/parent_test/RT0134-rt-parent-ThreadExObjecthashCode/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadExObjecthashCode) run(ThreadExObjecthashCode) diff --git a/testsuite/java_test/parent_test/RT0135-rt-parent-ThreadExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0135-rt-parent-ThreadExObjectnotifyAllIllegalMonitorStateException/test.cfg index 2b6287c26a..4cd23fee82 100755 --- a/testsuite/java_test/parent_test/RT0135-rt-parent-ThreadExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0135-rt-parent-ThreadExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadExObjectnotifyAllIllegalMonitorStateException) run(ThreadExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0136-rt-parent-ThreadExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0136-rt-parent-ThreadExObjectnotifyIllegalMonitorStateException/test.cfg index eb4623dd98..307a7253e8 100755 --- a/testsuite/java_test/parent_test/RT0136-rt-parent-ThreadExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0136-rt-parent-ThreadExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadExObjectnotifyIllegalMonitorStateException) run(ThreadExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0137-rt-parent-ThreadExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0137-rt-parent-ThreadExObjectwaitIllegalArgumentException/test.cfg index 8936198013..60066d822c 100755 --- a/testsuite/java_test/parent_test/RT0137-rt-parent-ThreadExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0137-rt-parent-ThreadExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadExObjectwaitIllegalArgumentException) run(ThreadExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0138-rt-parent-ThreadExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0138-rt-parent-ThreadExObjectwaitIllegalMonitorStateException/test.cfg index 6c87c114a2..ea30395bec 100755 --- a/testsuite/java_test/parent_test/RT0138-rt-parent-ThreadExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0138-rt-parent-ThreadExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadExObjectwaitIllegalMonitorStateException) run(ThreadExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0139-rt-parent-ThreadExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0139-rt-parent-ThreadExObjectwait/test.cfg index d264133c50..61a7f24494 100755 --- a/testsuite/java_test/parent_test/RT0139-rt-parent-ThreadExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0139-rt-parent-ThreadExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadExObjectwait) run(ThreadExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0140-rt-parent-ThreadGroupExObjectequals/test.cfg b/testsuite/java_test/parent_test/RT0140-rt-parent-ThreadGroupExObjectequals/test.cfg index 4c265c7d5e..e7633a11e2 100755 --- a/testsuite/java_test/parent_test/RT0140-rt-parent-ThreadGroupExObjectequals/test.cfg +++ b/testsuite/java_test/parent_test/RT0140-rt-parent-ThreadGroupExObjectequals/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGroupExObjectequals) run(ThreadGroupExObjectequals) diff --git a/testsuite/java_test/parent_test/RT0141-rt-parent-ThreadGroupExObjectgetClass/test.cfg b/testsuite/java_test/parent_test/RT0141-rt-parent-ThreadGroupExObjectgetClass/test.cfg index 2b80b90ef7..2eda3f902c 100755 --- a/testsuite/java_test/parent_test/RT0141-rt-parent-ThreadGroupExObjectgetClass/test.cfg +++ b/testsuite/java_test/parent_test/RT0141-rt-parent-ThreadGroupExObjectgetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGroupExObjectgetClass) run(ThreadGroupExObjectgetClass) diff --git a/testsuite/java_test/parent_test/RT0142-rt-parent-ThreadGroupExObjecthashCode/test.cfg b/testsuite/java_test/parent_test/RT0142-rt-parent-ThreadGroupExObjecthashCode/test.cfg index eb4a47ae07..cb69a472e1 100755 --- a/testsuite/java_test/parent_test/RT0142-rt-parent-ThreadGroupExObjecthashCode/test.cfg +++ b/testsuite/java_test/parent_test/RT0142-rt-parent-ThreadGroupExObjecthashCode/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGroupExObjecthashCode) run(ThreadGroupExObjecthashCode) diff --git a/testsuite/java_test/parent_test/RT0143-rt-parent-ThreadGroupExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0143-rt-parent-ThreadGroupExObjectnotifyAllIllegalMonitorStateException/test.cfg index a64215c85e..90794a2e70 100755 --- a/testsuite/java_test/parent_test/RT0143-rt-parent-ThreadGroupExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0143-rt-parent-ThreadGroupExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGroupExObjectnotifyAllIllegalMonitorStateException) run(ThreadGroupExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0144-rt-parent-ThreadGroupExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0144-rt-parent-ThreadGroupExObjectnotifyIllegalMonitorStateException/test.cfg index a6a97cef11..db019c4caf 100755 --- a/testsuite/java_test/parent_test/RT0144-rt-parent-ThreadGroupExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0144-rt-parent-ThreadGroupExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGroupExObjectnotifyIllegalMonitorStateException) run(ThreadGroupExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0145-rt-parent-ThreadGroupExObjecttoString/test.cfg b/testsuite/java_test/parent_test/RT0145-rt-parent-ThreadGroupExObjecttoString/test.cfg index 68326f825c..6e844d86dc 100755 --- a/testsuite/java_test/parent_test/RT0145-rt-parent-ThreadGroupExObjecttoString/test.cfg +++ b/testsuite/java_test/parent_test/RT0145-rt-parent-ThreadGroupExObjecttoString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGroupExObjecttoString) run(ThreadGroupExObjecttoString) diff --git a/testsuite/java_test/parent_test/RT0146-rt-parent-ThreadGroupExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0146-rt-parent-ThreadGroupExObjectwaitIllegalArgumentException/test.cfg index 5f6acfef50..7316039465 100755 --- a/testsuite/java_test/parent_test/RT0146-rt-parent-ThreadGroupExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0146-rt-parent-ThreadGroupExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGroupExObjectwaitIllegalArgumentException) run(ThreadGroupExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0147-rt-parent-ThreadGroupExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0147-rt-parent-ThreadGroupExObjectwaitIllegalMonitorStateException/test.cfg index b300124832..944637ef1a 100755 --- a/testsuite/java_test/parent_test/RT0147-rt-parent-ThreadGroupExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0147-rt-parent-ThreadGroupExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGroupExObjectwaitIllegalMonitorStateException) run(ThreadGroupExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0148-rt-parent-ThreadGroupExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0148-rt-parent-ThreadGroupExObjectwaitInterruptedException/test.cfg index 1f0fe3f269..2ae58fc860 100755 --- a/testsuite/java_test/parent_test/RT0148-rt-parent-ThreadGroupExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0148-rt-parent-ThreadGroupExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGroupExObjectwaitInterruptedException) run(ThreadGroupExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0149-rt-parent-ThreadLocalExObjectgetClass/test.cfg b/testsuite/java_test/parent_test/RT0149-rt-parent-ThreadLocalExObjectgetClass/test.cfg index 3b64cdff65..b1f54cffcf 100755 --- a/testsuite/java_test/parent_test/RT0149-rt-parent-ThreadLocalExObjectgetClass/test.cfg +++ b/testsuite/java_test/parent_test/RT0149-rt-parent-ThreadLocalExObjectgetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadLocalExObjectgetClass) run(ThreadLocalExObjectgetClass) diff --git a/testsuite/java_test/parent_test/RT0150-rt-parent-ThreadLocalExObjecthashCode/test.cfg b/testsuite/java_test/parent_test/RT0150-rt-parent-ThreadLocalExObjecthashCode/test.cfg index dbc1db68e8..0aa4d73b2f 100755 --- a/testsuite/java_test/parent_test/RT0150-rt-parent-ThreadLocalExObjecthashCode/test.cfg +++ b/testsuite/java_test/parent_test/RT0150-rt-parent-ThreadLocalExObjecthashCode/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadLocalExObjecthashCode) run(ThreadLocalExObjecthashCode) diff --git a/testsuite/java_test/parent_test/RT0151-rt-parent-ThreadLocalExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0151-rt-parent-ThreadLocalExObjectnotifyAllIllegalMonitorStateException/test.cfg index ee7059919e..17133fa960 100755 --- a/testsuite/java_test/parent_test/RT0151-rt-parent-ThreadLocalExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0151-rt-parent-ThreadLocalExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadLocalExObjectnotifyAllIllegalMonitorStateException) run(ThreadLocalExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0152-rt-parent-ThreadLocalExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0152-rt-parent-ThreadLocalExObjectnotifyIllegalMonitorStateException/test.cfg index 1c31a2206e..47267cb762 100755 --- a/testsuite/java_test/parent_test/RT0152-rt-parent-ThreadLocalExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0152-rt-parent-ThreadLocalExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadLocalExObjectnotifyIllegalMonitorStateException) run(ThreadLocalExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0153-rt-parent-ThreadLocalExObjecttoString/test.cfg b/testsuite/java_test/parent_test/RT0153-rt-parent-ThreadLocalExObjecttoString/test.cfg index efe2c05115..047e946f5b 100755 --- a/testsuite/java_test/parent_test/RT0153-rt-parent-ThreadLocalExObjecttoString/test.cfg +++ b/testsuite/java_test/parent_test/RT0153-rt-parent-ThreadLocalExObjecttoString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadLocalExObjecttoString) run(ThreadLocalExObjecttoString) diff --git a/testsuite/java_test/parent_test/RT0154-rt-parent-ThreadLocalExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0154-rt-parent-ThreadLocalExObjectwaitIllegalArgumentException/test.cfg index ce3cfbbff6..a116c252d6 100755 --- a/testsuite/java_test/parent_test/RT0154-rt-parent-ThreadLocalExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0154-rt-parent-ThreadLocalExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadLocalExObjectwaitIllegalArgumentException) run(ThreadLocalExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0155-rt-parent-ThreadLocalExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0155-rt-parent-ThreadLocalExObjectwaitIllegalMonitorStateException/test.cfg index 03404c08ad..198ba6206c 100755 --- a/testsuite/java_test/parent_test/RT0155-rt-parent-ThreadLocalExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0155-rt-parent-ThreadLocalExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadLocalExObjectwaitIllegalMonitorStateException) run(ThreadLocalExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0156-rt-parent-ThreadLocalExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0156-rt-parent-ThreadLocalExObjectwaitInterruptedException/test.cfg index 296eb088dc..7bd9648cdf 100755 --- a/testsuite/java_test/parent_test/RT0156-rt-parent-ThreadLocalExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0156-rt-parent-ThreadLocalExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadLocalExObjectwaitInterruptedException) run(ThreadLocalExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0157-rt-parent-ThrowableExObjecthashCode/test.cfg b/testsuite/java_test/parent_test/RT0157-rt-parent-ThrowableExObjecthashCode/test.cfg index 233e4b4d72..7c181e5405 100755 --- a/testsuite/java_test/parent_test/RT0157-rt-parent-ThrowableExObjecthashCode/test.cfg +++ b/testsuite/java_test/parent_test/RT0157-rt-parent-ThrowableExObjecthashCode/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThrowableExObjecthashCode) run(ThrowableExObjecthashCode) diff --git a/testsuite/java_test/parent_test/RT0158-rt-parent-ThrowableExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0158-rt-parent-ThrowableExObjectnotifyAllIllegalMonitorStateException/test.cfg index 5b2342932f..e05b9ab44c 100755 --- a/testsuite/java_test/parent_test/RT0158-rt-parent-ThrowableExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0158-rt-parent-ThrowableExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThrowableExObjectnotifyAllIllegalMonitorStateException) run(ThrowableExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0159-rt-parent-ThrowableExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0159-rt-parent-ThrowableExObjectnotifyIllegalMonitorStateException/test.cfg index a343aab76d..98b4e8d2a0 100755 --- a/testsuite/java_test/parent_test/RT0159-rt-parent-ThrowableExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0159-rt-parent-ThrowableExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThrowableExObjectnotifyIllegalMonitorStateException) run(ThrowableExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0160-rt-parent-ThrowableExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/RT0160-rt-parent-ThrowableExObjectwaitIllegalArgumentException/test.cfg index d0a730a0bb..b9f71f5823 100755 --- a/testsuite/java_test/parent_test/RT0160-rt-parent-ThrowableExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/RT0160-rt-parent-ThrowableExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThrowableExObjectwaitIllegalArgumentException) run(ThrowableExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/RT0161-rt-parent-ThrowableExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0161-rt-parent-ThrowableExObjectwaitIllegalMonitorStateException/test.cfg index 42f9bbe77c..80a739e5ec 100755 --- a/testsuite/java_test/parent_test/RT0161-rt-parent-ThrowableExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0161-rt-parent-ThrowableExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThrowableExObjectwaitIllegalMonitorStateException) run(ThrowableExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0162-rt-parent-ThrowableExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0162-rt-parent-ThrowableExObjectwaitInterruptedException/test.cfg index 212af11068..4e33a0b6ec 100755 --- a/testsuite/java_test/parent_test/RT0162-rt-parent-ThrowableExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0162-rt-parent-ThrowableExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThrowableExObjectwaitInterruptedException) run(ThrowableExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0163-rt-parent-ThrowableExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0163-rt-parent-ThrowableExObjectwait/test.cfg index 32c6b5684a..e7082d0c83 100755 --- a/testsuite/java_test/parent_test/RT0163-rt-parent-ThrowableExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0163-rt-parent-ThrowableExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThrowableExObjectwait) run(ThrowableExObjectwait) diff --git a/testsuite/java_test/parent_test/RT0164-rt-parent-UnicodeBlockExObjectgetClass/test.cfg b/testsuite/java_test/parent_test/RT0164-rt-parent-UnicodeBlockExObjectgetClass/test.cfg index de74baf628..2dc57d0f03 100755 --- a/testsuite/java_test/parent_test/RT0164-rt-parent-UnicodeBlockExObjectgetClass/test.cfg +++ b/testsuite/java_test/parent_test/RT0164-rt-parent-UnicodeBlockExObjectgetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnicodeBlockExObjectgetClass) run(UnicodeBlockExObjectgetClass) diff --git a/testsuite/java_test/parent_test/RT0165-rt-parent-UnicodeBlockExObjecthashCode/test.cfg b/testsuite/java_test/parent_test/RT0165-rt-parent-UnicodeBlockExObjecthashCode/test.cfg index 1d189e510c..24b424afd2 100755 --- a/testsuite/java_test/parent_test/RT0165-rt-parent-UnicodeBlockExObjecthashCode/test.cfg +++ b/testsuite/java_test/parent_test/RT0165-rt-parent-UnicodeBlockExObjecthashCode/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnicodeBlockExObjecthashCode) run(UnicodeBlockExObjecthashCode) diff --git a/testsuite/java_test/parent_test/RT0166-rt-parent-UnicodeBlockExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0166-rt-parent-UnicodeBlockExObjectnotifyAllIllegalMonitorStateException/test.cfg index 5d833da6cf..55dbd88887 100755 --- a/testsuite/java_test/parent_test/RT0166-rt-parent-UnicodeBlockExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0166-rt-parent-UnicodeBlockExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnicodeBlockExObjectnotifyAllIllegalMonitorStateException) run(UnicodeBlockExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0167-rt-parent-UnicodeBlockExObjectnotifyIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0167-rt-parent-UnicodeBlockExObjectnotifyIllegalMonitorStateException/test.cfg index 46bf368ebc..99991fdd60 100755 --- a/testsuite/java_test/parent_test/RT0167-rt-parent-UnicodeBlockExObjectnotifyIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0167-rt-parent-UnicodeBlockExObjectnotifyIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnicodeBlockExObjectnotifyIllegalMonitorStateException) run(UnicodeBlockExObjectnotifyIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0168-rt-parent-UnicodeBlockExObjecttoString/test.cfg b/testsuite/java_test/parent_test/RT0168-rt-parent-UnicodeBlockExObjecttoString/test.cfg index 94dc043fe3..a9f1f83b96 100755 --- a/testsuite/java_test/parent_test/RT0168-rt-parent-UnicodeBlockExObjecttoString/test.cfg +++ b/testsuite/java_test/parent_test/RT0168-rt-parent-UnicodeBlockExObjecttoString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnicodeBlockExObjecttoString) run(UnicodeBlockExObjecttoString) diff --git a/testsuite/java_test/parent_test/RT0169-rt-parent-UnicodeBlockExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/RT0169-rt-parent-UnicodeBlockExObjectwaitIllegalMonitorStateException/test.cfg index a75771b682..14a9fa18ec 100755 --- a/testsuite/java_test/parent_test/RT0169-rt-parent-UnicodeBlockExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/RT0169-rt-parent-UnicodeBlockExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnicodeBlockExObjectwaitIllegalMonitorStateException) run(UnicodeBlockExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/RT0170-rt-parent-UnicodeBlockExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/RT0170-rt-parent-UnicodeBlockExObjectwaitInterruptedException/test.cfg index f0609bc4d0..571bb0a13c 100755 --- a/testsuite/java_test/parent_test/RT0170-rt-parent-UnicodeBlockExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/RT0170-rt-parent-UnicodeBlockExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnicodeBlockExObjectwaitInterruptedException) run(UnicodeBlockExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/RT0171-rt-parent-UnicodeBlockExObjectwait/test.cfg b/testsuite/java_test/parent_test/RT0171-rt-parent-UnicodeBlockExObjectwait/test.cfg index 6838c2cfc3..a32f2c9132 100755 --- a/testsuite/java_test/parent_test/RT0171-rt-parent-UnicodeBlockExObjectwait/test.cfg +++ b/testsuite/java_test/parent_test/RT0171-rt-parent-UnicodeBlockExObjectwait/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnicodeBlockExObjectwait) run(UnicodeBlockExObjectwait) diff --git a/testsuite/java_test/parent_test/issue-RT0646-rt-parent-AccessibleObjectExObjectwaitInterruptedException/test.cfg b/testsuite/java_test/parent_test/issue-RT0646-rt-parent-AccessibleObjectExObjectwaitInterruptedException/test.cfg index b1e8d2cae8..95e3407fb9 100755 --- a/testsuite/java_test/parent_test/issue-RT0646-rt-parent-AccessibleObjectExObjectwaitInterruptedException/test.cfg +++ b/testsuite/java_test/parent_test/issue-RT0646-rt-parent-AccessibleObjectExObjectwaitInterruptedException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AccessibleObjectExObjectwaitInterruptedException) run(AccessibleObjectExObjectwaitInterruptedException) diff --git a/testsuite/java_test/parent_test/issue-RT0654-rt-parent-CharacterExObjectnotifyAllIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/issue-RT0654-rt-parent-CharacterExObjectnotifyAllIllegalMonitorStateException/test.cfg index 889dae6f62..4981046985 100755 --- a/testsuite/java_test/parent_test/issue-RT0654-rt-parent-CharacterExObjectnotifyAllIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/issue-RT0654-rt-parent-CharacterExObjectnotifyAllIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CharacterExObjectnotifyAllIllegalMonitorStateException) run(CharacterExObjectnotifyAllIllegalMonitorStateException) diff --git a/testsuite/java_test/parent_test/issue-RT0733-rt-parent-ModifierExObjectwaitIllegalArgumentException/test.cfg b/testsuite/java_test/parent_test/issue-RT0733-rt-parent-ModifierExObjectwaitIllegalArgumentException/test.cfg index 8e0ade7830..77d10bef14 100755 --- a/testsuite/java_test/parent_test/issue-RT0733-rt-parent-ModifierExObjectwaitIllegalArgumentException/test.cfg +++ b/testsuite/java_test/parent_test/issue-RT0733-rt-parent-ModifierExObjectwaitIllegalArgumentException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ModifierExObjectwaitIllegalArgumentException) run(ModifierExObjectwaitIllegalArgumentException) diff --git a/testsuite/java_test/parent_test/issue-RT0734-rt-parent-ModifierExObjectwaitIllegalMonitorStateException/test.cfg b/testsuite/java_test/parent_test/issue-RT0734-rt-parent-ModifierExObjectwaitIllegalMonitorStateException/test.cfg index dd15fe2816..f47d14d88b 100755 --- a/testsuite/java_test/parent_test/issue-RT0734-rt-parent-ModifierExObjectwaitIllegalMonitorStateException/test.cfg +++ b/testsuite/java_test/parent_test/issue-RT0734-rt-parent-ModifierExObjectwaitIllegalMonitorStateException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ModifierExObjectwaitIllegalMonitorStateException) run(ModifierExObjectwaitIllegalMonitorStateException) diff --git a/testsuite/java_test/rc_test/RC0001-rc-function-Cycle_a_00180/test.cfg b/testsuite/java_test/rc_test/RC0001-rc-function-Cycle_a_00180/test.cfg index 3c5df4bae1..d5e0c74ac7 100644 --- a/testsuite/java_test/rc_test/RC0001-rc-function-Cycle_a_00180/test.cfg +++ b/testsuite/java_test/rc_test/RC0001-rc-function-Cycle_a_00180/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00180) run(Cycle_a_00180,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0002-rc-function-Cycle_a_00190/test.cfg b/testsuite/java_test/rc_test/RC0002-rc-function-Cycle_a_00190/test.cfg index 3c66ccdc65..6d7fb7f62c 100644 --- a/testsuite/java_test/rc_test/RC0002-rc-function-Cycle_a_00190/test.cfg +++ b/testsuite/java_test/rc_test/RC0002-rc-function-Cycle_a_00190/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00190) run(Cycle_a_00190,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0003-rc-function-Cycle_a_00200/test.cfg b/testsuite/java_test/rc_test/RC0003-rc-function-Cycle_a_00200/test.cfg index 293a9fde4b..f54db1d3bb 100644 --- a/testsuite/java_test/rc_test/RC0003-rc-function-Cycle_a_00200/test.cfg +++ b/testsuite/java_test/rc_test/RC0003-rc-function-Cycle_a_00200/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00200) run(Cycle_a_00200,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0004-rc-function-Cycle_a_00210/test.cfg b/testsuite/java_test/rc_test/RC0004-rc-function-Cycle_a_00210/test.cfg index d9507f27d5..72770fbf03 100644 --- a/testsuite/java_test/rc_test/RC0004-rc-function-Cycle_a_00210/test.cfg +++ b/testsuite/java_test/rc_test/RC0004-rc-function-Cycle_a_00210/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00210) run(Cycle_a_00210,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0005-rc-function-Cycle_a_00220/test.cfg b/testsuite/java_test/rc_test/RC0005-rc-function-Cycle_a_00220/test.cfg index cf2551828d..1fbeaad667 100644 --- a/testsuite/java_test/rc_test/RC0005-rc-function-Cycle_a_00220/test.cfg +++ b/testsuite/java_test/rc_test/RC0005-rc-function-Cycle_a_00220/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00220) run(Cycle_a_00220,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0006-rc-function-Cycle_a_00230/test.cfg b/testsuite/java_test/rc_test/RC0006-rc-function-Cycle_a_00230/test.cfg index 54a61fbb9e..9d113b6b5b 100644 --- a/testsuite/java_test/rc_test/RC0006-rc-function-Cycle_a_00230/test.cfg +++ b/testsuite/java_test/rc_test/RC0006-rc-function-Cycle_a_00230/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00230) run(Cycle_a_00230,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0007-rc-function-Cycle_a_00240/test.cfg b/testsuite/java_test/rc_test/RC0007-rc-function-Cycle_a_00240/test.cfg index fed100c0c6..406a8deec3 100644 --- a/testsuite/java_test/rc_test/RC0007-rc-function-Cycle_a_00240/test.cfg +++ b/testsuite/java_test/rc_test/RC0007-rc-function-Cycle_a_00240/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00240) run(Cycle_a_00240,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0008-rc-function-Cycle_a_00250/test.cfg b/testsuite/java_test/rc_test/RC0008-rc-function-Cycle_a_00250/test.cfg index cb13542d60..337c540d6a 100644 --- a/testsuite/java_test/rc_test/RC0008-rc-function-Cycle_a_00250/test.cfg +++ b/testsuite/java_test/rc_test/RC0008-rc-function-Cycle_a_00250/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00250) run(Cycle_a_00250,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0009-rc-function-Cycle_a_00260/test.cfg b/testsuite/java_test/rc_test/RC0009-rc-function-Cycle_a_00260/test.cfg index 214257eeda..8a901f41a2 100644 --- a/testsuite/java_test/rc_test/RC0009-rc-function-Cycle_a_00260/test.cfg +++ b/testsuite/java_test/rc_test/RC0009-rc-function-Cycle_a_00260/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00260) run(Cycle_a_00260,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0010-rc-function-Cycle_a_00270/test.cfg b/testsuite/java_test/rc_test/RC0010-rc-function-Cycle_a_00270/test.cfg index 599f7f1613..8a9f975153 100644 --- a/testsuite/java_test/rc_test/RC0010-rc-function-Cycle_a_00270/test.cfg +++ b/testsuite/java_test/rc_test/RC0010-rc-function-Cycle_a_00270/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00270) run(Cycle_a_00270,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0011-rc-function-Cycle_a_00280/test.cfg b/testsuite/java_test/rc_test/RC0011-rc-function-Cycle_a_00280/test.cfg index 85155c6df3..3ced7b08fa 100644 --- a/testsuite/java_test/rc_test/RC0011-rc-function-Cycle_a_00280/test.cfg +++ b/testsuite/java_test/rc_test/RC0011-rc-function-Cycle_a_00280/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00280) run(Cycle_a_00280,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0012-rc-function-Cycle_a_00290/test.cfg b/testsuite/java_test/rc_test/RC0012-rc-function-Cycle_a_00290/test.cfg index 0140173176..5f983519d1 100644 --- a/testsuite/java_test/rc_test/RC0012-rc-function-Cycle_a_00290/test.cfg +++ b/testsuite/java_test/rc_test/RC0012-rc-function-Cycle_a_00290/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00290) run(Cycle_a_00290,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0013-rc-function-Cycle_a_00300/test.cfg b/testsuite/java_test/rc_test/RC0013-rc-function-Cycle_a_00300/test.cfg index 7c18d0fcbf..dbeb85be6a 100644 --- a/testsuite/java_test/rc_test/RC0013-rc-function-Cycle_a_00300/test.cfg +++ b/testsuite/java_test/rc_test/RC0013-rc-function-Cycle_a_00300/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00300) run(Cycle_a_00300,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0014-rc-function-Cycle_a_00310/test.cfg b/testsuite/java_test/rc_test/RC0014-rc-function-Cycle_a_00310/test.cfg index 711a9a311e..e37917d266 100644 --- a/testsuite/java_test/rc_test/RC0014-rc-function-Cycle_a_00310/test.cfg +++ b/testsuite/java_test/rc_test/RC0014-rc-function-Cycle_a_00310/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00310) run(Cycle_a_00310,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0015-rc-function-Cycle_a_00320/test.cfg b/testsuite/java_test/rc_test/RC0015-rc-function-Cycle_a_00320/test.cfg index 2a1f9bad48..f3f98bdd90 100644 --- a/testsuite/java_test/rc_test/RC0015-rc-function-Cycle_a_00320/test.cfg +++ b/testsuite/java_test/rc_test/RC0015-rc-function-Cycle_a_00320/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00320) run(Cycle_a_00320,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0016-rc-function-Cycle_a_00330/test.cfg b/testsuite/java_test/rc_test/RC0016-rc-function-Cycle_a_00330/test.cfg index 4f7e7805e5..0ff1c5711a 100644 --- a/testsuite/java_test/rc_test/RC0016-rc-function-Cycle_a_00330/test.cfg +++ b/testsuite/java_test/rc_test/RC0016-rc-function-Cycle_a_00330/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00330) run(Cycle_a_00330,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0017-rc-function-Cycle_a_00340/test.cfg b/testsuite/java_test/rc_test/RC0017-rc-function-Cycle_a_00340/test.cfg index 38f6b53285..6c377d3b9a 100644 --- a/testsuite/java_test/rc_test/RC0017-rc-function-Cycle_a_00340/test.cfg +++ b/testsuite/java_test/rc_test/RC0017-rc-function-Cycle_a_00340/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00340) run(Cycle_a_00340,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0018-rc-function-Cycle_a_00350/test.cfg b/testsuite/java_test/rc_test/RC0018-rc-function-Cycle_a_00350/test.cfg index 110aa71be1..49125d05aa 100644 --- a/testsuite/java_test/rc_test/RC0018-rc-function-Cycle_a_00350/test.cfg +++ b/testsuite/java_test/rc_test/RC0018-rc-function-Cycle_a_00350/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00350) run(Cycle_a_00350,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0019-rc-function-Cycle_a_00360/test.cfg b/testsuite/java_test/rc_test/RC0019-rc-function-Cycle_a_00360/test.cfg index 89a033014e..fa4575e835 100644 --- a/testsuite/java_test/rc_test/RC0019-rc-function-Cycle_a_00360/test.cfg +++ b/testsuite/java_test/rc_test/RC0019-rc-function-Cycle_a_00360/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00360) run(Cycle_a_00360,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0020-rc-function-Cycle_a_00370/test.cfg b/testsuite/java_test/rc_test/RC0020-rc-function-Cycle_a_00370/test.cfg index 6a407f86d0..40979b0b72 100644 --- a/testsuite/java_test/rc_test/RC0020-rc-function-Cycle_a_00370/test.cfg +++ b/testsuite/java_test/rc_test/RC0020-rc-function-Cycle_a_00370/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00370) run(Cycle_a_00370,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0021-rc-function-Cycle_a_00380/test.cfg b/testsuite/java_test/rc_test/RC0021-rc-function-Cycle_a_00380/test.cfg index b37cb60921..0d471950e7 100644 --- a/testsuite/java_test/rc_test/RC0021-rc-function-Cycle_a_00380/test.cfg +++ b/testsuite/java_test/rc_test/RC0021-rc-function-Cycle_a_00380/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00380) run(Cycle_a_00380,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0022-rc-function-Cycle_a_00390/test.cfg b/testsuite/java_test/rc_test/RC0022-rc-function-Cycle_a_00390/test.cfg index f99a335994..937933915e 100644 --- a/testsuite/java_test/rc_test/RC0022-rc-function-Cycle_a_00390/test.cfg +++ b/testsuite/java_test/rc_test/RC0022-rc-function-Cycle_a_00390/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00390) run(Cycle_a_00390,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0023-rc-function-Cycle_a_00400/test.cfg b/testsuite/java_test/rc_test/RC0023-rc-function-Cycle_a_00400/test.cfg index a3f922ee3d..abe3aff074 100644 --- a/testsuite/java_test/rc_test/RC0023-rc-function-Cycle_a_00400/test.cfg +++ b/testsuite/java_test/rc_test/RC0023-rc-function-Cycle_a_00400/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00400) run(Cycle_a_00400,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0024-rc-function-Cycle_a_00410/test.cfg b/testsuite/java_test/rc_test/RC0024-rc-function-Cycle_a_00410/test.cfg index b2c435f7cc..de09ac33b3 100644 --- a/testsuite/java_test/rc_test/RC0024-rc-function-Cycle_a_00410/test.cfg +++ b/testsuite/java_test/rc_test/RC0024-rc-function-Cycle_a_00410/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00410) run(Cycle_a_00410,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0025-rc-function-Cycle_a_00420/test.cfg b/testsuite/java_test/rc_test/RC0025-rc-function-Cycle_a_00420/test.cfg index ecd5f39b65..42f83871f9 100644 --- a/testsuite/java_test/rc_test/RC0025-rc-function-Cycle_a_00420/test.cfg +++ b/testsuite/java_test/rc_test/RC0025-rc-function-Cycle_a_00420/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00420) run(Cycle_a_00420,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0026-rc-function-Cycle_a_00430/test.cfg b/testsuite/java_test/rc_test/RC0026-rc-function-Cycle_a_00430/test.cfg index ae99669a84..9d59bdb138 100644 --- a/testsuite/java_test/rc_test/RC0026-rc-function-Cycle_a_00430/test.cfg +++ b/testsuite/java_test/rc_test/RC0026-rc-function-Cycle_a_00430/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00430) run(Cycle_a_00430,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0027-rc-function-Cycle_a_00440/test.cfg b/testsuite/java_test/rc_test/RC0027-rc-function-Cycle_a_00440/test.cfg index 39abef7be3..73ba06d403 100644 --- a/testsuite/java_test/rc_test/RC0027-rc-function-Cycle_a_00440/test.cfg +++ b/testsuite/java_test/rc_test/RC0027-rc-function-Cycle_a_00440/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00440) run(Cycle_a_00440,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0028-rc-function-Cycle_a_00450/test.cfg b/testsuite/java_test/rc_test/RC0028-rc-function-Cycle_a_00450/test.cfg index b3309e0711..3738c0764b 100644 --- a/testsuite/java_test/rc_test/RC0028-rc-function-Cycle_a_00450/test.cfg +++ b/testsuite/java_test/rc_test/RC0028-rc-function-Cycle_a_00450/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00450) run(Cycle_a_00450,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0029-rc-function-Cycle_a_00460/test.cfg b/testsuite/java_test/rc_test/RC0029-rc-function-Cycle_a_00460/test.cfg index a5680c1745..77fb556f21 100644 --- a/testsuite/java_test/rc_test/RC0029-rc-function-Cycle_a_00460/test.cfg +++ b/testsuite/java_test/rc_test/RC0029-rc-function-Cycle_a_00460/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00460) run(Cycle_a_00460,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0030-rc-function-Cycle_a_00470/test.cfg b/testsuite/java_test/rc_test/RC0030-rc-function-Cycle_a_00470/test.cfg index 2ad9abca16..1c0917e252 100644 --- a/testsuite/java_test/rc_test/RC0030-rc-function-Cycle_a_00470/test.cfg +++ b/testsuite/java_test/rc_test/RC0030-rc-function-Cycle_a_00470/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00470) run(Cycle_a_00470,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0031-rc-function-Cycle_a_00480/test.cfg b/testsuite/java_test/rc_test/RC0031-rc-function-Cycle_a_00480/test.cfg index e4ef6e41dc..3a4866630c 100644 --- a/testsuite/java_test/rc_test/RC0031-rc-function-Cycle_a_00480/test.cfg +++ b/testsuite/java_test/rc_test/RC0031-rc-function-Cycle_a_00480/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00480) run(Cycle_a_00480,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0032-rc-function-Cycle_a_00490/test.cfg b/testsuite/java_test/rc_test/RC0032-rc-function-Cycle_a_00490/test.cfg index f14764225a..c36b1ac5bb 100644 --- a/testsuite/java_test/rc_test/RC0032-rc-function-Cycle_a_00490/test.cfg +++ b/testsuite/java_test/rc_test/RC0032-rc-function-Cycle_a_00490/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00490) run(Cycle_a_00490,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0033-rc-function-Cycle_a_00500/test.cfg b/testsuite/java_test/rc_test/RC0033-rc-function-Cycle_a_00500/test.cfg index 12ebaa2df0..c49286cbfd 100644 --- a/testsuite/java_test/rc_test/RC0033-rc-function-Cycle_a_00500/test.cfg +++ b/testsuite/java_test/rc_test/RC0033-rc-function-Cycle_a_00500/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_00500) run(Cycle_a_00500,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0034-rc-function-Cycle_a_10010/test.cfg b/testsuite/java_test/rc_test/RC0034-rc-function-Cycle_a_10010/test.cfg index 45234fd72a..49315b8ef6 100644 --- a/testsuite/java_test/rc_test/RC0034-rc-function-Cycle_a_10010/test.cfg +++ b/testsuite/java_test/rc_test/RC0034-rc-function-Cycle_a_10010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_10010) run(Cycle_a_10010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0035-rc-function-Cycle_a_10020/test.cfg b/testsuite/java_test/rc_test/RC0035-rc-function-Cycle_a_10020/test.cfg index 2b0580aa17..fdd9d61ee4 100644 --- a/testsuite/java_test/rc_test/RC0035-rc-function-Cycle_a_10020/test.cfg +++ b/testsuite/java_test/rc_test/RC0035-rc-function-Cycle_a_10020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_a_10020) run(Cycle_a_10020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0036-rc-function-Cycle_B_1_00010/test.cfg b/testsuite/java_test/rc_test/RC0036-rc-function-Cycle_B_1_00010/test.cfg index dc15224b82..202956be4e 100644 --- a/testsuite/java_test/rc_test/RC0036-rc-function-Cycle_B_1_00010/test.cfg +++ b/testsuite/java_test/rc_test/RC0036-rc-function-Cycle_B_1_00010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00010) run(Cycle_B_1_00010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0037-rc-function-Cycle_B_1_00020/test.cfg b/testsuite/java_test/rc_test/RC0037-rc-function-Cycle_B_1_00020/test.cfg index cdd065262f..33e27f9b65 100644 --- a/testsuite/java_test/rc_test/RC0037-rc-function-Cycle_B_1_00020/test.cfg +++ b/testsuite/java_test/rc_test/RC0037-rc-function-Cycle_B_1_00020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00020) run(Cycle_B_1_00020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0038-rc-function-Cycle_B_1_00030/test.cfg b/testsuite/java_test/rc_test/RC0038-rc-function-Cycle_B_1_00030/test.cfg index 2f1039e4fc..33498e58e9 100644 --- a/testsuite/java_test/rc_test/RC0038-rc-function-Cycle_B_1_00030/test.cfg +++ b/testsuite/java_test/rc_test/RC0038-rc-function-Cycle_B_1_00030/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00030) run(Cycle_B_1_00030,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0039-rc-function-Cycle_B_1_00040/test.cfg b/testsuite/java_test/rc_test/RC0039-rc-function-Cycle_B_1_00040/test.cfg index 8b2cabbfe6..273046e41a 100644 --- a/testsuite/java_test/rc_test/RC0039-rc-function-Cycle_B_1_00040/test.cfg +++ b/testsuite/java_test/rc_test/RC0039-rc-function-Cycle_B_1_00040/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00040) run(Cycle_B_1_00040,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0040-rc-function-Cycle_B_1_00050/test.cfg b/testsuite/java_test/rc_test/RC0040-rc-function-Cycle_B_1_00050/test.cfg index 7291748468..4dec13709b 100644 --- a/testsuite/java_test/rc_test/RC0040-rc-function-Cycle_B_1_00050/test.cfg +++ b/testsuite/java_test/rc_test/RC0040-rc-function-Cycle_B_1_00050/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00050) run(Cycle_B_1_00050,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0041-rc-function-Cycle_B_1_00060/test.cfg b/testsuite/java_test/rc_test/RC0041-rc-function-Cycle_B_1_00060/test.cfg index 4367d4501a..d792cad1a8 100644 --- a/testsuite/java_test/rc_test/RC0041-rc-function-Cycle_B_1_00060/test.cfg +++ b/testsuite/java_test/rc_test/RC0041-rc-function-Cycle_B_1_00060/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00060) run(Cycle_B_1_00060,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0042-rc-function-Cycle_B_1_00070/test.cfg b/testsuite/java_test/rc_test/RC0042-rc-function-Cycle_B_1_00070/test.cfg index 5c00121228..ff64ca496c 100644 --- a/testsuite/java_test/rc_test/RC0042-rc-function-Cycle_B_1_00070/test.cfg +++ b/testsuite/java_test/rc_test/RC0042-rc-function-Cycle_B_1_00070/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00070) run(Cycle_B_1_00070,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0043-rc-function-Cycle_B_1_00080/test.cfg b/testsuite/java_test/rc_test/RC0043-rc-function-Cycle_B_1_00080/test.cfg index 1a721e4313..f9ed6983cb 100644 --- a/testsuite/java_test/rc_test/RC0043-rc-function-Cycle_B_1_00080/test.cfg +++ b/testsuite/java_test/rc_test/RC0043-rc-function-Cycle_B_1_00080/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00080) run(Cycle_B_1_00080,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0044-rc-function-Cycle_B_1_00090/test.cfg b/testsuite/java_test/rc_test/RC0044-rc-function-Cycle_B_1_00090/test.cfg index 02e01c29ec..f03975b549 100644 --- a/testsuite/java_test/rc_test/RC0044-rc-function-Cycle_B_1_00090/test.cfg +++ b/testsuite/java_test/rc_test/RC0044-rc-function-Cycle_B_1_00090/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00090) run(Cycle_B_1_00090,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0045-rc-function-Cycle_B_1_00100/test.cfg b/testsuite/java_test/rc_test/RC0045-rc-function-Cycle_B_1_00100/test.cfg index 4ad4062eab..83444640dc 100644 --- a/testsuite/java_test/rc_test/RC0045-rc-function-Cycle_B_1_00100/test.cfg +++ b/testsuite/java_test/rc_test/RC0045-rc-function-Cycle_B_1_00100/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00100) run(Cycle_B_1_00100,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0046-rc-function-Cycle_B_1_00110/test.cfg b/testsuite/java_test/rc_test/RC0046-rc-function-Cycle_B_1_00110/test.cfg index 6c211b9e3d..57345c4733 100644 --- a/testsuite/java_test/rc_test/RC0046-rc-function-Cycle_B_1_00110/test.cfg +++ b/testsuite/java_test/rc_test/RC0046-rc-function-Cycle_B_1_00110/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00110) run(Cycle_B_1_00110,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0047-rc-function-Cycle_B_1_00120/test.cfg b/testsuite/java_test/rc_test/RC0047-rc-function-Cycle_B_1_00120/test.cfg index 42e446d1ff..133e91c686 100644 --- a/testsuite/java_test/rc_test/RC0047-rc-function-Cycle_B_1_00120/test.cfg +++ b/testsuite/java_test/rc_test/RC0047-rc-function-Cycle_B_1_00120/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00120) run(Cycle_B_1_00120,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0048-rc-function-Cycle_B_1_00130/test.cfg b/testsuite/java_test/rc_test/RC0048-rc-function-Cycle_B_1_00130/test.cfg index f4d4be1cfc..9b592fb1d8 100644 --- a/testsuite/java_test/rc_test/RC0048-rc-function-Cycle_B_1_00130/test.cfg +++ b/testsuite/java_test/rc_test/RC0048-rc-function-Cycle_B_1_00130/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00130) run(Cycle_B_1_00130,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0049-rc-function-Cycle_B_1_00140/test.cfg b/testsuite/java_test/rc_test/RC0049-rc-function-Cycle_B_1_00140/test.cfg index be0f8a3bf6..eacd560823 100644 --- a/testsuite/java_test/rc_test/RC0049-rc-function-Cycle_B_1_00140/test.cfg +++ b/testsuite/java_test/rc_test/RC0049-rc-function-Cycle_B_1_00140/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00140) run(Cycle_B_1_00140,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0050-rc-function-Cycle_B_1_00150/test.cfg b/testsuite/java_test/rc_test/RC0050-rc-function-Cycle_B_1_00150/test.cfg index 76425dffc0..074a0d2d28 100644 --- a/testsuite/java_test/rc_test/RC0050-rc-function-Cycle_B_1_00150/test.cfg +++ b/testsuite/java_test/rc_test/RC0050-rc-function-Cycle_B_1_00150/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00150) run(Cycle_B_1_00150,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0051-rc-function-Cycle_B_1_00160/test.cfg b/testsuite/java_test/rc_test/RC0051-rc-function-Cycle_B_1_00160/test.cfg index a4db4d7501..a72491dec9 100644 --- a/testsuite/java_test/rc_test/RC0051-rc-function-Cycle_B_1_00160/test.cfg +++ b/testsuite/java_test/rc_test/RC0051-rc-function-Cycle_B_1_00160/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00160) run(Cycle_B_1_00160,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0052-rc-function-Cycle_B_1_00170/test.cfg b/testsuite/java_test/rc_test/RC0052-rc-function-Cycle_B_1_00170/test.cfg index 3bcf474095..855357f23b 100644 --- a/testsuite/java_test/rc_test/RC0052-rc-function-Cycle_B_1_00170/test.cfg +++ b/testsuite/java_test/rc_test/RC0052-rc-function-Cycle_B_1_00170/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00170) run(Cycle_B_1_00170,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0053-rc-function-Cycle_B_1_00180/test.cfg b/testsuite/java_test/rc_test/RC0053-rc-function-Cycle_B_1_00180/test.cfg index 7be95e0084..f9bd9cb02d 100644 --- a/testsuite/java_test/rc_test/RC0053-rc-function-Cycle_B_1_00180/test.cfg +++ b/testsuite/java_test/rc_test/RC0053-rc-function-Cycle_B_1_00180/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00180) run(Cycle_B_1_00180,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0054-rc-function-Cycle_B_1_00190/test.cfg b/testsuite/java_test/rc_test/RC0054-rc-function-Cycle_B_1_00190/test.cfg index 01c0c8af12..c60fa0ef84 100644 --- a/testsuite/java_test/rc_test/RC0054-rc-function-Cycle_B_1_00190/test.cfg +++ b/testsuite/java_test/rc_test/RC0054-rc-function-Cycle_B_1_00190/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00190) run(Cycle_B_1_00190,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0055-rc-function-Cycle_B_1_00200/test.cfg b/testsuite/java_test/rc_test/RC0055-rc-function-Cycle_B_1_00200/test.cfg index 4cbb0f4898..aa6a3d9fa3 100644 --- a/testsuite/java_test/rc_test/RC0055-rc-function-Cycle_B_1_00200/test.cfg +++ b/testsuite/java_test/rc_test/RC0055-rc-function-Cycle_B_1_00200/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_00200) run(Cycle_B_1_00200,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0056-rc-function-Cycle_B_1_10010/test.cfg b/testsuite/java_test/rc_test/RC0056-rc-function-Cycle_B_1_10010/test.cfg index e99a6b702f..8bcf101c59 100644 --- a/testsuite/java_test/rc_test/RC0056-rc-function-Cycle_B_1_10010/test.cfg +++ b/testsuite/java_test/rc_test/RC0056-rc-function-Cycle_B_1_10010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_10010) run(Cycle_B_1_10010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0057-rc-function-Cycle_B_1_10020/test.cfg b/testsuite/java_test/rc_test/RC0057-rc-function-Cycle_B_1_10020/test.cfg index 3596709e81..a1cb0c5cd5 100644 --- a/testsuite/java_test/rc_test/RC0057-rc-function-Cycle_B_1_10020/test.cfg +++ b/testsuite/java_test/rc_test/RC0057-rc-function-Cycle_B_1_10020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_1_10020) run(Cycle_B_1_10020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0058-rc-function-Cycle_B_2_00010/test.cfg b/testsuite/java_test/rc_test/RC0058-rc-function-Cycle_B_2_00010/test.cfg index 69dce2eed3..32a9223226 100644 --- a/testsuite/java_test/rc_test/RC0058-rc-function-Cycle_B_2_00010/test.cfg +++ b/testsuite/java_test/rc_test/RC0058-rc-function-Cycle_B_2_00010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00010) run(Cycle_B_2_00010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0059-rc-function-Cycle_B_2_00020/test.cfg b/testsuite/java_test/rc_test/RC0059-rc-function-Cycle_B_2_00020/test.cfg index 134cfafb4a..95c0535b54 100644 --- a/testsuite/java_test/rc_test/RC0059-rc-function-Cycle_B_2_00020/test.cfg +++ b/testsuite/java_test/rc_test/RC0059-rc-function-Cycle_B_2_00020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00020) run(Cycle_B_2_00020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0060-rc-function-Cycle_B_2_00030/test.cfg b/testsuite/java_test/rc_test/RC0060-rc-function-Cycle_B_2_00030/test.cfg index 73fd6bb2e4..f20d3fe3ad 100644 --- a/testsuite/java_test/rc_test/RC0060-rc-function-Cycle_B_2_00030/test.cfg +++ b/testsuite/java_test/rc_test/RC0060-rc-function-Cycle_B_2_00030/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00030) run(Cycle_B_2_00030,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0061-rc-function-Cycle_B_2_00040/test.cfg b/testsuite/java_test/rc_test/RC0061-rc-function-Cycle_B_2_00040/test.cfg index 2dff7bf98c..6152c24e08 100644 --- a/testsuite/java_test/rc_test/RC0061-rc-function-Cycle_B_2_00040/test.cfg +++ b/testsuite/java_test/rc_test/RC0061-rc-function-Cycle_B_2_00040/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00040) run(Cycle_B_2_00040,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0062-rc-function-Cycle_B_2_00050/test.cfg b/testsuite/java_test/rc_test/RC0062-rc-function-Cycle_B_2_00050/test.cfg index 613c6547b5..2684596b71 100644 --- a/testsuite/java_test/rc_test/RC0062-rc-function-Cycle_B_2_00050/test.cfg +++ b/testsuite/java_test/rc_test/RC0062-rc-function-Cycle_B_2_00050/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00050) run(Cycle_B_2_00050,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0063-rc-function-Cycle_B_2_00060/test.cfg b/testsuite/java_test/rc_test/RC0063-rc-function-Cycle_B_2_00060/test.cfg index a758483e4b..2df6e56f18 100644 --- a/testsuite/java_test/rc_test/RC0063-rc-function-Cycle_B_2_00060/test.cfg +++ b/testsuite/java_test/rc_test/RC0063-rc-function-Cycle_B_2_00060/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00060) run(Cycle_B_2_00060,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0064-rc-function-Cycle_B_2_00070/test.cfg b/testsuite/java_test/rc_test/RC0064-rc-function-Cycle_B_2_00070/test.cfg index df0c433c09..6dbcf1142e 100644 --- a/testsuite/java_test/rc_test/RC0064-rc-function-Cycle_B_2_00070/test.cfg +++ b/testsuite/java_test/rc_test/RC0064-rc-function-Cycle_B_2_00070/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00070) run(Cycle_B_2_00070,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0065-rc-function-Cycle_B_2_00080/test.cfg b/testsuite/java_test/rc_test/RC0065-rc-function-Cycle_B_2_00080/test.cfg index 0248b2f5e5..fa36055c2c 100644 --- a/testsuite/java_test/rc_test/RC0065-rc-function-Cycle_B_2_00080/test.cfg +++ b/testsuite/java_test/rc_test/RC0065-rc-function-Cycle_B_2_00080/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00080) run(Cycle_B_2_00080,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0066-rc-function-Cycle_B_2_00090/test.cfg b/testsuite/java_test/rc_test/RC0066-rc-function-Cycle_B_2_00090/test.cfg index 183e3b3749..593b01a74b 100644 --- a/testsuite/java_test/rc_test/RC0066-rc-function-Cycle_B_2_00090/test.cfg +++ b/testsuite/java_test/rc_test/RC0066-rc-function-Cycle_B_2_00090/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00090) run(Cycle_B_2_00090,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0067-rc-function-Cycle_B_2_00100/test.cfg b/testsuite/java_test/rc_test/RC0067-rc-function-Cycle_B_2_00100/test.cfg index 9077254336..5148e018bf 100644 --- a/testsuite/java_test/rc_test/RC0067-rc-function-Cycle_B_2_00100/test.cfg +++ b/testsuite/java_test/rc_test/RC0067-rc-function-Cycle_B_2_00100/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00100) run(Cycle_B_2_00100,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0068-rc-function-Cycle_B_2_00110/test.cfg b/testsuite/java_test/rc_test/RC0068-rc-function-Cycle_B_2_00110/test.cfg index dfe3fcd3ef..eab1c61c9e 100644 --- a/testsuite/java_test/rc_test/RC0068-rc-function-Cycle_B_2_00110/test.cfg +++ b/testsuite/java_test/rc_test/RC0068-rc-function-Cycle_B_2_00110/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00110) run(Cycle_B_2_00110,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0069-rc-function-Cycle_B_2_00120/test.cfg b/testsuite/java_test/rc_test/RC0069-rc-function-Cycle_B_2_00120/test.cfg index 60d2796d0b..dc0d7943d0 100644 --- a/testsuite/java_test/rc_test/RC0069-rc-function-Cycle_B_2_00120/test.cfg +++ b/testsuite/java_test/rc_test/RC0069-rc-function-Cycle_B_2_00120/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00120) run(Cycle_B_2_00120,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0070-rc-function-Cycle_B_2_00130/test.cfg b/testsuite/java_test/rc_test/RC0070-rc-function-Cycle_B_2_00130/test.cfg index 814544b8e1..c65dccfb83 100644 --- a/testsuite/java_test/rc_test/RC0070-rc-function-Cycle_B_2_00130/test.cfg +++ b/testsuite/java_test/rc_test/RC0070-rc-function-Cycle_B_2_00130/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00130) run(Cycle_B_2_00130,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0071-rc-function-Cycle_B_2_00140/test.cfg b/testsuite/java_test/rc_test/RC0071-rc-function-Cycle_B_2_00140/test.cfg index 3a5ee87a9f..4fe063efa0 100644 --- a/testsuite/java_test/rc_test/RC0071-rc-function-Cycle_B_2_00140/test.cfg +++ b/testsuite/java_test/rc_test/RC0071-rc-function-Cycle_B_2_00140/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00140) run(Cycle_B_2_00140,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0072-rc-function-Cycle_B_2_00150/test.cfg b/testsuite/java_test/rc_test/RC0072-rc-function-Cycle_B_2_00150/test.cfg index 9240ab6e87..e1cbfe4a77 100644 --- a/testsuite/java_test/rc_test/RC0072-rc-function-Cycle_B_2_00150/test.cfg +++ b/testsuite/java_test/rc_test/RC0072-rc-function-Cycle_B_2_00150/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00150) run(Cycle_B_2_00150,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0073-rc-function-Cycle_B_2_00160/test.cfg b/testsuite/java_test/rc_test/RC0073-rc-function-Cycle_B_2_00160/test.cfg index e5f8ccc0b6..f506a7cb0b 100644 --- a/testsuite/java_test/rc_test/RC0073-rc-function-Cycle_B_2_00160/test.cfg +++ b/testsuite/java_test/rc_test/RC0073-rc-function-Cycle_B_2_00160/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00160) run(Cycle_B_2_00160,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0074-rc-function-Cycle_B_2_00170/test.cfg b/testsuite/java_test/rc_test/RC0074-rc-function-Cycle_B_2_00170/test.cfg index e050fe2b2e..0f6a8e8e5b 100644 --- a/testsuite/java_test/rc_test/RC0074-rc-function-Cycle_B_2_00170/test.cfg +++ b/testsuite/java_test/rc_test/RC0074-rc-function-Cycle_B_2_00170/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00170) run(Cycle_B_2_00170,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0075-rc-function-Cycle_B_2_00180/test.cfg b/testsuite/java_test/rc_test/RC0075-rc-function-Cycle_B_2_00180/test.cfg index ffa159edee..d81f74ce09 100644 --- a/testsuite/java_test/rc_test/RC0075-rc-function-Cycle_B_2_00180/test.cfg +++ b/testsuite/java_test/rc_test/RC0075-rc-function-Cycle_B_2_00180/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00180) run(Cycle_B_2_00180,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0076-rc-function-Cycle_B_2_00190/test.cfg b/testsuite/java_test/rc_test/RC0076-rc-function-Cycle_B_2_00190/test.cfg index 215847d9e7..20f69823a9 100644 --- a/testsuite/java_test/rc_test/RC0076-rc-function-Cycle_B_2_00190/test.cfg +++ b/testsuite/java_test/rc_test/RC0076-rc-function-Cycle_B_2_00190/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00190) run(Cycle_B_2_00190,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0077-rc-function-Cycle_B_2_00200/test.cfg b/testsuite/java_test/rc_test/RC0077-rc-function-Cycle_B_2_00200/test.cfg index 8f674a2682..ce292f10dd 100644 --- a/testsuite/java_test/rc_test/RC0077-rc-function-Cycle_B_2_00200/test.cfg +++ b/testsuite/java_test/rc_test/RC0077-rc-function-Cycle_B_2_00200/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00200) run(Cycle_B_2_00200,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0078-rc-function-Cycle_B_2_00210/test.cfg b/testsuite/java_test/rc_test/RC0078-rc-function-Cycle_B_2_00210/test.cfg index 7e56114197..305be8d8e7 100644 --- a/testsuite/java_test/rc_test/RC0078-rc-function-Cycle_B_2_00210/test.cfg +++ b/testsuite/java_test/rc_test/RC0078-rc-function-Cycle_B_2_00210/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00210) run(Cycle_B_2_00210,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0079-rc-function-Cycle_B_2_00220/test.cfg b/testsuite/java_test/rc_test/RC0079-rc-function-Cycle_B_2_00220/test.cfg index b95ba7a766..6c227f0843 100644 --- a/testsuite/java_test/rc_test/RC0079-rc-function-Cycle_B_2_00220/test.cfg +++ b/testsuite/java_test/rc_test/RC0079-rc-function-Cycle_B_2_00220/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00220) run(Cycle_B_2_00220,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0080-rc-function-Cycle_B_2_00230/test.cfg b/testsuite/java_test/rc_test/RC0080-rc-function-Cycle_B_2_00230/test.cfg index 737a79c717..deb7e17fa9 100644 --- a/testsuite/java_test/rc_test/RC0080-rc-function-Cycle_B_2_00230/test.cfg +++ b/testsuite/java_test/rc_test/RC0080-rc-function-Cycle_B_2_00230/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00230) run(Cycle_B_2_00230,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0081-rc-function-Cycle_B_2_00240/test.cfg b/testsuite/java_test/rc_test/RC0081-rc-function-Cycle_B_2_00240/test.cfg index 0ef4f54340..8b036463be 100644 --- a/testsuite/java_test/rc_test/RC0081-rc-function-Cycle_B_2_00240/test.cfg +++ b/testsuite/java_test/rc_test/RC0081-rc-function-Cycle_B_2_00240/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_B_2_00240) run(Cycle_B_2_00240,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0082-rc-function-Nocycle_a_00010/test.cfg b/testsuite/java_test/rc_test/RC0082-rc-function-Nocycle_a_00010/test.cfg index 73671ef51d..33d6bab578 100644 --- a/testsuite/java_test/rc_test/RC0082-rc-function-Nocycle_a_00010/test.cfg +++ b/testsuite/java_test/rc_test/RC0082-rc-function-Nocycle_a_00010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00010) run(Nocycle_a_00010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0083-rc-function-Nocycle_a_00020/test.cfg b/testsuite/java_test/rc_test/RC0083-rc-function-Nocycle_a_00020/test.cfg index 4198f69bbb..8321d037b8 100644 --- a/testsuite/java_test/rc_test/RC0083-rc-function-Nocycle_a_00020/test.cfg +++ b/testsuite/java_test/rc_test/RC0083-rc-function-Nocycle_a_00020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00020) run(Nocycle_a_00020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0084-rc-function-Nocycle_a_00030/test.cfg b/testsuite/java_test/rc_test/RC0084-rc-function-Nocycle_a_00030/test.cfg index e1ae925852..6f194c43ee 100644 --- a/testsuite/java_test/rc_test/RC0084-rc-function-Nocycle_a_00030/test.cfg +++ b/testsuite/java_test/rc_test/RC0084-rc-function-Nocycle_a_00030/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00030) run(Nocycle_a_00030,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0085-rc-function-Nocycle_a_00040/test.cfg b/testsuite/java_test/rc_test/RC0085-rc-function-Nocycle_a_00040/test.cfg index 15fc6a3bc3..eb8b97e2a4 100644 --- a/testsuite/java_test/rc_test/RC0085-rc-function-Nocycle_a_00040/test.cfg +++ b/testsuite/java_test/rc_test/RC0085-rc-function-Nocycle_a_00040/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00040) run(Nocycle_a_00040,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0086-rc-function-Nocycle_a_00050/test.cfg b/testsuite/java_test/rc_test/RC0086-rc-function-Nocycle_a_00050/test.cfg index bb00c26e21..99b7e0e9e0 100644 --- a/testsuite/java_test/rc_test/RC0086-rc-function-Nocycle_a_00050/test.cfg +++ b/testsuite/java_test/rc_test/RC0086-rc-function-Nocycle_a_00050/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00050) run(Nocycle_a_00050,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0087-rc-function-Nocycle_a_00060/test.cfg b/testsuite/java_test/rc_test/RC0087-rc-function-Nocycle_a_00060/test.cfg index ca4c33c7f6..0a48ee609b 100644 --- a/testsuite/java_test/rc_test/RC0087-rc-function-Nocycle_a_00060/test.cfg +++ b/testsuite/java_test/rc_test/RC0087-rc-function-Nocycle_a_00060/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00060) run(Nocycle_a_00060,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0088-rc-function-Nocycle_a_00070/test.cfg b/testsuite/java_test/rc_test/RC0088-rc-function-Nocycle_a_00070/test.cfg index 2623d5d696..0cf6eab7f4 100644 --- a/testsuite/java_test/rc_test/RC0088-rc-function-Nocycle_a_00070/test.cfg +++ b/testsuite/java_test/rc_test/RC0088-rc-function-Nocycle_a_00070/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00070) run(Nocycle_a_00070,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0089-rc-function-Nocycle_a_00080/test.cfg b/testsuite/java_test/rc_test/RC0089-rc-function-Nocycle_a_00080/test.cfg index 91bd7adb71..92b185afc5 100644 --- a/testsuite/java_test/rc_test/RC0089-rc-function-Nocycle_a_00080/test.cfg +++ b/testsuite/java_test/rc_test/RC0089-rc-function-Nocycle_a_00080/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00080) run(Nocycle_a_00080,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0090-rc-function-Nocycle_a_00090/test.cfg b/testsuite/java_test/rc_test/RC0090-rc-function-Nocycle_a_00090/test.cfg index 529548b2da..cd1e888e2c 100644 --- a/testsuite/java_test/rc_test/RC0090-rc-function-Nocycle_a_00090/test.cfg +++ b/testsuite/java_test/rc_test/RC0090-rc-function-Nocycle_a_00090/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00090) run(Nocycle_a_00090,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0091-rc-function-Nocycle_a_00100/test.cfg b/testsuite/java_test/rc_test/RC0091-rc-function-Nocycle_a_00100/test.cfg index 787649b33e..1f521ba063 100644 --- a/testsuite/java_test/rc_test/RC0091-rc-function-Nocycle_a_00100/test.cfg +++ b/testsuite/java_test/rc_test/RC0091-rc-function-Nocycle_a_00100/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00100) run(Nocycle_a_00100,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0092-rc-function-Nocycle_a_00110/test.cfg b/testsuite/java_test/rc_test/RC0092-rc-function-Nocycle_a_00110/test.cfg index 575b6648e7..3967a65abb 100644 --- a/testsuite/java_test/rc_test/RC0092-rc-function-Nocycle_a_00110/test.cfg +++ b/testsuite/java_test/rc_test/RC0092-rc-function-Nocycle_a_00110/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00110) run(Nocycle_a_00110,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0093-rc-function-Nocycle_a_00120/test.cfg b/testsuite/java_test/rc_test/RC0093-rc-function-Nocycle_a_00120/test.cfg index 00b5684f6b..e8ef37b839 100755 --- a/testsuite/java_test/rc_test/RC0093-rc-function-Nocycle_a_00120/test.cfg +++ b/testsuite/java_test/rc_test/RC0093-rc-function-Nocycle_a_00120/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00120) run(Nocycle_a_00120,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0094-rc-function-Nocycle_a_00130/test.cfg b/testsuite/java_test/rc_test/RC0094-rc-function-Nocycle_a_00130/test.cfg index bd12e0ccec..e330533af5 100644 --- a/testsuite/java_test/rc_test/RC0094-rc-function-Nocycle_a_00130/test.cfg +++ b/testsuite/java_test/rc_test/RC0094-rc-function-Nocycle_a_00130/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00130) run(Nocycle_a_00130,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0095-rc-function-Nocycle_a_00140/test.cfg b/testsuite/java_test/rc_test/RC0095-rc-function-Nocycle_a_00140/test.cfg index a986d3437a..3771bfa7c5 100644 --- a/testsuite/java_test/rc_test/RC0095-rc-function-Nocycle_a_00140/test.cfg +++ b/testsuite/java_test/rc_test/RC0095-rc-function-Nocycle_a_00140/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00140) run(Nocycle_a_00140,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0096-rc-function-Nocycle_a_00150/test.cfg b/testsuite/java_test/rc_test/RC0096-rc-function-Nocycle_a_00150/test.cfg index 0f84b7da82..806f4a2ff2 100644 --- a/testsuite/java_test/rc_test/RC0096-rc-function-Nocycle_a_00150/test.cfg +++ b/testsuite/java_test/rc_test/RC0096-rc-function-Nocycle_a_00150/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00150) run(Nocycle_a_00150,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0097-rc-function-Nocycle_a_00160/test.cfg b/testsuite/java_test/rc_test/RC0097-rc-function-Nocycle_a_00160/test.cfg index 6e092475e2..bb8a407cc3 100644 --- a/testsuite/java_test/rc_test/RC0097-rc-function-Nocycle_a_00160/test.cfg +++ b/testsuite/java_test/rc_test/RC0097-rc-function-Nocycle_a_00160/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00160) run(Nocycle_a_00160,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0098-rc-function-Nocycle_a_00170/test.cfg b/testsuite/java_test/rc_test/RC0098-rc-function-Nocycle_a_00170/test.cfg index e892894fa3..e392395384 100644 --- a/testsuite/java_test/rc_test/RC0098-rc-function-Nocycle_a_00170/test.cfg +++ b/testsuite/java_test/rc_test/RC0098-rc-function-Nocycle_a_00170/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00170) run(Nocycle_a_00170,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0099-rc-function-Nocycle_a_00180/test.cfg b/testsuite/java_test/rc_test/RC0099-rc-function-Nocycle_a_00180/test.cfg index 9d6a6f7b15..95a3f1690a 100644 --- a/testsuite/java_test/rc_test/RC0099-rc-function-Nocycle_a_00180/test.cfg +++ b/testsuite/java_test/rc_test/RC0099-rc-function-Nocycle_a_00180/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_00180) run(Nocycle_a_00180,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0100-rc-function-Nocycle_a_2_00010/test.cfg b/testsuite/java_test/rc_test/RC0100-rc-function-Nocycle_a_2_00010/test.cfg index 4456b407bd..d81f2b2946 100644 --- a/testsuite/java_test/rc_test/RC0100-rc-function-Nocycle_a_2_00010/test.cfg +++ b/testsuite/java_test/rc_test/RC0100-rc-function-Nocycle_a_2_00010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_2_00010) run(Nocycle_a_2_00010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0101-rc-function-Nocycle_a_2_00020/test.cfg b/testsuite/java_test/rc_test/RC0101-rc-function-Nocycle_a_2_00020/test.cfg index 8e24acd126..f015c80bfe 100644 --- a/testsuite/java_test/rc_test/RC0101-rc-function-Nocycle_a_2_00020/test.cfg +++ b/testsuite/java_test/rc_test/RC0101-rc-function-Nocycle_a_2_00020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_a_2_00020) run(Nocycle_a_2_00020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0102-rc-function-RC_basic/test.cfg b/testsuite/java_test/rc_test/RC0102-rc-function-RC_basic/test.cfg index 677d70f227..58896951c3 100644 --- a/testsuite/java_test/rc_test/RC0102-rc-function-RC_basic/test.cfg +++ b/testsuite/java_test/rc_test/RC0102-rc-function-RC_basic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_basic) run(RC_basic,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0103-rc-function-RC_eh_01/test.cfg b/testsuite/java_test/rc_test/RC0103-rc-function-RC_eh_01/test.cfg index 7bab6d1611..837110445a 100644 --- a/testsuite/java_test/rc_test/RC0103-rc-function-RC_eh_01/test.cfg +++ b/testsuite/java_test/rc_test/RC0103-rc-function-RC_eh_01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_eh_01) run(RC_eh_01,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0104-rc-function-RC_Finalize_01/test.cfg b/testsuite/java_test/rc_test/RC0104-rc-function-RC_Finalize_01/test.cfg index 278a0f8da4..237bcc4914 100644 --- a/testsuite/java_test/rc_test/RC0104-rc-function-RC_Finalize_01/test.cfg +++ b/testsuite/java_test/rc_test/RC0104-rc-function-RC_Finalize_01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Finalize_01) run(RC_Finalize_01,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0105-rc-function-RC_flow/test.cfg b/testsuite/java_test/rc_test/RC0105-rc-function-RC_flow/test.cfg index 3bc714f9f4..e1bf545ee4 100644 --- a/testsuite/java_test/rc_test/RC0105-rc-function-RC_flow/test.cfg +++ b/testsuite/java_test/rc_test/RC0105-rc-function-RC_flow/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_flow) run(RC_flow,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0106-rc-function-RC_multest/test.cfg b/testsuite/java_test/rc_test/RC0106-rc-function-RC_multest/test.cfg index 634c191017..b414125ea6 100644 --- a/testsuite/java_test/rc_test/RC0106-rc-function-RC_multest/test.cfg +++ b/testsuite/java_test/rc_test/RC0106-rc-function-RC_multest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_multest) run(RC_multest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0107-rc-function-RC_Dec-Cycle_aDec_00010/test.cfg b/testsuite/java_test/rc_test/RC0107-rc-function-RC_Dec-Cycle_aDec_00010/test.cfg index 14b325233c..5c96a842be 100644 --- a/testsuite/java_test/rc_test/RC0107-rc-function-RC_Dec-Cycle_aDec_00010/test.cfg +++ b/testsuite/java_test/rc_test/RC0107-rc-function-RC_Dec-Cycle_aDec_00010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_aDec_00010) run(Cycle_aDec_00010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0108-rc-function-RC_Dec-Cycle_aDec_00020/test.cfg b/testsuite/java_test/rc_test/RC0108-rc-function-RC_Dec-Cycle_aDec_00020/test.cfg index 1985598300..da2bc93d91 100644 --- a/testsuite/java_test/rc_test/RC0108-rc-function-RC_Dec-Cycle_aDec_00020/test.cfg +++ b/testsuite/java_test/rc_test/RC0108-rc-function-RC_Dec-Cycle_aDec_00020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_aDec_00020) run(Cycle_aDec_00020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0109-rc-function-RC_Dec-Cycle_BDec_00010/test.cfg b/testsuite/java_test/rc_test/RC0109-rc-function-RC_Dec-Cycle_BDec_00010/test.cfg index 4372da4d06..d6281623a4 100644 --- a/testsuite/java_test/rc_test/RC0109-rc-function-RC_Dec-Cycle_BDec_00010/test.cfg +++ b/testsuite/java_test/rc_test/RC0109-rc-function-RC_Dec-Cycle_BDec_00010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_BDec_00010) run(Cycle_BDec_00010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0110-rc-function-RC_Dec-Cycle_BDec_00020/test.cfg b/testsuite/java_test/rc_test/RC0110-rc-function-RC_Dec-Cycle_BDec_00020/test.cfg index 52c81fb336..3c0ff96ae1 100644 --- a/testsuite/java_test/rc_test/RC0110-rc-function-RC_Dec-Cycle_BDec_00020/test.cfg +++ b/testsuite/java_test/rc_test/RC0110-rc-function-RC_Dec-Cycle_BDec_00020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_BDec_00020) run(Cycle_BDec_00020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0111-rc-function-RC_Dec-Cycle_BDec_00030/test.cfg b/testsuite/java_test/rc_test/RC0111-rc-function-RC_Dec-Cycle_BDec_00030/test.cfg index 82124cfc92..380ec31c9d 100644 --- a/testsuite/java_test/rc_test/RC0111-rc-function-RC_Dec-Cycle_BDec_00030/test.cfg +++ b/testsuite/java_test/rc_test/RC0111-rc-function-RC_Dec-Cycle_BDec_00030/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_BDec_00030) run(Cycle_BDec_00030,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0112-rc-function-RC_Dec-Cycle_BDec_00040/test.cfg b/testsuite/java_test/rc_test/RC0112-rc-function-RC_Dec-Cycle_BDec_00040/test.cfg index 668c29eb5e..80ae3ba58a 100644 --- a/testsuite/java_test/rc_test/RC0112-rc-function-RC_Dec-Cycle_BDec_00040/test.cfg +++ b/testsuite/java_test/rc_test/RC0112-rc-function-RC_Dec-Cycle_BDec_00040/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_BDec_00040) run(Cycle_BDec_00040,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0113-rc-function-RC_Dec-Cycle_BDec_00050/test.cfg b/testsuite/java_test/rc_test/RC0113-rc-function-RC_Dec-Cycle_BDec_00050/test.cfg index 6f5368f2ea..ac328ce64c 100644 --- a/testsuite/java_test/rc_test/RC0113-rc-function-RC_Dec-Cycle_BDec_00050/test.cfg +++ b/testsuite/java_test/rc_test/RC0113-rc-function-RC_Dec-Cycle_BDec_00050/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_BDec_00050) run(Cycle_BDec_00050,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0114-rc-function-RC_Dec-Nocycle_aDec_00010/test.cfg b/testsuite/java_test/rc_test/RC0114-rc-function-RC_Dec-Nocycle_aDec_00010/test.cfg index 732712b185..de2682dd99 100644 --- a/testsuite/java_test/rc_test/RC0114-rc-function-RC_Dec-Nocycle_aDec_00010/test.cfg +++ b/testsuite/java_test/rc_test/RC0114-rc-function-RC_Dec-Nocycle_aDec_00010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_aDec_00010) run(Nocycle_aDec_00010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0115-rc-function-RC_Dec-Nocycle_aDec_00020/test.cfg b/testsuite/java_test/rc_test/RC0115-rc-function-RC_Dec-Nocycle_aDec_00020/test.cfg index 2bde565504..c33656efe7 100644 --- a/testsuite/java_test/rc_test/RC0115-rc-function-RC_Dec-Nocycle_aDec_00020/test.cfg +++ b/testsuite/java_test/rc_test/RC0115-rc-function-RC_Dec-Nocycle_aDec_00020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_aDec_00020) run(Nocycle_aDec_00020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0116-rc-function-RC_Dec-Nocycle_aDec_00030/test.cfg b/testsuite/java_test/rc_test/RC0116-rc-function-RC_Dec-Nocycle_aDec_00030/test.cfg index ee45d063e0..e88dfe8b02 100644 --- a/testsuite/java_test/rc_test/RC0116-rc-function-RC_Dec-Nocycle_aDec_00030/test.cfg +++ b/testsuite/java_test/rc_test/RC0116-rc-function-RC_Dec-Nocycle_aDec_00030/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_aDec_00030) run(Nocycle_aDec_00030,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0117-rc-function-RC_Dec-Nocycle_aDec_00040/test.cfg b/testsuite/java_test/rc_test/RC0117-rc-function-RC_Dec-Nocycle_aDec_00040/test.cfg index be74f300d7..91b5684374 100644 --- a/testsuite/java_test/rc_test/RC0117-rc-function-RC_Dec-Nocycle_aDec_00040/test.cfg +++ b/testsuite/java_test/rc_test/RC0117-rc-function-RC_Dec-Nocycle_aDec_00040/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_aDec_00040) run(Nocycle_aDec_00040,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0118-rc-function-RC_Dec-Nocycle_aDec_00050/test.cfg b/testsuite/java_test/rc_test/RC0118-rc-function-RC_Dec-Nocycle_aDec_00050/test.cfg index de0bd9c656..1f3e1d691e 100644 --- a/testsuite/java_test/rc_test/RC0118-rc-function-RC_Dec-Nocycle_aDec_00050/test.cfg +++ b/testsuite/java_test/rc_test/RC0118-rc-function-RC_Dec-Nocycle_aDec_00050/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_aDec_00050) run(Nocycle_aDec_00050,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0119-rc-function-RC_Dec-Nocycle_aDec_00060/test.cfg b/testsuite/java_test/rc_test/RC0119-rc-function-RC_Dec-Nocycle_aDec_00060/test.cfg index 3704a7650a..15685de1e8 100644 --- a/testsuite/java_test/rc_test/RC0119-rc-function-RC_Dec-Nocycle_aDec_00060/test.cfg +++ b/testsuite/java_test/rc_test/RC0119-rc-function-RC_Dec-Nocycle_aDec_00060/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_aDec_00060) run(Nocycle_aDec_00060,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0120-rc-function-RC_Thread01-Cycle_am_00180/test.cfg b/testsuite/java_test/rc_test/RC0120-rc-function-RC_Thread01-Cycle_am_00180/test.cfg index 73e7d2df7f..dbd08ca878 100644 --- a/testsuite/java_test/rc_test/RC0120-rc-function-RC_Thread01-Cycle_am_00180/test.cfg +++ b/testsuite/java_test/rc_test/RC0120-rc-function-RC_Thread01-Cycle_am_00180/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00180) run(Cycle_am_00180,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0121-rc-function-RC_Thread01-Cycle_am_00190/test.cfg b/testsuite/java_test/rc_test/RC0121-rc-function-RC_Thread01-Cycle_am_00190/test.cfg index 80eaf1893d..667a269173 100644 --- a/testsuite/java_test/rc_test/RC0121-rc-function-RC_Thread01-Cycle_am_00190/test.cfg +++ b/testsuite/java_test/rc_test/RC0121-rc-function-RC_Thread01-Cycle_am_00190/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00190) run(Cycle_am_00190,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0122-rc-function-RC_Thread01-Cycle_am_00200/test.cfg b/testsuite/java_test/rc_test/RC0122-rc-function-RC_Thread01-Cycle_am_00200/test.cfg index e7af34a757..6e9621f72a 100644 --- a/testsuite/java_test/rc_test/RC0122-rc-function-RC_Thread01-Cycle_am_00200/test.cfg +++ b/testsuite/java_test/rc_test/RC0122-rc-function-RC_Thread01-Cycle_am_00200/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00200) run(Cycle_am_00200,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0123-rc-function-RC_Thread01-Cycle_am_00210/test.cfg b/testsuite/java_test/rc_test/RC0123-rc-function-RC_Thread01-Cycle_am_00210/test.cfg index 972bf5ad68..8983a4e92b 100644 --- a/testsuite/java_test/rc_test/RC0123-rc-function-RC_Thread01-Cycle_am_00210/test.cfg +++ b/testsuite/java_test/rc_test/RC0123-rc-function-RC_Thread01-Cycle_am_00210/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00210) run(Cycle_am_00210,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0124-rc-function-RC_Thread01-Cycle_am_00220/test.cfg b/testsuite/java_test/rc_test/RC0124-rc-function-RC_Thread01-Cycle_am_00220/test.cfg index 2fb96c57c6..6469abd2d4 100644 --- a/testsuite/java_test/rc_test/RC0124-rc-function-RC_Thread01-Cycle_am_00220/test.cfg +++ b/testsuite/java_test/rc_test/RC0124-rc-function-RC_Thread01-Cycle_am_00220/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00220) run(Cycle_am_00220,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0125-rc-function-RC_Thread01-Cycle_am_00230/test.cfg b/testsuite/java_test/rc_test/RC0125-rc-function-RC_Thread01-Cycle_am_00230/test.cfg index 14356a62de..2472774050 100644 --- a/testsuite/java_test/rc_test/RC0125-rc-function-RC_Thread01-Cycle_am_00230/test.cfg +++ b/testsuite/java_test/rc_test/RC0125-rc-function-RC_Thread01-Cycle_am_00230/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00230) run(Cycle_am_00230,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0126-rc-function-RC_Thread01-Cycle_am_00240/test.cfg b/testsuite/java_test/rc_test/RC0126-rc-function-RC_Thread01-Cycle_am_00240/test.cfg index 5e98504eb0..0f3139604a 100644 --- a/testsuite/java_test/rc_test/RC0126-rc-function-RC_Thread01-Cycle_am_00240/test.cfg +++ b/testsuite/java_test/rc_test/RC0126-rc-function-RC_Thread01-Cycle_am_00240/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00240) run(Cycle_am_00240,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0127-rc-function-RC_Thread01-Cycle_am_00250/test.cfg b/testsuite/java_test/rc_test/RC0127-rc-function-RC_Thread01-Cycle_am_00250/test.cfg index 67fb8d32da..06fe3118c6 100644 --- a/testsuite/java_test/rc_test/RC0127-rc-function-RC_Thread01-Cycle_am_00250/test.cfg +++ b/testsuite/java_test/rc_test/RC0127-rc-function-RC_Thread01-Cycle_am_00250/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00250) run(Cycle_am_00250,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0128-rc-function-RC_Thread01-Cycle_am_00260/test.cfg b/testsuite/java_test/rc_test/RC0128-rc-function-RC_Thread01-Cycle_am_00260/test.cfg index f4e831516a..ae5ea3d5bd 100644 --- a/testsuite/java_test/rc_test/RC0128-rc-function-RC_Thread01-Cycle_am_00260/test.cfg +++ b/testsuite/java_test/rc_test/RC0128-rc-function-RC_Thread01-Cycle_am_00260/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00260) run(Cycle_am_00260,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0129-rc-function-RC_Thread01-Cycle_am_00270/test.cfg b/testsuite/java_test/rc_test/RC0129-rc-function-RC_Thread01-Cycle_am_00270/test.cfg index c68791d67c..6eeb05aa9d 100644 --- a/testsuite/java_test/rc_test/RC0129-rc-function-RC_Thread01-Cycle_am_00270/test.cfg +++ b/testsuite/java_test/rc_test/RC0129-rc-function-RC_Thread01-Cycle_am_00270/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00270) run(Cycle_am_00270,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0130-rc-function-RC_Thread01-Cycle_am_00280/test.cfg b/testsuite/java_test/rc_test/RC0130-rc-function-RC_Thread01-Cycle_am_00280/test.cfg index 848de86fbf..8bd574c981 100644 --- a/testsuite/java_test/rc_test/RC0130-rc-function-RC_Thread01-Cycle_am_00280/test.cfg +++ b/testsuite/java_test/rc_test/RC0130-rc-function-RC_Thread01-Cycle_am_00280/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00280) run(Cycle_am_00280,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0131-rc-function-RC_Thread01-Cycle_am_00290/test.cfg b/testsuite/java_test/rc_test/RC0131-rc-function-RC_Thread01-Cycle_am_00290/test.cfg index b275d3869a..d6e3078f89 100644 --- a/testsuite/java_test/rc_test/RC0131-rc-function-RC_Thread01-Cycle_am_00290/test.cfg +++ b/testsuite/java_test/rc_test/RC0131-rc-function-RC_Thread01-Cycle_am_00290/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00290) run(Cycle_am_00290,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0132-rc-function-RC_Thread01-Cycle_am_00300/test.cfg b/testsuite/java_test/rc_test/RC0132-rc-function-RC_Thread01-Cycle_am_00300/test.cfg index e40f10dbd2..187feb038c 100644 --- a/testsuite/java_test/rc_test/RC0132-rc-function-RC_Thread01-Cycle_am_00300/test.cfg +++ b/testsuite/java_test/rc_test/RC0132-rc-function-RC_Thread01-Cycle_am_00300/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00300) run(Cycle_am_00300,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0133-rc-function-RC_Thread01-Cycle_am_00310/test.cfg b/testsuite/java_test/rc_test/RC0133-rc-function-RC_Thread01-Cycle_am_00310/test.cfg index baff2a9f08..f0afa3f33c 100644 --- a/testsuite/java_test/rc_test/RC0133-rc-function-RC_Thread01-Cycle_am_00310/test.cfg +++ b/testsuite/java_test/rc_test/RC0133-rc-function-RC_Thread01-Cycle_am_00310/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00310) run(Cycle_am_00310,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0134-rc-function-RC_Thread01-Cycle_am_00320/test.cfg b/testsuite/java_test/rc_test/RC0134-rc-function-RC_Thread01-Cycle_am_00320/test.cfg index de009c55e5..3675c7527d 100644 --- a/testsuite/java_test/rc_test/RC0134-rc-function-RC_Thread01-Cycle_am_00320/test.cfg +++ b/testsuite/java_test/rc_test/RC0134-rc-function-RC_Thread01-Cycle_am_00320/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00320) run(Cycle_am_00320,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0135-rc-function-RC_Thread01-Cycle_am_00330/test.cfg b/testsuite/java_test/rc_test/RC0135-rc-function-RC_Thread01-Cycle_am_00330/test.cfg index fd440f31c5..4f6f610355 100644 --- a/testsuite/java_test/rc_test/RC0135-rc-function-RC_Thread01-Cycle_am_00330/test.cfg +++ b/testsuite/java_test/rc_test/RC0135-rc-function-RC_Thread01-Cycle_am_00330/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00330) run(Cycle_am_00330,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0136-rc-function-RC_Thread01-Cycle_am_00340/test.cfg b/testsuite/java_test/rc_test/RC0136-rc-function-RC_Thread01-Cycle_am_00340/test.cfg index 025943d7c9..ecd8754af8 100644 --- a/testsuite/java_test/rc_test/RC0136-rc-function-RC_Thread01-Cycle_am_00340/test.cfg +++ b/testsuite/java_test/rc_test/RC0136-rc-function-RC_Thread01-Cycle_am_00340/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00340) run(Cycle_am_00340,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0137-rc-function-RC_Thread01-Cycle_am_00350/test.cfg b/testsuite/java_test/rc_test/RC0137-rc-function-RC_Thread01-Cycle_am_00350/test.cfg index bc1fc8e896..9c419fc253 100644 --- a/testsuite/java_test/rc_test/RC0137-rc-function-RC_Thread01-Cycle_am_00350/test.cfg +++ b/testsuite/java_test/rc_test/RC0137-rc-function-RC_Thread01-Cycle_am_00350/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00350) run(Cycle_am_00350,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0138-rc-function-RC_Thread01-Cycle_am_00360/test.cfg b/testsuite/java_test/rc_test/RC0138-rc-function-RC_Thread01-Cycle_am_00360/test.cfg index c5e7483001..c0c64b63d5 100644 --- a/testsuite/java_test/rc_test/RC0138-rc-function-RC_Thread01-Cycle_am_00360/test.cfg +++ b/testsuite/java_test/rc_test/RC0138-rc-function-RC_Thread01-Cycle_am_00360/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00360) run(Cycle_am_00360,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0139-rc-function-RC_Thread01-Cycle_am_00370/test.cfg b/testsuite/java_test/rc_test/RC0139-rc-function-RC_Thread01-Cycle_am_00370/test.cfg index 05569f4cba..e8bdafb3d7 100644 --- a/testsuite/java_test/rc_test/RC0139-rc-function-RC_Thread01-Cycle_am_00370/test.cfg +++ b/testsuite/java_test/rc_test/RC0139-rc-function-RC_Thread01-Cycle_am_00370/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00370) run(Cycle_am_00370,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0140-rc-function-RC_Thread01-Cycle_am_00380/test.cfg b/testsuite/java_test/rc_test/RC0140-rc-function-RC_Thread01-Cycle_am_00380/test.cfg index 6b09dfaf8f..ce2d0d4c22 100644 --- a/testsuite/java_test/rc_test/RC0140-rc-function-RC_Thread01-Cycle_am_00380/test.cfg +++ b/testsuite/java_test/rc_test/RC0140-rc-function-RC_Thread01-Cycle_am_00380/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00380) run(Cycle_am_00380,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0141-rc-function-RC_Thread01-Cycle_am_00390/test.cfg b/testsuite/java_test/rc_test/RC0141-rc-function-RC_Thread01-Cycle_am_00390/test.cfg index eb96618ae9..fc64e1cc2d 100644 --- a/testsuite/java_test/rc_test/RC0141-rc-function-RC_Thread01-Cycle_am_00390/test.cfg +++ b/testsuite/java_test/rc_test/RC0141-rc-function-RC_Thread01-Cycle_am_00390/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00390) run(Cycle_am_00390,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0142-rc-function-RC_Thread01-Cycle_am_00400/test.cfg b/testsuite/java_test/rc_test/RC0142-rc-function-RC_Thread01-Cycle_am_00400/test.cfg index 4ffe4c6a8f..09ea7c7237 100644 --- a/testsuite/java_test/rc_test/RC0142-rc-function-RC_Thread01-Cycle_am_00400/test.cfg +++ b/testsuite/java_test/rc_test/RC0142-rc-function-RC_Thread01-Cycle_am_00400/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00400) run(Cycle_am_00400,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0143-rc-function-RC_Thread01-Cycle_am_00410/test.cfg b/testsuite/java_test/rc_test/RC0143-rc-function-RC_Thread01-Cycle_am_00410/test.cfg index 97f3ecdb3a..3da35efb7a 100644 --- a/testsuite/java_test/rc_test/RC0143-rc-function-RC_Thread01-Cycle_am_00410/test.cfg +++ b/testsuite/java_test/rc_test/RC0143-rc-function-RC_Thread01-Cycle_am_00410/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00410) run(Cycle_am_00410,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0144-rc-function-RC_Thread01-Cycle_am_00420/test.cfg b/testsuite/java_test/rc_test/RC0144-rc-function-RC_Thread01-Cycle_am_00420/test.cfg index a3a868e3f5..ac114ecd87 100644 --- a/testsuite/java_test/rc_test/RC0144-rc-function-RC_Thread01-Cycle_am_00420/test.cfg +++ b/testsuite/java_test/rc_test/RC0144-rc-function-RC_Thread01-Cycle_am_00420/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00420) run(Cycle_am_00420,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0145-rc-function-RC_Thread01-Cycle_am_00430/test.cfg b/testsuite/java_test/rc_test/RC0145-rc-function-RC_Thread01-Cycle_am_00430/test.cfg index 36305bd58f..d9bb3263e9 100644 --- a/testsuite/java_test/rc_test/RC0145-rc-function-RC_Thread01-Cycle_am_00430/test.cfg +++ b/testsuite/java_test/rc_test/RC0145-rc-function-RC_Thread01-Cycle_am_00430/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00430) run(Cycle_am_00430,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0146-rc-function-RC_Thread01-Cycle_am_00440/test.cfg b/testsuite/java_test/rc_test/RC0146-rc-function-RC_Thread01-Cycle_am_00440/test.cfg index 7129a60050..7682261f8c 100644 --- a/testsuite/java_test/rc_test/RC0146-rc-function-RC_Thread01-Cycle_am_00440/test.cfg +++ b/testsuite/java_test/rc_test/RC0146-rc-function-RC_Thread01-Cycle_am_00440/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00440) run(Cycle_am_00440,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0147-rc-function-RC_Thread01-Cycle_am_00450/test.cfg b/testsuite/java_test/rc_test/RC0147-rc-function-RC_Thread01-Cycle_am_00450/test.cfg index 78428a5ff2..feab5845bd 100644 --- a/testsuite/java_test/rc_test/RC0147-rc-function-RC_Thread01-Cycle_am_00450/test.cfg +++ b/testsuite/java_test/rc_test/RC0147-rc-function-RC_Thread01-Cycle_am_00450/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00450) run(Cycle_am_00450,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0148-rc-function-RC_Thread01-Cycle_am_00460/test.cfg b/testsuite/java_test/rc_test/RC0148-rc-function-RC_Thread01-Cycle_am_00460/test.cfg index 68c2a15b8e..4c5f2c66f7 100644 --- a/testsuite/java_test/rc_test/RC0148-rc-function-RC_Thread01-Cycle_am_00460/test.cfg +++ b/testsuite/java_test/rc_test/RC0148-rc-function-RC_Thread01-Cycle_am_00460/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00460) run(Cycle_am_00460,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0149-rc-function-RC_Thread01-Cycle_am_00470/test.cfg b/testsuite/java_test/rc_test/RC0149-rc-function-RC_Thread01-Cycle_am_00470/test.cfg index e89344a3e7..8fd94d1a3b 100644 --- a/testsuite/java_test/rc_test/RC0149-rc-function-RC_Thread01-Cycle_am_00470/test.cfg +++ b/testsuite/java_test/rc_test/RC0149-rc-function-RC_Thread01-Cycle_am_00470/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00470) run(Cycle_am_00470,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0150-rc-function-RC_Thread01-Cycle_am_00480/test.cfg b/testsuite/java_test/rc_test/RC0150-rc-function-RC_Thread01-Cycle_am_00480/test.cfg index 5b5fa26c27..6ba0607e52 100644 --- a/testsuite/java_test/rc_test/RC0150-rc-function-RC_Thread01-Cycle_am_00480/test.cfg +++ b/testsuite/java_test/rc_test/RC0150-rc-function-RC_Thread01-Cycle_am_00480/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00480) run(Cycle_am_00480,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0151-rc-function-RC_Thread01-Cycle_am_00490/test.cfg b/testsuite/java_test/rc_test/RC0151-rc-function-RC_Thread01-Cycle_am_00490/test.cfg index 1b3fb11844..0ad548d51e 100644 --- a/testsuite/java_test/rc_test/RC0151-rc-function-RC_Thread01-Cycle_am_00490/test.cfg +++ b/testsuite/java_test/rc_test/RC0151-rc-function-RC_Thread01-Cycle_am_00490/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00490) run(Cycle_am_00490,EXPECTNUM=4) diff --git a/testsuite/java_test/rc_test/RC0152-rc-function-RC_Thread01-Cycle_am_00500/test.cfg b/testsuite/java_test/rc_test/RC0152-rc-function-RC_Thread01-Cycle_am_00500/test.cfg index f1aea5c8bb..8f365dfa25 100644 --- a/testsuite/java_test/rc_test/RC0152-rc-function-RC_Thread01-Cycle_am_00500/test.cfg +++ b/testsuite/java_test/rc_test/RC0152-rc-function-RC_Thread01-Cycle_am_00500/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00500) run(Cycle_am_00500,EXPECTNUM=4) diff --git a/testsuite/java_test/rc_test/RC0153-rc-function-RC_Thread01-Cycle_am_00510/test.cfg b/testsuite/java_test/rc_test/RC0153-rc-function-RC_Thread01-Cycle_am_00510/test.cfg index 06e6d972ef..1195d94a27 100644 --- a/testsuite/java_test/rc_test/RC0153-rc-function-RC_Thread01-Cycle_am_00510/test.cfg +++ b/testsuite/java_test/rc_test/RC0153-rc-function-RC_Thread01-Cycle_am_00510/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_00510) run(Cycle_am_00510,EXPECTNUM=4) diff --git a/testsuite/java_test/rc_test/RC0154-rc-function-RC_Thread01-Cycle_am_10010/test.cfg b/testsuite/java_test/rc_test/RC0154-rc-function-RC_Thread01-Cycle_am_10010/test.cfg index 15e3f9e661..bca4fcb979 100644 --- a/testsuite/java_test/rc_test/RC0154-rc-function-RC_Thread01-Cycle_am_10010/test.cfg +++ b/testsuite/java_test/rc_test/RC0154-rc-function-RC_Thread01-Cycle_am_10010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_10010) run(Cycle_am_10010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0155-rc-function-RC_Thread01-Cycle_am_10020/test.cfg b/testsuite/java_test/rc_test/RC0155-rc-function-RC_Thread01-Cycle_am_10020/test.cfg index b1cdeea75e..34a378c0d2 100644 --- a/testsuite/java_test/rc_test/RC0155-rc-function-RC_Thread01-Cycle_am_10020/test.cfg +++ b/testsuite/java_test/rc_test/RC0155-rc-function-RC_Thread01-Cycle_am_10020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_10020) run(Cycle_am_10020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0156-rc-function-RC_Thread01-Cycle_am_10030/test.cfg b/testsuite/java_test/rc_test/RC0156-rc-function-RC_Thread01-Cycle_am_10030/test.cfg index 0e86eb0d0a..902acb5f9a 100644 --- a/testsuite/java_test/rc_test/RC0156-rc-function-RC_Thread01-Cycle_am_10030/test.cfg +++ b/testsuite/java_test/rc_test/RC0156-rc-function-RC_Thread01-Cycle_am_10030/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_am_10030) run(Cycle_am_10030,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0157-rc-function-RC_Thread01-Cycle_Bm_1_00010/test.cfg b/testsuite/java_test/rc_test/RC0157-rc-function-RC_Thread01-Cycle_Bm_1_00010/test.cfg index d0ae3ccf14..1aa5778d4c 100644 --- a/testsuite/java_test/rc_test/RC0157-rc-function-RC_Thread01-Cycle_Bm_1_00010/test.cfg +++ b/testsuite/java_test/rc_test/RC0157-rc-function-RC_Thread01-Cycle_Bm_1_00010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00010) run(Cycle_Bm_1_00010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0158-rc-function-RC_Thread01-Cycle_Bm_1_00020/test.cfg b/testsuite/java_test/rc_test/RC0158-rc-function-RC_Thread01-Cycle_Bm_1_00020/test.cfg index 8a1498fdab..d1c5358e58 100644 --- a/testsuite/java_test/rc_test/RC0158-rc-function-RC_Thread01-Cycle_Bm_1_00020/test.cfg +++ b/testsuite/java_test/rc_test/RC0158-rc-function-RC_Thread01-Cycle_Bm_1_00020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00020) run(Cycle_Bm_1_00020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0159-rc-function-RC_Thread01-Cycle_Bm_1_00030/test.cfg b/testsuite/java_test/rc_test/RC0159-rc-function-RC_Thread01-Cycle_Bm_1_00030/test.cfg index 8899d08653..45efbfb139 100644 --- a/testsuite/java_test/rc_test/RC0159-rc-function-RC_Thread01-Cycle_Bm_1_00030/test.cfg +++ b/testsuite/java_test/rc_test/RC0159-rc-function-RC_Thread01-Cycle_Bm_1_00030/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00030) run(Cycle_Bm_1_00030,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0160-rc-function-RC_Thread01-Cycle_Bm_1_00040/test.cfg b/testsuite/java_test/rc_test/RC0160-rc-function-RC_Thread01-Cycle_Bm_1_00040/test.cfg index f7b3815f9e..9c07aaca0b 100644 --- a/testsuite/java_test/rc_test/RC0160-rc-function-RC_Thread01-Cycle_Bm_1_00040/test.cfg +++ b/testsuite/java_test/rc_test/RC0160-rc-function-RC_Thread01-Cycle_Bm_1_00040/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00040) run(Cycle_Bm_1_00040,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0161-rc-function-RC_Thread01-Cycle_Bm_1_00050/test.cfg b/testsuite/java_test/rc_test/RC0161-rc-function-RC_Thread01-Cycle_Bm_1_00050/test.cfg index 80c7397874..33335694d2 100644 --- a/testsuite/java_test/rc_test/RC0161-rc-function-RC_Thread01-Cycle_Bm_1_00050/test.cfg +++ b/testsuite/java_test/rc_test/RC0161-rc-function-RC_Thread01-Cycle_Bm_1_00050/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00050) run(Cycle_Bm_1_00050,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0162-rc-function-RC_Thread01-Cycle_Bm_1_00060/test.cfg b/testsuite/java_test/rc_test/RC0162-rc-function-RC_Thread01-Cycle_Bm_1_00060/test.cfg index e44ea35cb8..2f1196053e 100644 --- a/testsuite/java_test/rc_test/RC0162-rc-function-RC_Thread01-Cycle_Bm_1_00060/test.cfg +++ b/testsuite/java_test/rc_test/RC0162-rc-function-RC_Thread01-Cycle_Bm_1_00060/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00060) run(Cycle_Bm_1_00060,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0163-rc-function-RC_Thread01-Cycle_Bm_1_00070/test.cfg b/testsuite/java_test/rc_test/RC0163-rc-function-RC_Thread01-Cycle_Bm_1_00070/test.cfg index 343f62a5a7..7a16db3329 100644 --- a/testsuite/java_test/rc_test/RC0163-rc-function-RC_Thread01-Cycle_Bm_1_00070/test.cfg +++ b/testsuite/java_test/rc_test/RC0163-rc-function-RC_Thread01-Cycle_Bm_1_00070/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00070) run(Cycle_Bm_1_00070,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0164-rc-function-RC_Thread01-Cycle_Bm_1_00080/test.cfg b/testsuite/java_test/rc_test/RC0164-rc-function-RC_Thread01-Cycle_Bm_1_00080/test.cfg index c7acb6d04b..9dbf024d86 100644 --- a/testsuite/java_test/rc_test/RC0164-rc-function-RC_Thread01-Cycle_Bm_1_00080/test.cfg +++ b/testsuite/java_test/rc_test/RC0164-rc-function-RC_Thread01-Cycle_Bm_1_00080/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00080) run(Cycle_Bm_1_00080,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0165-rc-function-RC_Thread01-Cycle_Bm_1_00090/test.cfg b/testsuite/java_test/rc_test/RC0165-rc-function-RC_Thread01-Cycle_Bm_1_00090/test.cfg index d0431211bd..7f7f41a838 100644 --- a/testsuite/java_test/rc_test/RC0165-rc-function-RC_Thread01-Cycle_Bm_1_00090/test.cfg +++ b/testsuite/java_test/rc_test/RC0165-rc-function-RC_Thread01-Cycle_Bm_1_00090/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00090) run(Cycle_Bm_1_00090,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0166-rc-function-RC_Thread01-Cycle_Bm_1_00100/test.cfg b/testsuite/java_test/rc_test/RC0166-rc-function-RC_Thread01-Cycle_Bm_1_00100/test.cfg index 0652592e88..1a68e67ba8 100644 --- a/testsuite/java_test/rc_test/RC0166-rc-function-RC_Thread01-Cycle_Bm_1_00100/test.cfg +++ b/testsuite/java_test/rc_test/RC0166-rc-function-RC_Thread01-Cycle_Bm_1_00100/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00100) run(Cycle_Bm_1_00100,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0167-rc-function-RC_Thread01-Cycle_Bm_1_00110/test.cfg b/testsuite/java_test/rc_test/RC0167-rc-function-RC_Thread01-Cycle_Bm_1_00110/test.cfg index e71b0dafb4..bb62946518 100644 --- a/testsuite/java_test/rc_test/RC0167-rc-function-RC_Thread01-Cycle_Bm_1_00110/test.cfg +++ b/testsuite/java_test/rc_test/RC0167-rc-function-RC_Thread01-Cycle_Bm_1_00110/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00110) run(Cycle_Bm_1_00110,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0168-rc-function-RC_Thread01-Cycle_Bm_1_00120/test.cfg b/testsuite/java_test/rc_test/RC0168-rc-function-RC_Thread01-Cycle_Bm_1_00120/test.cfg index ae3158598a..f768699173 100644 --- a/testsuite/java_test/rc_test/RC0168-rc-function-RC_Thread01-Cycle_Bm_1_00120/test.cfg +++ b/testsuite/java_test/rc_test/RC0168-rc-function-RC_Thread01-Cycle_Bm_1_00120/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00120) run(Cycle_Bm_1_00120,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0169-rc-function-RC_Thread01-Cycle_Bm_1_00130/test.cfg b/testsuite/java_test/rc_test/RC0169-rc-function-RC_Thread01-Cycle_Bm_1_00130/test.cfg index 1b03622472..8c2abf868e 100644 --- a/testsuite/java_test/rc_test/RC0169-rc-function-RC_Thread01-Cycle_Bm_1_00130/test.cfg +++ b/testsuite/java_test/rc_test/RC0169-rc-function-RC_Thread01-Cycle_Bm_1_00130/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00130) run(Cycle_Bm_1_00130,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0170-rc-function-RC_Thread01-Cycle_Bm_1_00140/test.cfg b/testsuite/java_test/rc_test/RC0170-rc-function-RC_Thread01-Cycle_Bm_1_00140/test.cfg index bc9cd42b64..79b2150afd 100644 --- a/testsuite/java_test/rc_test/RC0170-rc-function-RC_Thread01-Cycle_Bm_1_00140/test.cfg +++ b/testsuite/java_test/rc_test/RC0170-rc-function-RC_Thread01-Cycle_Bm_1_00140/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00140) run(Cycle_Bm_1_00140,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0171-rc-function-RC_Thread01-Cycle_Bm_1_00150/test.cfg b/testsuite/java_test/rc_test/RC0171-rc-function-RC_Thread01-Cycle_Bm_1_00150/test.cfg index b758ffb351..35f77027af 100644 --- a/testsuite/java_test/rc_test/RC0171-rc-function-RC_Thread01-Cycle_Bm_1_00150/test.cfg +++ b/testsuite/java_test/rc_test/RC0171-rc-function-RC_Thread01-Cycle_Bm_1_00150/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00150) run(Cycle_Bm_1_00150,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0172-rc-function-RC_Thread01-Cycle_Bm_1_00160/test.cfg b/testsuite/java_test/rc_test/RC0172-rc-function-RC_Thread01-Cycle_Bm_1_00160/test.cfg index 9d85077b26..d17dd4988b 100644 --- a/testsuite/java_test/rc_test/RC0172-rc-function-RC_Thread01-Cycle_Bm_1_00160/test.cfg +++ b/testsuite/java_test/rc_test/RC0172-rc-function-RC_Thread01-Cycle_Bm_1_00160/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00160) run(Cycle_Bm_1_00160,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0173-rc-function-RC_Thread01-Cycle_Bm_1_00170/test.cfg b/testsuite/java_test/rc_test/RC0173-rc-function-RC_Thread01-Cycle_Bm_1_00170/test.cfg index bf5c1b29f0..e9f29415f6 100644 --- a/testsuite/java_test/rc_test/RC0173-rc-function-RC_Thread01-Cycle_Bm_1_00170/test.cfg +++ b/testsuite/java_test/rc_test/RC0173-rc-function-RC_Thread01-Cycle_Bm_1_00170/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00170) run(Cycle_Bm_1_00170,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0174-rc-function-RC_Thread01-Cycle_Bm_1_00180/test.cfg b/testsuite/java_test/rc_test/RC0174-rc-function-RC_Thread01-Cycle_Bm_1_00180/test.cfg index 708d9270d2..d0dcf1dadb 100644 --- a/testsuite/java_test/rc_test/RC0174-rc-function-RC_Thread01-Cycle_Bm_1_00180/test.cfg +++ b/testsuite/java_test/rc_test/RC0174-rc-function-RC_Thread01-Cycle_Bm_1_00180/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00180) run(Cycle_Bm_1_00180,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0175-rc-function-RC_Thread01-Cycle_Bm_1_00190/test.cfg b/testsuite/java_test/rc_test/RC0175-rc-function-RC_Thread01-Cycle_Bm_1_00190/test.cfg index 37974e08c9..d1a1a56053 100644 --- a/testsuite/java_test/rc_test/RC0175-rc-function-RC_Thread01-Cycle_Bm_1_00190/test.cfg +++ b/testsuite/java_test/rc_test/RC0175-rc-function-RC_Thread01-Cycle_Bm_1_00190/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00190) run(Cycle_Bm_1_00190,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0176-rc-function-RC_Thread01-Cycle_Bm_1_00200/test.cfg b/testsuite/java_test/rc_test/RC0176-rc-function-RC_Thread01-Cycle_Bm_1_00200/test.cfg index a7af878822..208543750e 100644 --- a/testsuite/java_test/rc_test/RC0176-rc-function-RC_Thread01-Cycle_Bm_1_00200/test.cfg +++ b/testsuite/java_test/rc_test/RC0176-rc-function-RC_Thread01-Cycle_Bm_1_00200/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00200) run(Cycle_Bm_1_00200,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0177-rc-function-RC_Thread01-Cycle_Bm_1_00210/test.cfg b/testsuite/java_test/rc_test/RC0177-rc-function-RC_Thread01-Cycle_Bm_1_00210/test.cfg index 2a1429b594..0ed77ac7c0 100644 --- a/testsuite/java_test/rc_test/RC0177-rc-function-RC_Thread01-Cycle_Bm_1_00210/test.cfg +++ b/testsuite/java_test/rc_test/RC0177-rc-function-RC_Thread01-Cycle_Bm_1_00210/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_00210) run(Cycle_Bm_1_00210,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0178-rc-function-RC_Thread01-Cycle_Bm_1_10010/test.cfg b/testsuite/java_test/rc_test/RC0178-rc-function-RC_Thread01-Cycle_Bm_1_10010/test.cfg index 03c2c3c0f7..78b1d362ef 100644 --- a/testsuite/java_test/rc_test/RC0178-rc-function-RC_Thread01-Cycle_Bm_1_10010/test.cfg +++ b/testsuite/java_test/rc_test/RC0178-rc-function-RC_Thread01-Cycle_Bm_1_10010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_10010) run(Cycle_Bm_1_10010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0179-rc-function-RC_Thread01-Cycle_Bm_1_10020/test.cfg b/testsuite/java_test/rc_test/RC0179-rc-function-RC_Thread01-Cycle_Bm_1_10020/test.cfg index 4f38c26a20..0a7f6643bf 100644 --- a/testsuite/java_test/rc_test/RC0179-rc-function-RC_Thread01-Cycle_Bm_1_10020/test.cfg +++ b/testsuite/java_test/rc_test/RC0179-rc-function-RC_Thread01-Cycle_Bm_1_10020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_10020) run(Cycle_Bm_1_10020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0180-rc-function-RC_Thread01-Cycle_Bm_1_10030/test.cfg b/testsuite/java_test/rc_test/RC0180-rc-function-RC_Thread01-Cycle_Bm_1_10030/test.cfg index 20463c5ee1..0b56293838 100644 --- a/testsuite/java_test/rc_test/RC0180-rc-function-RC_Thread01-Cycle_Bm_1_10030/test.cfg +++ b/testsuite/java_test/rc_test/RC0180-rc-function-RC_Thread01-Cycle_Bm_1_10030/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_1_10030) run(Cycle_Bm_1_10030,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0181-rc-function-RC_Thread01-Cycle_Bm_2_00010/test.cfg b/testsuite/java_test/rc_test/RC0181-rc-function-RC_Thread01-Cycle_Bm_2_00010/test.cfg index 39fbc09750..4802900273 100644 --- a/testsuite/java_test/rc_test/RC0181-rc-function-RC_Thread01-Cycle_Bm_2_00010/test.cfg +++ b/testsuite/java_test/rc_test/RC0181-rc-function-RC_Thread01-Cycle_Bm_2_00010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00010) run(Cycle_Bm_2_00010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0182-rc-function-RC_Thread01-Cycle_Bm_2_00020/test.cfg b/testsuite/java_test/rc_test/RC0182-rc-function-RC_Thread01-Cycle_Bm_2_00020/test.cfg index d3feae4164..6f87db06a3 100644 --- a/testsuite/java_test/rc_test/RC0182-rc-function-RC_Thread01-Cycle_Bm_2_00020/test.cfg +++ b/testsuite/java_test/rc_test/RC0182-rc-function-RC_Thread01-Cycle_Bm_2_00020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00020) run(Cycle_Bm_2_00020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0183-rc-function-RC_Thread01-Cycle_Bm_2_00030/test.cfg b/testsuite/java_test/rc_test/RC0183-rc-function-RC_Thread01-Cycle_Bm_2_00030/test.cfg index 7a7147a4d9..6a3ff068cd 100644 --- a/testsuite/java_test/rc_test/RC0183-rc-function-RC_Thread01-Cycle_Bm_2_00030/test.cfg +++ b/testsuite/java_test/rc_test/RC0183-rc-function-RC_Thread01-Cycle_Bm_2_00030/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00030) run(Cycle_Bm_2_00030,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0184-rc-function-RC_Thread01-Cycle_Bm_2_00040/test.cfg b/testsuite/java_test/rc_test/RC0184-rc-function-RC_Thread01-Cycle_Bm_2_00040/test.cfg index 58c638a09c..083d7a0537 100644 --- a/testsuite/java_test/rc_test/RC0184-rc-function-RC_Thread01-Cycle_Bm_2_00040/test.cfg +++ b/testsuite/java_test/rc_test/RC0184-rc-function-RC_Thread01-Cycle_Bm_2_00040/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00040) run(Cycle_Bm_2_00040,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0185-rc-function-RC_Thread01-Cycle_Bm_2_00050/test.cfg b/testsuite/java_test/rc_test/RC0185-rc-function-RC_Thread01-Cycle_Bm_2_00050/test.cfg index 17f63ec3ef..dc1860edae 100644 --- a/testsuite/java_test/rc_test/RC0185-rc-function-RC_Thread01-Cycle_Bm_2_00050/test.cfg +++ b/testsuite/java_test/rc_test/RC0185-rc-function-RC_Thread01-Cycle_Bm_2_00050/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00050) run(Cycle_Bm_2_00050,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0186-rc-function-RC_Thread01-Cycle_Bm_2_00060/test.cfg b/testsuite/java_test/rc_test/RC0186-rc-function-RC_Thread01-Cycle_Bm_2_00060/test.cfg index 19b6f26677..868867f932 100644 --- a/testsuite/java_test/rc_test/RC0186-rc-function-RC_Thread01-Cycle_Bm_2_00060/test.cfg +++ b/testsuite/java_test/rc_test/RC0186-rc-function-RC_Thread01-Cycle_Bm_2_00060/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00060) run(Cycle_Bm_2_00060,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0187-rc-function-RC_Thread01-Cycle_Bm_2_00070/test.cfg b/testsuite/java_test/rc_test/RC0187-rc-function-RC_Thread01-Cycle_Bm_2_00070/test.cfg index ce594fc91a..2870b18483 100644 --- a/testsuite/java_test/rc_test/RC0187-rc-function-RC_Thread01-Cycle_Bm_2_00070/test.cfg +++ b/testsuite/java_test/rc_test/RC0187-rc-function-RC_Thread01-Cycle_Bm_2_00070/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00070) run(Cycle_Bm_2_00070,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0188-rc-function-RC_Thread01-Cycle_Bm_2_00080/test.cfg b/testsuite/java_test/rc_test/RC0188-rc-function-RC_Thread01-Cycle_Bm_2_00080/test.cfg index 307ee512b3..cf87f790d1 100644 --- a/testsuite/java_test/rc_test/RC0188-rc-function-RC_Thread01-Cycle_Bm_2_00080/test.cfg +++ b/testsuite/java_test/rc_test/RC0188-rc-function-RC_Thread01-Cycle_Bm_2_00080/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00080) run(Cycle_Bm_2_00080,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0189-rc-function-RC_Thread01-Cycle_Bm_2_00090/test.cfg b/testsuite/java_test/rc_test/RC0189-rc-function-RC_Thread01-Cycle_Bm_2_00090/test.cfg index 2887cb4e1a..8921682b4a 100644 --- a/testsuite/java_test/rc_test/RC0189-rc-function-RC_Thread01-Cycle_Bm_2_00090/test.cfg +++ b/testsuite/java_test/rc_test/RC0189-rc-function-RC_Thread01-Cycle_Bm_2_00090/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00090) run(Cycle_Bm_2_00090,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0190-rc-function-RC_Thread01-Cycle_Bm_2_00100/test.cfg b/testsuite/java_test/rc_test/RC0190-rc-function-RC_Thread01-Cycle_Bm_2_00100/test.cfg index 26873e0a59..25bc19f9fe 100644 --- a/testsuite/java_test/rc_test/RC0190-rc-function-RC_Thread01-Cycle_Bm_2_00100/test.cfg +++ b/testsuite/java_test/rc_test/RC0190-rc-function-RC_Thread01-Cycle_Bm_2_00100/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00100) run(Cycle_Bm_2_00100,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0191-rc-function-RC_Thread01-Cycle_Bm_2_00110/test.cfg b/testsuite/java_test/rc_test/RC0191-rc-function-RC_Thread01-Cycle_Bm_2_00110/test.cfg index f8f6e22f3e..33d478d716 100644 --- a/testsuite/java_test/rc_test/RC0191-rc-function-RC_Thread01-Cycle_Bm_2_00110/test.cfg +++ b/testsuite/java_test/rc_test/RC0191-rc-function-RC_Thread01-Cycle_Bm_2_00110/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00110) run(Cycle_Bm_2_00110,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0192-rc-function-RC_Thread01-Cycle_Bm_2_00120/test.cfg b/testsuite/java_test/rc_test/RC0192-rc-function-RC_Thread01-Cycle_Bm_2_00120/test.cfg index 2ce74685c7..dcc04672b7 100644 --- a/testsuite/java_test/rc_test/RC0192-rc-function-RC_Thread01-Cycle_Bm_2_00120/test.cfg +++ b/testsuite/java_test/rc_test/RC0192-rc-function-RC_Thread01-Cycle_Bm_2_00120/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00120) run(Cycle_Bm_2_00120,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0193-rc-function-RC_Thread01-Cycle_Bm_2_00130/test.cfg b/testsuite/java_test/rc_test/RC0193-rc-function-RC_Thread01-Cycle_Bm_2_00130/test.cfg index 6a31f0b6d9..9ee905c3b8 100644 --- a/testsuite/java_test/rc_test/RC0193-rc-function-RC_Thread01-Cycle_Bm_2_00130/test.cfg +++ b/testsuite/java_test/rc_test/RC0193-rc-function-RC_Thread01-Cycle_Bm_2_00130/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00130) run(Cycle_Bm_2_00130,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0194-rc-function-RC_Thread01-Cycle_Bm_2_00140/test.cfg b/testsuite/java_test/rc_test/RC0194-rc-function-RC_Thread01-Cycle_Bm_2_00140/test.cfg index ff49feb864..12f74cf3f5 100644 --- a/testsuite/java_test/rc_test/RC0194-rc-function-RC_Thread01-Cycle_Bm_2_00140/test.cfg +++ b/testsuite/java_test/rc_test/RC0194-rc-function-RC_Thread01-Cycle_Bm_2_00140/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00140) run(Cycle_Bm_2_00140,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0195-rc-function-RC_Thread01-Cycle_Bm_2_00150/test.cfg b/testsuite/java_test/rc_test/RC0195-rc-function-RC_Thread01-Cycle_Bm_2_00150/test.cfg index cdca3f30f1..e75d9569c6 100644 --- a/testsuite/java_test/rc_test/RC0195-rc-function-RC_Thread01-Cycle_Bm_2_00150/test.cfg +++ b/testsuite/java_test/rc_test/RC0195-rc-function-RC_Thread01-Cycle_Bm_2_00150/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00150) run(Cycle_Bm_2_00150,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0196-rc-function-RC_Thread01-Cycle_Bm_2_00160/test.cfg b/testsuite/java_test/rc_test/RC0196-rc-function-RC_Thread01-Cycle_Bm_2_00160/test.cfg index 4ccf5d21d6..fa91f08288 100644 --- a/testsuite/java_test/rc_test/RC0196-rc-function-RC_Thread01-Cycle_Bm_2_00160/test.cfg +++ b/testsuite/java_test/rc_test/RC0196-rc-function-RC_Thread01-Cycle_Bm_2_00160/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00160) run(Cycle_Bm_2_00160,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0197-rc-function-RC_Thread01-Cycle_Bm_2_00170/test.cfg b/testsuite/java_test/rc_test/RC0197-rc-function-RC_Thread01-Cycle_Bm_2_00170/test.cfg index 291e470854..b895e2686c 100644 --- a/testsuite/java_test/rc_test/RC0197-rc-function-RC_Thread01-Cycle_Bm_2_00170/test.cfg +++ b/testsuite/java_test/rc_test/RC0197-rc-function-RC_Thread01-Cycle_Bm_2_00170/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00170) run(Cycle_Bm_2_00170,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0198-rc-function-RC_Thread01-Cycle_Bm_2_00180/test.cfg b/testsuite/java_test/rc_test/RC0198-rc-function-RC_Thread01-Cycle_Bm_2_00180/test.cfg index 8c3f6cba6b..9b7d4aaf2e 100644 --- a/testsuite/java_test/rc_test/RC0198-rc-function-RC_Thread01-Cycle_Bm_2_00180/test.cfg +++ b/testsuite/java_test/rc_test/RC0198-rc-function-RC_Thread01-Cycle_Bm_2_00180/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00180) run(Cycle_Bm_2_00180,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0199-rc-function-RC_Thread01-Cycle_Bm_2_00190/test.cfg b/testsuite/java_test/rc_test/RC0199-rc-function-RC_Thread01-Cycle_Bm_2_00190/test.cfg index 0fc98cc8cb..2c248cb70f 100644 --- a/testsuite/java_test/rc_test/RC0199-rc-function-RC_Thread01-Cycle_Bm_2_00190/test.cfg +++ b/testsuite/java_test/rc_test/RC0199-rc-function-RC_Thread01-Cycle_Bm_2_00190/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00190) run(Cycle_Bm_2_00190,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0200-rc-function-RC_Thread01-Cycle_Bm_2_00200/test.cfg b/testsuite/java_test/rc_test/RC0200-rc-function-RC_Thread01-Cycle_Bm_2_00200/test.cfg index b7b591ed24..2aa3e2d687 100644 --- a/testsuite/java_test/rc_test/RC0200-rc-function-RC_Thread01-Cycle_Bm_2_00200/test.cfg +++ b/testsuite/java_test/rc_test/RC0200-rc-function-RC_Thread01-Cycle_Bm_2_00200/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00200) run(Cycle_Bm_2_00200,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0201-rc-function-RC_Thread01-Cycle_Bm_2_00210/test.cfg b/testsuite/java_test/rc_test/RC0201-rc-function-RC_Thread01-Cycle_Bm_2_00210/test.cfg index 2fa4b13dcb..675d2b180d 100644 --- a/testsuite/java_test/rc_test/RC0201-rc-function-RC_Thread01-Cycle_Bm_2_00210/test.cfg +++ b/testsuite/java_test/rc_test/RC0201-rc-function-RC_Thread01-Cycle_Bm_2_00210/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00210) run(Cycle_Bm_2_00210,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0202-rc-function-RC_Thread01-Cycle_Bm_2_00220/test.cfg b/testsuite/java_test/rc_test/RC0202-rc-function-RC_Thread01-Cycle_Bm_2_00220/test.cfg index eeeb6d79c7..f751cf109b 100644 --- a/testsuite/java_test/rc_test/RC0202-rc-function-RC_Thread01-Cycle_Bm_2_00220/test.cfg +++ b/testsuite/java_test/rc_test/RC0202-rc-function-RC_Thread01-Cycle_Bm_2_00220/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00220) run(Cycle_Bm_2_00220,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0203-rc-function-RC_Thread01-Cycle_Bm_2_00230/test.cfg b/testsuite/java_test/rc_test/RC0203-rc-function-RC_Thread01-Cycle_Bm_2_00230/test.cfg index a3d5c6baca..2232d4bd17 100644 --- a/testsuite/java_test/rc_test/RC0203-rc-function-RC_Thread01-Cycle_Bm_2_00230/test.cfg +++ b/testsuite/java_test/rc_test/RC0203-rc-function-RC_Thread01-Cycle_Bm_2_00230/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00230) run(Cycle_Bm_2_00230,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0204-rc-function-RC_Thread01-Cycle_Bm_2_00240/test.cfg b/testsuite/java_test/rc_test/RC0204-rc-function-RC_Thread01-Cycle_Bm_2_00240/test.cfg index fc45d3d6df..e1f7abe463 100644 --- a/testsuite/java_test/rc_test/RC0204-rc-function-RC_Thread01-Cycle_Bm_2_00240/test.cfg +++ b/testsuite/java_test/rc_test/RC0204-rc-function-RC_Thread01-Cycle_Bm_2_00240/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_00240) run(Cycle_Bm_2_00240,EXPECTNUM=4) diff --git a/testsuite/java_test/rc_test/RC0205-rc-function-RC_Thread01-Cycle_Bm_2_10240/test.cfg b/testsuite/java_test/rc_test/RC0205-rc-function-RC_Thread01-Cycle_Bm_2_10240/test.cfg index 9e7a990e2c..68d5491660 100644 --- a/testsuite/java_test/rc_test/RC0205-rc-function-RC_Thread01-Cycle_Bm_2_10240/test.cfg +++ b/testsuite/java_test/rc_test/RC0205-rc-function-RC_Thread01-Cycle_Bm_2_10240/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Cycle_Bm_2_10240) run(Cycle_Bm_2_10240,EXPECTNUM=4) diff --git a/testsuite/java_test/rc_test/RC0206-rc-function-RC_Thread01-Nocycle_am_00010/test.cfg b/testsuite/java_test/rc_test/RC0206-rc-function-RC_Thread01-Nocycle_am_00010/test.cfg index 7e601039bb..267c2589b8 100644 --- a/testsuite/java_test/rc_test/RC0206-rc-function-RC_Thread01-Nocycle_am_00010/test.cfg +++ b/testsuite/java_test/rc_test/RC0206-rc-function-RC_Thread01-Nocycle_am_00010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00010) run(Nocycle_am_00010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0207-rc-function-RC_Thread01-Nocycle_am_00020/test.cfg b/testsuite/java_test/rc_test/RC0207-rc-function-RC_Thread01-Nocycle_am_00020/test.cfg index 8e72b956fb..886d04c5a7 100644 --- a/testsuite/java_test/rc_test/RC0207-rc-function-RC_Thread01-Nocycle_am_00020/test.cfg +++ b/testsuite/java_test/rc_test/RC0207-rc-function-RC_Thread01-Nocycle_am_00020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00020) run(Nocycle_am_00020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0208-rc-function-RC_Thread01-Nocycle_am_00030/test.cfg b/testsuite/java_test/rc_test/RC0208-rc-function-RC_Thread01-Nocycle_am_00030/test.cfg index 759471b719..124ab9d302 100644 --- a/testsuite/java_test/rc_test/RC0208-rc-function-RC_Thread01-Nocycle_am_00030/test.cfg +++ b/testsuite/java_test/rc_test/RC0208-rc-function-RC_Thread01-Nocycle_am_00030/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00030) run(Nocycle_am_00030,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0209-rc-function-RC_Thread01-Nocycle_am_00040/test.cfg b/testsuite/java_test/rc_test/RC0209-rc-function-RC_Thread01-Nocycle_am_00040/test.cfg index 254484311d..6793466b7b 100644 --- a/testsuite/java_test/rc_test/RC0209-rc-function-RC_Thread01-Nocycle_am_00040/test.cfg +++ b/testsuite/java_test/rc_test/RC0209-rc-function-RC_Thread01-Nocycle_am_00040/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00040) run(Nocycle_am_00040,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0210-rc-function-RC_Thread01-Nocycle_am_00050/test.cfg b/testsuite/java_test/rc_test/RC0210-rc-function-RC_Thread01-Nocycle_am_00050/test.cfg index 3230e4269f..a52dfdd230 100644 --- a/testsuite/java_test/rc_test/RC0210-rc-function-RC_Thread01-Nocycle_am_00050/test.cfg +++ b/testsuite/java_test/rc_test/RC0210-rc-function-RC_Thread01-Nocycle_am_00050/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00050) run(Nocycle_am_00050,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0211-rc-function-RC_Thread01-Nocycle_am_00060/test.cfg b/testsuite/java_test/rc_test/RC0211-rc-function-RC_Thread01-Nocycle_am_00060/test.cfg index 9f376e5e67..ed0017bfe6 100644 --- a/testsuite/java_test/rc_test/RC0211-rc-function-RC_Thread01-Nocycle_am_00060/test.cfg +++ b/testsuite/java_test/rc_test/RC0211-rc-function-RC_Thread01-Nocycle_am_00060/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00060) run(Nocycle_am_00060,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0212-rc-function-RC_Thread01-Nocycle_am_00070/test.cfg b/testsuite/java_test/rc_test/RC0212-rc-function-RC_Thread01-Nocycle_am_00070/test.cfg index f9ca58824b..b0555b9cc7 100644 --- a/testsuite/java_test/rc_test/RC0212-rc-function-RC_Thread01-Nocycle_am_00070/test.cfg +++ b/testsuite/java_test/rc_test/RC0212-rc-function-RC_Thread01-Nocycle_am_00070/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00070) run(Nocycle_am_00070,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0213-rc-function-RC_Thread01-Nocycle_am_00080/test.cfg b/testsuite/java_test/rc_test/RC0213-rc-function-RC_Thread01-Nocycle_am_00080/test.cfg index 2d8097c446..976e1f3036 100644 --- a/testsuite/java_test/rc_test/RC0213-rc-function-RC_Thread01-Nocycle_am_00080/test.cfg +++ b/testsuite/java_test/rc_test/RC0213-rc-function-RC_Thread01-Nocycle_am_00080/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00080) run(Nocycle_am_00080,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0214-rc-function-RC_Thread01-Nocycle_am_00090/test.cfg b/testsuite/java_test/rc_test/RC0214-rc-function-RC_Thread01-Nocycle_am_00090/test.cfg index 1f5a0be96d..d86abfc86f 100644 --- a/testsuite/java_test/rc_test/RC0214-rc-function-RC_Thread01-Nocycle_am_00090/test.cfg +++ b/testsuite/java_test/rc_test/RC0214-rc-function-RC_Thread01-Nocycle_am_00090/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00090) run(Nocycle_am_00090,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0215-rc-function-RC_Thread01-Nocycle_am_00100/test.cfg b/testsuite/java_test/rc_test/RC0215-rc-function-RC_Thread01-Nocycle_am_00100/test.cfg index f0efa24700..2f6c69af6b 100644 --- a/testsuite/java_test/rc_test/RC0215-rc-function-RC_Thread01-Nocycle_am_00100/test.cfg +++ b/testsuite/java_test/rc_test/RC0215-rc-function-RC_Thread01-Nocycle_am_00100/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00100) run(Nocycle_am_00100,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0216-rc-function-RC_Thread01-Nocycle_am_00110/test.cfg b/testsuite/java_test/rc_test/RC0216-rc-function-RC_Thread01-Nocycle_am_00110/test.cfg index 7ce0854f03..96afd853b1 100644 --- a/testsuite/java_test/rc_test/RC0216-rc-function-RC_Thread01-Nocycle_am_00110/test.cfg +++ b/testsuite/java_test/rc_test/RC0216-rc-function-RC_Thread01-Nocycle_am_00110/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00110) run(Nocycle_am_00110,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0217-rc-function-RC_Thread01-Nocycle_am_00120/test.cfg b/testsuite/java_test/rc_test/RC0217-rc-function-RC_Thread01-Nocycle_am_00120/test.cfg index a828539576..8b8ae15a96 100644 --- a/testsuite/java_test/rc_test/RC0217-rc-function-RC_Thread01-Nocycle_am_00120/test.cfg +++ b/testsuite/java_test/rc_test/RC0217-rc-function-RC_Thread01-Nocycle_am_00120/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00120) run(Nocycle_am_00120,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0218-rc-function-RC_Thread01-Nocycle_am_00130/test.cfg b/testsuite/java_test/rc_test/RC0218-rc-function-RC_Thread01-Nocycle_am_00130/test.cfg index c32f88a4ce..5ec04bfe0c 100644 --- a/testsuite/java_test/rc_test/RC0218-rc-function-RC_Thread01-Nocycle_am_00130/test.cfg +++ b/testsuite/java_test/rc_test/RC0218-rc-function-RC_Thread01-Nocycle_am_00130/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00130) run(Nocycle_am_00130,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0219-rc-function-RC_Thread01-Nocycle_am_00140/test.cfg b/testsuite/java_test/rc_test/RC0219-rc-function-RC_Thread01-Nocycle_am_00140/test.cfg index 43d388e046..63ef8574e3 100644 --- a/testsuite/java_test/rc_test/RC0219-rc-function-RC_Thread01-Nocycle_am_00140/test.cfg +++ b/testsuite/java_test/rc_test/RC0219-rc-function-RC_Thread01-Nocycle_am_00140/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00140) run(Nocycle_am_00140,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0220-rc-function-RC_Thread01-Nocycle_am_00150/test.cfg b/testsuite/java_test/rc_test/RC0220-rc-function-RC_Thread01-Nocycle_am_00150/test.cfg index c8cd830039..dc222c1444 100644 --- a/testsuite/java_test/rc_test/RC0220-rc-function-RC_Thread01-Nocycle_am_00150/test.cfg +++ b/testsuite/java_test/rc_test/RC0220-rc-function-RC_Thread01-Nocycle_am_00150/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00150) run(Nocycle_am_00150,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0221-rc-function-RC_Thread01-Nocycle_am_00160/test.cfg b/testsuite/java_test/rc_test/RC0221-rc-function-RC_Thread01-Nocycle_am_00160/test.cfg index a71ef970c3..0d1d7dea2a 100644 --- a/testsuite/java_test/rc_test/RC0221-rc-function-RC_Thread01-Nocycle_am_00160/test.cfg +++ b/testsuite/java_test/rc_test/RC0221-rc-function-RC_Thread01-Nocycle_am_00160/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00160) run(Nocycle_am_00160,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0222-rc-function-RC_Thread01-Nocycle_am_00170/test.cfg b/testsuite/java_test/rc_test/RC0222-rc-function-RC_Thread01-Nocycle_am_00170/test.cfg index ea6e1cb712..2fce8ba95f 100644 --- a/testsuite/java_test/rc_test/RC0222-rc-function-RC_Thread01-Nocycle_am_00170/test.cfg +++ b/testsuite/java_test/rc_test/RC0222-rc-function-RC_Thread01-Nocycle_am_00170/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00170) run(Nocycle_am_00170,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0223-rc-function-RC_Thread01-Nocycle_am_00180/test.cfg b/testsuite/java_test/rc_test/RC0223-rc-function-RC_Thread01-Nocycle_am_00180/test.cfg index a118a67964..3914253f44 100644 --- a/testsuite/java_test/rc_test/RC0223-rc-function-RC_Thread01-Nocycle_am_00180/test.cfg +++ b/testsuite/java_test/rc_test/RC0223-rc-function-RC_Thread01-Nocycle_am_00180/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00180) run(Nocycle_am_00180,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0224-rc-function-RC_Thread01-Nocycle_am_00190/test.cfg b/testsuite/java_test/rc_test/RC0224-rc-function-RC_Thread01-Nocycle_am_00190/test.cfg index 74ed9c2579..c3343c993f 100644 --- a/testsuite/java_test/rc_test/RC0224-rc-function-RC_Thread01-Nocycle_am_00190/test.cfg +++ b/testsuite/java_test/rc_test/RC0224-rc-function-RC_Thread01-Nocycle_am_00190/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_00190) run(Nocycle_am_00190,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0225-rc-function-RC_Thread01-Nocycle_am_2_00010/test.cfg b/testsuite/java_test/rc_test/RC0225-rc-function-RC_Thread01-Nocycle_am_2_00010/test.cfg index 9ed1020073..08e7976737 100644 --- a/testsuite/java_test/rc_test/RC0225-rc-function-RC_Thread01-Nocycle_am_2_00010/test.cfg +++ b/testsuite/java_test/rc_test/RC0225-rc-function-RC_Thread01-Nocycle_am_2_00010/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_2_00010) run(Nocycle_am_2_00010,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0226-rc-function-RC_Thread01-Nocycle_am_2_00020/test.cfg b/testsuite/java_test/rc_test/RC0226-rc-function-RC_Thread01-Nocycle_am_2_00020/test.cfg index 9d721c8b0d..6cb78ce5bf 100644 --- a/testsuite/java_test/rc_test/RC0226-rc-function-RC_Thread01-Nocycle_am_2_00020/test.cfg +++ b/testsuite/java_test/rc_test/RC0226-rc-function-RC_Thread01-Nocycle_am_2_00020/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_2_00020) run(Nocycle_am_2_00020,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0227-rc-function-RC_Thread01-Nocycle_am_2_00030/test.cfg b/testsuite/java_test/rc_test/RC0227-rc-function-RC_Thread01-Nocycle_am_2_00030/test.cfg index 6458ffa0ce..bc8d997b39 100644 --- a/testsuite/java_test/rc_test/RC0227-rc-function-RC_Thread01-Nocycle_am_2_00030/test.cfg +++ b/testsuite/java_test/rc_test/RC0227-rc-function-RC_Thread01-Nocycle_am_2_00030/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Nocycle_am_2_00030) run(Nocycle_am_2_00030,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0228-rc-function-RC_Thread02-RC_Thread_01/test.cfg b/testsuite/java_test/rc_test/RC0228-rc-function-RC_Thread02-RC_Thread_01/test.cfg index 8ad250d9c7..4b51e6758f 100644 --- a/testsuite/java_test/rc_test/RC0228-rc-function-RC_Thread02-RC_Thread_01/test.cfg +++ b/testsuite/java_test/rc_test/RC0228-rc-function-RC_Thread02-RC_Thread_01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_01) run(RC_Thread_01,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0229-rc-function-RC_Thread02-RC_Thread_02/test.cfg b/testsuite/java_test/rc_test/RC0229-rc-function-RC_Thread02-RC_Thread_02/test.cfg index a4b330459f..0e25de5c1a 100644 --- a/testsuite/java_test/rc_test/RC0229-rc-function-RC_Thread02-RC_Thread_02/test.cfg +++ b/testsuite/java_test/rc_test/RC0229-rc-function-RC_Thread02-RC_Thread_02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_02) run(RC_Thread_02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0230-rc-function-RC_Thread02-RC_Thread_03/test.cfg b/testsuite/java_test/rc_test/RC0230-rc-function-RC_Thread02-RC_Thread_03/test.cfg index bfb421aaed..71355cdbb5 100644 --- a/testsuite/java_test/rc_test/RC0230-rc-function-RC_Thread02-RC_Thread_03/test.cfg +++ b/testsuite/java_test/rc_test/RC0230-rc-function-RC_Thread02-RC_Thread_03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_03) run(RC_Thread_03,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0231-rc-function-RC_Thread02-RC_Thread_04/test.cfg b/testsuite/java_test/rc_test/RC0231-rc-function-RC_Thread02-RC_Thread_04/test.cfg index 5bf58680f8..aeb394aca0 100644 --- a/testsuite/java_test/rc_test/RC0231-rc-function-RC_Thread02-RC_Thread_04/test.cfg +++ b/testsuite/java_test/rc_test/RC0231-rc-function-RC_Thread02-RC_Thread_04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_04) run(RC_Thread_04,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0232-rc-function-RC_Thread02-RC_Thread_05/test.cfg b/testsuite/java_test/rc_test/RC0232-rc-function-RC_Thread02-RC_Thread_05/test.cfg index 49c35b6158..64d8836157 100755 --- a/testsuite/java_test/rc_test/RC0232-rc-function-RC_Thread02-RC_Thread_05/test.cfg +++ b/testsuite/java_test/rc_test/RC0232-rc-function-RC_Thread02-RC_Thread_05/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_05) run(RC_Thread_05,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0233-rc-function-RC_Thread02-RC_Thread_06/test.cfg b/testsuite/java_test/rc_test/RC0233-rc-function-RC_Thread02-RC_Thread_06/test.cfg index 98579d7b9f..b852288a14 100755 --- a/testsuite/java_test/rc_test/RC0233-rc-function-RC_Thread02-RC_Thread_06/test.cfg +++ b/testsuite/java_test/rc_test/RC0233-rc-function-RC_Thread02-RC_Thread_06/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_06) run(RC_Thread_06,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0234-rc-function-RC_Thread02-RC_Thread_07/test.cfg b/testsuite/java_test/rc_test/RC0234-rc-function-RC_Thread02-RC_Thread_07/test.cfg index 7e5fbb17f7..818fd266a0 100644 --- a/testsuite/java_test/rc_test/RC0234-rc-function-RC_Thread02-RC_Thread_07/test.cfg +++ b/testsuite/java_test/rc_test/RC0234-rc-function-RC_Thread02-RC_Thread_07/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_07) run(RC_Thread_07,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0235-rc-function-RC_Thread02-RC_Thread_08/test.cfg b/testsuite/java_test/rc_test/RC0235-rc-function-RC_Thread02-RC_Thread_08/test.cfg index 55d09cf3ad..8dc8471140 100644 --- a/testsuite/java_test/rc_test/RC0235-rc-function-RC_Thread02-RC_Thread_08/test.cfg +++ b/testsuite/java_test/rc_test/RC0235-rc-function-RC_Thread02-RC_Thread_08/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_08) run(RC_Thread_08,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0236-rc-function-RC_Thread02-RC_Thread_09/test.cfg b/testsuite/java_test/rc_test/RC0236-rc-function-RC_Thread02-RC_Thread_09/test.cfg index 6c42d05743..b086faf865 100644 --- a/testsuite/java_test/rc_test/RC0236-rc-function-RC_Thread02-RC_Thread_09/test.cfg +++ b/testsuite/java_test/rc_test/RC0236-rc-function-RC_Thread02-RC_Thread_09/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_09) run(RC_Thread_09,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0237-rc-function-RC_Thread02-RC_Thread_10/test.cfg b/testsuite/java_test/rc_test/RC0237-rc-function-RC_Thread02-RC_Thread_10/test.cfg index 998cf876ef..66c97f6087 100644 --- a/testsuite/java_test/rc_test/RC0237-rc-function-RC_Thread02-RC_Thread_10/test.cfg +++ b/testsuite/java_test/rc_test/RC0237-rc-function-RC_Thread02-RC_Thread_10/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_10) run(RC_Thread_10,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0238-rc-function-RC_Thread02-RC_Thread_11/test.cfg b/testsuite/java_test/rc_test/RC0238-rc-function-RC_Thread02-RC_Thread_11/test.cfg index 78d48ddf29..353717772c 100644 --- a/testsuite/java_test/rc_test/RC0238-rc-function-RC_Thread02-RC_Thread_11/test.cfg +++ b/testsuite/java_test/rc_test/RC0238-rc-function-RC_Thread02-RC_Thread_11/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_11) run(RC_Thread_11,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0239-rc-function-RC_Thread02-RC_Thread_12/test.cfg b/testsuite/java_test/rc_test/RC0239-rc-function-RC_Thread02-RC_Thread_12/test.cfg index 3009053340..a0565e5d23 100644 --- a/testsuite/java_test/rc_test/RC0239-rc-function-RC_Thread02-RC_Thread_12/test.cfg +++ b/testsuite/java_test/rc_test/RC0239-rc-function-RC_Thread02-RC_Thread_12/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_12) run(RC_Thread_12,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0240-rc-function-RC_Thread02-RC_Thread_13/test.cfg b/testsuite/java_test/rc_test/RC0240-rc-function-RC_Thread02-RC_Thread_13/test.cfg index 1712965dde..2085e96d78 100644 --- a/testsuite/java_test/rc_test/RC0240-rc-function-RC_Thread02-RC_Thread_13/test.cfg +++ b/testsuite/java_test/rc_test/RC0240-rc-function-RC_Thread02-RC_Thread_13/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_13) run(RC_Thread_13,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0241-rc-function-RC_Thread02-RC_Thread_14/test.cfg b/testsuite/java_test/rc_test/RC0241-rc-function-RC_Thread02-RC_Thread_14/test.cfg index fd39795ec6..1d99c28d2b 100644 --- a/testsuite/java_test/rc_test/RC0241-rc-function-RC_Thread02-RC_Thread_14/test.cfg +++ b/testsuite/java_test/rc_test/RC0241-rc-function-RC_Thread02-RC_Thread_14/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_14) run(RC_Thread_14,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0242-rc-function-RC_Thread02-RC_Thread_15/test.cfg b/testsuite/java_test/rc_test/RC0242-rc-function-RC_Thread02-RC_Thread_15/test.cfg index 58cab3b4c0..6603b51745 100644 --- a/testsuite/java_test/rc_test/RC0242-rc-function-RC_Thread02-RC_Thread_15/test.cfg +++ b/testsuite/java_test/rc_test/RC0242-rc-function-RC_Thread02-RC_Thread_15/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_15) run(RC_Thread_15,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0243-rc-function-RC_Thread02-RC_Thread_16/test.cfg b/testsuite/java_test/rc_test/RC0243-rc-function-RC_Thread02-RC_Thread_16/test.cfg index 123968aed3..f7569ca67d 100644 --- a/testsuite/java_test/rc_test/RC0243-rc-function-RC_Thread02-RC_Thread_16/test.cfg +++ b/testsuite/java_test/rc_test/RC0243-rc-function-RC_Thread02-RC_Thread_16/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_16) run(RC_Thread_16,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0244-rc-function-RC_Thread02-RC_Thread_17/test.cfg b/testsuite/java_test/rc_test/RC0244-rc-function-RC_Thread02-RC_Thread_17/test.cfg index a436aa5e96..944eae68b4 100644 --- a/testsuite/java_test/rc_test/RC0244-rc-function-RC_Thread02-RC_Thread_17/test.cfg +++ b/testsuite/java_test/rc_test/RC0244-rc-function-RC_Thread02-RC_Thread_17/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_17) run(RC_Thread_17,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0245-rc-function-RC_Thread02-RC_Thread_18/test.cfg b/testsuite/java_test/rc_test/RC0245-rc-function-RC_Thread02-RC_Thread_18/test.cfg index 0eaa4eed1c..46d7d6430a 100644 --- a/testsuite/java_test/rc_test/RC0245-rc-function-RC_Thread02-RC_Thread_18/test.cfg +++ b/testsuite/java_test/rc_test/RC0245-rc-function-RC_Thread02-RC_Thread_18/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_18) run(RC_Thread_18,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0246-rc-function-RC_Thread02-RC_Thread_19/test.cfg b/testsuite/java_test/rc_test/RC0246-rc-function-RC_Thread02-RC_Thread_19/test.cfg index d194a16ed1..e86769c343 100644 --- a/testsuite/java_test/rc_test/RC0246-rc-function-RC_Thread02-RC_Thread_19/test.cfg +++ b/testsuite/java_test/rc_test/RC0246-rc-function-RC_Thread02-RC_Thread_19/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_19) run(RC_Thread_19,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0247-rc-function-RC_Thread02-RC_Thread_20/test.cfg b/testsuite/java_test/rc_test/RC0247-rc-function-RC_Thread02-RC_Thread_20/test.cfg index 32304f9d4b..a8a41fe323 100644 --- a/testsuite/java_test/rc_test/RC0247-rc-function-RC_Thread02-RC_Thread_20/test.cfg +++ b/testsuite/java_test/rc_test/RC0247-rc-function-RC_Thread02-RC_Thread_20/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Thread_20) run(RC_Thread_20,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0248-rc-function-RC_Finalize_02/test.cfg b/testsuite/java_test/rc_test/RC0248-rc-function-RC_Finalize_02/test.cfg index 1b5773eb3b..16eb14334d 100644 --- a/testsuite/java_test/rc_test/RC0248-rc-function-RC_Finalize_02/test.cfg +++ b/testsuite/java_test/rc_test/RC0248-rc-function-RC_Finalize_02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Finalize_02) run(RC_Finalize_02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0249-rc-function-RC_Finalize_03/test.cfg b/testsuite/java_test/rc_test/RC0249-rc-function-RC_Finalize_03/test.cfg index dc2fa306b6..2f987740a5 100644 --- a/testsuite/java_test/rc_test/RC0249-rc-function-RC_Finalize_03/test.cfg +++ b/testsuite/java_test/rc_test/RC0249-rc-function-RC_Finalize_03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Finalize_03) run(RC_Finalize_03,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0250-rc-function-ROSAlloc-Alloc_11_15x8B/test.cfg b/testsuite/java_test/rc_test/RC0250-rc-function-ROSAlloc-Alloc_11_15x8B/test.cfg index e587efab05..ffa73ca7cc 100644 --- a/testsuite/java_test/rc_test/RC0250-rc-function-ROSAlloc-Alloc_11_15x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0250-rc-function-ROSAlloc-Alloc_11_15x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_11_15x8B) run(Alloc_11_15x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0251-rc-function-ROSAlloc-Alloc_128x8B/test.cfg b/testsuite/java_test/rc_test/RC0251-rc-function-ROSAlloc-Alloc_128x8B/test.cfg index 8c5f0032cb..104d89bb9e 100644 --- a/testsuite/java_test/rc_test/RC0251-rc-function-ROSAlloc-Alloc_128x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0251-rc-function-ROSAlloc-Alloc_128x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_128x8B) run(Alloc_128x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0252-rc-function-ROSAlloc-Alloc_16_20x8B/test.cfg b/testsuite/java_test/rc_test/RC0252-rc-function-ROSAlloc-Alloc_16_20x8B/test.cfg index 1a7650aba3..441a4a9d28 100644 --- a/testsuite/java_test/rc_test/RC0252-rc-function-ROSAlloc-Alloc_16_20x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0252-rc-function-ROSAlloc-Alloc_16_20x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_16_20x8B) run(Alloc_16_20x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0253-rc-function-ROSAlloc-Alloc_192x8B/test.cfg b/testsuite/java_test/rc_test/RC0253-rc-function-ROSAlloc-Alloc_192x8B/test.cfg index a34cacae07..f0e33532d6 100644 --- a/testsuite/java_test/rc_test/RC0253-rc-function-ROSAlloc-Alloc_192x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0253-rc-function-ROSAlloc-Alloc_192x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_192x8B) run(Alloc_192x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0254-rc-function-ROSAlloc-Alloc_21_25x8B/test.cfg b/testsuite/java_test/rc_test/RC0254-rc-function-ROSAlloc-Alloc_21_25x8B/test.cfg index 7f5e28f4aa..6cd43aafc4 100644 --- a/testsuite/java_test/rc_test/RC0254-rc-function-ROSAlloc-Alloc_21_25x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0254-rc-function-ROSAlloc-Alloc_21_25x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_21_25x8B) run(Alloc_21_25x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0255-rc-function-ROSAlloc-Alloc_256x8B/test.cfg b/testsuite/java_test/rc_test/RC0255-rc-function-ROSAlloc-Alloc_256x8B/test.cfg index f924fa8e2d..b722950a04 100644 --- a/testsuite/java_test/rc_test/RC0255-rc-function-ROSAlloc-Alloc_256x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0255-rc-function-ROSAlloc-Alloc_256x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_256x8B) run(Alloc_256x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0256-rc-function-ROSAlloc-Alloc_26_30x8B/test.cfg b/testsuite/java_test/rc_test/RC0256-rc-function-ROSAlloc-Alloc_26_30x8B/test.cfg index 60b17339bb..00da8fb72e 100644 --- a/testsuite/java_test/rc_test/RC0256-rc-function-ROSAlloc-Alloc_26_30x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0256-rc-function-ROSAlloc-Alloc_26_30x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_26_30x8B) run(Alloc_26_30x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0257-rc-function-ROSAlloc-Alloc_3_10x8B/test.cfg b/testsuite/java_test/rc_test/RC0257-rc-function-ROSAlloc-Alloc_3_10x8B/test.cfg index 372e16ee76..bf78875800 100644 --- a/testsuite/java_test/rc_test/RC0257-rc-function-ROSAlloc-Alloc_3_10x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0257-rc-function-ROSAlloc-Alloc_3_10x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_3_10x8B) run(Alloc_3_10x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0258-rc-function-ROSAlloc-Alloc_31_35x8B/test.cfg b/testsuite/java_test/rc_test/RC0258-rc-function-ROSAlloc-Alloc_31_35x8B/test.cfg index 32ff89b18c..0af9adc78b 100644 --- a/testsuite/java_test/rc_test/RC0258-rc-function-ROSAlloc-Alloc_31_35x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0258-rc-function-ROSAlloc-Alloc_31_35x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_31_35x8B) run(Alloc_31_35x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0259-rc-function-ROSAlloc-Alloc_36_40x8B/test.cfg b/testsuite/java_test/rc_test/RC0259-rc-function-ROSAlloc-Alloc_36_40x8B/test.cfg index aa49b8209a..15098d4c4d 100644 --- a/testsuite/java_test/rc_test/RC0259-rc-function-ROSAlloc-Alloc_36_40x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0259-rc-function-ROSAlloc-Alloc_36_40x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_36_40x8B) run(Alloc_36_40x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0260-rc-function-ROSAlloc-Alloc_41_45x8B/test.cfg b/testsuite/java_test/rc_test/RC0260-rc-function-ROSAlloc-Alloc_41_45x8B/test.cfg index f6de369c99..00de28dbae 100644 --- a/testsuite/java_test/rc_test/RC0260-rc-function-ROSAlloc-Alloc_41_45x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0260-rc-function-ROSAlloc-Alloc_41_45x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_41_45x8B) run(Alloc_41_45x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0261-rc-function-ROSAlloc-Alloc_46_50x8B/test.cfg b/testsuite/java_test/rc_test/RC0261-rc-function-ROSAlloc-Alloc_46_50x8B/test.cfg index f073f19f0b..372249e6de 100644 --- a/testsuite/java_test/rc_test/RC0261-rc-function-ROSAlloc-Alloc_46_50x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0261-rc-function-ROSAlloc-Alloc_46_50x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_46_50x8B) run(Alloc_46_50x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0262-rc-function-ROSAlloc-Alloc_51_55x8B/test.cfg b/testsuite/java_test/rc_test/RC0262-rc-function-ROSAlloc-Alloc_51_55x8B/test.cfg index 5504474cb1..83d5a6719e 100644 --- a/testsuite/java_test/rc_test/RC0262-rc-function-ROSAlloc-Alloc_51_55x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0262-rc-function-ROSAlloc-Alloc_51_55x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_51_55x8B) run(Alloc_51_55x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0263-rc-function-ROSAlloc-Alloc_56_60x8B/test.cfg b/testsuite/java_test/rc_test/RC0263-rc-function-ROSAlloc-Alloc_56_60x8B/test.cfg index 6debf2e21b..3a9f075801 100644 --- a/testsuite/java_test/rc_test/RC0263-rc-function-ROSAlloc-Alloc_56_60x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0263-rc-function-ROSAlloc-Alloc_56_60x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_56_60x8B) run(Alloc_56_60x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0264-rc-function-ROSAlloc-Alloc_61_64x8B/test.cfg b/testsuite/java_test/rc_test/RC0264-rc-function-ROSAlloc-Alloc_61_64x8B/test.cfg index 52d1427d72..ed5056145e 100644 --- a/testsuite/java_test/rc_test/RC0264-rc-function-ROSAlloc-Alloc_61_64x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0264-rc-function-ROSAlloc-Alloc_61_64x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_61_64x8B) run(Alloc_61_64x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0265-rc-function-ROSAlloc-Alloc_B256x8B/test.cfg b/testsuite/java_test/rc_test/RC0265-rc-function-ROSAlloc-Alloc_B256x8B/test.cfg index 5a03e3efe9..ef6c60fc3d 100644 --- a/testsuite/java_test/rc_test/RC0265-rc-function-ROSAlloc-Alloc_B256x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0265-rc-function-ROSAlloc-Alloc_B256x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_B256x8B) run(Alloc_B256x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0266-rc-function-ROSAlloc-Alloc_Thread_128x8B/test.cfg b/testsuite/java_test/rc_test/RC0266-rc-function-ROSAlloc-Alloc_Thread_128x8B/test.cfg index 34a3d61f77..c46351c84a 100644 --- a/testsuite/java_test/rc_test/RC0266-rc-function-ROSAlloc-Alloc_Thread_128x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0266-rc-function-ROSAlloc-Alloc_Thread_128x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread_128x8B) run(Alloc_Thread_128x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0267-rc-function-ROSAlloc-Alloc_Thread_18x8B/test.cfg b/testsuite/java_test/rc_test/RC0267-rc-function-ROSAlloc-Alloc_Thread_18x8B/test.cfg index 524de6d65f..2d5d71d962 100644 --- a/testsuite/java_test/rc_test/RC0267-rc-function-ROSAlloc-Alloc_Thread_18x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0267-rc-function-ROSAlloc-Alloc_Thread_18x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread_18x8B) run(Alloc_Thread_18x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0268-rc-function-ROSAlloc-Alloc_Thread_192x8B/test.cfg b/testsuite/java_test/rc_test/RC0268-rc-function-ROSAlloc-Alloc_Thread_192x8B/test.cfg index 94c18c1a3c..38a6655733 100644 --- a/testsuite/java_test/rc_test/RC0268-rc-function-ROSAlloc-Alloc_Thread_192x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0268-rc-function-ROSAlloc-Alloc_Thread_192x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread_192x8B) run(Alloc_Thread_192x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0269-rc-function-ROSAlloc-Alloc_Thread2_128x8B_2/test.cfg b/testsuite/java_test/rc_test/RC0269-rc-function-ROSAlloc-Alloc_Thread2_128x8B_2/test.cfg index ea0bfcefea..a79128ebfd 100644 --- a/testsuite/java_test/rc_test/RC0269-rc-function-ROSAlloc-Alloc_Thread2_128x8B_2/test.cfg +++ b/testsuite/java_test/rc_test/RC0269-rc-function-ROSAlloc-Alloc_Thread2_128x8B_2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread2_128x8B_2) run(Alloc_Thread2_128x8B_2,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0270-rc-function-ROSAlloc-Alloc_Thread2_128x8B/test.cfg b/testsuite/java_test/rc_test/RC0270-rc-function-ROSAlloc-Alloc_Thread2_128x8B/test.cfg index 1f72885576..965c2e58b6 100644 --- a/testsuite/java_test/rc_test/RC0270-rc-function-ROSAlloc-Alloc_Thread2_128x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0270-rc-function-ROSAlloc-Alloc_Thread2_128x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread2_128x8B) run(Alloc_Thread2_128x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0271-rc-function-ROSAlloc-Alloc_Thread2_18x8B/test.cfg b/testsuite/java_test/rc_test/RC0271-rc-function-ROSAlloc-Alloc_Thread2_18x8B/test.cfg index 5d4de423a4..a72a090695 100644 --- a/testsuite/java_test/rc_test/RC0271-rc-function-ROSAlloc-Alloc_Thread2_18x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0271-rc-function-ROSAlloc-Alloc_Thread2_18x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread2_18x8B) run(Alloc_Thread2_18x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0272-rc-function-ROSAlloc-Alloc_Thread2_192x8B_2/test.cfg b/testsuite/java_test/rc_test/RC0272-rc-function-ROSAlloc-Alloc_Thread2_192x8B_2/test.cfg index b0be578593..9b070179ce 100644 --- a/testsuite/java_test/rc_test/RC0272-rc-function-ROSAlloc-Alloc_Thread2_192x8B_2/test.cfg +++ b/testsuite/java_test/rc_test/RC0272-rc-function-ROSAlloc-Alloc_Thread2_192x8B_2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread2_192x8B_2) run(Alloc_Thread2_192x8B_2,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0273-rc-function-ROSAlloc-Alloc_Thread2_192x8B/test.cfg b/testsuite/java_test/rc_test/RC0273-rc-function-ROSAlloc-Alloc_Thread2_192x8B/test.cfg index 2167dff412..8982414f82 100644 --- a/testsuite/java_test/rc_test/RC0273-rc-function-ROSAlloc-Alloc_Thread2_192x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0273-rc-function-ROSAlloc-Alloc_Thread2_192x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread2_192x8B) run(Alloc_Thread2_192x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0274-rc-function-ROSAlloc-Alloc_Thread2_256x8B_2/test.cfg b/testsuite/java_test/rc_test/RC0274-rc-function-ROSAlloc-Alloc_Thread2_256x8B_2/test.cfg index c4896b4d68..3edab388c2 100644 --- a/testsuite/java_test/rc_test/RC0274-rc-function-ROSAlloc-Alloc_Thread2_256x8B_2/test.cfg +++ b/testsuite/java_test/rc_test/RC0274-rc-function-ROSAlloc-Alloc_Thread2_256x8B_2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread2_256x8B_2) run(Alloc_Thread2_256x8B_2,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0275-rc-function-ROSAlloc-Alloc_Thread2_256x8B/test.cfg b/testsuite/java_test/rc_test/RC0275-rc-function-ROSAlloc-Alloc_Thread2_256x8B/test.cfg index 845f0fc8d1..b88363224b 100644 --- a/testsuite/java_test/rc_test/RC0275-rc-function-ROSAlloc-Alloc_Thread2_256x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0275-rc-function-ROSAlloc-Alloc_Thread2_256x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread2_256x8B) run(Alloc_Thread2_256x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0276-rc-function-ROSAlloc-Alloc_Thread2_30x8B/test.cfg b/testsuite/java_test/rc_test/RC0276-rc-function-ROSAlloc-Alloc_Thread2_30x8B/test.cfg index 9515bbbc66..6989fb708c 100644 --- a/testsuite/java_test/rc_test/RC0276-rc-function-ROSAlloc-Alloc_Thread2_30x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0276-rc-function-ROSAlloc-Alloc_Thread2_30x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread2_30x8B) run(Alloc_Thread2_30x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0277-rc-function-ROSAlloc-Alloc_Thread2_40x8B/test.cfg b/testsuite/java_test/rc_test/RC0277-rc-function-ROSAlloc-Alloc_Thread2_40x8B/test.cfg index 805e1692c5..08ae8f9fc4 100644 --- a/testsuite/java_test/rc_test/RC0277-rc-function-ROSAlloc-Alloc_Thread2_40x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0277-rc-function-ROSAlloc-Alloc_Thread2_40x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread2_40x8B) run(Alloc_Thread2_40x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0278-rc-function-ROSAlloc-Alloc_Thread2_50x8B/test.cfg b/testsuite/java_test/rc_test/RC0278-rc-function-ROSAlloc-Alloc_Thread2_50x8B/test.cfg index 0c7fbc2d15..348e2feb28 100644 --- a/testsuite/java_test/rc_test/RC0278-rc-function-ROSAlloc-Alloc_Thread2_50x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0278-rc-function-ROSAlloc-Alloc_Thread2_50x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread2_50x8B) run(Alloc_Thread2_50x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0279-rc-function-ROSAlloc-Alloc_Thread_256x8B/test.cfg b/testsuite/java_test/rc_test/RC0279-rc-function-ROSAlloc-Alloc_Thread_256x8B/test.cfg index d7bd956375..6833f90db7 100644 --- a/testsuite/java_test/rc_test/RC0279-rc-function-ROSAlloc-Alloc_Thread_256x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0279-rc-function-ROSAlloc-Alloc_Thread_256x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread_256x8B) run(Alloc_Thread_256x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0280-rc-function-ROSAlloc-Alloc_Thread2_60x8B/test.cfg b/testsuite/java_test/rc_test/RC0280-rc-function-ROSAlloc-Alloc_Thread2_60x8B/test.cfg index 82e35dd6cd..766e0d456e 100644 --- a/testsuite/java_test/rc_test/RC0280-rc-function-ROSAlloc-Alloc_Thread2_60x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0280-rc-function-ROSAlloc-Alloc_Thread2_60x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread2_60x8B) run(Alloc_Thread2_60x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0281-rc-function-ROSAlloc-Alloc_Thread2_64x8B/test.cfg b/testsuite/java_test/rc_test/RC0281-rc-function-ROSAlloc-Alloc_Thread2_64x8B/test.cfg index a8450f975e..dbd25bce11 100644 --- a/testsuite/java_test/rc_test/RC0281-rc-function-ROSAlloc-Alloc_Thread2_64x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0281-rc-function-ROSAlloc-Alloc_Thread2_64x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread2_64x8B) run(Alloc_Thread2_64x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0282-rc-function-ROSAlloc-Alloc_Thread2_B256x8B/test.cfg b/testsuite/java_test/rc_test/RC0282-rc-function-ROSAlloc-Alloc_Thread2_B256x8B/test.cfg index b4a83850b4..7fc89de9a1 100644 --- a/testsuite/java_test/rc_test/RC0282-rc-function-ROSAlloc-Alloc_Thread2_B256x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0282-rc-function-ROSAlloc-Alloc_Thread2_B256x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread2_B256x8B) run(Alloc_Thread2_B256x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0283-rc-function-ROSAlloc-Alloc_Thread_30x8B/test.cfg b/testsuite/java_test/rc_test/RC0283-rc-function-ROSAlloc-Alloc_Thread_30x8B/test.cfg index bde44c5ef2..530f6ed2e7 100644 --- a/testsuite/java_test/rc_test/RC0283-rc-function-ROSAlloc-Alloc_Thread_30x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0283-rc-function-ROSAlloc-Alloc_Thread_30x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread_30x8B) run(Alloc_Thread_30x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0284-rc-function-ROSAlloc-Alloc_Thread_40x8B/test.cfg b/testsuite/java_test/rc_test/RC0284-rc-function-ROSAlloc-Alloc_Thread_40x8B/test.cfg index cd14673e2b..3cd6bc974a 100644 --- a/testsuite/java_test/rc_test/RC0284-rc-function-ROSAlloc-Alloc_Thread_40x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0284-rc-function-ROSAlloc-Alloc_Thread_40x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread_40x8B) run(Alloc_Thread_40x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0285-rc-function-ROSAlloc-Alloc_Thread_50x8B/test.cfg b/testsuite/java_test/rc_test/RC0285-rc-function-ROSAlloc-Alloc_Thread_50x8B/test.cfg index 30edfbbf87..30da75e0b8 100644 --- a/testsuite/java_test/rc_test/RC0285-rc-function-ROSAlloc-Alloc_Thread_50x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0285-rc-function-ROSAlloc-Alloc_Thread_50x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread_50x8B) run(Alloc_Thread_50x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0286-rc-function-ROSAlloc-Alloc_Thread_60x8B/test.cfg b/testsuite/java_test/rc_test/RC0286-rc-function-ROSAlloc-Alloc_Thread_60x8B/test.cfg index 96ec679410..a8758300d3 100644 --- a/testsuite/java_test/rc_test/RC0286-rc-function-ROSAlloc-Alloc_Thread_60x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0286-rc-function-ROSAlloc-Alloc_Thread_60x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread_60x8B) run(Alloc_Thread_60x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0287-rc-function-ROSAlloc-Alloc_Thread_64x8B/test.cfg b/testsuite/java_test/rc_test/RC0287-rc-function-ROSAlloc-Alloc_Thread_64x8B/test.cfg index d9576a2526..22ca23b6db 100644 --- a/testsuite/java_test/rc_test/RC0287-rc-function-ROSAlloc-Alloc_Thread_64x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0287-rc-function-ROSAlloc-Alloc_Thread_64x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread_64x8B) run(Alloc_Thread_64x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0288-rc-function-ROSAlloc-Alloc_Thread_B256x8B/test.cfg b/testsuite/java_test/rc_test/RC0288-rc-function-ROSAlloc-Alloc_Thread_B256x8B/test.cfg index 2a30052f04..c849c84cd6 100644 --- a/testsuite/java_test/rc_test/RC0288-rc-function-ROSAlloc-Alloc_Thread_B256x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0288-rc-function-ROSAlloc-Alloc_Thread_B256x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Thread_B256x8B) run(Alloc_Thread_B256x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0289-rc-function-ROSAlloc-Alloc_Threadm_128x8B_2/test.cfg b/testsuite/java_test/rc_test/RC0289-rc-function-ROSAlloc-Alloc_Threadm_128x8B_2/test.cfg index 822552e5ed..eac24fb0dd 100644 --- a/testsuite/java_test/rc_test/RC0289-rc-function-ROSAlloc-Alloc_Threadm_128x8B_2/test.cfg +++ b/testsuite/java_test/rc_test/RC0289-rc-function-ROSAlloc-Alloc_Threadm_128x8B_2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Threadm_128x8B_2) run(Alloc_Threadm_128x8B_2,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0290-rc-function-ROSAlloc-Alloc_Threadm_128x8B/test.cfg b/testsuite/java_test/rc_test/RC0290-rc-function-ROSAlloc-Alloc_Threadm_128x8B/test.cfg index 099a62a673..78237550d2 100644 --- a/testsuite/java_test/rc_test/RC0290-rc-function-ROSAlloc-Alloc_Threadm_128x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0290-rc-function-ROSAlloc-Alloc_Threadm_128x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Threadm_128x8B) run(Alloc_Threadm_128x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0291-rc-function-ROSAlloc-Alloc_Threadm_18x8B/test.cfg b/testsuite/java_test/rc_test/RC0291-rc-function-ROSAlloc-Alloc_Threadm_18x8B/test.cfg index 58a5579418..7e6a967a05 100644 --- a/testsuite/java_test/rc_test/RC0291-rc-function-ROSAlloc-Alloc_Threadm_18x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0291-rc-function-ROSAlloc-Alloc_Threadm_18x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Threadm_18x8B) run(Alloc_Threadm_18x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0292-rc-function-ROSAlloc-Alloc_Threadm_192x8B_2/test.cfg b/testsuite/java_test/rc_test/RC0292-rc-function-ROSAlloc-Alloc_Threadm_192x8B_2/test.cfg index 28eff5d5d0..e160e9d19d 100644 --- a/testsuite/java_test/rc_test/RC0292-rc-function-ROSAlloc-Alloc_Threadm_192x8B_2/test.cfg +++ b/testsuite/java_test/rc_test/RC0292-rc-function-ROSAlloc-Alloc_Threadm_192x8B_2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Threadm_192x8B_2) run(Alloc_Threadm_192x8B_2,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0293-rc-function-ROSAlloc-Alloc_Threadm_192x8B/test.cfg b/testsuite/java_test/rc_test/RC0293-rc-function-ROSAlloc-Alloc_Threadm_192x8B/test.cfg index 054727c9ee..9a059f2dba 100644 --- a/testsuite/java_test/rc_test/RC0293-rc-function-ROSAlloc-Alloc_Threadm_192x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0293-rc-function-ROSAlloc-Alloc_Threadm_192x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Threadm_192x8B) run(Alloc_Threadm_192x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0294-rc-function-ROSAlloc-Alloc_Threadm_256x8B_2/test.cfg b/testsuite/java_test/rc_test/RC0294-rc-function-ROSAlloc-Alloc_Threadm_256x8B_2/test.cfg index ee52d7175e..6db7a1f848 100644 --- a/testsuite/java_test/rc_test/RC0294-rc-function-ROSAlloc-Alloc_Threadm_256x8B_2/test.cfg +++ b/testsuite/java_test/rc_test/RC0294-rc-function-ROSAlloc-Alloc_Threadm_256x8B_2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Threadm_256x8B_2) run(Alloc_Threadm_256x8B_2,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0295-rc-function-ROSAlloc-Alloc_Threadm_256x8B/test.cfg b/testsuite/java_test/rc_test/RC0295-rc-function-ROSAlloc-Alloc_Threadm_256x8B/test.cfg index b63cb01878..34711bb42a 100644 --- a/testsuite/java_test/rc_test/RC0295-rc-function-ROSAlloc-Alloc_Threadm_256x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0295-rc-function-ROSAlloc-Alloc_Threadm_256x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Threadm_256x8B) run(Alloc_Threadm_256x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0296-rc-function-ROSAlloc-Alloc_Threadm_30x8B/test.cfg b/testsuite/java_test/rc_test/RC0296-rc-function-ROSAlloc-Alloc_Threadm_30x8B/test.cfg index 5a498c81fa..e9edd918d8 100644 --- a/testsuite/java_test/rc_test/RC0296-rc-function-ROSAlloc-Alloc_Threadm_30x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0296-rc-function-ROSAlloc-Alloc_Threadm_30x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Threadm_30x8B) run(Alloc_Threadm_30x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0297-rc-function-ROSAlloc-Alloc_Threadm_40x8B/test.cfg b/testsuite/java_test/rc_test/RC0297-rc-function-ROSAlloc-Alloc_Threadm_40x8B/test.cfg index f4278b6030..bd48d938e0 100644 --- a/testsuite/java_test/rc_test/RC0297-rc-function-ROSAlloc-Alloc_Threadm_40x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0297-rc-function-ROSAlloc-Alloc_Threadm_40x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Threadm_40x8B) run(Alloc_Threadm_40x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0298-rc-function-ROSAlloc-Alloc_Threadm_50x8B/test.cfg b/testsuite/java_test/rc_test/RC0298-rc-function-ROSAlloc-Alloc_Threadm_50x8B/test.cfg index 09ee5dd9d4..5dc6c2fb81 100644 --- a/testsuite/java_test/rc_test/RC0298-rc-function-ROSAlloc-Alloc_Threadm_50x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0298-rc-function-ROSAlloc-Alloc_Threadm_50x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Threadm_50x8B) run(Alloc_Threadm_50x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0299-rc-function-ROSAlloc-Alloc_Threadm_60x8B/test.cfg b/testsuite/java_test/rc_test/RC0299-rc-function-ROSAlloc-Alloc_Threadm_60x8B/test.cfg index 95a620ad49..420ee9af41 100644 --- a/testsuite/java_test/rc_test/RC0299-rc-function-ROSAlloc-Alloc_Threadm_60x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0299-rc-function-ROSAlloc-Alloc_Threadm_60x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Threadm_60x8B) run(Alloc_Threadm_60x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0300-rc-function-ROSAlloc-Alloc_Threadm_64x8B/test.cfg b/testsuite/java_test/rc_test/RC0300-rc-function-ROSAlloc-Alloc_Threadm_64x8B/test.cfg index 4a31b80b5d..b877368e66 100644 --- a/testsuite/java_test/rc_test/RC0300-rc-function-ROSAlloc-Alloc_Threadm_64x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0300-rc-function-ROSAlloc-Alloc_Threadm_64x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Threadm_64x8B) run(Alloc_Threadm_64x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0301-rc-function-ROSAlloc-Alloc_Threadm_B256x8B/test.cfg b/testsuite/java_test/rc_test/RC0301-rc-function-ROSAlloc-Alloc_Threadm_B256x8B/test.cfg index f057c503d2..a927ee5c73 100644 --- a/testsuite/java_test/rc_test/RC0301-rc-function-ROSAlloc-Alloc_Threadm_B256x8B/test.cfg +++ b/testsuite/java_test/rc_test/RC0301-rc-function-ROSAlloc-Alloc_Threadm_B256x8B/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Alloc_Threadm_B256x8B) run(Alloc_Threadm_B256x8B,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0302-rc-function-Ref-PhantomRefTest/test.cfg b/testsuite/java_test/rc_test/RC0302-rc-function-Ref-PhantomRefTest/test.cfg index 44fb681340..3295cd67ae 100644 --- a/testsuite/java_test/rc_test/RC0302-rc-function-Ref-PhantomRefTest/test.cfg +++ b/testsuite/java_test/rc_test/RC0302-rc-function-Ref-PhantomRefTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(PhantomRefTest) run(PhantomRefTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0303-rc-function-Ref-SoftRefTest/test.cfg b/testsuite/java_test/rc_test/RC0303-rc-function-Ref-SoftRefTest/test.cfg index 3d1f6aa3db..9ac8215626 100644 --- a/testsuite/java_test/rc_test/RC0303-rc-function-Ref-SoftRefTest/test.cfg +++ b/testsuite/java_test/rc_test/RC0303-rc-function-Ref-SoftRefTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(SoftRefTest) run(SoftRefTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0304-rc-function-Ref-WeakRefTest/test.cfg b/testsuite/java_test/rc_test/RC0304-rc-function-Ref-WeakRefTest/test.cfg index 0fc378f32a..a048920713 100644 --- a/testsuite/java_test/rc_test/RC0304-rc-function-Ref-WeakRefTest/test.cfg +++ b/testsuite/java_test/rc_test/RC0304-rc-function-Ref-WeakRefTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(WeakRefTest) run(WeakRefTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0309-rc-function-Optimization-RC_newObjectIassign_01/test.cfg b/testsuite/java_test/rc_test/RC0309-rc-function-Optimization-RC_newObjectIassign_01/test.cfg index feb1c2d18c..dfd5e287b5 100644 --- a/testsuite/java_test/rc_test/RC0309-rc-function-Optimization-RC_newObjectIassign_01/test.cfg +++ b/testsuite/java_test/rc_test/RC0309-rc-function-Optimization-RC_newObjectIassign_01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_newObjectIassign_01) run(RC_newObjectIassign_01,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0310-rc-function-Optimization-RC_newObjectIassign_02/test.cfg b/testsuite/java_test/rc_test/RC0310-rc-function-Optimization-RC_newObjectIassign_02/test.cfg index 71b8ee34a6..a9ef04653b 100644 --- a/testsuite/java_test/rc_test/RC0310-rc-function-Optimization-RC_newObjectIassign_02/test.cfg +++ b/testsuite/java_test/rc_test/RC0310-rc-function-Optimization-RC_newObjectIassign_02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_newObjectIassign_02) run(RC_newObjectIassign_02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0311-rc-function-Optimization-RC_newObjectToField/test.cfg b/testsuite/java_test/rc_test/RC0311-rc-function-Optimization-RC_newObjectToField/test.cfg index 2a5e035104..83d89b6062 100644 --- a/testsuite/java_test/rc_test/RC0311-rc-function-Optimization-RC_newObjectToField/test.cfg +++ b/testsuite/java_test/rc_test/RC0311-rc-function-Optimization-RC_newObjectToField/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_newObjectToField) run(RC_newObjectToField,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0312-rc-function-Optimization-RC_newObjectToField_02/test.cfg b/testsuite/java_test/rc_test/RC0312-rc-function-Optimization-RC_newObjectToField_02/test.cfg index f528293abc..aa067d341a 100644 --- a/testsuite/java_test/rc_test/RC0312-rc-function-Optimization-RC_newObjectToField_02/test.cfg +++ b/testsuite/java_test/rc_test/RC0312-rc-function-Optimization-RC_newObjectToField_02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_newObjectToField_02) run(RC_newObjectToField_02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0313-rc-function-Optimization-RC_staticInput/test.cfg b/testsuite/java_test/rc_test/RC0313-rc-function-Optimization-RC_staticInput/test.cfg index f477354f3c..f3ae9fed3b 100644 --- a/testsuite/java_test/rc_test/RC0313-rc-function-Optimization-RC_staticInput/test.cfg +++ b/testsuite/java_test/rc_test/RC0313-rc-function-Optimization-RC_staticInput/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_staticInput) run(RC_staticInput,EXPECTNUM=3) diff --git a/testsuite/java_test/rc_test/RC0314-rc-function-Optimization-RC_staticInput_02/test.cfg b/testsuite/java_test/rc_test/RC0314-rc-function-Optimization-RC_staticInput_02/test.cfg index d15b7898f4..f641250554 100644 --- a/testsuite/java_test/rc_test/RC0314-rc-function-Optimization-RC_staticInput_02/test.cfg +++ b/testsuite/java_test/rc_test/RC0314-rc-function-Optimization-RC_staticInput_02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_staticInput_02) run(RC_staticInput_02,EXPECTNUM=3) diff --git a/testsuite/java_test/rc_test/RC0315-rc-Memory-normalTestCase1/test.cfg b/testsuite/java_test/rc_test/RC0315-rc-Memory-normalTestCase1/test.cfg index 46a1a9dcbc..559fa16df7 100644 --- a/testsuite/java_test/rc_test/RC0315-rc-Memory-normalTestCase1/test.cfg +++ b/testsuite/java_test/rc_test/RC0315-rc-Memory-normalTestCase1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase1) run(Memory_normalTestCase1,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0316-rc-Memory-normalTestCase2/test.cfg b/testsuite/java_test/rc_test/RC0316-rc-Memory-normalTestCase2/test.cfg index 625bab53cd..698a050c91 100644 --- a/testsuite/java_test/rc_test/RC0316-rc-Memory-normalTestCase2/test.cfg +++ b/testsuite/java_test/rc_test/RC0316-rc-Memory-normalTestCase2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase2) run(Memory_normalTestCase2,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0317-rc-Memory-normalTestCase3/test.cfg b/testsuite/java_test/rc_test/RC0317-rc-Memory-normalTestCase3/test.cfg index e110889d3e..4d08c5a69a 100644 --- a/testsuite/java_test/rc_test/RC0317-rc-Memory-normalTestCase3/test.cfg +++ b/testsuite/java_test/rc_test/RC0317-rc-Memory-normalTestCase3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase3) run(Memory_normalTestCase3,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0318-rc-Memory-normalTestCase4/test.cfg b/testsuite/java_test/rc_test/RC0318-rc-Memory-normalTestCase4/test.cfg index 5d64d11546..534ff4cfa9 100644 --- a/testsuite/java_test/rc_test/RC0318-rc-Memory-normalTestCase4/test.cfg +++ b/testsuite/java_test/rc_test/RC0318-rc-Memory-normalTestCase4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase4) run(Memory_normalTestCase4,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0319-rc-Memory-normalTestCase5/test.cfg b/testsuite/java_test/rc_test/RC0319-rc-Memory-normalTestCase5/test.cfg index 68661142e4..c21e57a1c9 100644 --- a/testsuite/java_test/rc_test/RC0319-rc-Memory-normalTestCase5/test.cfg +++ b/testsuite/java_test/rc_test/RC0319-rc-Memory-normalTestCase5/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase5) run(Memory_normalTestCase5,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0320-rc-Memory-normalTestCase6/test.cfg b/testsuite/java_test/rc_test/RC0320-rc-Memory-normalTestCase6/test.cfg index 866de1ef11..1e7c8995e6 100644 --- a/testsuite/java_test/rc_test/RC0320-rc-Memory-normalTestCase6/test.cfg +++ b/testsuite/java_test/rc_test/RC0320-rc-Memory-normalTestCase6/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase6) run(Memory_normalTestCase6,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0321-rc-Memory-normalTestCase6_1/test.cfg b/testsuite/java_test/rc_test/RC0321-rc-Memory-normalTestCase6_1/test.cfg index 7db7c34308..92799983e1 100644 --- a/testsuite/java_test/rc_test/RC0321-rc-Memory-normalTestCase6_1/test.cfg +++ b/testsuite/java_test/rc_test/RC0321-rc-Memory-normalTestCase6_1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase6_1) run(Memory_normalTestCase6_1,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0322-rc-Memory-normalTestCase7/test.cfg b/testsuite/java_test/rc_test/RC0322-rc-Memory-normalTestCase7/test.cfg index f978fc6ebf..05bd26d380 100644 --- a/testsuite/java_test/rc_test/RC0322-rc-Memory-normalTestCase7/test.cfg +++ b/testsuite/java_test/rc_test/RC0322-rc-Memory-normalTestCase7/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase7) run(Memory_normalTestCase7,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0323-rc-Memory-normalTestCase8/test.cfg b/testsuite/java_test/rc_test/RC0323-rc-Memory-normalTestCase8/test.cfg index 82eee5ac94..7ff931b0d3 100644 --- a/testsuite/java_test/rc_test/RC0323-rc-Memory-normalTestCase8/test.cfg +++ b/testsuite/java_test/rc_test/RC0323-rc-Memory-normalTestCase8/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase8) run(Memory_normalTestCase8,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0324-rc-Memory-normalTestCase9/test.cfg b/testsuite/java_test/rc_test/RC0324-rc-Memory-normalTestCase9/test.cfg index b121e97faf..5507e5bfb8 100644 --- a/testsuite/java_test/rc_test/RC0324-rc-Memory-normalTestCase9/test.cfg +++ b/testsuite/java_test/rc_test/RC0324-rc-Memory-normalTestCase9/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase9) run(Memory_normalTestCase9,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0325-rc-Memory-normalTestCase10/test.cfg b/testsuite/java_test/rc_test/RC0325-rc-Memory-normalTestCase10/test.cfg index 42742e7b7f..4720b90020 100644 --- a/testsuite/java_test/rc_test/RC0325-rc-Memory-normalTestCase10/test.cfg +++ b/testsuite/java_test/rc_test/RC0325-rc-Memory-normalTestCase10/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase10) run(Memory_normalTestCase10,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0326-rc-Memory-normalTestCase11/test.cfg b/testsuite/java_test/rc_test/RC0326-rc-Memory-normalTestCase11/test.cfg index 45920ba279..a62e777751 100644 --- a/testsuite/java_test/rc_test/RC0326-rc-Memory-normalTestCase11/test.cfg +++ b/testsuite/java_test/rc_test/RC0326-rc-Memory-normalTestCase11/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase11) run(Memory_normalTestCase11,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0327-rc-Memory-normalTestCase12/test.cfg b/testsuite/java_test/rc_test/RC0327-rc-Memory-normalTestCase12/test.cfg index daf4824742..42937cbf76 100644 --- a/testsuite/java_test/rc_test/RC0327-rc-Memory-normalTestCase12/test.cfg +++ b/testsuite/java_test/rc_test/RC0327-rc-Memory-normalTestCase12/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase12) run(Memory_normalTestCase12,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0330-rc-Memory-normalTestCase15/test.cfg b/testsuite/java_test/rc_test/RC0330-rc-Memory-normalTestCase15/test.cfg index c3bce22d98..c4eec3e9ad 100644 --- a/testsuite/java_test/rc_test/RC0330-rc-Memory-normalTestCase15/test.cfg +++ b/testsuite/java_test/rc_test/RC0330-rc-Memory-normalTestCase15/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase15) run(Memory_normalTestCase15,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0331-rc-Memory-normalTestCase16/test.cfg b/testsuite/java_test/rc_test/RC0331-rc-Memory-normalTestCase16/test.cfg index 158fbec5ee..3a4deac962 100644 --- a/testsuite/java_test/rc_test/RC0331-rc-Memory-normalTestCase16/test.cfg +++ b/testsuite/java_test/rc_test/RC0331-rc-Memory-normalTestCase16/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase16) run(Memory_normalTestCase16,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0332-rc-Memory-normalTestCase17/test.cfg b/testsuite/java_test/rc_test/RC0332-rc-Memory-normalTestCase17/test.cfg index 2312047691..c443d4d685 100644 --- a/testsuite/java_test/rc_test/RC0332-rc-Memory-normalTestCase17/test.cfg +++ b/testsuite/java_test/rc_test/RC0332-rc-Memory-normalTestCase17/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase17) run(Memory_normalTestCase17,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0333-rc-Memory-normalTestCase18/test.cfg b/testsuite/java_test/rc_test/RC0333-rc-Memory-normalTestCase18/test.cfg index 3be083a3d5..0570848e49 100644 --- a/testsuite/java_test/rc_test/RC0333-rc-Memory-normalTestCase18/test.cfg +++ b/testsuite/java_test/rc_test/RC0333-rc-Memory-normalTestCase18/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase18) run(Memory_normalTestCase18,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0334-rc-Memory-normalTestCase19/test.cfg b/testsuite/java_test/rc_test/RC0334-rc-Memory-normalTestCase19/test.cfg index 0ec46e6aea..2bbebc1249 100644 --- a/testsuite/java_test/rc_test/RC0334-rc-Memory-normalTestCase19/test.cfg +++ b/testsuite/java_test/rc_test/RC0334-rc-Memory-normalTestCase19/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase19) run(Memory_normalTestCase19,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0335-rc-Memory-normalTestCase22/test.cfg b/testsuite/java_test/rc_test/RC0335-rc-Memory-normalTestCase22/test.cfg index fc777d05ef..a5c9d5964b 100644 --- a/testsuite/java_test/rc_test/RC0335-rc-Memory-normalTestCase22/test.cfg +++ b/testsuite/java_test/rc_test/RC0335-rc-Memory-normalTestCase22/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase22) run(Memory_normalTestCase22,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0336-rc-Memory-normalTestCase23/test.cfg b/testsuite/java_test/rc_test/RC0336-rc-Memory-normalTestCase23/test.cfg index c88e404b1d..7e12a70a3c 100644 --- a/testsuite/java_test/rc_test/RC0336-rc-Memory-normalTestCase23/test.cfg +++ b/testsuite/java_test/rc_test/RC0336-rc-Memory-normalTestCase23/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase23) run(Memory_normalTestCase23,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0337-rc-Memory-normalTestCase27/test.cfg b/testsuite/java_test/rc_test/RC0337-rc-Memory-normalTestCase27/test.cfg index 2b99d97f19..d711235339 100644 --- a/testsuite/java_test/rc_test/RC0337-rc-Memory-normalTestCase27/test.cfg +++ b/testsuite/java_test/rc_test/RC0337-rc-Memory-normalTestCase27/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase27) run(Memory_normalTestCase27,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0338-rc-Memory-normalTestCase28/test.cfg b/testsuite/java_test/rc_test/RC0338-rc-Memory-normalTestCase28/test.cfg index 9ab03166d3..eb7968c317 100644 --- a/testsuite/java_test/rc_test/RC0338-rc-Memory-normalTestCase28/test.cfg +++ b/testsuite/java_test/rc_test/RC0338-rc-Memory-normalTestCase28/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_normalTestCase28) run(Memory_normalTestCase28,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0339-rc-rp-cycle_all_weak/test.cfg b/testsuite/java_test/rc_test/RC0339-rc-rp-cycle_all_weak/test.cfg index 060648525e..fe168a2691 100755 --- a/testsuite/java_test/rc_test/RC0339-rc-rp-cycle_all_weak/test.cfg +++ b/testsuite/java_test/rc_test/RC0339-rc-rp-cycle_all_weak/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Ref_Processor_Cycle_All_Weak_Ref) run(Ref_Processor_Cycle_All_Weak_Ref,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0340-rc-rp-cycle_weak_strong/test.cfg b/testsuite/java_test/rc_test/RC0340-rc-rp-cycle_weak_strong/test.cfg index 9a99433196..ff1c019d63 100755 --- a/testsuite/java_test/rc_test/RC0340-rc-rp-cycle_weak_strong/test.cfg +++ b/testsuite/java_test/rc_test/RC0340-rc-rp-cycle_weak_strong/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Ref_Processor_Cycle_Weak_Strong_Ref) run(Ref_Processor_Cycle_Weak_Strong_Ref,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0341-rc-rp-mutator/test.cfg b/testsuite/java_test/rc_test/RC0341-rc-rp-mutator/test.cfg index f8ac850936..690a33e022 100755 --- a/testsuite/java_test/rc_test/RC0341-rc-rp-mutator/test.cfg +++ b/testsuite/java_test/rc_test/RC0341-rc-rp-mutator/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Ref_Processor_Mutator_Ref) run(Ref_Processor_Mutator_Ref,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0342-rc-rp-weak_ref_boundary/test.cfg b/testsuite/java_test/rc_test/RC0342-rc-rp-weak_ref_boundary/test.cfg index d63667212a..d6b10e8177 100755 --- a/testsuite/java_test/rc_test/RC0342-rc-rp-weak_ref_boundary/test.cfg +++ b/testsuite/java_test/rc_test/RC0342-rc-rp-weak_ref_boundary/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Ref_Processor_Weak_Ref_Boundary) run(Ref_Processor_Weak_Ref_Boundary,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0343-rc-rp-wcb_test_ref/test.cfg b/testsuite/java_test/rc_test/RC0343-rc-rp-wcb_test_ref/test.cfg index 10c3f05e76..395023967d 100755 --- a/testsuite/java_test/rc_test/RC0343-rc-rp-wcb_test_ref/test.cfg +++ b/testsuite/java_test/rc_test/RC0343-rc-rp-wcb_test_ref/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Ref_Processor_Wcb_Test_Ref) run(Ref_Processor_Wcb_Test_Ref,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0344-rc-rp-test_aged_ref/test.cfg b/testsuite/java_test/rc_test/RC0344-rc-rp-test_aged_ref/test.cfg index b2c94f7b47..a3e8ca9c38 100755 --- a/testsuite/java_test/rc_test/RC0344-rc-rp-test_aged_ref/test.cfg +++ b/testsuite/java_test/rc_test/RC0344-rc-rp-test_aged_ref/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Ref_Processor_Aged_Ref) run(Ref_Processor_Aged_Ref,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0345-rc-rp-single_or_more/test.cfg b/testsuite/java_test/rc_test/RC0345-rc-rp-single_or_more/test.cfg index d2db9e2223..c9e17ef20d 100755 --- a/testsuite/java_test/rc_test/RC0345-rc-rp-single_or_more/test.cfg +++ b/testsuite/java_test/rc_test/RC0345-rc-rp-single_or_more/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Ref_Processor_Single_Or_More_Weak_Ref) run(Ref_Processor_Single_Or_More_Weak_Ref,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0346-rc-rp-strong_and_weak/test.cfg b/testsuite/java_test/rc_test/RC0346-rc-rp-strong_and_weak/test.cfg index 755722bd10..d197cc3043 100755 --- a/testsuite/java_test/rc_test/RC0346-rc-rp-strong_and_weak/test.cfg +++ b/testsuite/java_test/rc_test/RC0346-rc-rp-strong_and_weak/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Ref_Processor_Strong_And_Weak_Ref) run(Ref_Processor_Strong_And_Weak_Ref,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0347-rc-rp-simulthread/test.cfg b/testsuite/java_test/rc_test/RC0347-rc-rp-simulthread/test.cfg index a87dfd925f..c25f8201d0 100755 --- a/testsuite/java_test/rc_test/RC0347-rc-rp-simulthread/test.cfg +++ b/testsuite/java_test/rc_test/RC0347-rc-rp-simulthread/test.cfg @@ -1,3 +1,2 @@ -clean() compile(SimulThreadInRef) run(SimulThreadInRef,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0348-rc-rp-simpleweakref_01/test.cfg b/testsuite/java_test/rc_test/RC0348-rc-rp-simpleweakref_01/test.cfg index 68d5773f53..2751ee0d85 100755 --- a/testsuite/java_test/rc_test/RC0348-rc-rp-simpleweakref_01/test.cfg +++ b/testsuite/java_test/rc_test/RC0348-rc-rp-simpleweakref_01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(DeadReferenceTest) run(DeadReferenceTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0349-rc-rp-simpleweakref_02/test.cfg b/testsuite/java_test/rc_test/RC0349-rc-rp-simpleweakref_02/test.cfg index 11b599f11d..8f43395c54 100755 --- a/testsuite/java_test/rc_test/RC0349-rc-rp-simpleweakref_02/test.cfg +++ b/testsuite/java_test/rc_test/RC0349-rc-rp-simpleweakref_02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(IsCleanerInDeadCycle) run(IsCleanerInDeadCycle,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0350-rc-rp-simpleweakref_03/test.cfg b/testsuite/java_test/rc_test/RC0350-rc-rp-simpleweakref_03/test.cfg index adf16fe56e..7cf1a7c1f3 100755 --- a/testsuite/java_test/rc_test/RC0350-rc-rp-simpleweakref_03/test.cfg +++ b/testsuite/java_test/rc_test/RC0350-rc-rp-simpleweakref_03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(IsCleanerInDeadCycleNotFreeRefFailSetWCBFailAtomicWCB) run(IsCleanerInDeadCycleNotFreeRefFailSetWCBFailAtomicWCB,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0351-rc-rp-simpleweakref_04/test.cfg b/testsuite/java_test/rc_test/RC0351-rc-rp-simpleweakref_04/test.cfg index e48dc2cab7..a63a8ae80b 100755 --- a/testsuite/java_test/rc_test/RC0351-rc-rp-simpleweakref_04/test.cfg +++ b/testsuite/java_test/rc_test/RC0351-rc-rp-simpleweakref_04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(IsCleanerNotInDeadCycleFreeRef) run(IsCleanerNotInDeadCycleFreeRef,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0352-rc-rp-simpleweakref_05/test.cfg b/testsuite/java_test/rc_test/RC0352-rc-rp-simpleweakref_05/test.cfg index 227c9dac32..e8d989e6cb 100755 --- a/testsuite/java_test/rc_test/RC0352-rc-rp-simpleweakref_05/test.cfg +++ b/testsuite/java_test/rc_test/RC0352-rc-rp-simpleweakref_05/test.cfg @@ -1,3 +1,2 @@ -clean() compile(IsCleanerNotInDeadCycleNotFreeRefFailSetWCBSetAtomicWCB) run(IsCleanerNotInDeadCycleNotFreeRefFailSetWCBSetAtomicWCB,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0353-rc-rp-simpleweakref_06/test.cfg b/testsuite/java_test/rc_test/RC0353-rc-rp-simpleweakref_06/test.cfg index 05ea334034..eba24ea56e 100755 --- a/testsuite/java_test/rc_test/RC0353-rc-rp-simpleweakref_06/test.cfg +++ b/testsuite/java_test/rc_test/RC0353-rc-rp-simpleweakref_06/test.cfg @@ -1,3 +1,2 @@ -clean() compile(IsCleanerNotInDeadCycleNotFreeRefSetWCB) run(IsCleanerNotInDeadCycleNotFreeRefSetWCB,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0354-rc-rp-simpleweakref_07/test.cfg b/testsuite/java_test/rc_test/RC0354-rc-rp-simpleweakref_07/test.cfg index cdb6df07bc..6637005ec7 100755 --- a/testsuite/java_test/rc_test/RC0354-rc-rp-simpleweakref_07/test.cfg +++ b/testsuite/java_test/rc_test/RC0354-rc-rp-simpleweakref_07/test.cfg @@ -1,3 +1,2 @@ -clean() compile(IsCleanerNotInDeadCycleNotSetWCBFailAtomic) run(IsCleanerNotInDeadCycleNotSetWCBFailAtomic,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0355-rc-rp-simpleweakref_08/test.cfg b/testsuite/java_test/rc_test/RC0355-rc-rp-simpleweakref_08/test.cfg index a53aa7b37b..b1a2b32819 100755 --- a/testsuite/java_test/rc_test/RC0355-rc-rp-simpleweakref_08/test.cfg +++ b/testsuite/java_test/rc_test/RC0355-rc-rp-simpleweakref_08/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NotIsCleanerNotInDeadCycleNotSetWCBFailAtomic) run(NotIsCleanerNotInDeadCycleNotSetWCBFailAtomic,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0356-rc-rp-simpleweakref_09/test.cfg b/testsuite/java_test/rc_test/RC0356-rc-rp-simpleweakref_09/test.cfg index 8aebef2363..a1438970c3 100755 --- a/testsuite/java_test/rc_test/RC0356-rc-rp-simpleweakref_09/test.cfg +++ b/testsuite/java_test/rc_test/RC0356-rc-rp-simpleweakref_09/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NotIsCleanerNotInDeadCycleNotFreeRefSetWCB) run(NotIsCleanerNotInDeadCycleNotFreeRefSetWCB,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0357-rc-rp-simpleweakref_10/test.cfg b/testsuite/java_test/rc_test/RC0357-rc-rp-simpleweakref_10/test.cfg index 7d0717aada..0859b52537 100755 --- a/testsuite/java_test/rc_test/RC0357-rc-rp-simpleweakref_10/test.cfg +++ b/testsuite/java_test/rc_test/RC0357-rc-rp-simpleweakref_10/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NotIsCleanerNotFreeRefFailSetWCBSetAtomicWCB) run(NotIsCleanerNotFreeRefFailSetWCBSetAtomicWCB,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0358-rc-rp-simpleweakref_11/test.cfg b/testsuite/java_test/rc_test/RC0358-rc-rp-simpleweakref_11/test.cfg index e9c77123e0..5682a19b26 100755 --- a/testsuite/java_test/rc_test/RC0358-rc-rp-simpleweakref_11/test.cfg +++ b/testsuite/java_test/rc_test/RC0358-rc-rp-simpleweakref_11/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NotIsCleanerInDeadCycleNotFreeRefFailSetWCBFailAtomicWCB) run(NotIsCleanerInDeadCycleNotFreeRefFailSetWCBFailAtomicWCB,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0359-rc-rp-simpleweakref_12/test.cfg b/testsuite/java_test/rc_test/RC0359-rc-rp-simpleweakref_12/test.cfg index 3a2a038918..b18fcf0d65 100755 --- a/testsuite/java_test/rc_test/RC0359-rc-rp-simpleweakref_12/test.cfg +++ b/testsuite/java_test/rc_test/RC0359-rc-rp-simpleweakref_12/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NotIsCleanerFreeRef) run(NotIsCleanerFreeRef,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0360-rc-Memory-leaktestsupplycase-01/test.cfg b/testsuite/java_test/rc_test/RC0360-rc-Memory-leaktestsupplycase-01/test.cfg index 285b2cd5af..178a00190e 100755 --- a/testsuite/java_test/rc_test/RC0360-rc-Memory-leaktestsupplycase-01/test.cfg +++ b/testsuite/java_test/rc_test/RC0360-rc-Memory-leaktestsupplycase-01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(BackupTracingAndRefPro) run(BackupTracingAndRefPro,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0361-rc-Memory-leaktestsupplycase-02/test.cfg b/testsuite/java_test/rc_test/RC0361-rc-Memory-leaktestsupplycase-02/test.cfg index 1eab094942..5265d7865d 100755 --- a/testsuite/java_test/rc_test/RC0361-rc-Memory-leaktestsupplycase-02/test.cfg +++ b/testsuite/java_test/rc_test/RC0361-rc-Memory-leaktestsupplycase-02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinalizerRef) run(FinalizerRef,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0362-rc-Memory-leaktestsupplycase-03/test.cfg b/testsuite/java_test/rc_test/RC0362-rc-Memory-leaktestsupplycase-03/test.cfg index e1400c7623..a062acd8da 100755 --- a/testsuite/java_test/rc_test/RC0362-rc-Memory-leaktestsupplycase-03/test.cfg +++ b/testsuite/java_test/rc_test/RC0362-rc-Memory-leaktestsupplycase-03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinalizerTest) run(FinalizerTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0363-rc-Memory-leaktestsupplycase-04/test.cfg b/testsuite/java_test/rc_test/RC0363-rc-Memory-leaktestsupplycase-04/test.cfg index ce4790ac01..9de96d18bd 100755 --- a/testsuite/java_test/rc_test/RC0363-rc-Memory-leaktestsupplycase-04/test.cfg +++ b/testsuite/java_test/rc_test/RC0363-rc-Memory-leaktestsupplycase-04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FrequentGCAndFinalize) run(FrequentGCAndFinalize,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0364-rc-Memory-leaktestsupplycase-05/test.cfg b/testsuite/java_test/rc_test/RC0364-rc-Memory-leaktestsupplycase-05/test.cfg index 2547607f87..27386ea8bf 100755 --- a/testsuite/java_test/rc_test/RC0364-rc-Memory-leaktestsupplycase-05/test.cfg +++ b/testsuite/java_test/rc_test/RC0364-rc-Memory-leaktestsupplycase-05/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RaceInLoadAndWriteWeakRef) run(RaceInLoadAndWriteWeakRef,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0365-rc-Memory-leaktestsupplycase-06/test.cfg b/testsuite/java_test/rc_test/RC0365-rc-Memory-leaktestsupplycase-06/test.cfg index bcacd543ee..eda6c83928 100755 --- a/testsuite/java_test/rc_test/RC0365-rc-Memory-leaktestsupplycase-06/test.cfg +++ b/testsuite/java_test/rc_test/RC0365-rc-Memory-leaktestsupplycase-06/test.cfg @@ -1,3 +1,2 @@ -clean() compile(WeakAndCleanerRef) run(WeakAndCleanerRef,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0366-rc-ArrayOptimization-RC_Array_01/test.cfg b/testsuite/java_test/rc_test/RC0366-rc-ArrayOptimization-RC_Array_01/test.cfg index 66383cfdae..e654125e31 100644 --- a/testsuite/java_test/rc_test/RC0366-rc-ArrayOptimization-RC_Array_01/test.cfg +++ b/testsuite/java_test/rc_test/RC0366-rc-ArrayOptimization-RC_Array_01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_01) run(RC_Array_01,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0367-rc-ArrayOptimization-RC_Array_02/test.cfg b/testsuite/java_test/rc_test/RC0367-rc-ArrayOptimization-RC_Array_02/test.cfg index e69083dcd4..2ae6ff7fdb 100644 --- a/testsuite/java_test/rc_test/RC0367-rc-ArrayOptimization-RC_Array_02/test.cfg +++ b/testsuite/java_test/rc_test/RC0367-rc-ArrayOptimization-RC_Array_02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_02) run(RC_Array_02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0368-rc-ArrayOptimization-RC_Array_03/test.cfg b/testsuite/java_test/rc_test/RC0368-rc-ArrayOptimization-RC_Array_03/test.cfg index 7d1bcb3073..8b3dcb8c03 100644 --- a/testsuite/java_test/rc_test/RC0368-rc-ArrayOptimization-RC_Array_03/test.cfg +++ b/testsuite/java_test/rc_test/RC0368-rc-ArrayOptimization-RC_Array_03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_03) run(RC_Array_03,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0369-rc-ArrayOptimization-RC_Array_04/test.cfg b/testsuite/java_test/rc_test/RC0369-rc-ArrayOptimization-RC_Array_04/test.cfg index 6b71531f30..8ad05e7db0 100644 --- a/testsuite/java_test/rc_test/RC0369-rc-ArrayOptimization-RC_Array_04/test.cfg +++ b/testsuite/java_test/rc_test/RC0369-rc-ArrayOptimization-RC_Array_04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_04) run(RC_Array_04,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0370-rc-ArrayOptimization-RC_Array_05/test.cfg b/testsuite/java_test/rc_test/RC0370-rc-ArrayOptimization-RC_Array_05/test.cfg index d4c027b1cc..cc6270bc9c 100644 --- a/testsuite/java_test/rc_test/RC0370-rc-ArrayOptimization-RC_Array_05/test.cfg +++ b/testsuite/java_test/rc_test/RC0370-rc-ArrayOptimization-RC_Array_05/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_05) run(RC_Array_05,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0371-rc-ArrayOptimization-RC_Array_06/test.cfg b/testsuite/java_test/rc_test/RC0371-rc-ArrayOptimization-RC_Array_06/test.cfg index d4a64754c2..a44ac2b019 100644 --- a/testsuite/java_test/rc_test/RC0371-rc-ArrayOptimization-RC_Array_06/test.cfg +++ b/testsuite/java_test/rc_test/RC0371-rc-ArrayOptimization-RC_Array_06/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_06) run(RC_Array_06,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0372-rc-ArrayOptimization-RC_Array_07/test.cfg b/testsuite/java_test/rc_test/RC0372-rc-ArrayOptimization-RC_Array_07/test.cfg index a1d66c633b..c576492a3c 100644 --- a/testsuite/java_test/rc_test/RC0372-rc-ArrayOptimization-RC_Array_07/test.cfg +++ b/testsuite/java_test/rc_test/RC0372-rc-ArrayOptimization-RC_Array_07/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_07) run(RC_Array_07,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0373-rc-ArrayOptimization-RC_Array_08/test.cfg b/testsuite/java_test/rc_test/RC0373-rc-ArrayOptimization-RC_Array_08/test.cfg index 750a4c1ff0..551edb625f 100644 --- a/testsuite/java_test/rc_test/RC0373-rc-ArrayOptimization-RC_Array_08/test.cfg +++ b/testsuite/java_test/rc_test/RC0373-rc-ArrayOptimization-RC_Array_08/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_08) run(RC_Array_08,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0374-rc-ArrayOptimization-RC_Array_09/test.cfg b/testsuite/java_test/rc_test/RC0374-rc-ArrayOptimization-RC_Array_09/test.cfg index dd02a63623..1e6b235a4d 100644 --- a/testsuite/java_test/rc_test/RC0374-rc-ArrayOptimization-RC_Array_09/test.cfg +++ b/testsuite/java_test/rc_test/RC0374-rc-ArrayOptimization-RC_Array_09/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_09) run(RC_Array_09,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0375-rc-ArrayOptimization-RC_Array_10/test.cfg b/testsuite/java_test/rc_test/RC0375-rc-ArrayOptimization-RC_Array_10/test.cfg index 966d5b51e5..429c8eaf81 100644 --- a/testsuite/java_test/rc_test/RC0375-rc-ArrayOptimization-RC_Array_10/test.cfg +++ b/testsuite/java_test/rc_test/RC0375-rc-ArrayOptimization-RC_Array_10/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_10) run(RC_Array_10,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0376-rc-ArrayOptimization-RC_Array_11/test.cfg b/testsuite/java_test/rc_test/RC0376-rc-ArrayOptimization-RC_Array_11/test.cfg index 7b92e38935..55f3cba7ba 100644 --- a/testsuite/java_test/rc_test/RC0376-rc-ArrayOptimization-RC_Array_11/test.cfg +++ b/testsuite/java_test/rc_test/RC0376-rc-ArrayOptimization-RC_Array_11/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_11) run(RC_Array_11,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0377-rc-ArrayOptimization-RC_Array_12/test.cfg b/testsuite/java_test/rc_test/RC0377-rc-ArrayOptimization-RC_Array_12/test.cfg index 7c8708bc11..4a27235ee6 100644 --- a/testsuite/java_test/rc_test/RC0377-rc-ArrayOptimization-RC_Array_12/test.cfg +++ b/testsuite/java_test/rc_test/RC0377-rc-ArrayOptimization-RC_Array_12/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_12) run(RC_Array_12,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0378-rc-ArrayOptimization-RC_Array_13/test.cfg b/testsuite/java_test/rc_test/RC0378-rc-ArrayOptimization-RC_Array_13/test.cfg index 5dbfcb9245..3487679c14 100644 --- a/testsuite/java_test/rc_test/RC0378-rc-ArrayOptimization-RC_Array_13/test.cfg +++ b/testsuite/java_test/rc_test/RC0378-rc-ArrayOptimization-RC_Array_13/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_13) run(RC_Array_13,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0379-rc-ArrayOptimization-RC_Array_14/test.cfg b/testsuite/java_test/rc_test/RC0379-rc-ArrayOptimization-RC_Array_14/test.cfg index 5c4ac6157b..a712e6dad4 100644 --- a/testsuite/java_test/rc_test/RC0379-rc-ArrayOptimization-RC_Array_14/test.cfg +++ b/testsuite/java_test/rc_test/RC0379-rc-ArrayOptimization-RC_Array_14/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RC_Array_14) run(RC_Array_14,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0380-rc-Annotation-RCWeakRefTest/test.cfg b/testsuite/java_test/rc_test/RC0380-rc-Annotation-RCWeakRefTest/test.cfg index 61daf9ad0a..8fb1ac6372 100644 --- a/testsuite/java_test/rc_test/RC0380-rc-Annotation-RCWeakRefTest/test.cfg +++ b/testsuite/java_test/rc_test/RC0380-rc-Annotation-RCWeakRefTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCWeakRefTest) run(RCWeakRefTest,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0381-rc-Annotation-RCWeakRefTest2/test.cfg b/testsuite/java_test/rc_test/RC0381-rc-Annotation-RCWeakRefTest2/test.cfg index fd5c7fa4ea..dbab5cbdc8 100644 --- a/testsuite/java_test/rc_test/RC0381-rc-Annotation-RCWeakRefTest2/test.cfg +++ b/testsuite/java_test/rc_test/RC0381-rc-Annotation-RCWeakRefTest2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCWeakRefTest2) run(RCWeakRefTest2,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0383-rc-Annotation-RCWeakRefTest4/test.cfg b/testsuite/java_test/rc_test/RC0383-rc-Annotation-RCWeakRefTest4/test.cfg index f2b7c995ab..1ac5b6af84 100644 --- a/testsuite/java_test/rc_test/RC0383-rc-Annotation-RCWeakRefTest4/test.cfg +++ b/testsuite/java_test/rc_test/RC0383-rc-Annotation-RCWeakRefTest4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCWeakRefTest4) run(RCWeakRefTest4,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0384-rc-Annotation-RCWeakRefThreadTest/test.cfg b/testsuite/java_test/rc_test/RC0384-rc-Annotation-RCWeakRefThreadTest/test.cfg index 7ed64bf9ec..aff92f9418 100644 --- a/testsuite/java_test/rc_test/RC0384-rc-Annotation-RCWeakRefThreadTest/test.cfg +++ b/testsuite/java_test/rc_test/RC0384-rc-Annotation-RCWeakRefThreadTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCWeakRefThreadTest) run(RCWeakRefThreadTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0385-rc-Annotation-RCUnownedRefTest/test.cfg b/testsuite/java_test/rc_test/RC0385-rc-Annotation-RCUnownedRefTest/test.cfg index 0e910e709f..d7cc939527 100644 --- a/testsuite/java_test/rc_test/RC0385-rc-Annotation-RCUnownedRefTest/test.cfg +++ b/testsuite/java_test/rc_test/RC0385-rc-Annotation-RCUnownedRefTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCUnownedRefTest) run(RCUnownedRefTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0386-rc-Annotation-RCUnownedRefTest2/test.cfg b/testsuite/java_test/rc_test/RC0386-rc-Annotation-RCUnownedRefTest2/test.cfg index c955e6c777..8aacad0126 100644 --- a/testsuite/java_test/rc_test/RC0386-rc-Annotation-RCUnownedRefTest2/test.cfg +++ b/testsuite/java_test/rc_test/RC0386-rc-Annotation-RCUnownedRefTest2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCUnownedRefTest2) run(RCUnownedRefTest2,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0387-rc-Annotation-RCUnownedRefUnCycle/test.cfg b/testsuite/java_test/rc_test/RC0387-rc-Annotation-RCUnownedRefUnCycle/test.cfg index 093db94373..25473507a7 100644 --- a/testsuite/java_test/rc_test/RC0387-rc-Annotation-RCUnownedRefUnCycle/test.cfg +++ b/testsuite/java_test/rc_test/RC0387-rc-Annotation-RCUnownedRefUnCycle/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCUnownedRefUnCycle) run(RCUnownedRefUnCycle,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0389-rc-Annotation-RCUnownedRefUncycleThread/test.cfg b/testsuite/java_test/rc_test/RC0389-rc-Annotation-RCUnownedRefUncycleThread/test.cfg index ee2c09dd24..add16fbad2 100644 --- a/testsuite/java_test/rc_test/RC0389-rc-Annotation-RCUnownedRefUncycleThread/test.cfg +++ b/testsuite/java_test/rc_test/RC0389-rc-Annotation-RCUnownedRefUncycleThread/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCUnownedRefUncycleThread) run(RCUnownedRefUncycleThread,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0392-rc-Annotation-RCAnnotationThread02/test.cfg b/testsuite/java_test/rc_test/RC0392-rc-Annotation-RCAnnotationThread02/test.cfg index 17e88286a6..4958580e79 100644 --- a/testsuite/java_test/rc_test/RC0392-rc-Annotation-RCAnnotationThread02/test.cfg +++ b/testsuite/java_test/rc_test/RC0392-rc-Annotation-RCAnnotationThread02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCAnnotationThread02) run(RCAnnotationThread02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0394-rc-Annotation-RCAnnotationThread04/test.cfg b/testsuite/java_test/rc_test/RC0394-rc-Annotation-RCAnnotationThread04/test.cfg index ec84fde154..f4f65c1653 100644 --- a/testsuite/java_test/rc_test/RC0394-rc-Annotation-RCAnnotationThread04/test.cfg +++ b/testsuite/java_test/rc_test/RC0394-rc-Annotation-RCAnnotationThread04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCAnnotationThread04) run(RCAnnotationThread04,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0395-rc-Annotation-RCAnnotationThread05/test.cfg b/testsuite/java_test/rc_test/RC0395-rc-Annotation-RCAnnotationThread05/test.cfg index 83a3e86251..8c38945086 100644 --- a/testsuite/java_test/rc_test/RC0395-rc-Annotation-RCAnnotationThread05/test.cfg +++ b/testsuite/java_test/rc_test/RC0395-rc-Annotation-RCAnnotationThread05/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCAnnotationThread05) run(RCAnnotationThread05,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0396-rc-Annotation-RCAnnotationOneCycle/test.cfg b/testsuite/java_test/rc_test/RC0396-rc-Annotation-RCAnnotationOneCycle/test.cfg index d1c7697615..b4ed7d06be 100644 --- a/testsuite/java_test/rc_test/RC0396-rc-Annotation-RCAnnotationOneCycle/test.cfg +++ b/testsuite/java_test/rc_test/RC0396-rc-Annotation-RCAnnotationOneCycle/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCAnnotationOneCycle) run(RCAnnotationOneCycle,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0397-rc-Annotation-RCAnnotationOneCycleThread/test.cfg b/testsuite/java_test/rc_test/RC0397-rc-Annotation-RCAnnotationOneCycleThread/test.cfg index a4b077f84e..91d4c98c89 100644 --- a/testsuite/java_test/rc_test/RC0397-rc-Annotation-RCAnnotationOneCycleThread/test.cfg +++ b/testsuite/java_test/rc_test/RC0397-rc-Annotation-RCAnnotationOneCycleThread/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCAnnotationOneCycleThread) run(RCAnnotationOneCycleThread,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0398-rc-Annotation-RCAnnotationTwoCycle/test.cfg b/testsuite/java_test/rc_test/RC0398-rc-Annotation-RCAnnotationTwoCycle/test.cfg index 8a89babeb2..f479a61857 100644 --- a/testsuite/java_test/rc_test/RC0398-rc-Annotation-RCAnnotationTwoCycle/test.cfg +++ b/testsuite/java_test/rc_test/RC0398-rc-Annotation-RCAnnotationTwoCycle/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCAnnotationTwoCycle) run(RCAnnotationTwoCycle,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0399-rc-Annotation-RCAnnotationTwoCycle2/test.cfg b/testsuite/java_test/rc_test/RC0399-rc-Annotation-RCAnnotationTwoCycle2/test.cfg index 478633c640..4d566215d2 100644 --- a/testsuite/java_test/rc_test/RC0399-rc-Annotation-RCAnnotationTwoCycle2/test.cfg +++ b/testsuite/java_test/rc_test/RC0399-rc-Annotation-RCAnnotationTwoCycle2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCAnnotationTwoCycle2) run(RCAnnotationTwoCycle2,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0400-rc-Annotation-RCAnnotationTwoCycleThread/test.cfg b/testsuite/java_test/rc_test/RC0400-rc-Annotation-RCAnnotationTwoCycleThread/test.cfg index 1f0a10efa0..c3930a9ec9 100644 --- a/testsuite/java_test/rc_test/RC0400-rc-Annotation-RCAnnotationTwoCycleThread/test.cfg +++ b/testsuite/java_test/rc_test/RC0400-rc-Annotation-RCAnnotationTwoCycleThread/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCAnnotationTwoCycleThread) run(RCAnnotationTwoCycleThread,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0401-rc-Annotation-RCAnnotationTwoCycleThread2/test.cfg b/testsuite/java_test/rc_test/RC0401-rc-Annotation-RCAnnotationTwoCycleThread2/test.cfg index b9118e18bc..5f11deb271 100644 --- a/testsuite/java_test/rc_test/RC0401-rc-Annotation-RCAnnotationTwoCycleThread2/test.cfg +++ b/testsuite/java_test/rc_test/RC0401-rc-Annotation-RCAnnotationTwoCycleThread2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCAnnotationTwoCycleThread2) run(RCAnnotationTwoCycleThread2,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0402-rc-Annotation-RCAnnotationMultiCycle/test.cfg b/testsuite/java_test/rc_test/RC0402-rc-Annotation-RCAnnotationMultiCycle/test.cfg index 19be305326..922aac6455 100644 --- a/testsuite/java_test/rc_test/RC0402-rc-Annotation-RCAnnotationMultiCycle/test.cfg +++ b/testsuite/java_test/rc_test/RC0402-rc-Annotation-RCAnnotationMultiCycle/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCAnnotationMultiCycle) run(RCAnnotationMultiCycle,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0403-rc-Annotation-RCAnnotationMultiCycle2/test.cfg b/testsuite/java_test/rc_test/RC0403-rc-Annotation-RCAnnotationMultiCycle2/test.cfg index 242c634b79..07fcb66770 100644 --- a/testsuite/java_test/rc_test/RC0403-rc-Annotation-RCAnnotationMultiCycle2/test.cfg +++ b/testsuite/java_test/rc_test/RC0403-rc-Annotation-RCAnnotationMultiCycle2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCAnnotationMultiCycle2) run(RCAnnotationMultiCycle2,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0404-rc-Annotation-RCAnnotationMultiCycleThread/test.cfg b/testsuite/java_test/rc_test/RC0404-rc-Annotation-RCAnnotationMultiCycleThread/test.cfg index d997db35b7..3af706da1f 100644 --- a/testsuite/java_test/rc_test/RC0404-rc-Annotation-RCAnnotationMultiCycleThread/test.cfg +++ b/testsuite/java_test/rc_test/RC0404-rc-Annotation-RCAnnotationMultiCycleThread/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCAnnotationMultiCycleThread) run(RCAnnotationMultiCycleThread,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0405-rc-Annotation-RCAnnotationMultiCycleThread2/test.cfg b/testsuite/java_test/rc_test/RC0405-rc-Annotation-RCAnnotationMultiCycleThread2/test.cfg index 1aba109e66..8039d3c59d 100644 --- a/testsuite/java_test/rc_test/RC0405-rc-Annotation-RCAnnotationMultiCycleThread2/test.cfg +++ b/testsuite/java_test/rc_test/RC0405-rc-Annotation-RCAnnotationMultiCycleThread2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCAnnotationMultiCycleThread2) run(RCAnnotationMultiCycleThread2,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0406-rc-DTS-stringIntern/test.cfg b/testsuite/java_test/rc_test/RC0406-rc-DTS-stringIntern/test.cfg index 3e5c356a09..7d21fddfe0 100644 --- a/testsuite/java_test/rc_test/RC0406-rc-DTS-stringIntern/test.cfg +++ b/testsuite/java_test/rc_test/RC0406-rc-DTS-stringIntern/test.cfg @@ -1,3 +1,2 @@ -clean() compile(stringIntern) run(stringIntern,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0407-rc-DTS-stackAllocField/test.cfg b/testsuite/java_test/rc_test/RC0407-rc-DTS-stackAllocField/test.cfg index c4ed6fb837..39fef35ad0 100644 --- a/testsuite/java_test/rc_test/RC0407-rc-DTS-stackAllocField/test.cfg +++ b/testsuite/java_test/rc_test/RC0407-rc-DTS-stackAllocField/test.cfg @@ -1,3 +1,2 @@ -clean() compile(stackAllocField) run(stackAllocField,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0408-rc-DTS-OOMtest/test.cfg b/testsuite/java_test/rc_test/RC0408-rc-DTS-OOMtest/test.cfg index 55cccd2a72..d1dd898e2d 100644 --- a/testsuite/java_test/rc_test/RC0408-rc-DTS-OOMtest/test.cfg +++ b/testsuite/java_test/rc_test/RC0408-rc-DTS-OOMtest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(OOMtest) run(OOMtest,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0409-rc-DTS-Ex_eight_arguments/test.cfg b/testsuite/java_test/rc_test/RC0409-rc-DTS-Ex_eight_arguments/test.cfg index 431e608bd2..38e8f2c22a 100644 --- a/testsuite/java_test/rc_test/RC0409-rc-DTS-Ex_eight_arguments/test.cfg +++ b/testsuite/java_test/rc_test/RC0409-rc-DTS-Ex_eight_arguments/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Ex_eight_arguments) run(Ex_eight_arguments,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0410-rc-Memory-stressTestCase29/test.cfg b/testsuite/java_test/rc_test/RC0410-rc-Memory-stressTestCase29/test.cfg index aa4f28b999..15a8575b06 100644 --- a/testsuite/java_test/rc_test/RC0410-rc-Memory-stressTestCase29/test.cfg +++ b/testsuite/java_test/rc_test/RC0410-rc-Memory-stressTestCase29/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Memory_stressTestCase29) run(Memory_stressTestCase29,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0417-rc-Annotation-RCUnownedRefTest3/test.cfg b/testsuite/java_test/rc_test/RC0417-rc-Annotation-RCUnownedRefTest3/test.cfg index 52da7b50b5..fa975bc354 100644 --- a/testsuite/java_test/rc_test/RC0417-rc-Annotation-RCUnownedRefTest3/test.cfg +++ b/testsuite/java_test/rc_test/RC0417-rc-Annotation-RCUnownedRefTest3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCUnownedRefTest3) run(RCUnownedRefTest3,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0418-rc-Annotation-RCUnownedRefThreadTest3/test.cfg b/testsuite/java_test/rc_test/RC0418-rc-Annotation-RCUnownedRefThreadTest3/test.cfg index fdd39ce411..85dc903697 100644 --- a/testsuite/java_test/rc_test/RC0418-rc-Annotation-RCUnownedRefThreadTest3/test.cfg +++ b/testsuite/java_test/rc_test/RC0418-rc-Annotation-RCUnownedRefThreadTest3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCUnownedRefThreadTest3) run(RCUnownedRefThreadTest3,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0419-rc-Annotation-RCUnownedLocalTest/test.cfg b/testsuite/java_test/rc_test/RC0419-rc-Annotation-RCUnownedLocalTest/test.cfg index eda60d878b..c9366d8891 100644 --- a/testsuite/java_test/rc_test/RC0419-rc-Annotation-RCUnownedLocalTest/test.cfg +++ b/testsuite/java_test/rc_test/RC0419-rc-Annotation-RCUnownedLocalTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCUnownedLocalTest) run(RCUnownedLocalTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0420-rc-Annotation-RCUnownedLocalThreadTest/test.cfg b/testsuite/java_test/rc_test/RC0420-rc-Annotation-RCUnownedLocalThreadTest/test.cfg index 940f5a56af..f3d32bb5de 100644 --- a/testsuite/java_test/rc_test/RC0420-rc-Annotation-RCUnownedLocalThreadTest/test.cfg +++ b/testsuite/java_test/rc_test/RC0420-rc-Annotation-RCUnownedLocalThreadTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCUnownedLocalThreadTest) run(RCUnownedLocalThreadTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0421-rc-Annotation-RCUnownedOuterTest/test.cfg b/testsuite/java_test/rc_test/RC0421-rc-Annotation-RCUnownedOuterTest/test.cfg index 7dc848412e..7b64cbf643 100644 --- a/testsuite/java_test/rc_test/RC0421-rc-Annotation-RCUnownedOuterTest/test.cfg +++ b/testsuite/java_test/rc_test/RC0421-rc-Annotation-RCUnownedOuterTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCUnownedOuterTest) run(RCUnownedOuterTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0431-rc-SoftRef-SoftRefTest/test.cfg b/testsuite/java_test/rc_test/RC0431-rc-SoftRef-SoftRefTest/test.cfg index 3d1f6aa3db..9ac8215626 100755 --- a/testsuite/java_test/rc_test/RC0431-rc-SoftRef-SoftRefTest/test.cfg +++ b/testsuite/java_test/rc_test/RC0431-rc-SoftRef-SoftRefTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(SoftRefTest) run(SoftRefTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0432-rc-SoftRef-SoftRefTest02/test.cfg b/testsuite/java_test/rc_test/RC0432-rc-SoftRef-SoftRefTest02/test.cfg index 42c45848a0..96ea8eb56c 100755 --- a/testsuite/java_test/rc_test/RC0432-rc-SoftRef-SoftRefTest02/test.cfg +++ b/testsuite/java_test/rc_test/RC0432-rc-SoftRef-SoftRefTest02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(SoftRefTest02) run(SoftRefTest02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0433-rc-SoftRef-SoftRefTest03/test.cfg b/testsuite/java_test/rc_test/RC0433-rc-SoftRef-SoftRefTest03/test.cfg index b23b1a8ccf..567e40f329 100755 --- a/testsuite/java_test/rc_test/RC0433-rc-SoftRef-SoftRefTest03/test.cfg +++ b/testsuite/java_test/rc_test/RC0433-rc-SoftRef-SoftRefTest03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(SoftRefTest03) run(SoftRefTest03,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0435-rc-SoftRef-SoftRefTest05/test.cfg b/testsuite/java_test/rc_test/RC0435-rc-SoftRef-SoftRefTest05/test.cfg index a02debc430..818728ee19 100755 --- a/testsuite/java_test/rc_test/RC0435-rc-SoftRef-SoftRefTest05/test.cfg +++ b/testsuite/java_test/rc_test/RC0435-rc-SoftRef-SoftRefTest05/test.cfg @@ -1,3 +1,2 @@ -clean() compile(SoftRefTest05) run(SoftRefTest05,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0440-rc-RCHeader-RCHeaderTest04/test.cfg b/testsuite/java_test/rc_test/RC0440-rc-RCHeader-RCHeaderTest04/test.cfg index 9e3f91ecff..d6c701c6d2 100755 --- a/testsuite/java_test/rc_test/RC0440-rc-RCHeader-RCHeaderTest04/test.cfg +++ b/testsuite/java_test/rc_test/RC0440-rc-RCHeader-RCHeaderTest04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCHeaderTest04) run(RCHeaderTest04,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0443-rc-PlacementRC-PlacementRCTest01/test.cfg b/testsuite/java_test/rc_test/RC0443-rc-PlacementRC-PlacementRCTest01/test.cfg index 540208ba39..b2ab5353a1 100755 --- a/testsuite/java_test/rc_test/RC0443-rc-PlacementRC-PlacementRCTest01/test.cfg +++ b/testsuite/java_test/rc_test/RC0443-rc-PlacementRC-PlacementRCTest01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(PlacementRCTest01) run(PlacementRCTest01,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0444-rc-PlacementRC-PlacementRCTest02/test.cfg b/testsuite/java_test/rc_test/RC0444-rc-PlacementRC-PlacementRCTest02/test.cfg index 3d69560304..e6c8697312 100755 --- a/testsuite/java_test/rc_test/RC0444-rc-PlacementRC-PlacementRCTest02/test.cfg +++ b/testsuite/java_test/rc_test/RC0444-rc-PlacementRC-PlacementRCTest02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(PlacementRCTest02) run(PlacementRCTest02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0446-rc-PlacementRC-PlacementRCTest04/test.cfg b/testsuite/java_test/rc_test/RC0446-rc-PlacementRC-PlacementRCTest04/test.cfg index 0dddb7403e..9d732b393f 100755 --- a/testsuite/java_test/rc_test/RC0446-rc-PlacementRC-PlacementRCTest04/test.cfg +++ b/testsuite/java_test/rc_test/RC0446-rc-PlacementRC-PlacementRCTest04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(PlacementRCTest04) run(PlacementRCTest04,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0449-rc-RP-FinalizerReferenceTest01/test.cfg b/testsuite/java_test/rc_test/RC0449-rc-RP-FinalizerReferenceTest01/test.cfg index 6d624d7e67..1613f57315 100755 --- a/testsuite/java_test/rc_test/RC0449-rc-RP-FinalizerReferenceTest01/test.cfg +++ b/testsuite/java_test/rc_test/RC0449-rc-RP-FinalizerReferenceTest01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinalizerReferenceTest01) run(FinalizerReferenceTest01,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0450-rc-RP-FinalizerReferenceTest02/test.cfg b/testsuite/java_test/rc_test/RC0450-rc-RP-FinalizerReferenceTest02/test.cfg index bd6f13aa2f..6d8c0a812a 100755 --- a/testsuite/java_test/rc_test/RC0450-rc-RP-FinalizerReferenceTest02/test.cfg +++ b/testsuite/java_test/rc_test/RC0450-rc-RP-FinalizerReferenceTest02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinalizerReferenceTest02) run(FinalizerReferenceTest02,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0451-rc-RP-FinalizerReferenceTest03/test.cfg b/testsuite/java_test/rc_test/RC0451-rc-RP-FinalizerReferenceTest03/test.cfg index cca281e404..7cb1605cba 100755 --- a/testsuite/java_test/rc_test/RC0451-rc-RP-FinalizerReferenceTest03/test.cfg +++ b/testsuite/java_test/rc_test/RC0451-rc-RP-FinalizerReferenceTest03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinalizerReferenceTest03) run(FinalizerReferenceTest03,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0452-rc-RP-FinalizerReferenceTest04/test.cfg b/testsuite/java_test/rc_test/RC0452-rc-RP-FinalizerReferenceTest04/test.cfg index 943520c16f..30e09108d5 100755 --- a/testsuite/java_test/rc_test/RC0452-rc-RP-FinalizerReferenceTest04/test.cfg +++ b/testsuite/java_test/rc_test/RC0452-rc-RP-FinalizerReferenceTest04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinalizerReferenceTest04) run(FinalizerReferenceTest04,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0453-rc-RP-FinalizerReferenceTest05/test.cfg b/testsuite/java_test/rc_test/RC0453-rc-RP-FinalizerReferenceTest05/test.cfg index bc7317ee8e..4bf08aa7b4 100755 --- a/testsuite/java_test/rc_test/RC0453-rc-RP-FinalizerReferenceTest05/test.cfg +++ b/testsuite/java_test/rc_test/RC0453-rc-RP-FinalizerReferenceTest05/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinalizerReferenceTest05) run(FinalizerReferenceTest05,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0454-rc-RP-FinalizerReferenceTest06/test.cfg b/testsuite/java_test/rc_test/RC0454-rc-RP-FinalizerReferenceTest06/test.cfg index d47f3b25c9..08e53ebd19 100755 --- a/testsuite/java_test/rc_test/RC0454-rc-RP-FinalizerReferenceTest06/test.cfg +++ b/testsuite/java_test/rc_test/RC0454-rc-RP-FinalizerReferenceTest06/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinalizerReferenceTest06) run(FinalizerReferenceTest06,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0455-rc-RP-FinalizerReferenceTest07/test.cfg b/testsuite/java_test/rc_test/RC0455-rc-RP-FinalizerReferenceTest07/test.cfg index c34d634ce5..ca39d1a6a6 100755 --- a/testsuite/java_test/rc_test/RC0455-rc-RP-FinalizerReferenceTest07/test.cfg +++ b/testsuite/java_test/rc_test/RC0455-rc-RP-FinalizerReferenceTest07/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinalizerReferenceTest07) run(FinalizerReferenceTest07,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0456-rc-RP-FinalizerReferenceTest08/test.cfg b/testsuite/java_test/rc_test/RC0456-rc-RP-FinalizerReferenceTest08/test.cfg index 74cb39952e..28fc39bf93 100755 --- a/testsuite/java_test/rc_test/RC0456-rc-RP-FinalizerReferenceTest08/test.cfg +++ b/testsuite/java_test/rc_test/RC0456-rc-RP-FinalizerReferenceTest08/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FinalizerReferenceTest08) run(FinalizerReferenceTest08,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0457-rc-GC-TriggerGCTest01/test.cfg b/testsuite/java_test/rc_test/RC0457-rc-GC-TriggerGCTest01/test.cfg index c3329376cf..fc1611bd8e 100755 --- a/testsuite/java_test/rc_test/RC0457-rc-GC-TriggerGCTest01/test.cfg +++ b/testsuite/java_test/rc_test/RC0457-rc-GC-TriggerGCTest01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TriggerGCTest01) run(TriggerGCTest01,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0458-rc-GC-TriggerGCTest02/test.cfg b/testsuite/java_test/rc_test/RC0458-rc-GC-TriggerGCTest02/test.cfg index 3fcdd13327..4acd386fa8 100755 --- a/testsuite/java_test/rc_test/RC0458-rc-GC-TriggerGCTest02/test.cfg +++ b/testsuite/java_test/rc_test/RC0458-rc-GC-TriggerGCTest02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TriggerGCTest02) run(TriggerGCTest02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0459-rc-GC-TriggerGCTest03/test.cfg b/testsuite/java_test/rc_test/RC0459-rc-GC-TriggerGCTest03/test.cfg index ed20f57e87..8436c23e04 100755 --- a/testsuite/java_test/rc_test/RC0459-rc-GC-TriggerGCTest03/test.cfg +++ b/testsuite/java_test/rc_test/RC0459-rc-GC-TriggerGCTest03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TriggerGCTest03) run(TriggerGCTest03,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0463-rc-GC-TriggerGCTest07/test.cfg b/testsuite/java_test/rc_test/RC0463-rc-GC-TriggerGCTest07/test.cfg index 510f1fb0b6..72dc25b647 100755 --- a/testsuite/java_test/rc_test/RC0463-rc-GC-TriggerGCTest07/test.cfg +++ b/testsuite/java_test/rc_test/RC0463-rc-GC-TriggerGCTest07/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TriggerGCTest07) run(TriggerGCTest07,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0464-rc-GC-TriggerGCTest08/test.cfg b/testsuite/java_test/rc_test/RC0464-rc-GC-TriggerGCTest08/test.cfg index ed3cc73fbb..7daeb503d5 100755 --- a/testsuite/java_test/rc_test/RC0464-rc-GC-TriggerGCTest08/test.cfg +++ b/testsuite/java_test/rc_test/RC0464-rc-GC-TriggerGCTest08/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TriggerGCTest08) run(TriggerGCTest08,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0465-rc-GC-TriggerGCTest09/test.cfg b/testsuite/java_test/rc_test/RC0465-rc-GC-TriggerGCTest09/test.cfg index 46137686a7..3a35975689 100755 --- a/testsuite/java_test/rc_test/RC0465-rc-GC-TriggerGCTest09/test.cfg +++ b/testsuite/java_test/rc_test/RC0465-rc-GC-TriggerGCTest09/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TriggerGCTest09) run(TriggerGCTest09,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0466-rc-GC-TriggerGCTest10/test.cfg b/testsuite/java_test/rc_test/RC0466-rc-GC-TriggerGCTest10/test.cfg index 30669c242f..1d242a686c 100755 --- a/testsuite/java_test/rc_test/RC0466-rc-GC-TriggerGCTest10/test.cfg +++ b/testsuite/java_test/rc_test/RC0466-rc-GC-TriggerGCTest10/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TriggerGCTest10) run(TriggerGCTest10,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0468-rc-BindingMethod-ArrayCloneTest/test.cfg b/testsuite/java_test/rc_test/RC0468-rc-BindingMethod-ArrayCloneTest/test.cfg index fb7fa36156..93efde9433 100755 --- a/testsuite/java_test/rc_test/RC0468-rc-BindingMethod-ArrayCloneTest/test.cfg +++ b/testsuite/java_test/rc_test/RC0468-rc-BindingMethod-ArrayCloneTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ArrayCloneTest) run(ArrayCloneTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0469-rc-BindingMethod-ArrayCloneTest02/test.cfg b/testsuite/java_test/rc_test/RC0469-rc-BindingMethod-ArrayCloneTest02/test.cfg index 18dd65d0fd..db57ac31a9 100755 --- a/testsuite/java_test/rc_test/RC0469-rc-BindingMethod-ArrayCloneTest02/test.cfg +++ b/testsuite/java_test/rc_test/RC0469-rc-BindingMethod-ArrayCloneTest02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ArrayCloneTest02) run(ArrayCloneTest02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0470-rc-BindingMethod-ArrayCopyTest/test.cfg b/testsuite/java_test/rc_test/RC0470-rc-BindingMethod-ArrayCopyTest/test.cfg index 7a54a91dde..ef3e3a1676 100755 --- a/testsuite/java_test/rc_test/RC0470-rc-BindingMethod-ArrayCopyTest/test.cfg +++ b/testsuite/java_test/rc_test/RC0470-rc-BindingMethod-ArrayCopyTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ArrayCopyTest) run(ArrayCopyTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0477-rc-StackScan-CB_01/test.cfg b/testsuite/java_test/rc_test/RC0477-rc-StackScan-CB_01/test.cfg index c57edd57d4..5a40e80def 100755 --- a/testsuite/java_test/rc_test/RC0477-rc-StackScan-CB_01/test.cfg +++ b/testsuite/java_test/rc_test/RC0477-rc-StackScan-CB_01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CB_01) run(CB_01,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0478-rc-StackScan-CB_02/test.cfg b/testsuite/java_test/rc_test/RC0478-rc-StackScan-CB_02/test.cfg index 905f28850a..e6a066202e 100755 --- a/testsuite/java_test/rc_test/RC0478-rc-StackScan-CB_02/test.cfg +++ b/testsuite/java_test/rc_test/RC0478-rc-StackScan-CB_02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CB_02) run(CB_02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0479-rc-StackScan-CB_03/test.cfg b/testsuite/java_test/rc_test/RC0479-rc-StackScan-CB_03/test.cfg index 5ef644516d..9d59ba62a3 100755 --- a/testsuite/java_test/rc_test/RC0479-rc-StackScan-CB_03/test.cfg +++ b/testsuite/java_test/rc_test/RC0479-rc-StackScan-CB_03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CB_03) run(CB_03,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0480-rc-StackScan-CB_04/test.cfg b/testsuite/java_test/rc_test/RC0480-rc-StackScan-CB_04/test.cfg index 81b9e7a2ec..95f9bf850f 100755 --- a/testsuite/java_test/rc_test/RC0480-rc-StackScan-CB_04/test.cfg +++ b/testsuite/java_test/rc_test/RC0480-rc-StackScan-CB_04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CB_04) run(CB_04,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0481-rc-StackScan-CB_05/test.cfg b/testsuite/java_test/rc_test/RC0481-rc-StackScan-CB_05/test.cfg index fb511097b9..c8ec770822 100755 --- a/testsuite/java_test/rc_test/RC0481-rc-StackScan-CB_05/test.cfg +++ b/testsuite/java_test/rc_test/RC0481-rc-StackScan-CB_05/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CB_05) run(CB_05,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0482-rc-StackScan-CB_06/test.cfg b/testsuite/java_test/rc_test/RC0482-rc-StackScan-CB_06/test.cfg index 2f84e68a73..15452d78f4 100755 --- a/testsuite/java_test/rc_test/RC0482-rc-StackScan-CB_06/test.cfg +++ b/testsuite/java_test/rc_test/RC0482-rc-StackScan-CB_06/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CB_06) run(CB_06,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0483-rc-StackScan-CB_07/test.cfg b/testsuite/java_test/rc_test/RC0483-rc-StackScan-CB_07/test.cfg index 753f3cbe98..33fc829225 100755 --- a/testsuite/java_test/rc_test/RC0483-rc-StackScan-CB_07/test.cfg +++ b/testsuite/java_test/rc_test/RC0483-rc-StackScan-CB_07/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CB_07) run(CB_07,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0484-rc-StackScan-CB_08/test.cfg b/testsuite/java_test/rc_test/RC0484-rc-StackScan-CB_08/test.cfg index 0e9f5caa72..4b6e8c8bd7 100755 --- a/testsuite/java_test/rc_test/RC0484-rc-StackScan-CB_08/test.cfg +++ b/testsuite/java_test/rc_test/RC0484-rc-StackScan-CB_08/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CB_08) run(CB_08,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0485-rc-StackScan-CB_09/test.cfg b/testsuite/java_test/rc_test/RC0485-rc-StackScan-CB_09/test.cfg index 4b951b8d2a..45d755ce11 100755 --- a/testsuite/java_test/rc_test/RC0485-rc-StackScan-CB_09/test.cfg +++ b/testsuite/java_test/rc_test/RC0485-rc-StackScan-CB_09/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CB_09) run(CB_09,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0486-rc-StackScan-CB_Thread_01/test.cfg b/testsuite/java_test/rc_test/RC0486-rc-StackScan-CB_Thread_01/test.cfg index d4bdedd7b1..ae4af64ec4 100755 --- a/testsuite/java_test/rc_test/RC0486-rc-StackScan-CB_Thread_01/test.cfg +++ b/testsuite/java_test/rc_test/RC0486-rc-StackScan-CB_Thread_01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CB_Thread_01) run(CB_Thread_01,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0487-rc-StackScan-CB_Thread_02/test.cfg b/testsuite/java_test/rc_test/RC0487-rc-StackScan-CB_Thread_02/test.cfg index 4bdab2b9ce..46f5a6f99b 100755 --- a/testsuite/java_test/rc_test/RC0487-rc-StackScan-CB_Thread_02/test.cfg +++ b/testsuite/java_test/rc_test/RC0487-rc-StackScan-CB_Thread_02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CB_Thread_02) run(CB_Thread_02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0488-rc-StackScan-CP_Thread_03/test.cfg b/testsuite/java_test/rc_test/RC0488-rc-StackScan-CP_Thread_03/test.cfg index 399dd7af98..71bbc8e2e7 100755 --- a/testsuite/java_test/rc_test/RC0488-rc-StackScan-CP_Thread_03/test.cfg +++ b/testsuite/java_test/rc_test/RC0488-rc-StackScan-CP_Thread_03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CP_Thread_03) run(CP_Thread_03,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0489-rc-StackScan-CP_Thread_04/test.cfg b/testsuite/java_test/rc_test/RC0489-rc-StackScan-CP_Thread_04/test.cfg index 4498db34a2..e3ca029263 100755 --- a/testsuite/java_test/rc_test/RC0489-rc-StackScan-CP_Thread_04/test.cfg +++ b/testsuite/java_test/rc_test/RC0489-rc-StackScan-CP_Thread_04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CP_Thread_04) run(CP_Thread_04,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0490-rc-StackScan-CP_Thread_05/test.cfg b/testsuite/java_test/rc_test/RC0490-rc-StackScan-CP_Thread_05/test.cfg index f86e896d1c..4bd663ea9d 100755 --- a/testsuite/java_test/rc_test/RC0490-rc-StackScan-CP_Thread_05/test.cfg +++ b/testsuite/java_test/rc_test/RC0490-rc-StackScan-CP_Thread_05/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CP_Thread_05) run(CP_Thread_05,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0491-rc-StackScan-CP_Thread_06/test.cfg b/testsuite/java_test/rc_test/RC0491-rc-StackScan-CP_Thread_06/test.cfg index c1c130e02a..664532ad48 100755 --- a/testsuite/java_test/rc_test/RC0491-rc-StackScan-CP_Thread_06/test.cfg +++ b/testsuite/java_test/rc_test/RC0491-rc-StackScan-CP_Thread_06/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CP_Thread_06) run(CP_Thread_06,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0492-rc-StackScan-CP_Thread_07/test.cfg b/testsuite/java_test/rc_test/RC0492-rc-StackScan-CP_Thread_07/test.cfg index b2f25b1928..adb203f24f 100755 --- a/testsuite/java_test/rc_test/RC0492-rc-StackScan-CP_Thread_07/test.cfg +++ b/testsuite/java_test/rc_test/RC0492-rc-StackScan-CP_Thread_07/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CP_Thread_07) run(CP_Thread_07,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0493-rc-StackScan-CP_Thread_08/test.cfg b/testsuite/java_test/rc_test/RC0493-rc-StackScan-CP_Thread_08/test.cfg index 1a41ad1d7d..fc33182db5 100755 --- a/testsuite/java_test/rc_test/RC0493-rc-StackScan-CP_Thread_08/test.cfg +++ b/testsuite/java_test/rc_test/RC0493-rc-StackScan-CP_Thread_08/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CP_Thread_08) run(CP_Thread_08,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0494-rc-StackScan-CP_Thread_09/test.cfg b/testsuite/java_test/rc_test/RC0494-rc-StackScan-CP_Thread_09/test.cfg index 9ff4ef5095..d7028b83ee 100755 --- a/testsuite/java_test/rc_test/RC0494-rc-StackScan-CP_Thread_09/test.cfg +++ b/testsuite/java_test/rc_test/RC0494-rc-StackScan-CP_Thread_09/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CP_Thread_09) run(CP_Thread_09,EXPECTNUM=2) diff --git a/testsuite/java_test/rc_test/RC0495-rc-GC-TaskQueue-FrequentSystemGC_01/test.cfg b/testsuite/java_test/rc_test/RC0495-rc-GC-TaskQueue-FrequentSystemGC_01/test.cfg index 42e064f0f1..96668f3830 100644 --- a/testsuite/java_test/rc_test/RC0495-rc-GC-TaskQueue-FrequentSystemGC_01/test.cfg +++ b/testsuite/java_test/rc_test/RC0495-rc-GC-TaskQueue-FrequentSystemGC_01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FrequentSystemGC_01) run(FrequentSystemGC_01,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0496-rc-GC-TaskQueue-StartupInvoke_01/test.cfg b/testsuite/java_test/rc_test/RC0496-rc-GC-TaskQueue-StartupInvoke_01/test.cfg index 67f5d042cd..0746557a48 100755 --- a/testsuite/java_test/rc_test/RC0496-rc-GC-TaskQueue-StartupInvoke_01/test.cfg +++ b/testsuite/java_test/rc_test/RC0496-rc-GC-TaskQueue-StartupInvoke_01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StartupInvoke_01) run(StartupInvoke_01,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0507-JTreg-CheckLoops/test.cfg b/testsuite/java_test/rc_test/RC0507-JTreg-CheckLoops/test.cfg index 769599ffb8..997f41af11 100755 --- a/testsuite/java_test/rc_test/RC0507-JTreg-CheckLoops/test.cfg +++ b/testsuite/java_test/rc_test/RC0507-JTreg-CheckLoops/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CheckLoops) run(CheckLoops,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0508-JTreg-ConstCharAppend/test.cfg b/testsuite/java_test/rc_test/RC0508-JTreg-ConstCharAppend/test.cfg index 2d1d95e58b..a40fcd97dd 100755 --- a/testsuite/java_test/rc_test/RC0508-JTreg-ConstCharAppend/test.cfg +++ b/testsuite/java_test/rc_test/RC0508-JTreg-ConstCharAppend/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstCharAppend) run(ConstCharAppend,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0509-JTreg-RelaxedArrays/test.cfg b/testsuite/java_test/rc_test/RC0509-JTreg-RelaxedArrays/test.cfg index 62e185a596..af8621cd37 100755 --- a/testsuite/java_test/rc_test/RC0509-JTreg-RelaxedArrays/test.cfg +++ b/testsuite/java_test/rc_test/RC0509-JTreg-RelaxedArrays/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RelaxedArrays) run(RelaxedArrays,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0510-JTreg-T4711694/test.cfg b/testsuite/java_test/rc_test/RC0510-JTreg-T4711694/test.cfg index d7a2f23312..91d7f6fbda 100755 --- a/testsuite/java_test/rc_test/RC0510-JTreg-T4711694/test.cfg +++ b/testsuite/java_test/rc_test/RC0510-JTreg-T4711694/test.cfg @@ -1,3 +1,2 @@ -clean() compile(T4711694) run(T4711694,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0511-JTreg-T7040104/test.cfg b/testsuite/java_test/rc_test/RC0511-JTreg-T7040104/test.cfg index e734687237..3319efa18e 100755 --- a/testsuite/java_test/rc_test/RC0511-JTreg-T7040104/test.cfg +++ b/testsuite/java_test/rc_test/RC0511-JTreg-T7040104/test.cfg @@ -1,3 +1,2 @@ -clean() compile(T7040104) run(T7040104,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0512-JTreg-WrongNew/test.cfg b/testsuite/java_test/rc_test/RC0512-JTreg-WrongNew/test.cfg index e1fe2dc5f8..12b8ead266 100755 --- a/testsuite/java_test/rc_test/RC0512-JTreg-WrongNew/test.cfg +++ b/testsuite/java_test/rc_test/RC0512-JTreg-WrongNew/test.cfg @@ -1,3 +1,2 @@ -clean() compile(WrongNew) run(WrongNew,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0513-JTreg-T6481655/test.cfg b/testsuite/java_test/rc_test/RC0513-JTreg-T6481655/test.cfg index 90011bf2ed..4d50a9dafa 100755 --- a/testsuite/java_test/rc_test/RC0513-JTreg-T6481655/test.cfg +++ b/testsuite/java_test/rc_test/RC0513-JTreg-T6481655/test.cfg @@ -1,3 +1,2 @@ -clean() compile(T6481655) run(T6481655,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0514-JTreg-SingleLocalTest/test.cfg b/testsuite/java_test/rc_test/RC0514-JTreg-SingleLocalTest/test.cfg index 1b2e974d0a..e897b3c554 100755 --- a/testsuite/java_test/rc_test/RC0514-JTreg-SingleLocalTest/test.cfg +++ b/testsuite/java_test/rc_test/RC0514-JTreg-SingleLocalTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(SingleLocalTest) run(SingleLocalTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0515-GC-FrequentGCTest01/test.cfg b/testsuite/java_test/rc_test/RC0515-GC-FrequentGCTest01/test.cfg index ab2d6ea0f0..e4ed2a1f13 100755 --- a/testsuite/java_test/rc_test/RC0515-GC-FrequentGCTest01/test.cfg +++ b/testsuite/java_test/rc_test/RC0515-GC-FrequentGCTest01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FrequentGCTest01) run(FrequentGCTest01,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/RC0516-GC-FrequentGCTest02/test.cfg b/testsuite/java_test/rc_test/RC0516-GC-FrequentGCTest02/test.cfg index b03e1f272a..638d440719 100755 --- a/testsuite/java_test/rc_test/RC0516-GC-FrequentGCTest02/test.cfg +++ b/testsuite/java_test/rc_test/RC0516-GC-FrequentGCTest02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FrequentGCTest02) run(FrequentGCTest02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/common_test/RC0305-rc-function-SubsumeRC01/test.cfg b/testsuite/java_test/rc_test/common_test/RC0305-rc-function-SubsumeRC01/test.cfg index 948fc28670..56969d4829 100644 --- a/testsuite/java_test/rc_test/common_test/RC0305-rc-function-SubsumeRC01/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0305-rc-function-SubsumeRC01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(SubsumeRC01) run(SubsumeRC01) diff --git a/testsuite/java_test/rc_test/common_test/RC0306-rc-function-SubsumeRC02/test.cfg b/testsuite/java_test/rc_test/common_test/RC0306-rc-function-SubsumeRC02/test.cfg index 9a5a6ba4ed..a45fd92693 100644 --- a/testsuite/java_test/rc_test/common_test/RC0306-rc-function-SubsumeRC02/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0306-rc-function-SubsumeRC02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(SubsumeRC02) run(SubsumeRC02) diff --git a/testsuite/java_test/rc_test/common_test/RC0307-rc-function-SubsumeRC03/test.cfg b/testsuite/java_test/rc_test/common_test/RC0307-rc-function-SubsumeRC03/test.cfg index 597de5ce7e..0bb71ca6eb 100644 --- a/testsuite/java_test/rc_test/common_test/RC0307-rc-function-SubsumeRC03/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0307-rc-function-SubsumeRC03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(SubsumeRC03) run(SubsumeRC03) diff --git a/testsuite/java_test/rc_test/common_test/RC0308-rc-function-CondBasedRC01/test.cfg b/testsuite/java_test/rc_test/common_test/RC0308-rc-function-CondBasedRC01/test.cfg index 9b6a72582d..24a3ce14e1 100644 --- a/testsuite/java_test/rc_test/common_test/RC0308-rc-function-CondBasedRC01/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0308-rc-function-CondBasedRC01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(CondBasedRC01) run(CondBasedRC01) diff --git a/testsuite/java_test/rc_test/common_test/RC0427-rc-Annotation-RCMixTest/test.cfg b/testsuite/java_test/rc_test/common_test/RC0427-rc-Annotation-RCMixTest/test.cfg index b262d9cf5c..4715bd7e90 100644 --- a/testsuite/java_test/rc_test/common_test/RC0427-rc-Annotation-RCMixTest/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0427-rc-Annotation-RCMixTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCMixTest) run(RCMixTest) diff --git a/testsuite/java_test/rc_test/common_test/RC0428-rc-Annotation-RCMixThreadTest/test.cfg b/testsuite/java_test/rc_test/common_test/RC0428-rc-Annotation-RCMixThreadTest/test.cfg index 201b657b56..a3cdc3c65b 100644 --- a/testsuite/java_test/rc_test/common_test/RC0428-rc-Annotation-RCMixThreadTest/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0428-rc-Annotation-RCMixThreadTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCMixThreadTest) run(RCMixThreadTest) diff --git a/testsuite/java_test/rc_test/common_test/RC0434-rc-SoftRef-SoftRefTest04/test.cfg b/testsuite/java_test/rc_test/common_test/RC0434-rc-SoftRef-SoftRefTest04/test.cfg index 6b9b106743..e577669982 100755 --- a/testsuite/java_test/rc_test/common_test/RC0434-rc-SoftRef-SoftRefTest04/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0434-rc-SoftRef-SoftRefTest04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(SoftRefTest04) run(SoftRefTest04) diff --git a/testsuite/java_test/rc_test/common_test/RC0436-rc-SoftRef-SoftRefTest06/test.cfg b/testsuite/java_test/rc_test/common_test/RC0436-rc-SoftRef-SoftRefTest06/test.cfg index 1fd49e7406..7e86684177 100755 --- a/testsuite/java_test/rc_test/common_test/RC0436-rc-SoftRef-SoftRefTest06/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0436-rc-SoftRef-SoftRefTest06/test.cfg @@ -1,3 +1,2 @@ -clean() compile(SoftRefTest06) run(SoftRefTest06) diff --git a/testsuite/java_test/rc_test/common_test/RC0437-rc-RCHeader-RCHeaderTest/test.cfg b/testsuite/java_test/rc_test/common_test/RC0437-rc-RCHeader-RCHeaderTest/test.cfg index 5276b278be..7c505b0549 100755 --- a/testsuite/java_test/rc_test/common_test/RC0437-rc-RCHeader-RCHeaderTest/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0437-rc-RCHeader-RCHeaderTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCHeaderTest) run(RCHeaderTest) diff --git a/testsuite/java_test/rc_test/common_test/RC0438-rc-RCHeader-RCHeaderTest02/test.cfg b/testsuite/java_test/rc_test/common_test/RC0438-rc-RCHeader-RCHeaderTest02/test.cfg index cc39390254..9c40996b92 100755 --- a/testsuite/java_test/rc_test/common_test/RC0438-rc-RCHeader-RCHeaderTest02/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0438-rc-RCHeader-RCHeaderTest02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCHeaderTest02) run(RCHeaderTest02) diff --git a/testsuite/java_test/rc_test/common_test/RC0439-rc-RCHeader-RCHeaderTest03/test.cfg b/testsuite/java_test/rc_test/common_test/RC0439-rc-RCHeader-RCHeaderTest03/test.cfg index bd7b6994b3..9f5290f5a5 100755 --- a/testsuite/java_test/rc_test/common_test/RC0439-rc-RCHeader-RCHeaderTest03/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0439-rc-RCHeader-RCHeaderTest03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCHeaderTest03) run(RCHeaderTest03) diff --git a/testsuite/java_test/rc_test/common_test/RC0441-rc-RCHeader-RCHeaderTest06/test.cfg b/testsuite/java_test/rc_test/common_test/RC0441-rc-RCHeader-RCHeaderTest06/test.cfg index 2c77d854f2..cfbae518c4 100755 --- a/testsuite/java_test/rc_test/common_test/RC0441-rc-RCHeader-RCHeaderTest06/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0441-rc-RCHeader-RCHeaderTest06/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCHeaderTest06) run(RCHeaderTest06) diff --git a/testsuite/java_test/rc_test/common_test/RC0442-rc-RCHeader-RCHeaderTest07/test.cfg b/testsuite/java_test/rc_test/common_test/RC0442-rc-RCHeader-RCHeaderTest07/test.cfg index 10bb9dcdec..c9c754185b 100755 --- a/testsuite/java_test/rc_test/common_test/RC0442-rc-RCHeader-RCHeaderTest07/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0442-rc-RCHeader-RCHeaderTest07/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCHeaderTest07) run(RCHeaderTest07) diff --git a/testsuite/java_test/rc_test/common_test/RC0445-rc-PlacementRC-PlacementRCTest03/test.cfg b/testsuite/java_test/rc_test/common_test/RC0445-rc-PlacementRC-PlacementRCTest03/test.cfg index 87de74c21b..463c887d6a 100755 --- a/testsuite/java_test/rc_test/common_test/RC0445-rc-PlacementRC-PlacementRCTest03/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0445-rc-PlacementRC-PlacementRCTest03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(PlacementRCTest03) run(PlacementRCTest03) diff --git a/testsuite/java_test/rc_test/common_test/RC0471-rc-BindingMethod-UnsafeTest01/test.cfg b/testsuite/java_test/rc_test/common_test/RC0471-rc-BindingMethod-UnsafeTest01/test.cfg index d591443836..4ad4aefc5d 100755 --- a/testsuite/java_test/rc_test/common_test/RC0471-rc-BindingMethod-UnsafeTest01/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0471-rc-BindingMethod-UnsafeTest01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeTest01) run(UnsafeTest01) diff --git a/testsuite/java_test/rc_test/common_test/RC0472-rc-BindingMethod-UnsafeTest02/test.cfg b/testsuite/java_test/rc_test/common_test/RC0472-rc-BindingMethod-UnsafeTest02/test.cfg index acf4a5384b..ba82cdc426 100755 --- a/testsuite/java_test/rc_test/common_test/RC0472-rc-BindingMethod-UnsafeTest02/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0472-rc-BindingMethod-UnsafeTest02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeTest02) run(UnsafeTest02) diff --git a/testsuite/java_test/rc_test/common_test/RC0473-rc-BindingMethod-UnsafeTest03/test.cfg b/testsuite/java_test/rc_test/common_test/RC0473-rc-BindingMethod-UnsafeTest03/test.cfg index 332b3a2173..a7f8eef80a 100755 --- a/testsuite/java_test/rc_test/common_test/RC0473-rc-BindingMethod-UnsafeTest03/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0473-rc-BindingMethod-UnsafeTest03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeTest03) run(UnsafeTest03) diff --git a/testsuite/java_test/rc_test/common_test/RC0474-rc-BindingMethod-UnsafeTest04/test.cfg b/testsuite/java_test/rc_test/common_test/RC0474-rc-BindingMethod-UnsafeTest04/test.cfg index 4140fc766c..173f300643 100755 --- a/testsuite/java_test/rc_test/common_test/RC0474-rc-BindingMethod-UnsafeTest04/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0474-rc-BindingMethod-UnsafeTest04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeTest04) run(UnsafeTest04) diff --git a/testsuite/java_test/rc_test/common_test/RC0475-rc-BindingMethod-UnsafeTest05/test.cfg b/testsuite/java_test/rc_test/common_test/RC0475-rc-BindingMethod-UnsafeTest05/test.cfg index 324a5aa620..adcb6317dc 100755 --- a/testsuite/java_test/rc_test/common_test/RC0475-rc-BindingMethod-UnsafeTest05/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0475-rc-BindingMethod-UnsafeTest05/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeTest05) run(UnsafeTest05) diff --git a/testsuite/java_test/rc_test/common_test/RC0476-rc-BindingMethod-UnsafeTest06/test.cfg b/testsuite/java_test/rc_test/common_test/RC0476-rc-BindingMethod-UnsafeTest06/test.cfg index 32b6005e48..a5b57df217 100755 --- a/testsuite/java_test/rc_test/common_test/RC0476-rc-BindingMethod-UnsafeTest06/test.cfg +++ b/testsuite/java_test/rc_test/common_test/RC0476-rc-BindingMethod-UnsafeTest06/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeTest06) run(UnsafeTest06) diff --git a/testsuite/java_test/rc_test/issue-RC0388-rc-Annotation-RCUnownedRefUnCycle02/test.cfg b/testsuite/java_test/rc_test/issue-RC0388-rc-Annotation-RCUnownedRefUnCycle02/test.cfg index 591714b161..1a8e61c355 100644 --- a/testsuite/java_test/rc_test/issue-RC0388-rc-Annotation-RCUnownedRefUnCycle02/test.cfg +++ b/testsuite/java_test/rc_test/issue-RC0388-rc-Annotation-RCUnownedRefUnCycle02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCUnownedRefUncycle02) run(RCUnownedRefUncycle02,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/issue-RC0390-rc-Annotation-RCUnownedRefUncycleThread2/test.cfg b/testsuite/java_test/rc_test/issue-RC0390-rc-Annotation-RCUnownedRefUncycleThread2/test.cfg index af22355abf..0046f6a75e 100644 --- a/testsuite/java_test/rc_test/issue-RC0390-rc-Annotation-RCUnownedRefUncycleThread2/test.cfg +++ b/testsuite/java_test/rc_test/issue-RC0390-rc-Annotation-RCUnownedRefUncycleThread2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCUnownedRefUncycleThread2) run(RCUnownedRefUncycleThread2,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/issue-RC0422-rc-Annotation-RCUnownedOuterThreadTest/test.cfg b/testsuite/java_test/rc_test/issue-RC0422-rc-Annotation-RCUnownedOuterThreadTest/test.cfg index 1a3283b883..797d2d01d5 100755 --- a/testsuite/java_test/rc_test/issue-RC0422-rc-Annotation-RCUnownedOuterThreadTest/test.cfg +++ b/testsuite/java_test/rc_test/issue-RC0422-rc-Annotation-RCUnownedOuterThreadTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCUnownedOuterThreadTest) run(RCUnownedOuterThreadTest,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/issue-RC0460-rc-GC-TriggerGCTest04_Phone/test.cfg b/testsuite/java_test/rc_test/issue-RC0460-rc-GC-TriggerGCTest04_Phone/test.cfg index e0e317f789..c233c0bbef 100755 --- a/testsuite/java_test/rc_test/issue-RC0460-rc-GC-TriggerGCTest04_Phone/test.cfg +++ b/testsuite/java_test/rc_test/issue-RC0460-rc-GC-TriggerGCTest04_Phone/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TriggerGCTest04) run(TriggerGCTest04,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/issue-RC0461-rc-GC-TriggerGCTest05_Phone/test.cfg b/testsuite/java_test/rc_test/issue-RC0461-rc-GC-TriggerGCTest05_Phone/test.cfg index ffaed6dd74..0dcdf0b6a6 100755 --- a/testsuite/java_test/rc_test/issue-RC0461-rc-GC-TriggerGCTest05_Phone/test.cfg +++ b/testsuite/java_test/rc_test/issue-RC0461-rc-GC-TriggerGCTest05_Phone/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TriggerGCTest05) run(TriggerGCTest05,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/issue-RC0462-rc-GC-TriggerGCTest06_Phone/test.cfg b/testsuite/java_test/rc_test/issue-RC0462-rc-GC-TriggerGCTest06_Phone/test.cfg index 317c22587d..595ec70609 100755 --- a/testsuite/java_test/rc_test/issue-RC0462-rc-GC-TriggerGCTest06_Phone/test.cfg +++ b/testsuite/java_test/rc_test/issue-RC0462-rc-GC-TriggerGCTest06_Phone/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TriggerGCTest06) run(TriggerGCTest06,EXPECTNUM=1) diff --git a/testsuite/java_test/rc_test/native_test/RC0411-rc-Annotation-RCPermanentTest/test.cfg b/testsuite/java_test/rc_test/native_test/RC0411-rc-Annotation-RCPermanentTest/test.cfg index a6514fe312..e321d3c974 100644 --- a/testsuite/java_test/rc_test/native_test/RC0411-rc-Annotation-RCPermanentTest/test.cfg +++ b/testsuite/java_test/rc_test/native_test/RC0411-rc-Annotation-RCPermanentTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentTest,NATIVE_SRC=jniTestHelper) run(RCPermanentTest) diff --git a/testsuite/java_test/rc_test/native_test/RC0412-rc-Annotation-RCPermanentTest2/test.cfg b/testsuite/java_test/rc_test/native_test/RC0412-rc-Annotation-RCPermanentTest2/test.cfg index a5396c9beb..4b0f0b18fd 100644 --- a/testsuite/java_test/rc_test/native_test/RC0412-rc-Annotation-RCPermanentTest2/test.cfg +++ b/testsuite/java_test/rc_test/native_test/RC0412-rc-Annotation-RCPermanentTest2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentTest2,NATIVE_SRC=jniTestHelper) run(RCPermanentTest2) diff --git a/testsuite/java_test/rc_test/native_test/RC0413-rc-Annotation-RCPermanentTest3/test.cfg b/testsuite/java_test/rc_test/native_test/RC0413-rc-Annotation-RCPermanentTest3/test.cfg index 6d32e0d59d..a11942e6d1 100644 --- a/testsuite/java_test/rc_test/native_test/RC0413-rc-Annotation-RCPermanentTest3/test.cfg +++ b/testsuite/java_test/rc_test/native_test/RC0413-rc-Annotation-RCPermanentTest3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentTest3,NATIVE_SRC=jniTestHelper) run(RCPermanentTest3) diff --git a/testsuite/java_test/rc_test/native_test/RC0414-rc-Annotation-RCPermanentTest4/test.cfg b/testsuite/java_test/rc_test/native_test/RC0414-rc-Annotation-RCPermanentTest4/test.cfg index 49b8f9566e..6c146ff744 100644 --- a/testsuite/java_test/rc_test/native_test/RC0414-rc-Annotation-RCPermanentTest4/test.cfg +++ b/testsuite/java_test/rc_test/native_test/RC0414-rc-Annotation-RCPermanentTest4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentTest4,NATIVE_SRC=jniTestHelper) run(RCPermanentTest4) diff --git a/testsuite/java_test/rc_test/native_test/RC0415-rc-Annotation-RCPermanentTest5/test.cfg b/testsuite/java_test/rc_test/native_test/RC0415-rc-Annotation-RCPermanentTest5/test.cfg index 2e2f6bd77a..39af39b337 100644 --- a/testsuite/java_test/rc_test/native_test/RC0415-rc-Annotation-RCPermanentTest5/test.cfg +++ b/testsuite/java_test/rc_test/native_test/RC0415-rc-Annotation-RCPermanentTest5/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentTest5,NATIVE_SRC=jniTestHelper) run(RCPermanentTest5) diff --git a/testsuite/java_test/rc_test/native_test/RC0416-rc-Annotation-RCPermanentThread/test.cfg b/testsuite/java_test/rc_test/native_test/RC0416-rc-Annotation-RCPermanentThread/test.cfg index 9779e1593d..6d2f8b905d 100644 --- a/testsuite/java_test/rc_test/native_test/RC0416-rc-Annotation-RCPermanentThread/test.cfg +++ b/testsuite/java_test/rc_test/native_test/RC0416-rc-Annotation-RCPermanentThread/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentThread,NATIVE_SRC=jniTestHelper) run(RCPermanentThread) diff --git a/testsuite/java_test/rc_test/native_test/RC0423-rc-Annotation-RCPermanentTest6/test.cfg b/testsuite/java_test/rc_test/native_test/RC0423-rc-Annotation-RCPermanentTest6/test.cfg index 8eec88cfef..aaf07c7773 100644 --- a/testsuite/java_test/rc_test/native_test/RC0423-rc-Annotation-RCPermanentTest6/test.cfg +++ b/testsuite/java_test/rc_test/native_test/RC0423-rc-Annotation-RCPermanentTest6/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentTest6,NATIVE_SRC=jniTestHelper) run(RCPermanentTest6) diff --git a/testsuite/java_test/rc_test/native_test/RC0424-rc-Annotation-RCPermanentThread2/test.cfg b/testsuite/java_test/rc_test/native_test/RC0424-rc-Annotation-RCPermanentThread2/test.cfg index e6334af048..bfbdfabe63 100644 --- a/testsuite/java_test/rc_test/native_test/RC0424-rc-Annotation-RCPermanentThread2/test.cfg +++ b/testsuite/java_test/rc_test/native_test/RC0424-rc-Annotation-RCPermanentThread2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentThread2,NATIVE_SRC=jniTestHelper) run(RCPermanentThread2) diff --git a/testsuite/java_test/rc_test/native_test/RC0425-rc-Annotation-RCPermanentTest7/test.cfg b/testsuite/java_test/rc_test/native_test/RC0425-rc-Annotation-RCPermanentTest7/test.cfg index 4f56b863bd..ab243bf6c7 100644 --- a/testsuite/java_test/rc_test/native_test/RC0425-rc-Annotation-RCPermanentTest7/test.cfg +++ b/testsuite/java_test/rc_test/native_test/RC0425-rc-Annotation-RCPermanentTest7/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentTest7,NATIVE_SRC=jniTestHelper) run(RCPermanentTest7) diff --git a/testsuite/java_test/rc_test/native_test/RC0426-rc-Annotation-RCPermanentThread3/test.cfg b/testsuite/java_test/rc_test/native_test/RC0426-rc-Annotation-RCPermanentThread3/test.cfg index f18e7d3d80..3f781db4df 100644 --- a/testsuite/java_test/rc_test/native_test/RC0426-rc-Annotation-RCPermanentThread3/test.cfg +++ b/testsuite/java_test/rc_test/native_test/RC0426-rc-Annotation-RCPermanentThread3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentThread3,NATIVE_SRC=jniTestHelper) run(RCPermanentThread3) diff --git a/testsuite/java_test/rc_test/native_test/RC0429-rc-Annotation-RCPermanentTest8/test.cfg b/testsuite/java_test/rc_test/native_test/RC0429-rc-Annotation-RCPermanentTest8/test.cfg index b9c4d9cc91..c6df6d04fa 100644 --- a/testsuite/java_test/rc_test/native_test/RC0429-rc-Annotation-RCPermanentTest8/test.cfg +++ b/testsuite/java_test/rc_test/native_test/RC0429-rc-Annotation-RCPermanentTest8/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentTest8,NATIVE_SRC=jniTestHelper) run(RCPermanentTest8) diff --git a/testsuite/java_test/rc_test/native_test/RC0430-rc-Annotation-RCPermanentThread4/test.cfg b/testsuite/java_test/rc_test/native_test/RC0430-rc-Annotation-RCPermanentThread4/test.cfg index f9543f8078..6fe23b6070 100644 --- a/testsuite/java_test/rc_test/native_test/RC0430-rc-Annotation-RCPermanentThread4/test.cfg +++ b/testsuite/java_test/rc_test/native_test/RC0430-rc-Annotation-RCPermanentThread4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentThread4,NATIVE_SRC=jniTestHelper) run(RCPermanentThread4) diff --git a/testsuite/java_test/rc_test/native_test/RC0448-rc-Annotation-RCPermanentLimit2/test.cfg b/testsuite/java_test/rc_test/native_test/RC0448-rc-Annotation-RCPermanentLimit2/test.cfg index 498ab5cfab..dfb7da3db6 100755 --- a/testsuite/java_test/rc_test/native_test/RC0448-rc-Annotation-RCPermanentLimit2/test.cfg +++ b/testsuite/java_test/rc_test/native_test/RC0448-rc-Annotation-RCPermanentLimit2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentLimit2,NATIVE_SRC=jniTestHelper) run(RCPermanentLimit2) diff --git a/testsuite/java_test/rc_test/native_test/issue-RC0447-rc-Annotation-RCPermanentLimit/test.cfg b/testsuite/java_test/rc_test/native_test/issue-RC0447-rc-Annotation-RCPermanentLimit/test.cfg index adc6d39d8a..bc1f034cf5 100755 --- a/testsuite/java_test/rc_test/native_test/issue-RC0447-rc-Annotation-RCPermanentLimit/test.cfg +++ b/testsuite/java_test/rc_test/native_test/issue-RC0447-rc-Annotation-RCPermanentLimit/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RCPermanentLimit,NATIVE_SRC=jniTestHelper,O0:O2) run(RCPermanentLimit) diff --git a/testsuite/java_test/reflection_test/RT0001-rt-reflection-ReflectingetConstructor1/test.cfg b/testsuite/java_test/reflection_test/RT0001-rt-reflection-ReflectingetConstructor1/test.cfg index e78181523f..855189b008 100644 --- a/testsuite/java_test/reflection_test/RT0001-rt-reflection-ReflectingetConstructor1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0001-rt-reflection-ReflectingetConstructor1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectingGetConstructor1) run(ReflectingGetConstructor1) diff --git a/testsuite/java_test/reflection_test/RT0002-rt-reflection-ReflectingetConstructor2/test.cfg b/testsuite/java_test/reflection_test/RT0002-rt-reflection-ReflectingetConstructor2/test.cfg index 589142c7fb..574f884160 100644 --- a/testsuite/java_test/reflection_test/RT0002-rt-reflection-ReflectingetConstructor2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0002-rt-reflection-ReflectingetConstructor2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectingGetConstructor2) run(ReflectingGetConstructor2) diff --git a/testsuite/java_test/reflection_test/RT0003-rt-reflection-ReflectingetConstructors/test.cfg b/testsuite/java_test/reflection_test/RT0003-rt-reflection-ReflectingetConstructors/test.cfg index 0dc5a7c7dc..5b876ecb1d 100644 --- a/testsuite/java_test/reflection_test/RT0003-rt-reflection-ReflectingetConstructors/test.cfg +++ b/testsuite/java_test/reflection_test/RT0003-rt-reflection-ReflectingetConstructors/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectingGetConstructors) run(ReflectingGetConstructors) diff --git a/testsuite/java_test/reflection_test/RT0004-rt-reflection-ReflectingetDeclaredConstructor1/test.cfg b/testsuite/java_test/reflection_test/RT0004-rt-reflection-ReflectingetDeclaredConstructor1/test.cfg index 39d8ab0b19..9c2f15bac2 100644 --- a/testsuite/java_test/reflection_test/RT0004-rt-reflection-ReflectingetDeclaredConstructor1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0004-rt-reflection-ReflectingetDeclaredConstructor1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectingGetDeclaredConstructor1) run(ReflectingGetDeclaredConstructor1) diff --git a/testsuite/java_test/reflection_test/RT0005-rt-reflection-ReflectingetDeclaredConstructor2/test.cfg b/testsuite/java_test/reflection_test/RT0005-rt-reflection-ReflectingetDeclaredConstructor2/test.cfg index eb35ae24ee..e4e52a3b94 100644 --- a/testsuite/java_test/reflection_test/RT0005-rt-reflection-ReflectingetDeclaredConstructor2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0005-rt-reflection-ReflectingetDeclaredConstructor2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectingGetDeclaredConstructor2) run(ReflectingGetDeclaredConstructor2) diff --git a/testsuite/java_test/reflection_test/RT0006-rt-reflection-ReflectingetDeclaredConstructors/test.cfg b/testsuite/java_test/reflection_test/RT0006-rt-reflection-ReflectingetDeclaredConstructors/test.cfg index 37a637c82a..20069c0522 100644 --- a/testsuite/java_test/reflection_test/RT0006-rt-reflection-ReflectingetDeclaredConstructors/test.cfg +++ b/testsuite/java_test/reflection_test/RT0006-rt-reflection-ReflectingetDeclaredConstructors/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectingGetDeclaredConstructors) run(ReflectingGetDeclaredConstructors) diff --git a/testsuite/java_test/reflection_test/RT0007-rt-reflection-ReflectionasSubclass1/test.cfg b/testsuite/java_test/reflection_test/RT0007-rt-reflection-ReflectionasSubclass1/test.cfg index 3190733f51..89eb8c0438 100644 --- a/testsuite/java_test/reflection_test/RT0007-rt-reflection-ReflectionasSubclass1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0007-rt-reflection-ReflectionasSubclass1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionAsSubclass1) run(ReflectionAsSubclass1) diff --git a/testsuite/java_test/reflection_test/RT0008-rt-reflection-ReflectionasSubclass2/test.cfg b/testsuite/java_test/reflection_test/RT0008-rt-reflection-ReflectionasSubclass2/test.cfg index 7028ea169f..e897c60b5f 100644 --- a/testsuite/java_test/reflection_test/RT0008-rt-reflection-ReflectionasSubclass2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0008-rt-reflection-ReflectionasSubclass2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionAsSubclass2) run(ReflectionAsSubclass2) diff --git a/testsuite/java_test/reflection_test/RT0009-rt-reflection-ReflectionasSubclass3/test.cfg b/testsuite/java_test/reflection_test/RT0009-rt-reflection-ReflectionasSubclass3/test.cfg index a7f3e3c67c..b2589926c7 100644 --- a/testsuite/java_test/reflection_test/RT0009-rt-reflection-ReflectionasSubclass3/test.cfg +++ b/testsuite/java_test/reflection_test/RT0009-rt-reflection-ReflectionasSubclass3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionAsSubclass3) run(ReflectionAsSubclass3) diff --git a/testsuite/java_test/reflection_test/RT0010-rt-reflection-Reflectioncast1/test.cfg b/testsuite/java_test/reflection_test/RT0010-rt-reflection-Reflectioncast1/test.cfg index 034d26a261..48241ccf96 100644 --- a/testsuite/java_test/reflection_test/RT0010-rt-reflection-Reflectioncast1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0010-rt-reflection-Reflectioncast1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionCast1) run(ReflectionCast1) diff --git a/testsuite/java_test/reflection_test/RT0011-rt-reflection-Reflectioncast2/test.cfg b/testsuite/java_test/reflection_test/RT0011-rt-reflection-Reflectioncast2/test.cfg index 85638f07ce..77458af723 100644 --- a/testsuite/java_test/reflection_test/RT0011-rt-reflection-Reflectioncast2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0011-rt-reflection-Reflectioncast2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionCast2) run(ReflectionCast2) diff --git a/testsuite/java_test/reflection_test/RT0012-rt-reflection-Reflectioncast3/test.cfg b/testsuite/java_test/reflection_test/RT0012-rt-reflection-Reflectioncast3/test.cfg index 6ef93961c9..277a7056b0 100644 --- a/testsuite/java_test/reflection_test/RT0012-rt-reflection-Reflectioncast3/test.cfg +++ b/testsuite/java_test/reflection_test/RT0012-rt-reflection-Reflectioncast3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionCast3) run(ReflectionCast3) diff --git a/testsuite/java_test/reflection_test/RT0013-rt-reflection-Reflectioncast4/test.cfg b/testsuite/java_test/reflection_test/RT0013-rt-reflection-Reflectioncast4/test.cfg index 089c34315a..154de1da59 100644 --- a/testsuite/java_test/reflection_test/RT0013-rt-reflection-Reflectioncast4/test.cfg +++ b/testsuite/java_test/reflection_test/RT0013-rt-reflection-Reflectioncast4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionCast4) run(ReflectionCast4) diff --git a/testsuite/java_test/reflection_test/RT0014-rt-reflection-ReflectiondesiredAssertionStatus/test.cfg b/testsuite/java_test/reflection_test/RT0014-rt-reflection-ReflectiondesiredAssertionStatus/test.cfg index 3024136a06..63db2513f4 100644 --- a/testsuite/java_test/reflection_test/RT0014-rt-reflection-ReflectiondesiredAssertionStatus/test.cfg +++ b/testsuite/java_test/reflection_test/RT0014-rt-reflection-ReflectiondesiredAssertionStatus/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionDesiredAssertionStatus) run(ReflectionDesiredAssertionStatus) diff --git a/testsuite/java_test/reflection_test/RT0015-rt-reflection-ReflectionforName1/test.cfg b/testsuite/java_test/reflection_test/RT0015-rt-reflection-ReflectionforName1/test.cfg index 11c1b7e562..718481cfd4 100644 --- a/testsuite/java_test/reflection_test/RT0015-rt-reflection-ReflectionforName1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0015-rt-reflection-ReflectionforName1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionForName1) run(ReflectionForName1) diff --git a/testsuite/java_test/reflection_test/RT0016-rt-reflection-ReflectionforName4/test.cfg b/testsuite/java_test/reflection_test/RT0016-rt-reflection-ReflectionforName4/test.cfg index 1f80d81f34..0857d14c6d 100644 --- a/testsuite/java_test/reflection_test/RT0016-rt-reflection-ReflectionforName4/test.cfg +++ b/testsuite/java_test/reflection_test/RT0016-rt-reflection-ReflectionforName4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionForName4) run(ReflectionForName4) diff --git a/testsuite/java_test/reflection_test/RT0017-rt-reflection-ReflectionforName5/test.cfg b/testsuite/java_test/reflection_test/RT0017-rt-reflection-ReflectionforName5/test.cfg index 0fad02aa1e..35f30f0a12 100644 --- a/testsuite/java_test/reflection_test/RT0017-rt-reflection-ReflectionforName5/test.cfg +++ b/testsuite/java_test/reflection_test/RT0017-rt-reflection-ReflectionforName5/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionForName5) run(ReflectionForName5) diff --git a/testsuite/java_test/reflection_test/RT0018-rt-reflection-ReflectiongetAnnotation1/test.cfg b/testsuite/java_test/reflection_test/RT0018-rt-reflection-ReflectiongetAnnotation1/test.cfg index 97f14563a4..3ea370ea1c 100644 --- a/testsuite/java_test/reflection_test/RT0018-rt-reflection-ReflectiongetAnnotation1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0018-rt-reflection-ReflectiongetAnnotation1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation1) run(ReflectionGetAnnotation1) diff --git a/testsuite/java_test/reflection_test/RT0019-rt-reflection-ReflectiongetAnnotation2/test.cfg b/testsuite/java_test/reflection_test/RT0019-rt-reflection-ReflectiongetAnnotation2/test.cfg index d04c630e90..7775516b4f 100644 --- a/testsuite/java_test/reflection_test/RT0019-rt-reflection-ReflectiongetAnnotation2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0019-rt-reflection-ReflectiongetAnnotation2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation2) run(ReflectionGetAnnotation2) diff --git a/testsuite/java_test/reflection_test/RT0020-rt-reflection-ReflectiongetAnnotation3/test.cfg b/testsuite/java_test/reflection_test/RT0020-rt-reflection-ReflectiongetAnnotation3/test.cfg index a9e294b580..5b9e88591b 100644 --- a/testsuite/java_test/reflection_test/RT0020-rt-reflection-ReflectiongetAnnotation3/test.cfg +++ b/testsuite/java_test/reflection_test/RT0020-rt-reflection-ReflectiongetAnnotation3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation3) run(ReflectionGetAnnotation3) diff --git a/testsuite/java_test/reflection_test/RT0021-rt-reflection-ReflectiongetAnnotation4/test.cfg b/testsuite/java_test/reflection_test/RT0021-rt-reflection-ReflectiongetAnnotation4/test.cfg index 8c874d0f7c..1c8ef96f66 100644 --- a/testsuite/java_test/reflection_test/RT0021-rt-reflection-ReflectiongetAnnotation4/test.cfg +++ b/testsuite/java_test/reflection_test/RT0021-rt-reflection-ReflectiongetAnnotation4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation4) run(ReflectionGetAnnotation4) diff --git a/testsuite/java_test/reflection_test/RT0022-rt-reflection-ReflectiongetAnnotation5/test.cfg b/testsuite/java_test/reflection_test/RT0022-rt-reflection-ReflectiongetAnnotation5/test.cfg index 577377a725..17609280c0 100644 --- a/testsuite/java_test/reflection_test/RT0022-rt-reflection-ReflectiongetAnnotation5/test.cfg +++ b/testsuite/java_test/reflection_test/RT0022-rt-reflection-ReflectiongetAnnotation5/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation5) run(ReflectionGetAnnotation5) diff --git a/testsuite/java_test/reflection_test/RT0023-rt-reflection-ReflectiongetAnnotation6/test.cfg b/testsuite/java_test/reflection_test/RT0023-rt-reflection-ReflectiongetAnnotation6/test.cfg index c585f05446..14887ad141 100644 --- a/testsuite/java_test/reflection_test/RT0023-rt-reflection-ReflectiongetAnnotation6/test.cfg +++ b/testsuite/java_test/reflection_test/RT0023-rt-reflection-ReflectiongetAnnotation6/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation6) run(ReflectionGetAnnotation6) diff --git a/testsuite/java_test/reflection_test/RT0024-rt-reflection-ReflectiongetAnnotation7/test.cfg b/testsuite/java_test/reflection_test/RT0024-rt-reflection-ReflectiongetAnnotation7/test.cfg index 17d3edcb5e..4b9ef5370b 100644 --- a/testsuite/java_test/reflection_test/RT0024-rt-reflection-ReflectiongetAnnotation7/test.cfg +++ b/testsuite/java_test/reflection_test/RT0024-rt-reflection-ReflectiongetAnnotation7/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation7) run(ReflectionGetAnnotation7) diff --git a/testsuite/java_test/reflection_test/RT0025-rt-reflection-ReflectiongetAnnotationsByType1/test.cfg b/testsuite/java_test/reflection_test/RT0025-rt-reflection-ReflectiongetAnnotationsByType1/test.cfg index b1f5a8bb5c..eb77f0fef1 100644 --- a/testsuite/java_test/reflection_test/RT0025-rt-reflection-ReflectiongetAnnotationsByType1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0025-rt-reflection-ReflectiongetAnnotationsByType1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotationsByType1) run(ReflectionGetAnnotationsByType1) diff --git a/testsuite/java_test/reflection_test/RT0026-rt-reflection-ReflectiongetAnnotationsByType2/test.cfg b/testsuite/java_test/reflection_test/RT0026-rt-reflection-ReflectiongetAnnotationsByType2/test.cfg index 919ce3fc12..3de58b38ec 100644 --- a/testsuite/java_test/reflection_test/RT0026-rt-reflection-ReflectiongetAnnotationsByType2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0026-rt-reflection-ReflectiongetAnnotationsByType2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotationsByType2) run(ReflectionGetAnnotationsByType2) diff --git a/testsuite/java_test/reflection_test/RT0027-rt-reflection-ReflectiongetAnnotationsByType3/test.cfg b/testsuite/java_test/reflection_test/RT0027-rt-reflection-ReflectiongetAnnotationsByType3/test.cfg index 5037e188e2..dc7cf1d3ba 100644 --- a/testsuite/java_test/reflection_test/RT0027-rt-reflection-ReflectiongetAnnotationsByType3/test.cfg +++ b/testsuite/java_test/reflection_test/RT0027-rt-reflection-ReflectiongetAnnotationsByType3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotationsByType3) run(ReflectionGetAnnotationsByType3) diff --git a/testsuite/java_test/reflection_test/RT0028-rt-reflection-ReflectiongetCanonicalName/test.cfg b/testsuite/java_test/reflection_test/RT0028-rt-reflection-ReflectiongetCanonicalName/test.cfg index 7d9d6b5114..8d40d428a2 100644 --- a/testsuite/java_test/reflection_test/RT0028-rt-reflection-ReflectiongetCanonicalName/test.cfg +++ b/testsuite/java_test/reflection_test/RT0028-rt-reflection-ReflectiongetCanonicalName/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetCanonicalName) run(ReflectionGetCanonicalName) diff --git a/testsuite/java_test/reflection_test/RT0029-rt-reflection-ReflectiongetComponentType/test.cfg b/testsuite/java_test/reflection_test/RT0029-rt-reflection-ReflectiongetComponentType/test.cfg index abfd96af70..c6da763cba 100644 --- a/testsuite/java_test/reflection_test/RT0029-rt-reflection-ReflectiongetComponentType/test.cfg +++ b/testsuite/java_test/reflection_test/RT0029-rt-reflection-ReflectiongetComponentType/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetComponentType) run(ReflectionGetComponentType) diff --git a/testsuite/java_test/reflection_test/RT0030-rt-reflection-ReflectiongetDeclaredAnnotations1/test.cfg b/testsuite/java_test/reflection_test/RT0030-rt-reflection-ReflectiongetDeclaredAnnotations1/test.cfg index b14075f4b5..9823fe8304 100644 --- a/testsuite/java_test/reflection_test/RT0030-rt-reflection-ReflectiongetDeclaredAnnotations1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0030-rt-reflection-ReflectiongetDeclaredAnnotations1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredAnnotations1) run(ReflectionGetDeclaredAnnotations1) diff --git a/testsuite/java_test/reflection_test/RT0031-rt-reflection-ReflectiongetDeclaredAnnotations2/test.cfg b/testsuite/java_test/reflection_test/RT0031-rt-reflection-ReflectiongetDeclaredAnnotations2/test.cfg index f3dd5d9e78..ec3924c4a8 100644 --- a/testsuite/java_test/reflection_test/RT0031-rt-reflection-ReflectiongetDeclaredAnnotations2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0031-rt-reflection-ReflectiongetDeclaredAnnotations2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredAnnotations2) run(ReflectionGetDeclaredAnnotations2) diff --git a/testsuite/java_test/reflection_test/RT0032-rt-reflection-ReflectiongetDeclaredAnnotationsByType1/test.cfg b/testsuite/java_test/reflection_test/RT0032-rt-reflection-ReflectiongetDeclaredAnnotationsByType1/test.cfg index 494c73cc32..7369f4f33c 100644 --- a/testsuite/java_test/reflection_test/RT0032-rt-reflection-ReflectiongetDeclaredAnnotationsByType1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0032-rt-reflection-ReflectiongetDeclaredAnnotationsByType1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredAnnotationsByType1) run(ReflectionGetDeclaredAnnotationsByType1) diff --git a/testsuite/java_test/reflection_test/RT0033-rt-reflection-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/test.cfg b/testsuite/java_test/reflection_test/RT0033-rt-reflection-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/test.cfg index e797e0a7dc..7316d61dcc 100644 --- a/testsuite/java_test/reflection_test/RT0033-rt-reflection-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/test.cfg +++ b/testsuite/java_test/reflection_test/RT0033-rt-reflection-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredAnnotationsByTypeNullPointerException) run(ReflectionGetDeclaredAnnotationsByTypeNullPointerException) diff --git a/testsuite/java_test/reflection_test/RT0034-rt-reflection-ReflectiongetDeclaredClasses/test.cfg b/testsuite/java_test/reflection_test/RT0034-rt-reflection-ReflectiongetDeclaredClasses/test.cfg index 45d87ff524..45ec5eb17d 100644 --- a/testsuite/java_test/reflection_test/RT0034-rt-reflection-ReflectiongetDeclaredClasses/test.cfg +++ b/testsuite/java_test/reflection_test/RT0034-rt-reflection-ReflectiongetDeclaredClasses/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredClasses) run(ReflectionGetDeclaredClasses) diff --git a/testsuite/java_test/reflection_test/RT0035-rt-reflection-ReflectiongetDeclaredField1/test.cfg b/testsuite/java_test/reflection_test/RT0035-rt-reflection-ReflectiongetDeclaredField1/test.cfg index 7fa6397438..bb780c56d8 100644 --- a/testsuite/java_test/reflection_test/RT0035-rt-reflection-ReflectiongetDeclaredField1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0035-rt-reflection-ReflectiongetDeclaredField1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredField1) run(ReflectionGetDeclaredField1) diff --git a/testsuite/java_test/reflection_test/RT0036-rt-reflection-ReflectionGetDeclaredFieldNullPointerException/test.cfg b/testsuite/java_test/reflection_test/RT0036-rt-reflection-ReflectionGetDeclaredFieldNullPointerException/test.cfg index 456364c6e3..1a6ad430a3 100644 --- a/testsuite/java_test/reflection_test/RT0036-rt-reflection-ReflectionGetDeclaredFieldNullPointerException/test.cfg +++ b/testsuite/java_test/reflection_test/RT0036-rt-reflection-ReflectionGetDeclaredFieldNullPointerException/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredFieldNullPointerException) run(ReflectionGetDeclaredFieldNullPointerException) diff --git a/testsuite/java_test/reflection_test/RT0037-rt-reflection-ReflectiongetDeclaredFields1/test.cfg b/testsuite/java_test/reflection_test/RT0037-rt-reflection-ReflectiongetDeclaredFields1/test.cfg index 7aebf1cf72..f16f86d15d 100644 --- a/testsuite/java_test/reflection_test/RT0037-rt-reflection-ReflectiongetDeclaredFields1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0037-rt-reflection-ReflectiongetDeclaredFields1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredFields1) run(ReflectionGetDeclaredFields1) diff --git a/testsuite/java_test/reflection_test/RT0038-rt-reflection-ReflectiongetDeclaredFields2/test.cfg b/testsuite/java_test/reflection_test/RT0038-rt-reflection-ReflectiongetDeclaredFields2/test.cfg index cf5722ba04..379c7ff0b3 100644 --- a/testsuite/java_test/reflection_test/RT0038-rt-reflection-ReflectiongetDeclaredFields2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0038-rt-reflection-ReflectiongetDeclaredFields2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredFields) run(ReflectionGetDeclaredFields) diff --git a/testsuite/java_test/reflection_test/RT0039-rt-reflection-ReflectiongetDeclaredMethod1/test.cfg b/testsuite/java_test/reflection_test/RT0039-rt-reflection-ReflectiongetDeclaredMethod1/test.cfg index b2502837ef..4938010f56 100644 --- a/testsuite/java_test/reflection_test/RT0039-rt-reflection-ReflectiongetDeclaredMethod1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0039-rt-reflection-ReflectiongetDeclaredMethod1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredMethod1) run(ReflectionGetDeclaredMethod1) diff --git a/testsuite/java_test/reflection_test/RT0040-rt-reflection-ReflectiongetDeclaredMethod2/test.cfg b/testsuite/java_test/reflection_test/RT0040-rt-reflection-ReflectiongetDeclaredMethod2/test.cfg index 94b2ec7c01..deff9505b5 100644 --- a/testsuite/java_test/reflection_test/RT0040-rt-reflection-ReflectiongetDeclaredMethod2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0040-rt-reflection-ReflectiongetDeclaredMethod2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredMethod2) run(ReflectionGetDeclaredMethod2) diff --git a/testsuite/java_test/reflection_test/RT0041-rt-reflection-ReflectiongetDeclaredMethod3/test.cfg b/testsuite/java_test/reflection_test/RT0041-rt-reflection-ReflectiongetDeclaredMethod3/test.cfg index 5ea7439409..d0ff610ec2 100644 --- a/testsuite/java_test/reflection_test/RT0041-rt-reflection-ReflectiongetDeclaredMethod3/test.cfg +++ b/testsuite/java_test/reflection_test/RT0041-rt-reflection-ReflectiongetDeclaredMethod3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredMethod3) run(ReflectionGetDeclaredMethod3) diff --git a/testsuite/java_test/reflection_test/RT0042-rt-reflection-ReflectiongetDeclaredMethods1/test.cfg b/testsuite/java_test/reflection_test/RT0042-rt-reflection-ReflectiongetDeclaredMethods1/test.cfg index 93a9f3a34a..1c3a592dfc 100644 --- a/testsuite/java_test/reflection_test/RT0042-rt-reflection-ReflectiongetDeclaredMethods1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0042-rt-reflection-ReflectiongetDeclaredMethods1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredMethods1) run(ReflectionGetDeclaredMethods1) diff --git a/testsuite/java_test/reflection_test/RT0043-rt-reflection-ReflectiongetDeclaredMethods2/test.cfg b/testsuite/java_test/reflection_test/RT0043-rt-reflection-ReflectiongetDeclaredMethods2/test.cfg index 6a989e717a..4c20aa127b 100644 --- a/testsuite/java_test/reflection_test/RT0043-rt-reflection-ReflectiongetDeclaredMethods2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0043-rt-reflection-ReflectiongetDeclaredMethods2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaredMethods2) run(ReflectionGetDeclaredMethods2) diff --git a/testsuite/java_test/reflection_test/RT0044-rt-reflection-ReflectiongetDeclaringClass/test.cfg b/testsuite/java_test/reflection_test/RT0044-rt-reflection-ReflectiongetDeclaringClass/test.cfg index 7fd6ced264..5555ab58e8 100644 --- a/testsuite/java_test/reflection_test/RT0044-rt-reflection-ReflectiongetDeclaringClass/test.cfg +++ b/testsuite/java_test/reflection_test/RT0044-rt-reflection-ReflectiongetDeclaringClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetDeclaringClass) run(ReflectionGetDeclaringClass) diff --git a/testsuite/java_test/reflection_test/RT0045-rt-reflection-ReflectiongetEnclosingClass1/test.cfg b/testsuite/java_test/reflection_test/RT0045-rt-reflection-ReflectiongetEnclosingClass1/test.cfg index bb34cbfdf0..bd6e544817 100644 --- a/testsuite/java_test/reflection_test/RT0045-rt-reflection-ReflectiongetEnclosingClass1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0045-rt-reflection-ReflectiongetEnclosingClass1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetEnclosingClass1) run(ReflectionGetEnclosingClass1) diff --git a/testsuite/java_test/reflection_test/RT0046-rt-reflection-ReflectiongetEnclosingClass2/test.cfg b/testsuite/java_test/reflection_test/RT0046-rt-reflection-ReflectiongetEnclosingClass2/test.cfg index 877748ddb5..41264be065 100644 --- a/testsuite/java_test/reflection_test/RT0046-rt-reflection-ReflectiongetEnclosingClass2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0046-rt-reflection-ReflectiongetEnclosingClass2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetEnclosingClass2) run(ReflectionGetEnclosingClass2) diff --git a/testsuite/java_test/reflection_test/RT0047-rt-reflection-ReflectiongetEnumConstants/test.cfg b/testsuite/java_test/reflection_test/RT0047-rt-reflection-ReflectiongetEnumConstants/test.cfg index 9080ec9b23..4f1d747cda 100644 --- a/testsuite/java_test/reflection_test/RT0047-rt-reflection-ReflectiongetEnumConstants/test.cfg +++ b/testsuite/java_test/reflection_test/RT0047-rt-reflection-ReflectiongetEnumConstants/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetEnumConstants) run(ReflectionGetEnumConstants) diff --git a/testsuite/java_test/reflection_test/RT0048-rt-reflection-ReflectiongetField1/test.cfg b/testsuite/java_test/reflection_test/RT0048-rt-reflection-ReflectiongetField1/test.cfg index 3b9e427aed..84acf80dc0 100644 --- a/testsuite/java_test/reflection_test/RT0048-rt-reflection-ReflectiongetField1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0048-rt-reflection-ReflectiongetField1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetField1) run(ReflectionGetField1) diff --git a/testsuite/java_test/reflection_test/RT0049-rt-reflection-ReflectiongetField2/test.cfg b/testsuite/java_test/reflection_test/RT0049-rt-reflection-ReflectiongetField2/test.cfg index 5a58ad12c5..623369a4ee 100644 --- a/testsuite/java_test/reflection_test/RT0049-rt-reflection-ReflectiongetField2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0049-rt-reflection-ReflectiongetField2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetField2) run(ReflectionGetField2) diff --git a/testsuite/java_test/reflection_test/RT0050-rt-reflection-ReflectiongetFields/test.cfg b/testsuite/java_test/reflection_test/RT0050-rt-reflection-ReflectiongetFields/test.cfg index 7b5ec262dd..c14243b075 100644 --- a/testsuite/java_test/reflection_test/RT0050-rt-reflection-ReflectiongetFields/test.cfg +++ b/testsuite/java_test/reflection_test/RT0050-rt-reflection-ReflectiongetFields/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetFields) run(ReflectionGetFields) diff --git a/testsuite/java_test/reflection_test/RT0051-rt-reflection-ReflectiongetMethod1/test.cfg b/testsuite/java_test/reflection_test/RT0051-rt-reflection-ReflectiongetMethod1/test.cfg index 7d65eb03f2..2d1b4d987b 100644 --- a/testsuite/java_test/reflection_test/RT0051-rt-reflection-ReflectiongetMethod1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0051-rt-reflection-ReflectiongetMethod1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetMethod1) run(ReflectionGetMethod1) diff --git a/testsuite/java_test/reflection_test/RT0052-rt-reflection-ReflectiongetMethod2/test.cfg b/testsuite/java_test/reflection_test/RT0052-rt-reflection-ReflectiongetMethod2/test.cfg index b516e09372..1c8bd7ac97 100644 --- a/testsuite/java_test/reflection_test/RT0052-rt-reflection-ReflectiongetMethod2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0052-rt-reflection-ReflectiongetMethod2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetMethod2) run(ReflectionGetMethod2) diff --git a/testsuite/java_test/reflection_test/RT0053-rt-reflection-ReflectiongetSigners/test.cfg b/testsuite/java_test/reflection_test/RT0053-rt-reflection-ReflectiongetSigners/test.cfg index 8de86972a0..ec7f078485 100644 --- a/testsuite/java_test/reflection_test/RT0053-rt-reflection-ReflectiongetSigners/test.cfg +++ b/testsuite/java_test/reflection_test/RT0053-rt-reflection-ReflectiongetSigners/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetSigners) run(ReflectionGetSigners) diff --git a/testsuite/java_test/reflection_test/RT0054-rt-reflection-ReflectiongetSimpleName/test.cfg b/testsuite/java_test/reflection_test/RT0054-rt-reflection-ReflectiongetSimpleName/test.cfg index 9c8074f513..2e1b172f63 100644 --- a/testsuite/java_test/reflection_test/RT0054-rt-reflection-ReflectiongetSimpleName/test.cfg +++ b/testsuite/java_test/reflection_test/RT0054-rt-reflection-ReflectiongetSimpleName/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetSimpleName) run(ReflectionGetSimpleName) diff --git a/testsuite/java_test/reflection_test/RT0055-rt-reflection-ReflectiongetTypeParameters/test.cfg b/testsuite/java_test/reflection_test/RT0055-rt-reflection-ReflectiongetTypeParameters/test.cfg index 858039960a..7bf45370b3 100644 --- a/testsuite/java_test/reflection_test/RT0055-rt-reflection-ReflectiongetTypeParameters/test.cfg +++ b/testsuite/java_test/reflection_test/RT0055-rt-reflection-ReflectiongetTypeParameters/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetTypeParameters) run(ReflectionGetTypeParameters) diff --git a/testsuite/java_test/reflection_test/RT0056-rt-reflection-ReflectionisArray/test.cfg b/testsuite/java_test/reflection_test/RT0056-rt-reflection-ReflectionisArray/test.cfg index 0ed00eadf4..e394d5efb9 100644 --- a/testsuite/java_test/reflection_test/RT0056-rt-reflection-ReflectionisArray/test.cfg +++ b/testsuite/java_test/reflection_test/RT0056-rt-reflection-ReflectionisArray/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsArray) run(ReflectionIsArray) diff --git a/testsuite/java_test/reflection_test/RT0057-rt-reflection-ReflectionisAssignableFrom1/test.cfg b/testsuite/java_test/reflection_test/RT0057-rt-reflection-ReflectionisAssignableFrom1/test.cfg index a375b936a6..baffcdd8ba 100644 --- a/testsuite/java_test/reflection_test/RT0057-rt-reflection-ReflectionisAssignableFrom1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0057-rt-reflection-ReflectionisAssignableFrom1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsAssignableFrom1) run(ReflectionIsAssignableFrom1) diff --git a/testsuite/java_test/reflection_test/RT0058-rt-reflection-ReflectionisAssignableFrom2/test.cfg b/testsuite/java_test/reflection_test/RT0058-rt-reflection-ReflectionisAssignableFrom2/test.cfg index fe7d43920d..f153226380 100644 --- a/testsuite/java_test/reflection_test/RT0058-rt-reflection-ReflectionisAssignableFrom2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0058-rt-reflection-ReflectionisAssignableFrom2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsAssignableFromNullPointerException) run(ReflectionIsAssignableFromNullPointerException) diff --git a/testsuite/java_test/reflection_test/RT0059-rt-reflection-ReflectionisLocalClass/test.cfg b/testsuite/java_test/reflection_test/RT0059-rt-reflection-ReflectionisLocalClass/test.cfg index eff558a3dc..a62a8fad4d 100644 --- a/testsuite/java_test/reflection_test/RT0059-rt-reflection-ReflectionisLocalClass/test.cfg +++ b/testsuite/java_test/reflection_test/RT0059-rt-reflection-ReflectionisLocalClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsLocalClass) run(ReflectionIsLocalClass) diff --git a/testsuite/java_test/reflection_test/RT0060-rt-reflection-ReflectionisMemberClass/test.cfg b/testsuite/java_test/reflection_test/RT0060-rt-reflection-ReflectionisMemberClass/test.cfg index b1afa27d45..059b9c6a50 100644 --- a/testsuite/java_test/reflection_test/RT0060-rt-reflection-ReflectionisMemberClass/test.cfg +++ b/testsuite/java_test/reflection_test/RT0060-rt-reflection-ReflectionisMemberClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsMemberClass) run(ReflectionIsMemberClass) diff --git a/testsuite/java_test/reflection_test/RT0061-rt-reflection-ReflectionisPrimitive/test.cfg b/testsuite/java_test/reflection_test/RT0061-rt-reflection-ReflectionisPrimitive/test.cfg index 5105cc43d0..7a36146eb8 100644 --- a/testsuite/java_test/reflection_test/RT0061-rt-reflection-ReflectionisPrimitive/test.cfg +++ b/testsuite/java_test/reflection_test/RT0061-rt-reflection-ReflectionisPrimitive/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsPrimitive) run(ReflectionIsPrimitive) diff --git a/testsuite/java_test/reflection_test/RT0062-rt-reflection-ReflectionisSynthetic/test.cfg b/testsuite/java_test/reflection_test/RT0062-rt-reflection-ReflectionisSynthetic/test.cfg index 9b5a9a7363..ae536c99a1 100644 --- a/testsuite/java_test/reflection_test/RT0062-rt-reflection-ReflectionisSynthetic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0062-rt-reflection-ReflectionisSynthetic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionIsSynthetic) run(ReflectionIsSynthetic) diff --git a/testsuite/java_test/reflection_test/RT0063-rt-reflection-ReflectionnewInstance1/test.cfg b/testsuite/java_test/reflection_test/RT0063-rt-reflection-ReflectionnewInstance1/test.cfg index 2837ce4278..81422d607c 100644 --- a/testsuite/java_test/reflection_test/RT0063-rt-reflection-ReflectionnewInstance1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0063-rt-reflection-ReflectionnewInstance1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionNewInstance1) run(ReflectionNewInstance1) diff --git a/testsuite/java_test/reflection_test/RT0064-rt-reflection-ReflectionnewInstance2/test.cfg b/testsuite/java_test/reflection_test/RT0064-rt-reflection-ReflectionnewInstance2/test.cfg index bdfe7d6161..8177d6f325 100644 --- a/testsuite/java_test/reflection_test/RT0064-rt-reflection-ReflectionnewInstance2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0064-rt-reflection-ReflectionnewInstance2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionNewInstanceInstantiationExceptionIllegalAccessException) run(ReflectionNewInstanceInstantiationExceptionIllegalAccessException) diff --git a/testsuite/java_test/reflection_test/RT0065-rt-reflection-ReflectiontoGenericString/test.cfg b/testsuite/java_test/reflection_test/RT0065-rt-reflection-ReflectiontoGenericString/test.cfg index dfa6a8fbf4..d634a9ec1b 100644 --- a/testsuite/java_test/reflection_test/RT0065-rt-reflection-ReflectiontoGenericString/test.cfg +++ b/testsuite/java_test/reflection_test/RT0065-rt-reflection-ReflectiontoGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionToGenericString) run(ReflectionToGenericString) diff --git a/testsuite/java_test/reflection_test/RT0066-rt-reflection-ReflectiontoString/test.cfg b/testsuite/java_test/reflection_test/RT0066-rt-reflection-ReflectiontoString/test.cfg index c76e98d23b..9efdf9adba 100644 --- a/testsuite/java_test/reflection_test/RT0066-rt-reflection-ReflectiontoString/test.cfg +++ b/testsuite/java_test/reflection_test/RT0066-rt-reflection-ReflectiontoString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionToString) run(ReflectionToString) diff --git a/testsuite/java_test/reflection_test/RT0067-rt-reflection-RTConstructorgetAnnotation1/test.cfg b/testsuite/java_test/reflection_test/RT0067-rt-reflection-RTConstructorgetAnnotation1/test.cfg index 614b1890fa..0288a9ece4 100644 --- a/testsuite/java_test/reflection_test/RT0067-rt-reflection-RTConstructorgetAnnotation1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0067-rt-reflection-RTConstructorgetAnnotation1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorGetAnnotation1) run(RTConstructorGetAnnotation1) diff --git a/testsuite/java_test/reflection_test/RT0068-rt-reflection-RTConstructorgetAnnotation2/test.cfg b/testsuite/java_test/reflection_test/RT0068-rt-reflection-RTConstructorgetAnnotation2/test.cfg index edde0d1d45..e3d083ec10 100644 --- a/testsuite/java_test/reflection_test/RT0068-rt-reflection-RTConstructorgetAnnotation2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0068-rt-reflection-RTConstructorgetAnnotation2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorGetAnnotation2) run(RTConstructorGetAnnotation2) diff --git a/testsuite/java_test/reflection_test/RT0069-rt-reflection-RTConstructorgetDeclaredAnnotations1/test.cfg b/testsuite/java_test/reflection_test/RT0069-rt-reflection-RTConstructorgetDeclaredAnnotations1/test.cfg index b46882406c..b4ffbb7fa2 100644 --- a/testsuite/java_test/reflection_test/RT0069-rt-reflection-RTConstructorgetDeclaredAnnotations1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0069-rt-reflection-RTConstructorgetDeclaredAnnotations1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorGetDeclaredAnnotations1) run(RTConstructorGetDeclaredAnnotations1) diff --git a/testsuite/java_test/reflection_test/RT0070-rt-reflection-RTConstructorgetDeclaredAnnotations2/test.cfg b/testsuite/java_test/reflection_test/RT0070-rt-reflection-RTConstructorgetDeclaredAnnotations2/test.cfg index 7f358e313b..b7763007e5 100644 --- a/testsuite/java_test/reflection_test/RT0070-rt-reflection-RTConstructorgetDeclaredAnnotations2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0070-rt-reflection-RTConstructorgetDeclaredAnnotations2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorGetDeclaredAnnotations2) run(RTConstructorGetDeclaredAnnotations2) diff --git a/testsuite/java_test/reflection_test/RT0071-rt-reflection-RTConstructorgetExceptionTypes/test.cfg b/testsuite/java_test/reflection_test/RT0071-rt-reflection-RTConstructorgetExceptionTypes/test.cfg index e01023d88a..28cfff70c2 100644 --- a/testsuite/java_test/reflection_test/RT0071-rt-reflection-RTConstructorgetExceptionTypes/test.cfg +++ b/testsuite/java_test/reflection_test/RT0071-rt-reflection-RTConstructorgetExceptionTypes/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorGetExceptionTypes) run(RTConstructorGetExceptionTypes) diff --git a/testsuite/java_test/reflection_test/RT0072-rt-reflection-RTConstructorgetTypeParameters/test.cfg b/testsuite/java_test/reflection_test/RT0072-rt-reflection-RTConstructorgetTypeParameters/test.cfg index 959b7b2a32..e123110e3b 100644 --- a/testsuite/java_test/reflection_test/RT0072-rt-reflection-RTConstructorgetTypeParameters/test.cfg +++ b/testsuite/java_test/reflection_test/RT0072-rt-reflection-RTConstructorgetTypeParameters/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorGetTypeParameters) run(RTConstructorGetTypeParameters) diff --git a/testsuite/java_test/reflection_test/RT0073-rt-reflection-RTConstructortoGenericString/test.cfg b/testsuite/java_test/reflection_test/RT0073-rt-reflection-RTConstructortoGenericString/test.cfg index 8fe87cfb04..780d783989 100644 --- a/testsuite/java_test/reflection_test/RT0073-rt-reflection-RTConstructortoGenericString/test.cfg +++ b/testsuite/java_test/reflection_test/RT0073-rt-reflection-RTConstructortoGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTConstructorToGenericString1) run(RTConstructorToGenericString1) diff --git a/testsuite/java_test/reflection_test/RT0074-rt-reflection-RTFieldget1/test.cfg b/testsuite/java_test/reflection_test/RT0074-rt-reflection-RTFieldget1/test.cfg index b3d47ebb39..d26c0c7317 100644 --- a/testsuite/java_test/reflection_test/RT0074-rt-reflection-RTFieldget1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0074-rt-reflection-RTFieldget1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGet1) run(RTFieldGet1) diff --git a/testsuite/java_test/reflection_test/RT0075-rt-reflection-RTFieldget2/test.cfg b/testsuite/java_test/reflection_test/RT0075-rt-reflection-RTFieldget2/test.cfg index 51cc0ad256..dc8135c4f2 100644 --- a/testsuite/java_test/reflection_test/RT0075-rt-reflection-RTFieldget2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0075-rt-reflection-RTFieldget2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGet2) run(RTFieldGet2) diff --git a/testsuite/java_test/reflection_test/RT0076-rt-reflection-RTFieldget3/test.cfg b/testsuite/java_test/reflection_test/RT0076-rt-reflection-RTFieldget3/test.cfg index 6b617335cf..4e03d65831 100644 --- a/testsuite/java_test/reflection_test/RT0076-rt-reflection-RTFieldget3/test.cfg +++ b/testsuite/java_test/reflection_test/RT0076-rt-reflection-RTFieldget3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGet3) run(RTFieldGet3) diff --git a/testsuite/java_test/reflection_test/RT0077-rt-reflection-RTFieldgetAnnotation/test.cfg b/testsuite/java_test/reflection_test/RT0077-rt-reflection-RTFieldgetAnnotation/test.cfg index 70955d8cc1..038efbbe99 100644 --- a/testsuite/java_test/reflection_test/RT0077-rt-reflection-RTFieldgetAnnotation/test.cfg +++ b/testsuite/java_test/reflection_test/RT0077-rt-reflection-RTFieldgetAnnotation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetAnnotation1) run(RTFieldGetAnnotation1) diff --git a/testsuite/java_test/reflection_test/RT0078-rt-reflection-RTFieldgetDeclaredAnnotations1/test.cfg b/testsuite/java_test/reflection_test/RT0078-rt-reflection-RTFieldgetDeclaredAnnotations1/test.cfg index 1b760c6fa4..713f37be93 100644 --- a/testsuite/java_test/reflection_test/RT0078-rt-reflection-RTFieldgetDeclaredAnnotations1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0078-rt-reflection-RTFieldgetDeclaredAnnotations1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetDeclaredAnnotations1) run(RTFieldGetDeclaredAnnotations1) diff --git a/testsuite/java_test/reflection_test/RT0079-rt-reflection-RTFieldgetDeclaredAnnotations2/test.cfg b/testsuite/java_test/reflection_test/RT0079-rt-reflection-RTFieldgetDeclaredAnnotations2/test.cfg index 727e62ae23..edc2fa4b88 100644 --- a/testsuite/java_test/reflection_test/RT0079-rt-reflection-RTFieldgetDeclaredAnnotations2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0079-rt-reflection-RTFieldgetDeclaredAnnotations2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetDeclaredAnnotations2) run(RTFieldGetDeclaredAnnotations2) diff --git a/testsuite/java_test/reflection_test/RT0080-rt-reflection-RTFieldgetDeclaringClass/test.cfg b/testsuite/java_test/reflection_test/RT0080-rt-reflection-RTFieldgetDeclaringClass/test.cfg index e3ed4c8649..78abc74919 100644 --- a/testsuite/java_test/reflection_test/RT0080-rt-reflection-RTFieldgetDeclaringClass/test.cfg +++ b/testsuite/java_test/reflection_test/RT0080-rt-reflection-RTFieldgetDeclaringClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetDeclaringClass) run(RTFieldGetDeclaringClass) diff --git a/testsuite/java_test/reflection_test/RT0081-rt-reflection-RTFieldgetModifiers/test.cfg b/testsuite/java_test/reflection_test/RT0081-rt-reflection-RTFieldgetModifiers/test.cfg index e297b16ce8..9fba25ad93 100644 --- a/testsuite/java_test/reflection_test/RT0081-rt-reflection-RTFieldgetModifiers/test.cfg +++ b/testsuite/java_test/reflection_test/RT0081-rt-reflection-RTFieldgetModifiers/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetModifiers) run(RTFieldGetModifiers) diff --git a/testsuite/java_test/reflection_test/RT0082-rt-reflection-RTFieldgetName/test.cfg b/testsuite/java_test/reflection_test/RT0082-rt-reflection-RTFieldgetName/test.cfg index 1bbf40e544..3e6bb647a3 100644 --- a/testsuite/java_test/reflection_test/RT0082-rt-reflection-RTFieldgetName/test.cfg +++ b/testsuite/java_test/reflection_test/RT0082-rt-reflection-RTFieldgetName/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetName) run(RTFieldGetName) diff --git a/testsuite/java_test/reflection_test/RT0083-rt-reflection-RTFieldgetType/test.cfg b/testsuite/java_test/reflection_test/RT0083-rt-reflection-RTFieldgetType/test.cfg index ecfd3fb43c..51d322a0d0 100644 --- a/testsuite/java_test/reflection_test/RT0083-rt-reflection-RTFieldgetType/test.cfg +++ b/testsuite/java_test/reflection_test/RT0083-rt-reflection-RTFieldgetType/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldGetType) run(RTFieldGetType) diff --git a/testsuite/java_test/reflection_test/RT0084-rt-reflection-RTFieldset1/test.cfg b/testsuite/java_test/reflection_test/RT0084-rt-reflection-RTFieldset1/test.cfg index 54f53bff0e..24631a745c 100644 --- a/testsuite/java_test/reflection_test/RT0084-rt-reflection-RTFieldset1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0084-rt-reflection-RTFieldset1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldSet1) run(RTFieldSet1) diff --git a/testsuite/java_test/reflection_test/RT0085-rt-reflection-RTFieldset2/test.cfg b/testsuite/java_test/reflection_test/RT0085-rt-reflection-RTFieldset2/test.cfg index 9967e5edd4..64dcadda7d 100644 --- a/testsuite/java_test/reflection_test/RT0085-rt-reflection-RTFieldset2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0085-rt-reflection-RTFieldset2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldSet2) run(RTFieldSet2) diff --git a/testsuite/java_test/reflection_test/RT0086-rt-reflection-RTFieldset3/test.cfg b/testsuite/java_test/reflection_test/RT0086-rt-reflection-RTFieldset3/test.cfg index f1921bf53b..a6cabbc749 100644 --- a/testsuite/java_test/reflection_test/RT0086-rt-reflection-RTFieldset3/test.cfg +++ b/testsuite/java_test/reflection_test/RT0086-rt-reflection-RTFieldset3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldSet3) run(RTFieldSet3) diff --git a/testsuite/java_test/reflection_test/RT0087-rt-reflection-RTFieldset4/test.cfg b/testsuite/java_test/reflection_test/RT0087-rt-reflection-RTFieldset4/test.cfg index f9f34e54e4..920b758dea 100644 --- a/testsuite/java_test/reflection_test/RT0087-rt-reflection-RTFieldset4/test.cfg +++ b/testsuite/java_test/reflection_test/RT0087-rt-reflection-RTFieldset4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldSet4) run(RTFieldSet4) diff --git a/testsuite/java_test/reflection_test/RT0088-rt-reflection-RTFieldtoGenericString/test.cfg b/testsuite/java_test/reflection_test/RT0088-rt-reflection-RTFieldtoGenericString/test.cfg index 642120ca45..e72437fa5b 100644 --- a/testsuite/java_test/reflection_test/RT0088-rt-reflection-RTFieldtoGenericString/test.cfg +++ b/testsuite/java_test/reflection_test/RT0088-rt-reflection-RTFieldtoGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldToGenericString) run(RTFieldToGenericString) diff --git a/testsuite/java_test/reflection_test/RT0089-rt-reflection-RTFieldtoString/test.cfg b/testsuite/java_test/reflection_test/RT0089-rt-reflection-RTFieldtoString/test.cfg index 06521d2700..cc1097bce3 100644 --- a/testsuite/java_test/reflection_test/RT0089-rt-reflection-RTFieldtoString/test.cfg +++ b/testsuite/java_test/reflection_test/RT0089-rt-reflection-RTFieldtoString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTFieldToString) run(RTFieldToString) diff --git a/testsuite/java_test/reflection_test/RT0090-rt-reflection-RTMethodgetAnnotation1/test.cfg b/testsuite/java_test/reflection_test/RT0090-rt-reflection-RTMethodgetAnnotation1/test.cfg index ac790d02d8..aa315cf69e 100644 --- a/testsuite/java_test/reflection_test/RT0090-rt-reflection-RTMethodgetAnnotation1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0090-rt-reflection-RTMethodgetAnnotation1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetAnnotation1) run(RTMethodGetAnnotation1) diff --git a/testsuite/java_test/reflection_test/RT0091-rt-reflection-RTMethodgetAnnotation2/test.cfg b/testsuite/java_test/reflection_test/RT0091-rt-reflection-RTMethodgetAnnotation2/test.cfg index 02a024b205..1a1120b769 100644 --- a/testsuite/java_test/reflection_test/RT0091-rt-reflection-RTMethodgetAnnotation2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0091-rt-reflection-RTMethodgetAnnotation2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetAnnotation2) run(RTMethodGetAnnotation2) diff --git a/testsuite/java_test/reflection_test/RT0092-rt-reflection-RTMethodgetDeclaredAnnotations1/test.cfg b/testsuite/java_test/reflection_test/RT0092-rt-reflection-RTMethodgetDeclaredAnnotations1/test.cfg index ffaf58dd1a..22660d0168 100644 --- a/testsuite/java_test/reflection_test/RT0092-rt-reflection-RTMethodgetDeclaredAnnotations1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0092-rt-reflection-RTMethodgetDeclaredAnnotations1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetDeclaredAnnotations1) run(RTMethodGetDeclaredAnnotations1) diff --git a/testsuite/java_test/reflection_test/RT0093-rt-reflection-RTMethodgetDeclaredAnnotations2/test.cfg b/testsuite/java_test/reflection_test/RT0093-rt-reflection-RTMethodgetDeclaredAnnotations2/test.cfg index 4058221ea5..a00193b514 100644 --- a/testsuite/java_test/reflection_test/RT0093-rt-reflection-RTMethodgetDeclaredAnnotations2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0093-rt-reflection-RTMethodgetDeclaredAnnotations2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetDeclaredAnnotations2) run(RTMethodGetDeclaredAnnotations2) diff --git a/testsuite/java_test/reflection_test/RT0094-rt-reflection-RTMethodgetDefaultValue1/test.cfg b/testsuite/java_test/reflection_test/RT0094-rt-reflection-RTMethodgetDefaultValue1/test.cfg index 2e7d5df4da..213868a4dd 100644 --- a/testsuite/java_test/reflection_test/RT0094-rt-reflection-RTMethodgetDefaultValue1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0094-rt-reflection-RTMethodgetDefaultValue1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetDefaultValue1) run(RTMethodGetDefaultValue1) diff --git a/testsuite/java_test/reflection_test/RT0095-rt-reflection-RTMethodgetParameterCount/test.cfg b/testsuite/java_test/reflection_test/RT0095-rt-reflection-RTMethodgetParameterCount/test.cfg index a28e8173d8..7b616ccbbc 100644 --- a/testsuite/java_test/reflection_test/RT0095-rt-reflection-RTMethodgetParameterCount/test.cfg +++ b/testsuite/java_test/reflection_test/RT0095-rt-reflection-RTMethodgetParameterCount/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetParameterCount) run(RTMethodGetParameterCount) diff --git a/testsuite/java_test/reflection_test/RT0096-rt-reflection-RTMethodgetTypeParameters/test.cfg b/testsuite/java_test/reflection_test/RT0096-rt-reflection-RTMethodgetTypeParameters/test.cfg index a9dd6ac5bf..865572a6c9 100644 --- a/testsuite/java_test/reflection_test/RT0096-rt-reflection-RTMethodgetTypeParameters/test.cfg +++ b/testsuite/java_test/reflection_test/RT0096-rt-reflection-RTMethodgetTypeParameters/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodGetTypeParameters) run(RTMethodGetTypeParameters) diff --git a/testsuite/java_test/reflection_test/RT0097-rt-reflection-RTMethonisDefault/test.cfg b/testsuite/java_test/reflection_test/RT0097-rt-reflection-RTMethonisDefault/test.cfg index ff4c051a6b..6ebfab5a8c 100644 --- a/testsuite/java_test/reflection_test/RT0097-rt-reflection-RTMethonisDefault/test.cfg +++ b/testsuite/java_test/reflection_test/RT0097-rt-reflection-RTMethonisDefault/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodIsDefault) run(RTMethodIsDefault) diff --git a/testsuite/java_test/reflection_test/RT0098-rt-reflection-RTMethontoGenericString/test.cfg b/testsuite/java_test/reflection_test/RT0098-rt-reflection-RTMethontoGenericString/test.cfg index 82b5a6b241..adf4fe2328 100644 --- a/testsuite/java_test/reflection_test/RT0098-rt-reflection-RTMethontoGenericString/test.cfg +++ b/testsuite/java_test/reflection_test/RT0098-rt-reflection-RTMethontoGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTMethodToGenericString) run(RTMethodToGenericString) diff --git a/testsuite/java_test/reflection_test/RT0099-rt-reflection-RTModifierparameterModifiers/test.cfg b/testsuite/java_test/reflection_test/RT0099-rt-reflection-RTModifierparameterModifiers/test.cfg index b6ae2b3bb6..a8ad20be5c 100644 --- a/testsuite/java_test/reflection_test/RT0099-rt-reflection-RTModifierparameterModifiers/test.cfg +++ b/testsuite/java_test/reflection_test/RT0099-rt-reflection-RTModifierparameterModifiers/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTModifierParameterModifiers) run(RTModifierParameterModifiers) diff --git a/testsuite/java_test/reflection_test/RT0100-rt-reflection-RTParametergetAnnotation1/test.cfg b/testsuite/java_test/reflection_test/RT0100-rt-reflection-RTParametergetAnnotation1/test.cfg index 6e7a808567..37c38048ae 100644 --- a/testsuite/java_test/reflection_test/RT0100-rt-reflection-RTParametergetAnnotation1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0100-rt-reflection-RTParametergetAnnotation1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetAnnotation1) run(RTParameterGetAnnotation1) diff --git a/testsuite/java_test/reflection_test/RT0101-rt-reflection-RTParametergetAnnotation2/test.cfg b/testsuite/java_test/reflection_test/RT0101-rt-reflection-RTParametergetAnnotation2/test.cfg index 699fa3167c..35b895fd68 100644 --- a/testsuite/java_test/reflection_test/RT0101-rt-reflection-RTParametergetAnnotation2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0101-rt-reflection-RTParametergetAnnotation2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetAnnotation2) run(RTParameterGetAnnotation2) diff --git a/testsuite/java_test/reflection_test/RT0102-rt-reflection-RTParametergetAnnotations1/test.cfg b/testsuite/java_test/reflection_test/RT0102-rt-reflection-RTParametergetAnnotations1/test.cfg index caeda24b3a..3543d246cb 100644 --- a/testsuite/java_test/reflection_test/RT0102-rt-reflection-RTParametergetAnnotations1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0102-rt-reflection-RTParametergetAnnotations1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetAnnotations1) run(RTParameterGetAnnotations1) diff --git a/testsuite/java_test/reflection_test/RT0103-rt-reflection-RTParametergetAnnotationsByType1/test.cfg b/testsuite/java_test/reflection_test/RT0103-rt-reflection-RTParametergetAnnotationsByType1/test.cfg index 208bd40d18..40b4d88c9d 100644 --- a/testsuite/java_test/reflection_test/RT0103-rt-reflection-RTParametergetAnnotationsByType1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0103-rt-reflection-RTParametergetAnnotationsByType1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetAnnotationsByType1) run(RTParameterGetAnnotationsByType1) diff --git a/testsuite/java_test/reflection_test/RT0104-rt-reflection-RTParametergetAnnotationsByType2/test.cfg b/testsuite/java_test/reflection_test/RT0104-rt-reflection-RTParametergetAnnotationsByType2/test.cfg index a9c3f557c9..3e09808848 100644 --- a/testsuite/java_test/reflection_test/RT0104-rt-reflection-RTParametergetAnnotationsByType2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0104-rt-reflection-RTParametergetAnnotationsByType2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetAnnotationsByType2) run(RTParameterGetAnnotationsByType2) diff --git a/testsuite/java_test/reflection_test/RT0105-rt-reflection-RTParametergetDeclaredAnnotation1/test.cfg b/testsuite/java_test/reflection_test/RT0105-rt-reflection-RTParametergetDeclaredAnnotation1/test.cfg index d176726d61..35306c9524 100644 --- a/testsuite/java_test/reflection_test/RT0105-rt-reflection-RTParametergetDeclaredAnnotation1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0105-rt-reflection-RTParametergetDeclaredAnnotation1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetDeclaredAnnotation1) run(RTParameterGetDeclaredAnnotation1) diff --git a/testsuite/java_test/reflection_test/RT0106-rt-reflection-RTParametergetDeclaredAnnotations1/test.cfg b/testsuite/java_test/reflection_test/RT0106-rt-reflection-RTParametergetDeclaredAnnotations1/test.cfg index d568dbd412..a56164a0bd 100644 --- a/testsuite/java_test/reflection_test/RT0106-rt-reflection-RTParametergetDeclaredAnnotations1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0106-rt-reflection-RTParametergetDeclaredAnnotations1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetDeclaredAnnotations1) run(RTParameterGetDeclaredAnnotations1) diff --git a/testsuite/java_test/reflection_test/RT0107-rt-reflection-RTParametergetDeclaredAnnotations2/test.cfg b/testsuite/java_test/reflection_test/RT0107-rt-reflection-RTParametergetDeclaredAnnotations2/test.cfg index 5e5907a08d..184ca2b1fd 100644 --- a/testsuite/java_test/reflection_test/RT0107-rt-reflection-RTParametergetDeclaredAnnotations2/test.cfg +++ b/testsuite/java_test/reflection_test/RT0107-rt-reflection-RTParametergetDeclaredAnnotations2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetDeclaredAnnotations2) run(RTParameterGetDeclaredAnnotations2) diff --git a/testsuite/java_test/reflection_test/RT0108-rt-reflection-RTParametergetDeclaredAnnotationsByType1/test.cfg b/testsuite/java_test/reflection_test/RT0108-rt-reflection-RTParametergetDeclaredAnnotationsByType1/test.cfg index 07a732bed1..a5fdcc4753 100644 --- a/testsuite/java_test/reflection_test/RT0108-rt-reflection-RTParametergetDeclaredAnnotationsByType1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0108-rt-reflection-RTParametergetDeclaredAnnotationsByType1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTParameterGetDeclaredAnnotationsByType1) run(RTParameterGetDeclaredAnnotationsByType1) diff --git a/testsuite/java_test/reflection_test/RT0109-rt-reflection-RTProxygetProxyClass1/test.cfg b/testsuite/java_test/reflection_test/RT0109-rt-reflection-RTProxygetProxyClass1/test.cfg index 6e32644ab3..6d78975803 100644 --- a/testsuite/java_test/reflection_test/RT0109-rt-reflection-RTProxygetProxyClass1/test.cfg +++ b/testsuite/java_test/reflection_test/RT0109-rt-reflection-RTProxygetProxyClass1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(RTProxyGetProxyClass1) run(RTProxyGetProxyClass1) diff --git a/testsuite/java_test/reflection_test/RT0110-rt-reflection-ClassgetDeclaredAnnotationNPE/test.cfg b/testsuite/java_test/reflection_test/RT0110-rt-reflection-ClassgetDeclaredAnnotationNPE/test.cfg index 2f7328498c..11d42b16a7 100644 --- a/testsuite/java_test/reflection_test/RT0110-rt-reflection-ClassgetDeclaredAnnotationNPE/test.cfg +++ b/testsuite/java_test/reflection_test/RT0110-rt-reflection-ClassgetDeclaredAnnotationNPE/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetDeclaredAnnotationNPE) run(ClassGetDeclaredAnnotationNPE) diff --git a/testsuite/java_test/reflection_test/RT0111-rt-reflection-reflectClasssetisAssignableFrom/test.cfg b/testsuite/java_test/reflection_test/RT0111-rt-reflection-reflectClasssetisAssignableFrom/test.cfg index 78d5881a8c..05a5d21e65 100644 --- a/testsuite/java_test/reflection_test/RT0111-rt-reflection-reflectClasssetisAssignableFrom/test.cfg +++ b/testsuite/java_test/reflection_test/RT0111-rt-reflection-reflectClasssetisAssignableFrom/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassIsAssignableFromNPE) run(ClassIsAssignableFromNPE) diff --git a/testsuite/java_test/reflection_test/RT0112-rt-reflection-ClassGetAnnotationsByType/test.cfg b/testsuite/java_test/reflection_test/RT0112-rt-reflection-ClassGetAnnotationsByType/test.cfg index 957ebdd0ba..1746ae1d4c 100644 --- a/testsuite/java_test/reflection_test/RT0112-rt-reflection-ClassGetAnnotationsByType/test.cfg +++ b/testsuite/java_test/reflection_test/RT0112-rt-reflection-ClassGetAnnotationsByType/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetAnnotationsByType) run(ClassGetAnnotationsByType) diff --git a/testsuite/java_test/reflection_test/RT0113-rt-reflection-ClassGetCanonicalName/test.cfg b/testsuite/java_test/reflection_test/RT0113-rt-reflection-ClassGetCanonicalName/test.cfg index 73150467b2..99bdb27ce2 100644 --- a/testsuite/java_test/reflection_test/RT0113-rt-reflection-ClassGetCanonicalName/test.cfg +++ b/testsuite/java_test/reflection_test/RT0113-rt-reflection-ClassGetCanonicalName/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetCanonicalName) run(ClassGetCanonicalName) diff --git a/testsuite/java_test/reflection_test/RT0114-rt-reflection-ClassGetEnclosingClass/test.cfg b/testsuite/java_test/reflection_test/RT0114-rt-reflection-ClassGetEnclosingClass/test.cfg index 06636719e4..fb1fa999d9 100644 --- a/testsuite/java_test/reflection_test/RT0114-rt-reflection-ClassGetEnclosingClass/test.cfg +++ b/testsuite/java_test/reflection_test/RT0114-rt-reflection-ClassGetEnclosingClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetEnclosingClass) run(ClassGetEnclosingClass) diff --git a/testsuite/java_test/reflection_test/RT0115-rt-reflection-ClassGetEnumConstants/test.cfg b/testsuite/java_test/reflection_test/RT0115-rt-reflection-ClassGetEnumConstants/test.cfg index f9237eebdc..8716e599ee 100644 --- a/testsuite/java_test/reflection_test/RT0115-rt-reflection-ClassGetEnumConstants/test.cfg +++ b/testsuite/java_test/reflection_test/RT0115-rt-reflection-ClassGetEnumConstants/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetEnumConstants) run(ClassGetEnumConstants) diff --git a/testsuite/java_test/reflection_test/RT0116-rt-reflection-ClassGetSimpleName/test.cfg b/testsuite/java_test/reflection_test/RT0116-rt-reflection-ClassGetSimpleName/test.cfg index bf5aa4609c..6414f8f96e 100644 --- a/testsuite/java_test/reflection_test/RT0116-rt-reflection-ClassGetSimpleName/test.cfg +++ b/testsuite/java_test/reflection_test/RT0116-rt-reflection-ClassGetSimpleName/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetSimpleName) run(ClassGetSimpleName) diff --git a/testsuite/java_test/reflection_test/RT0117-rt-reflection-ClassGetTypeParameters/test.cfg b/testsuite/java_test/reflection_test/RT0117-rt-reflection-ClassGetTypeParameters/test.cfg index 115c64aee0..8cc856d770 100644 --- a/testsuite/java_test/reflection_test/RT0117-rt-reflection-ClassGetTypeParameters/test.cfg +++ b/testsuite/java_test/reflection_test/RT0117-rt-reflection-ClassGetTypeParameters/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassGetTypeParameters) run(ClassGetTypeParameters) diff --git a/testsuite/java_test/reflection_test/RT0118-rt-reflection-ClassToGenericString/test.cfg b/testsuite/java_test/reflection_test/RT0118-rt-reflection-ClassToGenericString/test.cfg index bc8a8e725e..82b925b0b8 100644 --- a/testsuite/java_test/reflection_test/RT0118-rt-reflection-ClassToGenericString/test.cfg +++ b/testsuite/java_test/reflection_test/RT0118-rt-reflection-ClassToGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassToGenericString) run(ClassToGenericString) diff --git a/testsuite/java_test/reflection_test/RT0119-rt-reflection-ConstructorGetAnnotation/test.cfg b/testsuite/java_test/reflection_test/RT0119-rt-reflection-ConstructorGetAnnotation/test.cfg index 3ba012bd18..54b390155e 100644 --- a/testsuite/java_test/reflection_test/RT0119-rt-reflection-ConstructorGetAnnotation/test.cfg +++ b/testsuite/java_test/reflection_test/RT0119-rt-reflection-ConstructorGetAnnotation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorGetAnnotation) run(ConstructorGetAnnotation) diff --git a/testsuite/java_test/reflection_test/RT0120-rt-reflection-ConstructorGetDeclaredAnnotations/test.cfg b/testsuite/java_test/reflection_test/RT0120-rt-reflection-ConstructorGetDeclaredAnnotations/test.cfg index b6ee06c13b..11801b8048 100644 --- a/testsuite/java_test/reflection_test/RT0120-rt-reflection-ConstructorGetDeclaredAnnotations/test.cfg +++ b/testsuite/java_test/reflection_test/RT0120-rt-reflection-ConstructorGetDeclaredAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorGetDeclaredAnnotations) run(ConstructorGetDeclaredAnnotations) diff --git a/testsuite/java_test/reflection_test/RT0121-rt-reflection-ConstructorGetExceptionTypes/test.cfg b/testsuite/java_test/reflection_test/RT0121-rt-reflection-ConstructorGetExceptionTypes/test.cfg index 950ac88e9d..13fb057a72 100644 --- a/testsuite/java_test/reflection_test/RT0121-rt-reflection-ConstructorGetExceptionTypes/test.cfg +++ b/testsuite/java_test/reflection_test/RT0121-rt-reflection-ConstructorGetExceptionTypes/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorGetExceptionTypes) run(ConstructorGetExceptionTypes) diff --git a/testsuite/java_test/reflection_test/RT0122-rt-reflection-ConstructorGetTypeParameters/test.cfg b/testsuite/java_test/reflection_test/RT0122-rt-reflection-ConstructorGetTypeParameters/test.cfg index 119a121e62..f9bb972a1b 100644 --- a/testsuite/java_test/reflection_test/RT0122-rt-reflection-ConstructorGetTypeParameters/test.cfg +++ b/testsuite/java_test/reflection_test/RT0122-rt-reflection-ConstructorGetTypeParameters/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorGetTypeParameters) run(ConstructorGetTypeParameters) diff --git a/testsuite/java_test/reflection_test/RT0123-rt-reflection-ConstructorToGenericString/test.cfg b/testsuite/java_test/reflection_test/RT0123-rt-reflection-ConstructorToGenericString/test.cfg index 525f292718..69af375db6 100644 --- a/testsuite/java_test/reflection_test/RT0123-rt-reflection-ConstructorToGenericString/test.cfg +++ b/testsuite/java_test/reflection_test/RT0123-rt-reflection-ConstructorToGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorToGenericString) run(ConstructorToGenericString) diff --git a/testsuite/java_test/reflection_test/RT0124-rt-reflection-FieldGetAnnotation/test.cfg b/testsuite/java_test/reflection_test/RT0124-rt-reflection-FieldGetAnnotation/test.cfg index 4c59ff9c0b..70b9ee3acb 100644 --- a/testsuite/java_test/reflection_test/RT0124-rt-reflection-FieldGetAnnotation/test.cfg +++ b/testsuite/java_test/reflection_test/RT0124-rt-reflection-FieldGetAnnotation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldGetAnnotation) run(FieldGetAnnotation) diff --git a/testsuite/java_test/reflection_test/RT0125-rt-reflection-FieldGetAnnotationsByType/test.cfg b/testsuite/java_test/reflection_test/RT0125-rt-reflection-FieldGetAnnotationsByType/test.cfg index 89df1af8a9..fdbc885a3e 100644 --- a/testsuite/java_test/reflection_test/RT0125-rt-reflection-FieldGetAnnotationsByType/test.cfg +++ b/testsuite/java_test/reflection_test/RT0125-rt-reflection-FieldGetAnnotationsByType/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldGetAnnotationsByType) run(FieldGetAnnotationsByType) diff --git a/testsuite/java_test/reflection_test/RT0126-rt-reflection-FieldGetDeclaredAnnotations/test.cfg b/testsuite/java_test/reflection_test/RT0126-rt-reflection-FieldGetDeclaredAnnotations/test.cfg index 99d700750a..89d4c1ad91 100644 --- a/testsuite/java_test/reflection_test/RT0126-rt-reflection-FieldGetDeclaredAnnotations/test.cfg +++ b/testsuite/java_test/reflection_test/RT0126-rt-reflection-FieldGetDeclaredAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldGetDeclaredAnnotations) run(FieldGetDeclaredAnnotations) diff --git a/testsuite/java_test/reflection_test/RT0127-rt-reflection-FieldIsAnnotationPresent/test.cfg b/testsuite/java_test/reflection_test/RT0127-rt-reflection-FieldIsAnnotationPresent/test.cfg index 0493d725c2..2257a4f486 100644 --- a/testsuite/java_test/reflection_test/RT0127-rt-reflection-FieldIsAnnotationPresent/test.cfg +++ b/testsuite/java_test/reflection_test/RT0127-rt-reflection-FieldIsAnnotationPresent/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldIsAnnotationPresent) run(FieldIsAnnotationPresent) diff --git a/testsuite/java_test/reflection_test/RT0128-rt-reflection-FieldToGenericString/test.cfg b/testsuite/java_test/reflection_test/RT0128-rt-reflection-FieldToGenericString/test.cfg index beffa74901..e26bcb6528 100644 --- a/testsuite/java_test/reflection_test/RT0128-rt-reflection-FieldToGenericString/test.cfg +++ b/testsuite/java_test/reflection_test/RT0128-rt-reflection-FieldToGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldToGenericString) run(FieldToGenericString) diff --git a/testsuite/java_test/reflection_test/RT0129-rt-reflection-MethodGetAnnotation/test.cfg b/testsuite/java_test/reflection_test/RT0129-rt-reflection-MethodGetAnnotation/test.cfg index ecf9b41606..a00548a8f3 100644 --- a/testsuite/java_test/reflection_test/RT0129-rt-reflection-MethodGetAnnotation/test.cfg +++ b/testsuite/java_test/reflection_test/RT0129-rt-reflection-MethodGetAnnotation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodGetAnnotation) run(MethodGetAnnotation) diff --git a/testsuite/java_test/reflection_test/RT0130-rt-reflection-MethodGetDeclaredAnnotations/test.cfg b/testsuite/java_test/reflection_test/RT0130-rt-reflection-MethodGetDeclaredAnnotations/test.cfg index f48e752c0f..5b1644f918 100644 --- a/testsuite/java_test/reflection_test/RT0130-rt-reflection-MethodGetDeclaredAnnotations/test.cfg +++ b/testsuite/java_test/reflection_test/RT0130-rt-reflection-MethodGetDeclaredAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodGetDeclaredAnnotations) run(MethodGetDeclaredAnnotations) diff --git a/testsuite/java_test/reflection_test/RT0131-rt-reflection-MethodgetDefaultValue/test.cfg b/testsuite/java_test/reflection_test/RT0131-rt-reflection-MethodgetDefaultValue/test.cfg index 7045d53146..2e09141962 100644 --- a/testsuite/java_test/reflection_test/RT0131-rt-reflection-MethodgetDefaultValue/test.cfg +++ b/testsuite/java_test/reflection_test/RT0131-rt-reflection-MethodgetDefaultValue/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodGetDefaultValue) run(MethodGetDefaultValue) diff --git a/testsuite/java_test/reflection_test/RT0132-rt-reflection-MethodGetParameterCount/test.cfg b/testsuite/java_test/reflection_test/RT0132-rt-reflection-MethodGetParameterCount/test.cfg index e468c2db25..6861c2480f 100644 --- a/testsuite/java_test/reflection_test/RT0132-rt-reflection-MethodGetParameterCount/test.cfg +++ b/testsuite/java_test/reflection_test/RT0132-rt-reflection-MethodGetParameterCount/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodGetParameterCount) run(MethodGetParameterCount) diff --git a/testsuite/java_test/reflection_test/RT0133-rt-reflection-MethodGetTypeParameters/test.cfg b/testsuite/java_test/reflection_test/RT0133-rt-reflection-MethodGetTypeParameters/test.cfg index 7f6854e1c2..a9da6d2fc2 100644 --- a/testsuite/java_test/reflection_test/RT0133-rt-reflection-MethodGetTypeParameters/test.cfg +++ b/testsuite/java_test/reflection_test/RT0133-rt-reflection-MethodGetTypeParameters/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodGetTypeParameters) run(MethodGetTypeParameters) diff --git a/testsuite/java_test/reflection_test/RT0134-rt-reflection-MethodIsDefault/test.cfg b/testsuite/java_test/reflection_test/RT0134-rt-reflection-MethodIsDefault/test.cfg index ece7667214..c6f1711262 100644 --- a/testsuite/java_test/reflection_test/RT0134-rt-reflection-MethodIsDefault/test.cfg +++ b/testsuite/java_test/reflection_test/RT0134-rt-reflection-MethodIsDefault/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodIsDefault) run(MethodIsDefault) diff --git a/testsuite/java_test/reflection_test/RT0135-rt-reflection-MethodToGenericString/test.cfg b/testsuite/java_test/reflection_test/RT0135-rt-reflection-MethodToGenericString/test.cfg index b76f84edd0..db0eec92f9 100644 --- a/testsuite/java_test/reflection_test/RT0135-rt-reflection-MethodToGenericString/test.cfg +++ b/testsuite/java_test/reflection_test/RT0135-rt-reflection-MethodToGenericString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodToGenericString) run(MethodToGenericString) diff --git a/testsuite/java_test/reflection_test/RT0136-rt-reflection-ParameterGetAnnotation/test.cfg b/testsuite/java_test/reflection_test/RT0136-rt-reflection-ParameterGetAnnotation/test.cfg index c83b597de8..8554f71699 100644 --- a/testsuite/java_test/reflection_test/RT0136-rt-reflection-ParameterGetAnnotation/test.cfg +++ b/testsuite/java_test/reflection_test/RT0136-rt-reflection-ParameterGetAnnotation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetAnnotation) run(ParameterGetAnnotation) diff --git a/testsuite/java_test/reflection_test/RT0137-rt-reflection-ParameterGetAnnotations/test.cfg b/testsuite/java_test/reflection_test/RT0137-rt-reflection-ParameterGetAnnotations/test.cfg index 298a5d2e3f..f582e9e522 100644 --- a/testsuite/java_test/reflection_test/RT0137-rt-reflection-ParameterGetAnnotations/test.cfg +++ b/testsuite/java_test/reflection_test/RT0137-rt-reflection-ParameterGetAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetAnnotations) run(ParameterGetAnnotations) diff --git a/testsuite/java_test/reflection_test/RT0138-rt-reflection-ParameterGetAnnotationsByType/test.cfg b/testsuite/java_test/reflection_test/RT0138-rt-reflection-ParameterGetAnnotationsByType/test.cfg index 09d64a7784..7388addf17 100644 --- a/testsuite/java_test/reflection_test/RT0138-rt-reflection-ParameterGetAnnotationsByType/test.cfg +++ b/testsuite/java_test/reflection_test/RT0138-rt-reflection-ParameterGetAnnotationsByType/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetAnnotationsByType) run(ParameterGetAnnotationsByType) diff --git a/testsuite/java_test/reflection_test/RT0139-rt-reflection-ParameterGetDeclaredAnnotation/test.cfg b/testsuite/java_test/reflection_test/RT0139-rt-reflection-ParameterGetDeclaredAnnotation/test.cfg index 09fc082610..f2abad221b 100644 --- a/testsuite/java_test/reflection_test/RT0139-rt-reflection-ParameterGetDeclaredAnnotation/test.cfg +++ b/testsuite/java_test/reflection_test/RT0139-rt-reflection-ParameterGetDeclaredAnnotation/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetDeclaredAnnotation) run(ParameterGetDeclaredAnnotation) diff --git a/testsuite/java_test/reflection_test/RT0140-rt-reflection-ParameterGetDeclaredAnnotations/test.cfg b/testsuite/java_test/reflection_test/RT0140-rt-reflection-ParameterGetDeclaredAnnotations/test.cfg index db342d3e79..68fd03412f 100644 --- a/testsuite/java_test/reflection_test/RT0140-rt-reflection-ParameterGetDeclaredAnnotations/test.cfg +++ b/testsuite/java_test/reflection_test/RT0140-rt-reflection-ParameterGetDeclaredAnnotations/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetDeclaredAnnotations) run(ParameterGetDeclaredAnnotations) diff --git a/testsuite/java_test/reflection_test/RT0141-rt-reflection-ParameterGetDeclaredAnnotationsByType/test.cfg b/testsuite/java_test/reflection_test/RT0141-rt-reflection-ParameterGetDeclaredAnnotationsByType/test.cfg index c33d69b4bb..2d994d2af0 100644 --- a/testsuite/java_test/reflection_test/RT0141-rt-reflection-ParameterGetDeclaredAnnotationsByType/test.cfg +++ b/testsuite/java_test/reflection_test/RT0141-rt-reflection-ParameterGetDeclaredAnnotationsByType/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ParameterGetDeclaredAnnotationsByType) run(ParameterGetDeclaredAnnotationsByType) diff --git a/testsuite/java_test/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/test.cfg b/testsuite/java_test/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/test.cfg index 91f31237f2..4784ac8797 100644 --- a/testsuite/java_test/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/test.cfg +++ b/testsuite/java_test/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionAnnotationGetClass) run(ReflectionAnnotationGetClass) diff --git a/testsuite/java_test/reflection_test/RT0143-rt-reflection-ClinitClassNewInstance/test.cfg b/testsuite/java_test/reflection_test/RT0143-rt-reflection-ClinitClassNewInstance/test.cfg index 1974ad8777..91b181ff9f 100644 --- a/testsuite/java_test/reflection_test/RT0143-rt-reflection-ClinitClassNewInstance/test.cfg +++ b/testsuite/java_test/reflection_test/RT0143-rt-reflection-ClinitClassNewInstance/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitClassNewInstance) run(ClassInitClassNewInstance) diff --git a/testsuite/java_test/reflection_test/RT0144-rt-reflection-ClinitConstructorNewInstance/test.cfg b/testsuite/java_test/reflection_test/RT0144-rt-reflection-ClinitConstructorNewInstance/test.cfg index 25a361f073..0fed7c5750 100644 --- a/testsuite/java_test/reflection_test/RT0144-rt-reflection-ClinitConstructorNewInstance/test.cfg +++ b/testsuite/java_test/reflection_test/RT0144-rt-reflection-ClinitConstructorNewInstance/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitConstructorNewInstance) run(ClassInitConstructorNewInstance) diff --git a/testsuite/java_test/reflection_test/RT0145-rt-reflection-ClinitFieldGetBooleanStatic/test.cfg b/testsuite/java_test/reflection_test/RT0145-rt-reflection-ClinitFieldGetBooleanStatic/test.cfg index 2099f29be6..1c84bf6ec9 100644 --- a/testsuite/java_test/reflection_test/RT0145-rt-reflection-ClinitFieldGetBooleanStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0145-rt-reflection-ClinitFieldGetBooleanStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetBooleanStatic) run(ClassInitFieldGetBooleanStatic) diff --git a/testsuite/java_test/reflection_test/RT0146-rt-reflection-ClinitFieldGetByteStatic/test.cfg b/testsuite/java_test/reflection_test/RT0146-rt-reflection-ClinitFieldGetByteStatic/test.cfg index f0bcec9517..0de9ca38fa 100644 --- a/testsuite/java_test/reflection_test/RT0146-rt-reflection-ClinitFieldGetByteStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0146-rt-reflection-ClinitFieldGetByteStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetByteStatic) run(ClassInitFieldGetByteStatic) diff --git a/testsuite/java_test/reflection_test/RT0147-rt-reflection-ClinitFieldGetCharStatic/test.cfg b/testsuite/java_test/reflection_test/RT0147-rt-reflection-ClinitFieldGetCharStatic/test.cfg index 607f0c6737..16ceb031ca 100644 --- a/testsuite/java_test/reflection_test/RT0147-rt-reflection-ClinitFieldGetCharStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0147-rt-reflection-ClinitFieldGetCharStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetCharStatic) run(ClassInitFieldGetCharStatic) diff --git a/testsuite/java_test/reflection_test/RT0148-rt-reflection-ClinitFieldGetDoubleStatic/test.cfg b/testsuite/java_test/reflection_test/RT0148-rt-reflection-ClinitFieldGetDoubleStatic/test.cfg index bc534102a0..e9e751d166 100644 --- a/testsuite/java_test/reflection_test/RT0148-rt-reflection-ClinitFieldGetDoubleStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0148-rt-reflection-ClinitFieldGetDoubleStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetDoubleStatic) run(ClassInitFieldGetDoubleStatic) diff --git a/testsuite/java_test/reflection_test/RT0149-rt-reflection-ClinitFieldGetFloatStatic/test.cfg b/testsuite/java_test/reflection_test/RT0149-rt-reflection-ClinitFieldGetFloatStatic/test.cfg index 4f5e985662..4620d0f6aa 100644 --- a/testsuite/java_test/reflection_test/RT0149-rt-reflection-ClinitFieldGetFloatStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0149-rt-reflection-ClinitFieldGetFloatStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetFloatStatic) run(ClassInitFieldGetFloatStatic) diff --git a/testsuite/java_test/reflection_test/RT0150-rt-reflection-ClinitFieldGetIntStatic/test.cfg b/testsuite/java_test/reflection_test/RT0150-rt-reflection-ClinitFieldGetIntStatic/test.cfg index 46499c2a92..7cdd9f9f97 100644 --- a/testsuite/java_test/reflection_test/RT0150-rt-reflection-ClinitFieldGetIntStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0150-rt-reflection-ClinitFieldGetIntStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetIntStatic) run(ClassInitFieldGetIntStatic) diff --git a/testsuite/java_test/reflection_test/RT0151-rt-reflection-ClinitFieldGetLongStatic/test.cfg b/testsuite/java_test/reflection_test/RT0151-rt-reflection-ClinitFieldGetLongStatic/test.cfg index afe14aec27..bd34e1a6d5 100644 --- a/testsuite/java_test/reflection_test/RT0151-rt-reflection-ClinitFieldGetLongStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0151-rt-reflection-ClinitFieldGetLongStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetLongStatic) run(ClassInitFieldGetLongStatic) diff --git a/testsuite/java_test/reflection_test/RT0152-rt-reflection-ClinitFieldGetShortStatic/test.cfg b/testsuite/java_test/reflection_test/RT0152-rt-reflection-ClinitFieldGetShortStatic/test.cfg index 11a217d81f..14b4d7892e 100644 --- a/testsuite/java_test/reflection_test/RT0152-rt-reflection-ClinitFieldGetShortStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0152-rt-reflection-ClinitFieldGetShortStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetShortStatic) run(ClassInitFieldGetShortStatic) diff --git a/testsuite/java_test/reflection_test/RT0153-rt-reflection-ClinitFieldGetStatic/test.cfg b/testsuite/java_test/reflection_test/RT0153-rt-reflection-ClinitFieldGetStatic/test.cfg index e51cb828f8..c040570d94 100644 --- a/testsuite/java_test/reflection_test/RT0153-rt-reflection-ClinitFieldGetStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0153-rt-reflection-ClinitFieldGetStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetStatic) run(ClassInitFieldGetStatic) diff --git a/testsuite/java_test/reflection_test/RT0154-rt-reflection-ClinitFieldOtherMethod/test.cfg b/testsuite/java_test/reflection_test/RT0154-rt-reflection-ClinitFieldOtherMethod/test.cfg index e732c328c0..a47f119bb7 100644 --- a/testsuite/java_test/reflection_test/RT0154-rt-reflection-ClinitFieldOtherMethod/test.cfg +++ b/testsuite/java_test/reflection_test/RT0154-rt-reflection-ClinitFieldOtherMethod/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldOtherMethod) run(ClassInitFieldOtherMethod) diff --git a/testsuite/java_test/reflection_test/RT0155-rt-reflection-ClinitFieldSetBooleanStatic/test.cfg b/testsuite/java_test/reflection_test/RT0155-rt-reflection-ClinitFieldSetBooleanStatic/test.cfg index 06efaf3974..af30a4c09e 100644 --- a/testsuite/java_test/reflection_test/RT0155-rt-reflection-ClinitFieldSetBooleanStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0155-rt-reflection-ClinitFieldSetBooleanStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetBooleanStatic) run(ClassInitFieldSetBooleanStatic) diff --git a/testsuite/java_test/reflection_test/RT0156-rt-reflection-ClinitFieldSetByteStatic/test.cfg b/testsuite/java_test/reflection_test/RT0156-rt-reflection-ClinitFieldSetByteStatic/test.cfg index f13f377032..8caa52cbcc 100644 --- a/testsuite/java_test/reflection_test/RT0156-rt-reflection-ClinitFieldSetByteStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0156-rt-reflection-ClinitFieldSetByteStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetByteStatic) run(ClassInitFieldSetByteStatic) diff --git a/testsuite/java_test/reflection_test/RT0157-rt-reflection-ClinitFieldSetCharStatic/test.cfg b/testsuite/java_test/reflection_test/RT0157-rt-reflection-ClinitFieldSetCharStatic/test.cfg index 2fa8ac2248..65c9d60e76 100644 --- a/testsuite/java_test/reflection_test/RT0157-rt-reflection-ClinitFieldSetCharStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0157-rt-reflection-ClinitFieldSetCharStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetCharStatic) run(ClassInitFieldSetCharStatic) diff --git a/testsuite/java_test/reflection_test/RT0158-rt-reflection-ClinitFieldSetDoubleStatic/test.cfg b/testsuite/java_test/reflection_test/RT0158-rt-reflection-ClinitFieldSetDoubleStatic/test.cfg index 60060498b3..16f3434b4e 100644 --- a/testsuite/java_test/reflection_test/RT0158-rt-reflection-ClinitFieldSetDoubleStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0158-rt-reflection-ClinitFieldSetDoubleStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetDoubleStatic) run(ClassInitFieldSetDoubleStatic) diff --git a/testsuite/java_test/reflection_test/RT0159-rt-reflection-ClinitFieldSetFloatStatic/test.cfg b/testsuite/java_test/reflection_test/RT0159-rt-reflection-ClinitFieldSetFloatStatic/test.cfg index 613dd74deb..35973a71ce 100644 --- a/testsuite/java_test/reflection_test/RT0159-rt-reflection-ClinitFieldSetFloatStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0159-rt-reflection-ClinitFieldSetFloatStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetFloatStatic) run(ClassInitFieldSetFloatStatic) diff --git a/testsuite/java_test/reflection_test/RT0160-rt-reflection-ClinitFieldSetIntStatic/test.cfg b/testsuite/java_test/reflection_test/RT0160-rt-reflection-ClinitFieldSetIntStatic/test.cfg index c2d4510413..e89ccd9fce 100644 --- a/testsuite/java_test/reflection_test/RT0160-rt-reflection-ClinitFieldSetIntStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0160-rt-reflection-ClinitFieldSetIntStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetIntStatic) run(ClassInitFieldSetIntStatic) diff --git a/testsuite/java_test/reflection_test/RT0161-rt-reflection-ClinitFieldSetLongStatic/test.cfg b/testsuite/java_test/reflection_test/RT0161-rt-reflection-ClinitFieldSetLongStatic/test.cfg index 445b38a8ee..3678b49933 100644 --- a/testsuite/java_test/reflection_test/RT0161-rt-reflection-ClinitFieldSetLongStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0161-rt-reflection-ClinitFieldSetLongStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetLongStatic) run(ClassInitFieldSetLongStatic) diff --git a/testsuite/java_test/reflection_test/RT0162-rt-reflection-ClinitFieldSetShortStatic/test.cfg b/testsuite/java_test/reflection_test/RT0162-rt-reflection-ClinitFieldSetShortStatic/test.cfg index 6547b397f9..80d1f7ef31 100644 --- a/testsuite/java_test/reflection_test/RT0162-rt-reflection-ClinitFieldSetShortStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0162-rt-reflection-ClinitFieldSetShortStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetShortStatic) run(ClassInitFieldSetShortStatic) diff --git a/testsuite/java_test/reflection_test/RT0163-rt-reflection-ClinitFieldSetStatic/test.cfg b/testsuite/java_test/reflection_test/RT0163-rt-reflection-ClinitFieldSetStatic/test.cfg index 8fbc5aa95c..820a7ecaf1 100644 --- a/testsuite/java_test/reflection_test/RT0163-rt-reflection-ClinitFieldSetStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0163-rt-reflection-ClinitFieldSetStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetStatic) run(ClassInitFieldSetStatic) diff --git a/testsuite/java_test/reflection_test/RT0164-rt-reflection-ClinitMethodInvokeStatic/test.cfg b/testsuite/java_test/reflection_test/RT0164-rt-reflection-ClinitMethodInvokeStatic/test.cfg index e3f46cd636..4466c39397 100644 --- a/testsuite/java_test/reflection_test/RT0164-rt-reflection-ClinitMethodInvokeStatic/test.cfg +++ b/testsuite/java_test/reflection_test/RT0164-rt-reflection-ClinitMethodInvokeStatic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitMethodInvokeStatic) run(ClassInitMethodInvokeStatic) diff --git a/testsuite/java_test/reflection_test/RT0165-rt-reflection-ClinitFieldGetBooleanInterface/test.cfg b/testsuite/java_test/reflection_test/RT0165-rt-reflection-ClinitFieldGetBooleanInterface/test.cfg index 124c9cff27..f13798e6ab 100644 --- a/testsuite/java_test/reflection_test/RT0165-rt-reflection-ClinitFieldGetBooleanInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0165-rt-reflection-ClinitFieldGetBooleanInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetBooleanInterface) run(ClassInitFieldGetBooleanInterface) diff --git a/testsuite/java_test/reflection_test/RT0166-rt-reflection-ClinitFieldGetByteInterface/test.cfg b/testsuite/java_test/reflection_test/RT0166-rt-reflection-ClinitFieldGetByteInterface/test.cfg index 3a8eb14296..0d0e8742d6 100644 --- a/testsuite/java_test/reflection_test/RT0166-rt-reflection-ClinitFieldGetByteInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0166-rt-reflection-ClinitFieldGetByteInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetByteInterface) run(ClassInitFieldGetByteInterface) diff --git a/testsuite/java_test/reflection_test/RT0167-rt-reflection-ClinitFieldGetCharInterface/test.cfg b/testsuite/java_test/reflection_test/RT0167-rt-reflection-ClinitFieldGetCharInterface/test.cfg index 4812994d40..6231c9e9b9 100644 --- a/testsuite/java_test/reflection_test/RT0167-rt-reflection-ClinitFieldGetCharInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0167-rt-reflection-ClinitFieldGetCharInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetCharInterface) run(ClassInitFieldGetCharInterface) diff --git a/testsuite/java_test/reflection_test/RT0168-rt-reflection-ClinitFieldGetDoubleInterface/test.cfg b/testsuite/java_test/reflection_test/RT0168-rt-reflection-ClinitFieldGetDoubleInterface/test.cfg index cfb69664ae..5365c21066 100644 --- a/testsuite/java_test/reflection_test/RT0168-rt-reflection-ClinitFieldGetDoubleInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0168-rt-reflection-ClinitFieldGetDoubleInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetDoubleInterface) run(ClassInitFieldGetDoubleInterface) diff --git a/testsuite/java_test/reflection_test/RT0169-rt-reflection-ClinitFieldGetFloatInterface/test.cfg b/testsuite/java_test/reflection_test/RT0169-rt-reflection-ClinitFieldGetFloatInterface/test.cfg index c46b7b457e..bae327b736 100644 --- a/testsuite/java_test/reflection_test/RT0169-rt-reflection-ClinitFieldGetFloatInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0169-rt-reflection-ClinitFieldGetFloatInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetFloatInterface) run(ClassInitFieldGetFloatInterface) diff --git a/testsuite/java_test/reflection_test/RT0170-rt-reflection-ClinitFieldGetInterface/test.cfg b/testsuite/java_test/reflection_test/RT0170-rt-reflection-ClinitFieldGetInterface/test.cfg index dc1fee4b22..3b28d6ef59 100644 --- a/testsuite/java_test/reflection_test/RT0170-rt-reflection-ClinitFieldGetInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0170-rt-reflection-ClinitFieldGetInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetInterface) run(ClassInitFieldGetInterface) diff --git a/testsuite/java_test/reflection_test/RT0171-rt-reflection-ClinitFieldGetIntInterface/test.cfg b/testsuite/java_test/reflection_test/RT0171-rt-reflection-ClinitFieldGetIntInterface/test.cfg index e0af09c702..1575a30fdf 100644 --- a/testsuite/java_test/reflection_test/RT0171-rt-reflection-ClinitFieldGetIntInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0171-rt-reflection-ClinitFieldGetIntInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetIntInterface) run(ClassInitFieldGetIntInterface) diff --git a/testsuite/java_test/reflection_test/RT0172-rt-reflection-ClinitFieldGetLongInterface/test.cfg b/testsuite/java_test/reflection_test/RT0172-rt-reflection-ClinitFieldGetLongInterface/test.cfg index 6c4a59df50..d9724c00a8 100644 --- a/testsuite/java_test/reflection_test/RT0172-rt-reflection-ClinitFieldGetLongInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0172-rt-reflection-ClinitFieldGetLongInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetLongInterface) run(ClassInitFieldGetLongInterface) diff --git a/testsuite/java_test/reflection_test/RT0173-rt-reflection-ClinitFieldGetShortInterface/test.cfg b/testsuite/java_test/reflection_test/RT0173-rt-reflection-ClinitFieldGetShortInterface/test.cfg index 4f8d73542a..e571f4ebcf 100644 --- a/testsuite/java_test/reflection_test/RT0173-rt-reflection-ClinitFieldGetShortInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0173-rt-reflection-ClinitFieldGetShortInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldGetShortInterface) run(ClassInitFieldGetShortInterface) diff --git a/testsuite/java_test/reflection_test/RT0174-rt-reflection-ClinitFieldOtherMethodInterface/test.cfg b/testsuite/java_test/reflection_test/RT0174-rt-reflection-ClinitFieldOtherMethodInterface/test.cfg index 1febba627f..ae6f283fe1 100644 --- a/testsuite/java_test/reflection_test/RT0174-rt-reflection-ClinitFieldOtherMethodInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0174-rt-reflection-ClinitFieldOtherMethodInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldOtherMethodInterface) run(ClassInitFieldOtherMethodInterface) diff --git a/testsuite/java_test/reflection_test/RT0175-rt-reflection-ClinitFieldSetBooleanInterface/test.cfg b/testsuite/java_test/reflection_test/RT0175-rt-reflection-ClinitFieldSetBooleanInterface/test.cfg index eccb561d02..a26eb0d13e 100644 --- a/testsuite/java_test/reflection_test/RT0175-rt-reflection-ClinitFieldSetBooleanInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0175-rt-reflection-ClinitFieldSetBooleanInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetBooleanInterface) run(ClassInitFieldSetBooleanInterface) diff --git a/testsuite/java_test/reflection_test/RT0176-rt-reflection-ClinitFieldSetByteInterface/test.cfg b/testsuite/java_test/reflection_test/RT0176-rt-reflection-ClinitFieldSetByteInterface/test.cfg index 87b2d92832..68d2181359 100644 --- a/testsuite/java_test/reflection_test/RT0176-rt-reflection-ClinitFieldSetByteInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0176-rt-reflection-ClinitFieldSetByteInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetByteInterface) run(ClassInitFieldSetByteInterface) diff --git a/testsuite/java_test/reflection_test/RT0177-rt-reflection-ClinitFieldSetFloatInterface/test.cfg b/testsuite/java_test/reflection_test/RT0177-rt-reflection-ClinitFieldSetFloatInterface/test.cfg index 286cb316d0..39f4ed2d2f 100644 --- a/testsuite/java_test/reflection_test/RT0177-rt-reflection-ClinitFieldSetFloatInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0177-rt-reflection-ClinitFieldSetFloatInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetFloatInterface) run(ClassInitFieldSetFloatInterface) diff --git a/testsuite/java_test/reflection_test/RT0178-rt-reflection-ClinitFieldSetInterface/test.cfg b/testsuite/java_test/reflection_test/RT0178-rt-reflection-ClinitFieldSetInterface/test.cfg index e962f1c796..0009d5a0b7 100644 --- a/testsuite/java_test/reflection_test/RT0178-rt-reflection-ClinitFieldSetInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0178-rt-reflection-ClinitFieldSetInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetInterface) run(ClassInitFieldSetInterface) diff --git a/testsuite/java_test/reflection_test/RT0179-rt-reflection-ClinitFieldSetIntInterface/test.cfg b/testsuite/java_test/reflection_test/RT0179-rt-reflection-ClinitFieldSetIntInterface/test.cfg index b98d7f9f68..6ff549308b 100644 --- a/testsuite/java_test/reflection_test/RT0179-rt-reflection-ClinitFieldSetIntInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0179-rt-reflection-ClinitFieldSetIntInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetIntInterface) run(ClassInitFieldSetIntInterface) diff --git a/testsuite/java_test/reflection_test/RT0180-rt-reflection-ClinitFieldSetLongInterface/test.cfg b/testsuite/java_test/reflection_test/RT0180-rt-reflection-ClinitFieldSetLongInterface/test.cfg index b800b479fa..4e1b4cf8ab 100644 --- a/testsuite/java_test/reflection_test/RT0180-rt-reflection-ClinitFieldSetLongInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0180-rt-reflection-ClinitFieldSetLongInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetLongInterface) run(ClassInitFieldSetLongInterface) diff --git a/testsuite/java_test/reflection_test/RT0181-rt-reflection-ClinitFieldSetShortInterface/test.cfg b/testsuite/java_test/reflection_test/RT0181-rt-reflection-ClinitFieldSetShortInterface/test.cfg index 6153336cd5..2bb37a45a1 100644 --- a/testsuite/java_test/reflection_test/RT0181-rt-reflection-ClinitFieldSetShortInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0181-rt-reflection-ClinitFieldSetShortInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetShortInterface) run(ClassInitFieldSetShortInterface) diff --git a/testsuite/java_test/reflection_test/RT0182-rt-reflection-ClinitMethodInvokeInterface/test.cfg b/testsuite/java_test/reflection_test/RT0182-rt-reflection-ClinitMethodInvokeInterface/test.cfg index 2ba74e2e84..a9af44cc4b 100644 --- a/testsuite/java_test/reflection_test/RT0182-rt-reflection-ClinitMethodInvokeInterface/test.cfg +++ b/testsuite/java_test/reflection_test/RT0182-rt-reflection-ClinitMethodInvokeInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitMethodInvokeInterface) run(ClassInitMethodInvokeInterface) diff --git a/testsuite/java_test/reflection_test/RT0183-rt-reflection-FieldMultiThreadTest/test.cfg b/testsuite/java_test/reflection_test/RT0183-rt-reflection-FieldMultiThreadTest/test.cfg index 878d22ef23..58d2a6fd3e 100644 --- a/testsuite/java_test/reflection_test/RT0183-rt-reflection-FieldMultiThreadTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0183-rt-reflection-FieldMultiThreadTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldMultiThreadTest) run(FieldMultiThreadTest) diff --git a/testsuite/java_test/reflection_test/RT0184-rt-reflection-MethodTest/test.cfg b/testsuite/java_test/reflection_test/RT0184-rt-reflection-MethodTest/test.cfg index b52fd6d679..aa8bf99c48 100755 --- a/testsuite/java_test/reflection_test/RT0184-rt-reflection-MethodTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0184-rt-reflection-MethodTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodTest) run(MethodTest) diff --git a/testsuite/java_test/reflection_test/RT0185-rt-reflection-MethodMultiThreadTest/test.cfg b/testsuite/java_test/reflection_test/RT0185-rt-reflection-MethodMultiThreadTest/test.cfg index 98b348fcea..6c8c5ec897 100755 --- a/testsuite/java_test/reflection_test/RT0185-rt-reflection-MethodMultiThreadTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0185-rt-reflection-MethodMultiThreadTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodMultiThreadTest) run(MethodMultiThreadTest) diff --git a/testsuite/java_test/reflection_test/RT0186-rt-reflection-ConstructorTest/test.cfg b/testsuite/java_test/reflection_test/RT0186-rt-reflection-ConstructorTest/test.cfg index ccfa3945dc..b219b5e081 100755 --- a/testsuite/java_test/reflection_test/RT0186-rt-reflection-ConstructorTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0186-rt-reflection-ConstructorTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorTest) run(ConstructorTest) diff --git a/testsuite/java_test/reflection_test/RT0187-rt-reflection-ConstructorMultiThreadTest/test.cfg b/testsuite/java_test/reflection_test/RT0187-rt-reflection-ConstructorMultiThreadTest/test.cfg index 3df0352b8d..a4130034c4 100755 --- a/testsuite/java_test/reflection_test/RT0187-rt-reflection-ConstructorMultiThreadTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0187-rt-reflection-ConstructorMultiThreadTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ConstructorMultiThreadTest) run(ConstructorMultiThreadTest) diff --git a/testsuite/java_test/reflection_test/RT0188-rt-reflection-MethodHandleReflectCombineTest/test.cfg b/testsuite/java_test/reflection_test/RT0188-rt-reflection-MethodHandleReflectCombineTest/test.cfg index ddda885a07..baf8c24b3b 100755 --- a/testsuite/java_test/reflection_test/RT0188-rt-reflection-MethodHandleReflectCombineTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0188-rt-reflection-MethodHandleReflectCombineTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MethodHandleReflectCombineTest) run(MethodHandleReflectCombineTest) diff --git a/testsuite/java_test/reflection_test/RT0189-rt-reflection-FieldTest/test.cfg b/testsuite/java_test/reflection_test/RT0189-rt-reflection-FieldTest/test.cfg index 24de1ebe90..ec3f12a923 100755 --- a/testsuite/java_test/reflection_test/RT0189-rt-reflection-FieldTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0189-rt-reflection-FieldTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(FieldTest) run(FieldTest) diff --git a/testsuite/java_test/reflection_test/RT0190-rt-reflection-AnnotationTypeSetTest/test.cfg b/testsuite/java_test/reflection_test/RT0190-rt-reflection-AnnotationTypeSetTest/test.cfg index c02d23d2dc..8ea5008fce 100644 --- a/testsuite/java_test/reflection_test/RT0190-rt-reflection-AnnotationTypeSetTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0190-rt-reflection-AnnotationTypeSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeSetTest) run(AnnotationTypeSetTest) diff --git a/testsuite/java_test/reflection_test/RT0191-rt-reflection-AnnotationTypeInterfaceSetTest/test.cfg b/testsuite/java_test/reflection_test/RT0191-rt-reflection-AnnotationTypeInterfaceSetTest/test.cfg index e24e8933b3..6b32e873b4 100644 --- a/testsuite/java_test/reflection_test/RT0191-rt-reflection-AnnotationTypeInterfaceSetTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0191-rt-reflection-AnnotationTypeInterfaceSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeInterfaceSetTest) run(AnnotationTypeInterfaceSetTest) diff --git a/testsuite/java_test/reflection_test/RT0192-rt-reflection-AnnotationTypeEnumSetTest/test.cfg b/testsuite/java_test/reflection_test/RT0192-rt-reflection-AnnotationTypeEnumSetTest/test.cfg index 1b62d829d7..ee4cdfc20d 100644 --- a/testsuite/java_test/reflection_test/RT0192-rt-reflection-AnnotationTypeEnumSetTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0192-rt-reflection-AnnotationTypeEnumSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeEnumSetTest) run(AnnotationTypeEnumSetTest) diff --git a/testsuite/java_test/reflection_test/RT0193-rt-reflection-AnnotationFieldSetTest/test.cfg b/testsuite/java_test/reflection_test/RT0193-rt-reflection-AnnotationFieldSetTest/test.cfg index dfa780db4d..4dc898cb30 100644 --- a/testsuite/java_test/reflection_test/RT0193-rt-reflection-AnnotationFieldSetTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0193-rt-reflection-AnnotationFieldSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationFieldSetTest) run(AnnotationFieldSetTest) diff --git a/testsuite/java_test/reflection_test/RT0194-rt-reflection-AnnotationStaticFieldSetTest/test.cfg b/testsuite/java_test/reflection_test/RT0194-rt-reflection-AnnotationStaticFieldSetTest/test.cfg index 490148d950..50f69044c8 100644 --- a/testsuite/java_test/reflection_test/RT0194-rt-reflection-AnnotationStaticFieldSetTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0194-rt-reflection-AnnotationStaticFieldSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationStaticFieldSetTest) run(AnnotationStaticFieldSetTest) diff --git a/testsuite/java_test/reflection_test/RT0195-rt-reflection-AnnotationMethodSetTest/test.cfg b/testsuite/java_test/reflection_test/RT0195-rt-reflection-AnnotationMethodSetTest/test.cfg index 6ead34d56a..61341eb20d 100644 --- a/testsuite/java_test/reflection_test/RT0195-rt-reflection-AnnotationMethodSetTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0195-rt-reflection-AnnotationMethodSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationMethodSetTest) run(AnnotationMethodSetTest) diff --git a/testsuite/java_test/reflection_test/RT0196-rt-reflection-AnnotationParameterSetTest/test.cfg b/testsuite/java_test/reflection_test/RT0196-rt-reflection-AnnotationParameterSetTest/test.cfg index 147b0b6669..6275cf89e4 100644 --- a/testsuite/java_test/reflection_test/RT0196-rt-reflection-AnnotationParameterSetTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0196-rt-reflection-AnnotationParameterSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationParameterSetTest) run(AnnotationParameterSetTest) diff --git a/testsuite/java_test/reflection_test/RT0197-rt-reflection-AnnotationConstructorSetTest/test.cfg b/testsuite/java_test/reflection_test/RT0197-rt-reflection-AnnotationConstructorSetTest/test.cfg index 8478e3a110..d5a9e85d95 100644 --- a/testsuite/java_test/reflection_test/RT0197-rt-reflection-AnnotationConstructorSetTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0197-rt-reflection-AnnotationConstructorSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationConstructorSetTest) run(AnnotationConstructorSetTest) diff --git a/testsuite/java_test/reflection_test/RT0198-rt-reflection-AnnotationAnnotationTypeSetTest/test.cfg b/testsuite/java_test/reflection_test/RT0198-rt-reflection-AnnotationAnnotationTypeSetTest/test.cfg index 63efe55f95..cb99dab576 100644 --- a/testsuite/java_test/reflection_test/RT0198-rt-reflection-AnnotationAnnotationTypeSetTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0198-rt-reflection-AnnotationAnnotationTypeSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationAnnotationTypeSetTest) run(AnnotationAnnotationTypeSetTest) diff --git a/testsuite/java_test/reflection_test/RT0199-rt-reflection-AnnotationPackageSetTest/test.cfg b/testsuite/java_test/reflection_test/RT0199-rt-reflection-AnnotationPackageSetTest/test.cfg index 2a45b78761..443b58b1a8 100644 --- a/testsuite/java_test/reflection_test/RT0199-rt-reflection-AnnotationPackageSetTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0199-rt-reflection-AnnotationPackageSetTest/test.cfg @@ -1,4 +1,3 @@ -clean() javac com/huawei/*.java jar -cvf com.huawei.AnnotationPackageSetTest.jar com/ ${OUT_ROOT}/target/product/public/bin/jar2dex -p ${OUT_ROOT}/target/product/public/third-party/JAVA_LIBRARIES/core-oj_intermediates/classes.jar:${OUT_ROOT}/target/product/public/third-party/JAVA_LIBRARIES/core-libart_intermediates/classes.jar:${OUT_ROOT}/target/product/public/third-party/JAVA_LIBRARIES/framework_intermediates/classes.jar:${OUT_ROOT}/target/product/public/third-party/JAVA_LIBRARIES/services_intermediates/classes.jar -i com.huawei.AnnotationPackageSetTest.jar diff --git a/testsuite/java_test/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/test.cfg b/testsuite/java_test/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/test.cfg index 9be48f1100..91858c2876 100644 --- a/testsuite/java_test/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeParameterSetTest) run(AnnotationTypeParameterSetTest) diff --git a/testsuite/java_test/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/test.cfg b/testsuite/java_test/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/test.cfg index de633afd11..32e449eb78 100644 --- a/testsuite/java_test/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeUseSetTest) run(AnnotationTypeUseSetTest) diff --git a/testsuite/java_test/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/test.cfg b/testsuite/java_test/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/test.cfg index 548dbbdeb4..f0a86e6cb9 100644 --- a/testsuite/java_test/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/test.cfg +++ b/testsuite/java_test/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationMultiThread) run(AnnotationMultiThread) diff --git a/testsuite/java_test/reflection_test/RT0203-rt-reflection-ReflectSpecialClassNameTest/test.cfg b/testsuite/java_test/reflection_test/RT0203-rt-reflection-ReflectSpecialClassNameTest/test.cfg index 0dc062bd43..06e0b8123d 100644 --- a/testsuite/java_test/reflection_test/RT0203-rt-reflection-ReflectSpecialClassNameTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0203-rt-reflection-ReflectSpecialClassNameTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectClassNameTest) run(ReflectClassNameTest) diff --git a/testsuite/java_test/reflection_test/RT0204-rt-reflection-AnnotationSpecialCharacter/test.cfg b/testsuite/java_test/reflection_test/RT0204-rt-reflection-AnnotationSpecialCharacter/test.cfg index be5afadc7c..860876a2f7 100644 --- a/testsuite/java_test/reflection_test/RT0204-rt-reflection-AnnotationSpecialCharacter/test.cfg +++ b/testsuite/java_test/reflection_test/RT0204-rt-reflection-AnnotationSpecialCharacter/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationNotAscii) run(AnnotationNotAscii) diff --git a/testsuite/java_test/reflection_test/RT0205-rt-reflection-AnnotationRepeatable/test.cfg b/testsuite/java_test/reflection_test/RT0205-rt-reflection-AnnotationRepeatable/test.cfg index ece5cb4379..c755472308 100644 --- a/testsuite/java_test/reflection_test/RT0205-rt-reflection-AnnotationRepeatable/test.cfg +++ b/testsuite/java_test/reflection_test/RT0205-rt-reflection-AnnotationRepeatable/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationRepeatable) run(AnnotationRepeatable) diff --git a/testsuite/java_test/reflection_test/RT0206-rt-reflection-AnnotationTypeInnerClassSet/test.cfg b/testsuite/java_test/reflection_test/RT0206-rt-reflection-AnnotationTypeInnerClassSet/test.cfg index e028fcbf9c..cf69c82b18 100644 --- a/testsuite/java_test/reflection_test/RT0206-rt-reflection-AnnotationTypeInnerClassSet/test.cfg +++ b/testsuite/java_test/reflection_test/RT0206-rt-reflection-AnnotationTypeInnerClassSet/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeInnerClassSet) run(AnnotationTypeInnerClassSet) diff --git a/testsuite/java_test/reflection_test/RT0207-rt-reflection-AnnotationTypeLocalClassSet/test.cfg b/testsuite/java_test/reflection_test/RT0207-rt-reflection-AnnotationTypeLocalClassSet/test.cfg index 4a88f49362..7c4510af3c 100644 --- a/testsuite/java_test/reflection_test/RT0207-rt-reflection-AnnotationTypeLocalClassSet/test.cfg +++ b/testsuite/java_test/reflection_test/RT0207-rt-reflection-AnnotationTypeLocalClassSet/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationTypeLocalClassSet) run(AnnotationTypeLocalClassSet) diff --git a/testsuite/java_test/reflection_test/RT0211-rt-reflection-AnnotationDefaultTest/test.cfg b/testsuite/java_test/reflection_test/RT0211-rt-reflection-AnnotationDefaultTest/test.cfg index c46493c087..8a2e6684aa 100644 --- a/testsuite/java_test/reflection_test/RT0211-rt-reflection-AnnotationDefaultTest/test.cfg +++ b/testsuite/java_test/reflection_test/RT0211-rt-reflection-AnnotationDefaultTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AnnotationDefaultTest) run(AnnotationDefaultTest) diff --git a/testsuite/java_test/reflection_test/issue-0000-rt-Reflection-ReflectionforName2/test.cfg b/testsuite/java_test/reflection_test/issue-0000-rt-Reflection-ReflectionforName2/test.cfg index 5baba823ff..4c244676cc 100644 --- a/testsuite/java_test/reflection_test/issue-0000-rt-Reflection-ReflectionforName2/test.cfg +++ b/testsuite/java_test/reflection_test/issue-0000-rt-Reflection-ReflectionforName2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionForName2) run(ReflectionForName2) diff --git a/testsuite/java_test/reflection_test/issue-RT0096-rt-Reflection-ReflectionforName3/test.cfg b/testsuite/java_test/reflection_test/issue-RT0096-rt-Reflection-ReflectionforName3/test.cfg index 53970e2e16..0136d23a39 100644 --- a/testsuite/java_test/reflection_test/issue-RT0096-rt-Reflection-ReflectionforName3/test.cfg +++ b/testsuite/java_test/reflection_test/issue-RT0096-rt-Reflection-ReflectionforName3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionForName3) run(ReflectionForName3) diff --git a/testsuite/java_test/reflection_test/issue-RT0208-rt-reflection-MetadataCheck/test.cfg b/testsuite/java_test/reflection_test/issue-RT0208-rt-reflection-MetadataCheck/test.cfg index dd791e36d5..e960d65827 100644 --- a/testsuite/java_test/reflection_test/issue-RT0208-rt-reflection-MetadataCheck/test.cfg +++ b/testsuite/java_test/reflection_test/issue-RT0208-rt-reflection-MetadataCheck/test.cfg @@ -1,4 +1,3 @@ -clean() compile(FieldTest) compile(MethodTest) python3 check_s.py MethodTest.VtableImpl.s > output.log 2>&1 diff --git a/testsuite/java_test/reflection_test/issue-RT0209-rt-reflection-ReflectiongetAnnotation1/test.cfg b/testsuite/java_test/reflection_test/issue-RT0209-rt-reflection-ReflectiongetAnnotation1/test.cfg index 97f14563a4..3ea370ea1c 100644 --- a/testsuite/java_test/reflection_test/issue-RT0209-rt-reflection-ReflectiongetAnnotation1/test.cfg +++ b/testsuite/java_test/reflection_test/issue-RT0209-rt-reflection-ReflectiongetAnnotation1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectionGetAnnotation1) run(ReflectionGetAnnotation1) diff --git a/testsuite/java_test/reflection_test/issue-RT0210-rt-reflection-ReflectiongetAnnotation1/test.cfg b/testsuite/java_test/reflection_test/issue-RT0210-rt-reflection-ReflectiongetAnnotation1/test.cfg index 2e75536c83..ebca2916da 100644 --- a/testsuite/java_test/reflection_test/issue-RT0210-rt-reflection-ReflectiongetAnnotation1/test.cfg +++ b/testsuite/java_test/reflection_test/issue-RT0210-rt-reflection-ReflectiongetAnnotation1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(HelloWorld) run(HelloWorld) diff --git a/testsuite/java_test/reflection_test/issue-RT0893-rt-Reflection-ClinitFieldSetCharInterface/test.cfg b/testsuite/java_test/reflection_test/issue-RT0893-rt-Reflection-ClinitFieldSetCharInterface/test.cfg index d2311cd9cb..b14f56245e 100644 --- a/testsuite/java_test/reflection_test/issue-RT0893-rt-Reflection-ClinitFieldSetCharInterface/test.cfg +++ b/testsuite/java_test/reflection_test/issue-RT0893-rt-Reflection-ClinitFieldSetCharInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetCharInterface) run(ClassInitFieldSetCharInterface) diff --git a/testsuite/java_test/reflection_test/issue-RT0894-rt-Reflection-ClinitFieldSetDoubleInterface/test.cfg b/testsuite/java_test/reflection_test/issue-RT0894-rt-Reflection-ClinitFieldSetDoubleInterface/test.cfg index 16f5d899c0..fff29896c5 100644 --- a/testsuite/java_test/reflection_test/issue-RT0894-rt-Reflection-ClinitFieldSetDoubleInterface/test.cfg +++ b/testsuite/java_test/reflection_test/issue-RT0894-rt-Reflection-ClinitFieldSetDoubleInterface/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ClassInitFieldSetDoubleInterface) run(ClassInitFieldSetDoubleInterface) diff --git a/testsuite/java_test/stmtpre_test/RT0001-rt-String-StmtTest01/test.cfg b/testsuite/java_test/stmtpre_test/RT0001-rt-String-StmtTest01/test.cfg index b41eabc2f5..facf2df7bb 100755 --- a/testsuite/java_test/stmtpre_test/RT0001-rt-String-StmtTest01/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0001-rt-String-StmtTest01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest01,EXPECTNUM=2) run(StmtTest01) diff --git a/testsuite/java_test/stmtpre_test/RT0002-rt-String-StmtTest02/test.cfg b/testsuite/java_test/stmtpre_test/RT0002-rt-String-StmtTest02/test.cfg index 06c9a34726..79b55abcd7 100755 --- a/testsuite/java_test/stmtpre_test/RT0002-rt-String-StmtTest02/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0002-rt-String-StmtTest02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest02,EXPECTNUM=2) run(StmtTest02) diff --git a/testsuite/java_test/stmtpre_test/RT0003-rt-String-StmtTest03/test.cfg b/testsuite/java_test/stmtpre_test/RT0003-rt-String-StmtTest03/test.cfg index 0ab34863fe..478bffad86 100755 --- a/testsuite/java_test/stmtpre_test/RT0003-rt-String-StmtTest03/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0003-rt-String-StmtTest03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest03,EXPECTNUM=2) run(StmtTest03) diff --git a/testsuite/java_test/stmtpre_test/RT0004-rt-String-StmtTest04/test.cfg b/testsuite/java_test/stmtpre_test/RT0004-rt-String-StmtTest04/test.cfg index 8df3437c40..b2dfe554c0 100755 --- a/testsuite/java_test/stmtpre_test/RT0004-rt-String-StmtTest04/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0004-rt-String-StmtTest04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest04,EXPECTNUM=2) run(StmtTest04) diff --git a/testsuite/java_test/stmtpre_test/RT0005-rt-String-StmtTest05/test.cfg b/testsuite/java_test/stmtpre_test/RT0005-rt-String-StmtTest05/test.cfg index 94dfdb475f..67a7c3d8e6 100755 --- a/testsuite/java_test/stmtpre_test/RT0005-rt-String-StmtTest05/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0005-rt-String-StmtTest05/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest05,EXPECTNUM=6) run(StmtTest05) diff --git a/testsuite/java_test/stmtpre_test/RT0006-rt-String-StmtTest06/test.cfg b/testsuite/java_test/stmtpre_test/RT0006-rt-String-StmtTest06/test.cfg index 4c2e550945..67ab8424f3 100755 --- a/testsuite/java_test/stmtpre_test/RT0006-rt-String-StmtTest06/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0006-rt-String-StmtTest06/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest06,EXPECTNUM=3) run(StmtTest06) diff --git a/testsuite/java_test/stmtpre_test/RT0007-rt-String-StmtTest07/test.cfg b/testsuite/java_test/stmtpre_test/RT0007-rt-String-StmtTest07/test.cfg index 5fa7dc8726..3fb8c32ca6 100755 --- a/testsuite/java_test/stmtpre_test/RT0007-rt-String-StmtTest07/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0007-rt-String-StmtTest07/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest07,EXPECTNUM=3) run(StmtTest07) diff --git a/testsuite/java_test/stmtpre_test/RT0008-rt-String-StmtTest08/test.cfg b/testsuite/java_test/stmtpre_test/RT0008-rt-String-StmtTest08/test.cfg index f20e9db809..1376072702 100755 --- a/testsuite/java_test/stmtpre_test/RT0008-rt-String-StmtTest08/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0008-rt-String-StmtTest08/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest08,EXPECTNUM=4) run(StmtTest08) diff --git a/testsuite/java_test/stmtpre_test/RT0009-rt-String-StmtTest09/test.cfg b/testsuite/java_test/stmtpre_test/RT0009-rt-String-StmtTest09/test.cfg index 58cd099bc5..10850bb44f 100755 --- a/testsuite/java_test/stmtpre_test/RT0009-rt-String-StmtTest09/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0009-rt-String-StmtTest09/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest09,EXPECTNUM=8) run(StmtTest09) diff --git a/testsuite/java_test/stmtpre_test/RT0010-rt-String-StmtTest10/test.cfg b/testsuite/java_test/stmtpre_test/RT0010-rt-String-StmtTest10/test.cfg index d557686a25..d1f9751bdf 100755 --- a/testsuite/java_test/stmtpre_test/RT0010-rt-String-StmtTest10/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0010-rt-String-StmtTest10/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest10,EXPECTNUM=4) run(StmtTest10) diff --git a/testsuite/java_test/stmtpre_test/RT0011-rt-String-StmtTest11/test.cfg b/testsuite/java_test/stmtpre_test/RT0011-rt-String-StmtTest11/test.cfg index 7dbe7cbf3f..52ef905630 100755 --- a/testsuite/java_test/stmtpre_test/RT0011-rt-String-StmtTest11/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0011-rt-String-StmtTest11/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest11,EXPECTNUM=3) run(StmtTest11) diff --git a/testsuite/java_test/stmtpre_test/RT0012-rt-String-StmtTest12/test.cfg b/testsuite/java_test/stmtpre_test/RT0012-rt-String-StmtTest12/test.cfg index 3509af58b0..8ebeaff71c 100755 --- a/testsuite/java_test/stmtpre_test/RT0012-rt-String-StmtTest12/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0012-rt-String-StmtTest12/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest12,EXPECTNUM=5) run(StmtTest12) diff --git a/testsuite/java_test/stmtpre_test/RT0013-rt-String-StmtTest13/test.cfg b/testsuite/java_test/stmtpre_test/RT0013-rt-String-StmtTest13/test.cfg index 5443743bbe..035d73dca5 100755 --- a/testsuite/java_test/stmtpre_test/RT0013-rt-String-StmtTest13/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0013-rt-String-StmtTest13/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest13,EXPECTNUM=1) run(StmtTest13) diff --git a/testsuite/java_test/stmtpre_test/RT0014-rt-String-StmtTest14/test.cfg b/testsuite/java_test/stmtpre_test/RT0014-rt-String-StmtTest14/test.cfg index d99cefac7b..d7861734f3 100755 --- a/testsuite/java_test/stmtpre_test/RT0014-rt-String-StmtTest14/test.cfg +++ b/testsuite/java_test/stmtpre_test/RT0014-rt-String-StmtTest14/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StmtTest14,EXPECTNUM=0) run(StmtTest14) diff --git a/testsuite/java_test/string_test/RT0001-rt-string-ReflectString/test.cfg b/testsuite/java_test/string_test/RT0001-rt-string-ReflectString/test.cfg index 6a21637e2f..72b6f76560 100644 --- a/testsuite/java_test/string_test/RT0001-rt-string-ReflectString/test.cfg +++ b/testsuite/java_test/string_test/RT0001-rt-string-ReflectString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ReflectString) run(ReflectString) diff --git a/testsuite/java_test/string_test/RT0002-rt-String-BufferConstructorsTest/test.cfg b/testsuite/java_test/string_test/RT0002-rt-String-BufferConstructorsTest/test.cfg index d0ba3fe92d..1452c5f9d8 100644 --- a/testsuite/java_test/string_test/RT0002-rt-String-BufferConstructorsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0002-rt-String-BufferConstructorsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferConstructorsTest) run(StringBufferConstructorsTest) diff --git a/testsuite/java_test/string_test/RT0003-rt-String-BufferAppendAndAppendCodePointTest/test.cfg b/testsuite/java_test/string_test/RT0003-rt-String-BufferAppendAndAppendCodePointTest/test.cfg index 8be8ea89dd..1386b4d2b1 100644 --- a/testsuite/java_test/string_test/RT0003-rt-String-BufferAppendAndAppendCodePointTest/test.cfg +++ b/testsuite/java_test/string_test/RT0003-rt-String-BufferAppendAndAppendCodePointTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferAppendAndAppendCodePointTest) run(StringBufferAppendAndAppendCodePointTest) diff --git a/testsuite/java_test/string_test/RT0004-rt-String-BufferInsertTest/test.cfg b/testsuite/java_test/string_test/RT0004-rt-String-BufferInsertTest/test.cfg index d12b945018..8021dd4476 100644 --- a/testsuite/java_test/string_test/RT0004-rt-String-BufferInsertTest/test.cfg +++ b/testsuite/java_test/string_test/RT0004-rt-String-BufferInsertTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferInsertTest) run(StringBufferInsertTest) diff --git a/testsuite/java_test/string_test/RT0005-rt-String-BufferDeleteAndDeleteCharAtTest/test.cfg b/testsuite/java_test/string_test/RT0005-rt-String-BufferDeleteAndDeleteCharAtTest/test.cfg index a3ee57d0f4..19e8bbbd62 100644 --- a/testsuite/java_test/string_test/RT0005-rt-String-BufferDeleteAndDeleteCharAtTest/test.cfg +++ b/testsuite/java_test/string_test/RT0005-rt-String-BufferDeleteAndDeleteCharAtTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferDeleteAndDeleteCharAtTest) run(StringBufferDeleteAndDeleteCharAtTest) diff --git a/testsuite/java_test/string_test/RT0006-rt-String-BufferCodePointExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0006-rt-String-BufferCodePointExceptionTest/test.cfg index debbc36e43..0521981e10 100644 --- a/testsuite/java_test/string_test/RT0006-rt-String-BufferCodePointExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0006-rt-String-BufferCodePointExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferCodePointExceptionTest) run(StringBufferCodePointExceptionTest) diff --git a/testsuite/java_test/string_test/RT0007-rt-String-BufferCapacityAndEnsureCapacityTest/test.cfg b/testsuite/java_test/string_test/RT0007-rt-String-BufferCapacityAndEnsureCapacityTest/test.cfg index 39c009b467..415b80d633 100644 --- a/testsuite/java_test/string_test/RT0007-rt-String-BufferCapacityAndEnsureCapacityTest/test.cfg +++ b/testsuite/java_test/string_test/RT0007-rt-String-BufferCapacityAndEnsureCapacityTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferCapacityAndEnsureCapacityTest) run(StringBufferCapacityAndEnsureCapacityTest) diff --git a/testsuite/java_test/string_test/RT0008-rt-String-BufferCharAtAndSetCharAtExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0008-rt-String-BufferCharAtAndSetCharAtExceptionTest/test.cfg index 6f15b02827..ebd262f3a9 100644 --- a/testsuite/java_test/string_test/RT0008-rt-String-BufferCharAtAndSetCharAtExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0008-rt-String-BufferCharAtAndSetCharAtExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferCharAtAndSetCharAtExceptionTest) run(StringBufferCharAtAndSetCharAtExceptionTest) diff --git a/testsuite/java_test/string_test/RT0009-rt-String-BufferGetCharsTest/test.cfg b/testsuite/java_test/string_test/RT0009-rt-String-BufferGetCharsTest/test.cfg index bf178b988c..e3bd3c5294 100644 --- a/testsuite/java_test/string_test/RT0009-rt-String-BufferGetCharsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0009-rt-String-BufferGetCharsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferGetCharsTest) run(StringBufferGetCharsTest) diff --git a/testsuite/java_test/string_test/RT0010-rt-String-BufferIndexOfAndLastIndexOfTest/test.cfg b/testsuite/java_test/string_test/RT0010-rt-String-BufferIndexOfAndLastIndexOfTest/test.cfg index 973172e393..c76b52f792 100644 --- a/testsuite/java_test/string_test/RT0010-rt-String-BufferIndexOfAndLastIndexOfTest/test.cfg +++ b/testsuite/java_test/string_test/RT0010-rt-String-BufferIndexOfAndLastIndexOfTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferIndexOfAndLastIndexOfTest) run(StringBufferIndexOfAndLastIndexOfTest) diff --git a/testsuite/java_test/string_test/RT0011-rt-String-BufferReplaceAndReverseTest/test.cfg b/testsuite/java_test/string_test/RT0011-rt-String-BufferReplaceAndReverseTest/test.cfg index 9f38ad34c3..7a0dc5f30d 100644 --- a/testsuite/java_test/string_test/RT0011-rt-String-BufferReplaceAndReverseTest/test.cfg +++ b/testsuite/java_test/string_test/RT0011-rt-String-BufferReplaceAndReverseTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferReplaceAndReverseTest) run(StringBufferReplaceAndReverseTest) diff --git a/testsuite/java_test/string_test/RT0012-rt-String-BufferSubstringAndToStringTest/test.cfg b/testsuite/java_test/string_test/RT0012-rt-String-BufferSubstringAndToStringTest/test.cfg index 2cbc723ff4..8392b161d3 100644 --- a/testsuite/java_test/string_test/RT0012-rt-String-BufferSubstringAndToStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0012-rt-String-BufferSubstringAndToStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferSubstringAndToStringTest) run(StringBufferSubstringAndToStringTest) diff --git a/testsuite/java_test/string_test/RT0013-rt-String-BuilderConstructorsTest/test.cfg b/testsuite/java_test/string_test/RT0013-rt-String-BuilderConstructorsTest/test.cfg index 5b8aa53c3b..f9f69ed4d9 100644 --- a/testsuite/java_test/string_test/RT0013-rt-String-BuilderConstructorsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0013-rt-String-BuilderConstructorsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderConstructorsTest) run(StringBuilderConstructorsTest) diff --git a/testsuite/java_test/string_test/RT0014-rt-String-BuilderAppendAndAppendCodePointTest/test.cfg b/testsuite/java_test/string_test/RT0014-rt-String-BuilderAppendAndAppendCodePointTest/test.cfg index 0f388de347..afdbad87c2 100644 --- a/testsuite/java_test/string_test/RT0014-rt-String-BuilderAppendAndAppendCodePointTest/test.cfg +++ b/testsuite/java_test/string_test/RT0014-rt-String-BuilderAppendAndAppendCodePointTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderAppendAndAppendCodePointTest) run(StringBuilderAppendAndAppendCodePointTest) diff --git a/testsuite/java_test/string_test/RT0015-rt-String-BuilderInsertTest/test.cfg b/testsuite/java_test/string_test/RT0015-rt-String-BuilderInsertTest/test.cfg index c52b096bf9..71de70dcf1 100644 --- a/testsuite/java_test/string_test/RT0015-rt-String-BuilderInsertTest/test.cfg +++ b/testsuite/java_test/string_test/RT0015-rt-String-BuilderInsertTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderInsertTest) run(StringBuilderInsertTest) diff --git a/testsuite/java_test/string_test/RT0016-rt-String-BuilderDeleteAndDeleteCharAtTest/test.cfg b/testsuite/java_test/string_test/RT0016-rt-String-BuilderDeleteAndDeleteCharAtTest/test.cfg index 7e28eeb076..ed407fe8d2 100644 --- a/testsuite/java_test/string_test/RT0016-rt-String-BuilderDeleteAndDeleteCharAtTest/test.cfg +++ b/testsuite/java_test/string_test/RT0016-rt-String-BuilderDeleteAndDeleteCharAtTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderDeleteAndDeleteCharAtTest) run(StringBuilderDeleteAndDeleteCharAtTest) diff --git a/testsuite/java_test/string_test/RT0017-rt-String-BuilderCodePointExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0017-rt-String-BuilderCodePointExceptionTest/test.cfg index 315b15ddf3..1fcc5ff570 100644 --- a/testsuite/java_test/string_test/RT0017-rt-String-BuilderCodePointExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0017-rt-String-BuilderCodePointExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderCodePointExceptionTest) run(StringBuilderCodePointExceptionTest) diff --git a/testsuite/java_test/string_test/RT0018-rt-String-BuilderCapacityAndEnsureCapacityTest/test.cfg b/testsuite/java_test/string_test/RT0018-rt-String-BuilderCapacityAndEnsureCapacityTest/test.cfg index 18a16e1402..26b400c0de 100644 --- a/testsuite/java_test/string_test/RT0018-rt-String-BuilderCapacityAndEnsureCapacityTest/test.cfg +++ b/testsuite/java_test/string_test/RT0018-rt-String-BuilderCapacityAndEnsureCapacityTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderCapacityAndEnsureCapacityTest) run(StringBuilderCapacityAndEnsureCapacityTest) diff --git a/testsuite/java_test/string_test/RT0019-rt-String-BuilderCharAtAndSetCharAtExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0019-rt-String-BuilderCharAtAndSetCharAtExceptionTest/test.cfg index 120b7e0546..3e0f46ac93 100644 --- a/testsuite/java_test/string_test/RT0019-rt-String-BuilderCharAtAndSetCharAtExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0019-rt-String-BuilderCharAtAndSetCharAtExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderCharAtAndSetCharAtExceptionTest) run(StringBuilderCharAtAndSetCharAtExceptionTest) diff --git a/testsuite/java_test/string_test/RT0020-rt-String-BuilderGetCharsTest/test.cfg b/testsuite/java_test/string_test/RT0020-rt-String-BuilderGetCharsTest/test.cfg index bd3e110a2c..e35051cf4d 100644 --- a/testsuite/java_test/string_test/RT0020-rt-String-BuilderGetCharsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0020-rt-String-BuilderGetCharsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderGetCharsTest) run(StringBuilderGetCharsTest) diff --git a/testsuite/java_test/string_test/RT0021-rt-String-BuilderIndexOfAndLastIndexOfTest/test.cfg b/testsuite/java_test/string_test/RT0021-rt-String-BuilderIndexOfAndLastIndexOfTest/test.cfg index 23202bae5f..acc616177c 100644 --- a/testsuite/java_test/string_test/RT0021-rt-String-BuilderIndexOfAndLastIndexOfTest/test.cfg +++ b/testsuite/java_test/string_test/RT0021-rt-String-BuilderIndexOfAndLastIndexOfTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderIndexOfAndLastIndexOfTest) run(StringBuilderIndexOfAndLastIndexOfTest) diff --git a/testsuite/java_test/string_test/RT0022-rt-String-BuilderReplaceAndReverseTest/test.cfg b/testsuite/java_test/string_test/RT0022-rt-String-BuilderReplaceAndReverseTest/test.cfg index ef1088707d..66e615941e 100644 --- a/testsuite/java_test/string_test/RT0022-rt-String-BuilderReplaceAndReverseTest/test.cfg +++ b/testsuite/java_test/string_test/RT0022-rt-String-BuilderReplaceAndReverseTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderReplaceAndReverseTest) run(StringBuilderReplaceAndReverseTest) diff --git a/testsuite/java_test/string_test/RT0023-rt-String-BuilderSubstringAndToStringTest/test.cfg b/testsuite/java_test/string_test/RT0023-rt-String-BuilderSubstringAndToStringTest/test.cfg index e92616a67b..53fc9f9cc7 100644 --- a/testsuite/java_test/string_test/RT0023-rt-String-BuilderSubstringAndToStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0023-rt-String-BuilderSubstringAndToStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderSubstringAndToStringTest) run(StringBuilderSubstringAndToStringTest) diff --git a/testsuite/java_test/string_test/RT0024-rt-String-ConsBytesIntIntIndexOutOfBoundsExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0024-rt-String-ConsBytesIntIntIndexOutOfBoundsExceptionTest/test.cfg index c51df8fdbb..f20886c246 100644 --- a/testsuite/java_test/string_test/RT0024-rt-String-ConsBytesIntIntIndexOutOfBoundsExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0024-rt-String-ConsBytesIntIntIndexOutOfBoundsExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsBytesIntIntIndexOutOfBoundsExceptionTest) run(StringConsBytesIntIntIndexOutOfBoundsExceptionTest) diff --git a/testsuite/java_test/string_test/RT0025-rt-String-ConsCharArrayIndexOutOfBoundsExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0025-rt-String-ConsCharArrayIndexOutOfBoundsExceptionTest/test.cfg index 2a8665ca60..432095fbc5 100644 --- a/testsuite/java_test/string_test/RT0025-rt-String-ConsCharArrayIndexOutOfBoundsExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0025-rt-String-ConsCharArrayIndexOutOfBoundsExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsCharArrayIndexOutOfBoundsExceptionTest) run(StringConsCharArrayIndexOutOfBoundsExceptionTest) diff --git a/testsuite/java_test/string_test/RT0026-rt-String-ConsIntArrayExceptionsTest/test.cfg b/testsuite/java_test/string_test/RT0026-rt-String-ConsIntArrayExceptionsTest/test.cfg index b9778cc2a7..e6f6da2f78 100644 --- a/testsuite/java_test/string_test/RT0026-rt-String-ConsIntArrayExceptionsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0026-rt-String-ConsIntArrayExceptionsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsIntArrayExceptionsTest) run(StringConsIntArrayExceptionsTest) diff --git a/testsuite/java_test/string_test/RT0027-rt-String-ConsBytesIntIntIntIndexOutOfBoundsExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0027-rt-String-ConsBytesIntIntIntIndexOutOfBoundsExceptionTest/test.cfg index dfa052c5e4..5305af2b81 100644 --- a/testsuite/java_test/string_test/RT0027-rt-String-ConsBytesIntIntIntIndexOutOfBoundsExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0027-rt-String-ConsBytesIntIntIntIndexOutOfBoundsExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsBytesIntIntIntIndexOutOfBoundsExceptionTest) run(StringConsBytesIntIntIntIndexOutOfBoundsExceptionTest) diff --git a/testsuite/java_test/string_test/RT0028-rt-String-ConsBytesIntIntCharsetExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0028-rt-String-ConsBytesIntIntCharsetExceptionTest/test.cfg index f2eb7674f2..72bc741363 100644 --- a/testsuite/java_test/string_test/RT0028-rt-String-ConsBytesIntIntCharsetExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0028-rt-String-ConsBytesIntIntCharsetExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsBytesIntIntCharsetExceptionTest) run(StringConsBytesIntIntCharsetExceptionTest) diff --git a/testsuite/java_test/string_test/RT0029-rt-String-CharAtIndexOutOfBoundsExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0029-rt-String-CharAtIndexOutOfBoundsExceptionTest/test.cfg index a6c62a9698..ca186e491e 100644 --- a/testsuite/java_test/string_test/RT0029-rt-String-CharAtIndexOutOfBoundsExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0029-rt-String-CharAtIndexOutOfBoundsExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCharAtIndexOutOfBoundsExceptionTest) run(StringCharAtIndexOutOfBoundsExceptionTest) diff --git a/testsuite/java_test/string_test/RT0030-rt-String-CodePointAtStringIndexOutOfBoundsExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0030-rt-String-CodePointAtStringIndexOutOfBoundsExceptionTest/test.cfg index 5094d90fd4..7d737647d6 100644 --- a/testsuite/java_test/string_test/RT0030-rt-String-CodePointAtStringIndexOutOfBoundsExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0030-rt-String-CodePointAtStringIndexOutOfBoundsExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCodePointAtStringIndexOutOfBoundsExceptionTest) run(StringCodePointAtStringIndexOutOfBoundsExceptionTest) diff --git a/testsuite/java_test/string_test/RT0031-rt-String-CodePointBeforeExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0031-rt-String-CodePointBeforeExceptionTest/test.cfg index 43d1a94bb4..23c05ce950 100644 --- a/testsuite/java_test/string_test/RT0031-rt-String-CodePointBeforeExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0031-rt-String-CodePointBeforeExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCodePointBeforeExceptionTest) run(StringCodePointBeforeExceptionTest) diff --git a/testsuite/java_test/string_test/RT0032-rt-String-CodePointCountIndexOutOfBoundsExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0032-rt-String-CodePointCountIndexOutOfBoundsExceptionTest/test.cfg index 668373cc6e..27f4f8a065 100644 --- a/testsuite/java_test/string_test/RT0032-rt-String-CodePointCountIndexOutOfBoundsExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0032-rt-String-CodePointCountIndexOutOfBoundsExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCodePointCountIndexOutOfBoundsExceptionTest) run(StringCodePointCountIndexOutOfBoundsExceptionTest) diff --git a/testsuite/java_test/string_test/RT0033-rt-String-OffsetByCodePointsIndexOutOfBoundsExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0033-rt-String-OffsetByCodePointsIndexOutOfBoundsExceptionTest/test.cfg index af963b4534..be8d9890a4 100644 --- a/testsuite/java_test/string_test/RT0033-rt-String-OffsetByCodePointsIndexOutOfBoundsExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0033-rt-String-OffsetByCodePointsIndexOutOfBoundsExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringOffsetByCodePointsIndexOutOfBoundsExceptionTest) run(StringOffsetByCodePointsIndexOutOfBoundsExceptionTest) diff --git a/testsuite/java_test/string_test/RT0034-rt-String-GetCharsExceptionsTest/test.cfg b/testsuite/java_test/string_test/RT0034-rt-String-GetCharsExceptionsTest/test.cfg index ca08dab4d9..a4d46601e6 100644 --- a/testsuite/java_test/string_test/RT0034-rt-String-GetCharsExceptionsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0034-rt-String-GetCharsExceptionsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringGetCharsExceptionsTest) run(StringGetCharsExceptionsTest) diff --git a/testsuite/java_test/string_test/RT0035-rt-String-GetBytesExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0035-rt-String-GetBytesExceptionTest/test.cfg index d722290098..b3ab7c8d0e 100644 --- a/testsuite/java_test/string_test/RT0035-rt-String-GetBytesExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0035-rt-String-GetBytesExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringGetBytesExceptionTest) run(StringGetBytesExceptionTest) diff --git a/testsuite/java_test/string_test/RT0036-rt-String-SubstringStringIndexOutOfBoundsExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0036-rt-String-SubstringStringIndexOutOfBoundsExceptionTest/test.cfg index 428b4e21fb..2ff859d324 100644 --- a/testsuite/java_test/string_test/RT0036-rt-String-SubstringStringIndexOutOfBoundsExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0036-rt-String-SubstringStringIndexOutOfBoundsExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringSubstringStringIndexOutOfBoundsExceptionTest) run(StringSubstringStringIndexOutOfBoundsExceptionTest) diff --git a/testsuite/java_test/string_test/RT0037-rt-String-SubstringIntIntExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0037-rt-String-SubstringIntIntExceptionTest/test.cfg index 0336126650..382d341087 100644 --- a/testsuite/java_test/string_test/RT0037-rt-String-SubstringIntIntExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0037-rt-String-SubstringIntIntExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringSubstringIntIntExceptionTest) run(StringSubstringIntIntExceptionTest) diff --git a/testsuite/java_test/string_test/RT0038-rt-String-SubSequenceIndexOutOfBoundsExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0038-rt-String-SubSequenceIndexOutOfBoundsExceptionTest/test.cfg index 792f82b790..d05364f8ef 100644 --- a/testsuite/java_test/string_test/RT0038-rt-String-SubSequenceIndexOutOfBoundsExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0038-rt-String-SubSequenceIndexOutOfBoundsExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringSubSequenceIndexOutOfBoundsExceptionTest) run(StringSubSequenceIndexOutOfBoundsExceptionTest) diff --git a/testsuite/java_test/string_test/RT0039-rt-String-ReplaceNullPointerExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0039-rt-String-ReplaceNullPointerExceptionTest/test.cfg index 20b492b057..c43cb0eb82 100644 --- a/testsuite/java_test/string_test/RT0039-rt-String-ReplaceNullPointerExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0039-rt-String-ReplaceNullPointerExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringReplaceNullPointerExceptionTest) run(StringReplaceNullPointerExceptionTest) diff --git a/testsuite/java_test/string_test/RT0040-rt-String-ValueOfAndCopyValueOfExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0040-rt-String-ValueOfAndCopyValueOfExceptionTest/test.cfg index 4fc9d20887..8d160e0cfc 100644 --- a/testsuite/java_test/string_test/RT0040-rt-String-ValueOfAndCopyValueOfExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0040-rt-String-ValueOfAndCopyValueOfExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringValueOfAndCopyValueOfExceptionTest) run(StringValueOfAndCopyValueOfExceptionTest) diff --git a/testsuite/java_test/string_test/RT0041-rt-String-GetClassTest/test.cfg b/testsuite/java_test/string_test/RT0041-rt-String-GetClassTest/test.cfg index 27d3921a1c..c4cd0a945f 100644 --- a/testsuite/java_test/string_test/RT0041-rt-String-GetClassTest/test.cfg +++ b/testsuite/java_test/string_test/RT0041-rt-String-GetClassTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringGetClassTest) run(StringGetClassTest) diff --git a/testsuite/java_test/string_test/RT0042-rt-String-EqualsAndEqualsIgnoreCaseAndLengthTest/test.cfg b/testsuite/java_test/string_test/RT0042-rt-String-EqualsAndEqualsIgnoreCaseAndLengthTest/test.cfg index e1185761a2..bbce250f27 100644 --- a/testsuite/java_test/string_test/RT0042-rt-String-EqualsAndEqualsIgnoreCaseAndLengthTest/test.cfg +++ b/testsuite/java_test/string_test/RT0042-rt-String-EqualsAndEqualsIgnoreCaseAndLengthTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringEqualsAndEqualsIgnoreCaseAndLengthTest) run(StringEqualsAndEqualsIgnoreCaseAndLengthTest) diff --git a/testsuite/java_test/string_test/RT0043-rt-String-NoParamConstructorTest/test.cfg b/testsuite/java_test/string_test/RT0043-rt-String-NoParamConstructorTest/test.cfg index bea5a1a06a..c26c4af419 100644 --- a/testsuite/java_test/string_test/RT0043-rt-String-NoParamConstructorTest/test.cfg +++ b/testsuite/java_test/string_test/RT0043-rt-String-NoParamConstructorTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringNoParamConstructorTest) run(StringNoParamConstructorTest) diff --git a/testsuite/java_test/string_test/RT0044-rt-String-ConsStringTest/test.cfg b/testsuite/java_test/string_test/RT0044-rt-String-ConsStringTest/test.cfg index cb6f42f711..207a99d220 100644 --- a/testsuite/java_test/string_test/RT0044-rt-String-ConsStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0044-rt-String-ConsStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsStringTest) run(StringConsStringTest) diff --git a/testsuite/java_test/string_test/RT0045-rt-String-ConsCharTest/test.cfg b/testsuite/java_test/string_test/RT0045-rt-String-ConsCharTest/test.cfg index 93194d204a..bbc63e38ea 100644 --- a/testsuite/java_test/string_test/RT0045-rt-String-ConsCharTest/test.cfg +++ b/testsuite/java_test/string_test/RT0045-rt-String-ConsCharTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsCharTest) run(StringConsCharTest) diff --git a/testsuite/java_test/string_test/RT0046-rt-String-ConsCharIntIntTest/test.cfg b/testsuite/java_test/string_test/RT0046-rt-String-ConsCharIntIntTest/test.cfg index 0f1c8ec261..23b2a8653a 100644 --- a/testsuite/java_test/string_test/RT0046-rt-String-ConsCharIntIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0046-rt-String-ConsCharIntIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsCharIntIntTest) run(StringConsCharIntIntTest) diff --git a/testsuite/java_test/string_test/RT0047-rt-String-ConsIntsIntIntTest/test.cfg b/testsuite/java_test/string_test/RT0047-rt-String-ConsIntsIntIntTest/test.cfg index c777b2109d..bbd9203dcc 100644 --- a/testsuite/java_test/string_test/RT0047-rt-String-ConsIntsIntIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0047-rt-String-ConsIntsIntIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsIntsIntIntTest) run(StringConsIntsIntIntTest) diff --git a/testsuite/java_test/string_test/RT0048-rt-String-ConsBytesIntTest/test.cfg b/testsuite/java_test/string_test/RT0048-rt-String-ConsBytesIntTest/test.cfg index 5aec7e6b5b..1c72431037 100644 --- a/testsuite/java_test/string_test/RT0048-rt-String-ConsBytesIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0048-rt-String-ConsBytesIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsBytesIntTest) run(StringConsBytesIntTest) diff --git a/testsuite/java_test/string_test/RT0049-rt-String-ConsBytesIntIntStringTest/test.cfg b/testsuite/java_test/string_test/RT0049-rt-String-ConsBytesIntIntStringTest/test.cfg index 1df6f8f9da..e28f548b99 100644 --- a/testsuite/java_test/string_test/RT0049-rt-String-ConsBytesIntIntStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0049-rt-String-ConsBytesIntIntStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsBytesIntIntStringTest) run(StringConsBytesIntIntStringTest) diff --git a/testsuite/java_test/string_test/RT0050-rt-String-CosBytesIntIntCharsetTest/test.cfg b/testsuite/java_test/string_test/RT0050-rt-String-CosBytesIntIntCharsetTest/test.cfg index 1091840297..90688b6518 100644 --- a/testsuite/java_test/string_test/RT0050-rt-String-CosBytesIntIntCharsetTest/test.cfg +++ b/testsuite/java_test/string_test/RT0050-rt-String-CosBytesIntIntCharsetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCosBytesIntIntCharsetTest) run(StringCosBytesIntIntCharsetTest) diff --git a/testsuite/java_test/string_test/RT0051-rt-String-ConsBytesStringTest/test.cfg b/testsuite/java_test/string_test/RT0051-rt-String-ConsBytesStringTest/test.cfg index 40c2888cfd..ee4d311cba 100644 --- a/testsuite/java_test/string_test/RT0051-rt-String-ConsBytesStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0051-rt-String-ConsBytesStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsBytesStringTest) run(StringConsBytesStringTest) diff --git a/testsuite/java_test/string_test/RT0052-rt-String-ConsBytesCharsetTest/test.cfg b/testsuite/java_test/string_test/RT0052-rt-String-ConsBytesCharsetTest/test.cfg index 8337bf02a9..acfa7e89be 100644 --- a/testsuite/java_test/string_test/RT0052-rt-String-ConsBytesCharsetTest/test.cfg +++ b/testsuite/java_test/string_test/RT0052-rt-String-ConsBytesCharsetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsBytesCharsetTest) run(StringConsBytesCharsetTest) diff --git a/testsuite/java_test/string_test/RT0053-rt-String-ConsBytesIntIntTest/test.cfg b/testsuite/java_test/string_test/RT0053-rt-String-ConsBytesIntIntTest/test.cfg index 6c5c06b56b..72b0b8c50d 100644 --- a/testsuite/java_test/string_test/RT0053-rt-String-ConsBytesIntIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0053-rt-String-ConsBytesIntIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsBytesIntIntTest) run(StringConsBytesIntIntTest) diff --git a/testsuite/java_test/string_test/RT0054-rt-String-ConsBytesTest/test.cfg b/testsuite/java_test/string_test/RT0054-rt-String-ConsBytesTest/test.cfg index d5d7a46209..e6313b66ec 100644 --- a/testsuite/java_test/string_test/RT0054-rt-String-ConsBytesTest/test.cfg +++ b/testsuite/java_test/string_test/RT0054-rt-String-ConsBytesTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsBytesTest) run(StringConsBytesTest) diff --git a/testsuite/java_test/string_test/RT0055-rt-String-ConsStringBufferTest/test.cfg b/testsuite/java_test/string_test/RT0055-rt-String-ConsStringBufferTest/test.cfg index 32cf856ce8..0c558ca66e 100644 --- a/testsuite/java_test/string_test/RT0055-rt-String-ConsStringBufferTest/test.cfg +++ b/testsuite/java_test/string_test/RT0055-rt-String-ConsStringBufferTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsStringBufferTest) run(StringConsStringBufferTest) diff --git a/testsuite/java_test/string_test/RT0056-rt-String-ConsStringBuilderTest/test.cfg b/testsuite/java_test/string_test/RT0056-rt-String-ConsStringBuilderTest/test.cfg index a56f6cb9f4..b48a4600ff 100644 --- a/testsuite/java_test/string_test/RT0056-rt-String-ConsStringBuilderTest/test.cfg +++ b/testsuite/java_test/string_test/RT0056-rt-String-ConsStringBuilderTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsStringBuilderTest) run(StringConsStringBuilderTest) diff --git a/testsuite/java_test/string_test/RT0057-rt-String-LengthTest/test.cfg b/testsuite/java_test/string_test/RT0057-rt-String-LengthTest/test.cfg index 0026b4d9a0..9ac15074e8 100644 --- a/testsuite/java_test/string_test/RT0057-rt-String-LengthTest/test.cfg +++ b/testsuite/java_test/string_test/RT0057-rt-String-LengthTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringLengthTest) run(StringLengthTest) diff --git a/testsuite/java_test/string_test/RT0058-rt-String-IsEmptyTest/test.cfg b/testsuite/java_test/string_test/RT0058-rt-String-IsEmptyTest/test.cfg index 016d9c1e3f..9f80a5b39a 100644 --- a/testsuite/java_test/string_test/RT0058-rt-String-IsEmptyTest/test.cfg +++ b/testsuite/java_test/string_test/RT0058-rt-String-IsEmptyTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringIsEmptyTest) run(StringIsEmptyTest) diff --git a/testsuite/java_test/string_test/RT0059-rt-String-CharAtTest/test.cfg b/testsuite/java_test/string_test/RT0059-rt-String-CharAtTest/test.cfg index 5e081163b5..82ff23109d 100644 --- a/testsuite/java_test/string_test/RT0059-rt-String-CharAtTest/test.cfg +++ b/testsuite/java_test/string_test/RT0059-rt-String-CharAtTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCharAtTest) run(StringCharAtTest) diff --git a/testsuite/java_test/string_test/RT0060-rt-String-CodePointAtTest/test.cfg b/testsuite/java_test/string_test/RT0060-rt-String-CodePointAtTest/test.cfg index 0026c9f6e9..bd711d008f 100644 --- a/testsuite/java_test/string_test/RT0060-rt-String-CodePointAtTest/test.cfg +++ b/testsuite/java_test/string_test/RT0060-rt-String-CodePointAtTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCodePointAtTest) run(StringCodePointAtTest) diff --git a/testsuite/java_test/string_test/RT0061-rt-String-CodePointBeforeTest/test.cfg b/testsuite/java_test/string_test/RT0061-rt-String-CodePointBeforeTest/test.cfg index 0a5ca654bf..e488ae693e 100644 --- a/testsuite/java_test/string_test/RT0061-rt-String-CodePointBeforeTest/test.cfg +++ b/testsuite/java_test/string_test/RT0061-rt-String-CodePointBeforeTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCodePointBeforeTest) run(StringCodePointBeforeTest) diff --git a/testsuite/java_test/string_test/RT0062-rt-String-CodePointCountTest/test.cfg b/testsuite/java_test/string_test/RT0062-rt-String-CodePointCountTest/test.cfg index b8e5905f5a..720a7ff892 100644 --- a/testsuite/java_test/string_test/RT0062-rt-String-CodePointCountTest/test.cfg +++ b/testsuite/java_test/string_test/RT0062-rt-String-CodePointCountTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCodePointCountTest) run(StringCodePointCountTest) diff --git a/testsuite/java_test/string_test/RT0063-rt-String-OffsetByCodePointsTest/test.cfg b/testsuite/java_test/string_test/RT0063-rt-String-OffsetByCodePointsTest/test.cfg index 1c4cdfa663..8765dea877 100644 --- a/testsuite/java_test/string_test/RT0063-rt-String-OffsetByCodePointsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0063-rt-String-OffsetByCodePointsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringOffsetByCodePointsTest) run(StringOffsetByCodePointsTest) diff --git a/testsuite/java_test/string_test/RT0064-rt-String-GetCharsTest/test.cfg b/testsuite/java_test/string_test/RT0064-rt-String-GetCharsTest/test.cfg index ea4644922a..dcc645a95e 100644 --- a/testsuite/java_test/string_test/RT0064-rt-String-GetCharsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0064-rt-String-GetCharsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringGetCharsTest) run(StringGetCharsTest) diff --git a/testsuite/java_test/string_test/RT0065-rt-String-GetBytesIntIntBytesIntTest/test.cfg b/testsuite/java_test/string_test/RT0065-rt-String-GetBytesIntIntBytesIntTest/test.cfg index 1654b0d76c..5b53888539 100644 --- a/testsuite/java_test/string_test/RT0065-rt-String-GetBytesIntIntBytesIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0065-rt-String-GetBytesIntIntBytesIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringGetBytesIntIntBytesIntTest) run(StringGetBytesIntIntBytesIntTest) diff --git a/testsuite/java_test/string_test/RT0066-rt-String-GetBytesStringTest/test.cfg b/testsuite/java_test/string_test/RT0066-rt-String-GetBytesStringTest/test.cfg index a269aa09fd..41fdecb36a 100644 --- a/testsuite/java_test/string_test/RT0066-rt-String-GetBytesStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0066-rt-String-GetBytesStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringGetBytesStringTest) run(StringGetBytesStringTest) diff --git a/testsuite/java_test/string_test/RT0067-rt-String-GetBytesCharsetTest/test.cfg b/testsuite/java_test/string_test/RT0067-rt-String-GetBytesCharsetTest/test.cfg index f2b86415ab..97df625856 100644 --- a/testsuite/java_test/string_test/RT0067-rt-String-GetBytesCharsetTest/test.cfg +++ b/testsuite/java_test/string_test/RT0067-rt-String-GetBytesCharsetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringGetBytesCharsetTest) run(StringGetBytesCharsetTest) diff --git a/testsuite/java_test/string_test/RT0068-rt-String-GetBytesTest/test.cfg b/testsuite/java_test/string_test/RT0068-rt-String-GetBytesTest/test.cfg index 68c0f9c847..a5c8676233 100644 --- a/testsuite/java_test/string_test/RT0068-rt-String-GetBytesTest/test.cfg +++ b/testsuite/java_test/string_test/RT0068-rt-String-GetBytesTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringGetBytesTest) run(StringGetBytesTest) diff --git a/testsuite/java_test/string_test/RT0069-rt-String-EqualsTest/test.cfg b/testsuite/java_test/string_test/RT0069-rt-String-EqualsTest/test.cfg index e079bb628b..a8353fee80 100644 --- a/testsuite/java_test/string_test/RT0069-rt-String-EqualsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0069-rt-String-EqualsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringEqualsTest) run(StringEqualsTest) diff --git a/testsuite/java_test/string_test/RT0070-rt-String-ContentEqualsTest/test.cfg b/testsuite/java_test/string_test/RT0070-rt-String-ContentEqualsTest/test.cfg index 73e66ded1a..addafe49e9 100644 --- a/testsuite/java_test/string_test/RT0070-rt-String-ContentEqualsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0070-rt-String-ContentEqualsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringContentEqualsTest) run(StringContentEqualsTest) diff --git a/testsuite/java_test/string_test/RT0071-rt-String-ContentEqualsCharSequenceTest/test.cfg b/testsuite/java_test/string_test/RT0071-rt-String-ContentEqualsCharSequenceTest/test.cfg index cd1c16040f..d2ce2f3cd2 100644 --- a/testsuite/java_test/string_test/RT0071-rt-String-ContentEqualsCharSequenceTest/test.cfg +++ b/testsuite/java_test/string_test/RT0071-rt-String-ContentEqualsCharSequenceTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringContentEqualsCharSequenceTest) run(StringContentEqualsCharSequenceTest) diff --git a/testsuite/java_test/string_test/RT0072-rt-String-EqualsIgnoreCaseTest/test.cfg b/testsuite/java_test/string_test/RT0072-rt-String-EqualsIgnoreCaseTest/test.cfg index 340aa008b5..dad8267c5e 100644 --- a/testsuite/java_test/string_test/RT0072-rt-String-EqualsIgnoreCaseTest/test.cfg +++ b/testsuite/java_test/string_test/RT0072-rt-String-EqualsIgnoreCaseTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringEqualsIgnoreCaseTest) run(StringEqualsIgnoreCaseTest) diff --git a/testsuite/java_test/string_test/RT0073-rt-String-CompareToTest/test.cfg b/testsuite/java_test/string_test/RT0073-rt-String-CompareToTest/test.cfg index 141446b7c4..1220e1a425 100644 --- a/testsuite/java_test/string_test/RT0073-rt-String-CompareToTest/test.cfg +++ b/testsuite/java_test/string_test/RT0073-rt-String-CompareToTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCompareToTest) run(StringCompareToTest) diff --git a/testsuite/java_test/string_test/RT0074-rt-String-CompareToIgnoreCaseTest/test.cfg b/testsuite/java_test/string_test/RT0074-rt-String-CompareToIgnoreCaseTest/test.cfg index 74055ea90f..dd191faa18 100644 --- a/testsuite/java_test/string_test/RT0074-rt-String-CompareToIgnoreCaseTest/test.cfg +++ b/testsuite/java_test/string_test/RT0074-rt-String-CompareToIgnoreCaseTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCompareToIgnoreCaseTest) run(StringCompareToIgnoreCaseTest) diff --git a/testsuite/java_test/string_test/RT0075-rt-String-RegionMatchesIntStringIntIntTest/test.cfg b/testsuite/java_test/string_test/RT0075-rt-String-RegionMatchesIntStringIntIntTest/test.cfg index 120a833953..19bf2d342c 100644 --- a/testsuite/java_test/string_test/RT0075-rt-String-RegionMatchesIntStringIntIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0075-rt-String-RegionMatchesIntStringIntIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringRegionMatchesIntStringIntIntTest) run(StringRegionMatchesIntStringIntIntTest) diff --git a/testsuite/java_test/string_test/RT0076-rt-String-RegionMatchesBooleanIntStringIntIntTest/test.cfg b/testsuite/java_test/string_test/RT0076-rt-String-RegionMatchesBooleanIntStringIntIntTest/test.cfg index c64ec8ebe2..b3a3a3077e 100644 --- a/testsuite/java_test/string_test/RT0076-rt-String-RegionMatchesBooleanIntStringIntIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0076-rt-String-RegionMatchesBooleanIntStringIntIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringRegionMatchesBooleanIntStringIntIntTest) run(StringRegionMatchesBooleanIntStringIntIntTest) diff --git a/testsuite/java_test/string_test/RT0077-rt-String-StartsWithStringIntTest/test.cfg b/testsuite/java_test/string_test/RT0077-rt-String-StartsWithStringIntTest/test.cfg index 6969578b02..449b8d6fb8 100644 --- a/testsuite/java_test/string_test/RT0077-rt-String-StartsWithStringIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0077-rt-String-StartsWithStringIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringStartsWithStringIntTest) run(StringStartsWithStringIntTest) diff --git a/testsuite/java_test/string_test/RT0078-rt-String-StartsWithStringTest/test.cfg b/testsuite/java_test/string_test/RT0078-rt-String-StartsWithStringTest/test.cfg index cfe96ef936..aa0fe2134a 100644 --- a/testsuite/java_test/string_test/RT0078-rt-String-StartsWithStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0078-rt-String-StartsWithStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringStartsWithStringTest) run(StringStartsWithStringTest) diff --git a/testsuite/java_test/string_test/RT0079-rt-String-EndsWithTest/test.cfg b/testsuite/java_test/string_test/RT0079-rt-String-EndsWithTest/test.cfg index ec1b768f54..b9793d8515 100644 --- a/testsuite/java_test/string_test/RT0079-rt-String-EndsWithTest/test.cfg +++ b/testsuite/java_test/string_test/RT0079-rt-String-EndsWithTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringEndsWithTest) run(StringEndsWithTest) diff --git a/testsuite/java_test/string_test/RT0080-rt-String-HashCodeTest/test.cfg b/testsuite/java_test/string_test/RT0080-rt-String-HashCodeTest/test.cfg index f9865781cd..a04c10cd9c 100644 --- a/testsuite/java_test/string_test/RT0080-rt-String-HashCodeTest/test.cfg +++ b/testsuite/java_test/string_test/RT0080-rt-String-HashCodeTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringHashCodeTest) run(StringHashCodeTest) diff --git a/testsuite/java_test/string_test/RT0081-rt-String-IndexOfIntTest/test.cfg b/testsuite/java_test/string_test/RT0081-rt-String-IndexOfIntTest/test.cfg index 20a7251e03..d8602ef450 100644 --- a/testsuite/java_test/string_test/RT0081-rt-String-IndexOfIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0081-rt-String-IndexOfIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringIndexOfIntTest) run(StringIndexOfIntTest) diff --git a/testsuite/java_test/string_test/RT0082-rt-String-IndexOfIntIntTest/test.cfg b/testsuite/java_test/string_test/RT0082-rt-String-IndexOfIntIntTest/test.cfg index fa7ab26963..a4d52cf1cf 100644 --- a/testsuite/java_test/string_test/RT0082-rt-String-IndexOfIntIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0082-rt-String-IndexOfIntIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringIndexOfIntIntTest) run(StringIndexOfIntIntTest) diff --git a/testsuite/java_test/string_test/RT0083-rt-String-LastIndexOfIntTest/test.cfg b/testsuite/java_test/string_test/RT0083-rt-String-LastIndexOfIntTest/test.cfg index b005cc894b..3d9ab636b0 100644 --- a/testsuite/java_test/string_test/RT0083-rt-String-LastIndexOfIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0083-rt-String-LastIndexOfIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringLastIndexOfIntTest) run(StringLastIndexOfIntTest) diff --git a/testsuite/java_test/string_test/RT0084-rt-String-LastIndexOfIntIntTest/test.cfg b/testsuite/java_test/string_test/RT0084-rt-String-LastIndexOfIntIntTest/test.cfg index 93b8108edb..93e7d95168 100644 --- a/testsuite/java_test/string_test/RT0084-rt-String-LastIndexOfIntIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0084-rt-String-LastIndexOfIntIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringLastIndexOfIntIntTest) run(StringLastIndexOfIntIntTest) diff --git a/testsuite/java_test/string_test/RT0085-rt-String-IndexOfStringTest/test.cfg b/testsuite/java_test/string_test/RT0085-rt-String-IndexOfStringTest/test.cfg index af7873588b..1be42ba8ef 100644 --- a/testsuite/java_test/string_test/RT0085-rt-String-IndexOfStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0085-rt-String-IndexOfStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringIndexOfStringTest) run(StringIndexOfStringTest) diff --git a/testsuite/java_test/string_test/RT0086-rt-String-IndexOfStringIntTest/test.cfg b/testsuite/java_test/string_test/RT0086-rt-String-IndexOfStringIntTest/test.cfg index 53d3c9f107..21dd7354a2 100644 --- a/testsuite/java_test/string_test/RT0086-rt-String-IndexOfStringIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0086-rt-String-IndexOfStringIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringIndexOfStringIntTest) run(StringIndexOfStringIntTest) diff --git a/testsuite/java_test/string_test/RT0087-rt-String-LastIndexOfStringTest/test.cfg b/testsuite/java_test/string_test/RT0087-rt-String-LastIndexOfStringTest/test.cfg index a738ef478c..099ac84659 100644 --- a/testsuite/java_test/string_test/RT0087-rt-String-LastIndexOfStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0087-rt-String-LastIndexOfStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringLastIndexOfStringTest) run(StringLastIndexOfStringTest) diff --git a/testsuite/java_test/string_test/RT0088-rt-String-LastIndexOfStringIntTest/test.cfg b/testsuite/java_test/string_test/RT0088-rt-String-LastIndexOfStringIntTest/test.cfg index 41a9b2f922..fbe60c8d9b 100644 --- a/testsuite/java_test/string_test/RT0088-rt-String-LastIndexOfStringIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0088-rt-String-LastIndexOfStringIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringLastIndexOfStringIntTest) run(StringLastIndexOfStringIntTest) diff --git a/testsuite/java_test/string_test/RT0089-rt-String-SubstringIntTest/test.cfg b/testsuite/java_test/string_test/RT0089-rt-String-SubstringIntTest/test.cfg index bbd3a782b4..9ed8eafa82 100644 --- a/testsuite/java_test/string_test/RT0089-rt-String-SubstringIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0089-rt-String-SubstringIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringSubstringIntTest) run(StringSubstringIntTest) diff --git a/testsuite/java_test/string_test/RT0090-rt-String-SubstringIntIntTest/test.cfg b/testsuite/java_test/string_test/RT0090-rt-String-SubstringIntIntTest/test.cfg index 317a824fa0..98818af1bf 100644 --- a/testsuite/java_test/string_test/RT0090-rt-String-SubstringIntIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0090-rt-String-SubstringIntIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringSubstringIntIntTest) run(StringSubstringIntIntTest) diff --git a/testsuite/java_test/string_test/RT0091-rt-String-SubSequenceIntIntTest/test.cfg b/testsuite/java_test/string_test/RT0091-rt-String-SubSequenceIntIntTest/test.cfg index 9702e5f718..9d03c0a3f0 100644 --- a/testsuite/java_test/string_test/RT0091-rt-String-SubSequenceIntIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0091-rt-String-SubSequenceIntIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringSubSequenceIntIntTest) run(StringSubSequenceIntIntTest) diff --git a/testsuite/java_test/string_test/RT0092-rt-String-ConcatTest/test.cfg b/testsuite/java_test/string_test/RT0092-rt-String-ConcatTest/test.cfg index 61f3ee7954..7ea5c2ca8a 100644 --- a/testsuite/java_test/string_test/RT0092-rt-String-ConcatTest/test.cfg +++ b/testsuite/java_test/string_test/RT0092-rt-String-ConcatTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConcatTest) run(StringConcatTest) diff --git a/testsuite/java_test/string_test/RT0093-rt-String-ReplaceCharCharTest/test.cfg b/testsuite/java_test/string_test/RT0093-rt-String-ReplaceCharCharTest/test.cfg index e041ab2689..7311b9e22a 100644 --- a/testsuite/java_test/string_test/RT0093-rt-String-ReplaceCharCharTest/test.cfg +++ b/testsuite/java_test/string_test/RT0093-rt-String-ReplaceCharCharTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringReplaceCharCharTest) run(StringReplaceCharCharTest) diff --git a/testsuite/java_test/string_test/RT0094-rt-String-ContainsTest/test.cfg b/testsuite/java_test/string_test/RT0094-rt-String-ContainsTest/test.cfg index 64fc26cd0d..4051bef39c 100644 --- a/testsuite/java_test/string_test/RT0094-rt-String-ContainsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0094-rt-String-ContainsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringContainsTest) run(StringContainsTest) diff --git a/testsuite/java_test/string_test/RT0095-rt-String-ReplaceCharSequenceCharSequenceTest/test.cfg b/testsuite/java_test/string_test/RT0095-rt-String-ReplaceCharSequenceCharSequenceTest/test.cfg index ed1d4b136c..0a1a6c3f23 100644 --- a/testsuite/java_test/string_test/RT0095-rt-String-ReplaceCharSequenceCharSequenceTest/test.cfg +++ b/testsuite/java_test/string_test/RT0095-rt-String-ReplaceCharSequenceCharSequenceTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringReplaceCharSequenceCharSequenceTest) run(StringReplaceCharSequenceCharSequenceTest) diff --git a/testsuite/java_test/string_test/RT0096-rt-String-SplitStringIntTest/test.cfg b/testsuite/java_test/string_test/RT0096-rt-String-SplitStringIntTest/test.cfg index aa8769a7a1..d70cd7b47c 100644 --- a/testsuite/java_test/string_test/RT0096-rt-String-SplitStringIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0096-rt-String-SplitStringIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringSplitStringIntTest) run(StringSplitStringIntTest) diff --git a/testsuite/java_test/string_test/RT0097-rt-String-SplitStringTest/test.cfg b/testsuite/java_test/string_test/RT0097-rt-String-SplitStringTest/test.cfg index 4974022d84..2c3c245842 100644 --- a/testsuite/java_test/string_test/RT0097-rt-String-SplitStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0097-rt-String-SplitStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringSplitStringTest) run(StringSplitStringTest) diff --git a/testsuite/java_test/string_test/RT0098-rt-String-JoinCharSequenceCharSequenceTest/test.cfg b/testsuite/java_test/string_test/RT0098-rt-String-JoinCharSequenceCharSequenceTest/test.cfg index 6bd486e9b2..e6b3de0391 100755 --- a/testsuite/java_test/string_test/RT0098-rt-String-JoinCharSequenceCharSequenceTest/test.cfg +++ b/testsuite/java_test/string_test/RT0098-rt-String-JoinCharSequenceCharSequenceTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringJoinCharSequenceCharSequenceTest) run(StringJoinCharSequenceCharSequenceTest) diff --git a/testsuite/java_test/string_test/RT0099-rt-String-JoinCharSequenceIterableTest/test.cfg b/testsuite/java_test/string_test/RT0099-rt-String-JoinCharSequenceIterableTest/test.cfg index b7bd8ca1a3..2b96c329dd 100755 --- a/testsuite/java_test/string_test/RT0099-rt-String-JoinCharSequenceIterableTest/test.cfg +++ b/testsuite/java_test/string_test/RT0099-rt-String-JoinCharSequenceIterableTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringJoinCharSequenceIterableTest) run(StringJoinCharSequenceIterableTest) diff --git a/testsuite/java_test/string_test/RT0100-rt-String-ToLowerCaseLocaleTest/test.cfg b/testsuite/java_test/string_test/RT0100-rt-String-ToLowerCaseLocaleTest/test.cfg index c17a02f2a7..34c8ea72e7 100755 --- a/testsuite/java_test/string_test/RT0100-rt-String-ToLowerCaseLocaleTest/test.cfg +++ b/testsuite/java_test/string_test/RT0100-rt-String-ToLowerCaseLocaleTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringToLowerCaseLocaleTest) run(StringToLowerCaseLocaleTest) diff --git a/testsuite/java_test/string_test/RT0101-rt-String-ToLowerCaseTest/test.cfg b/testsuite/java_test/string_test/RT0101-rt-String-ToLowerCaseTest/test.cfg index 266e6cdac3..2500752bd7 100755 --- a/testsuite/java_test/string_test/RT0101-rt-String-ToLowerCaseTest/test.cfg +++ b/testsuite/java_test/string_test/RT0101-rt-String-ToLowerCaseTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringToLowerCaseTest) run(StringToLowerCaseTest) diff --git a/testsuite/java_test/string_test/RT0102-rt-String-ToUpperCaseLocaleTest/test.cfg b/testsuite/java_test/string_test/RT0102-rt-String-ToUpperCaseLocaleTest/test.cfg index 71d5d8452e..9e75b2bb03 100755 --- a/testsuite/java_test/string_test/RT0102-rt-String-ToUpperCaseLocaleTest/test.cfg +++ b/testsuite/java_test/string_test/RT0102-rt-String-ToUpperCaseLocaleTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringToUpperCaseLocaleTest) run(StringToUpperCaseLocaleTest) diff --git a/testsuite/java_test/string_test/RT0103-rt-String-ToUpperCaseTest/test.cfg b/testsuite/java_test/string_test/RT0103-rt-String-ToUpperCaseTest/test.cfg index 7316e84665..6670501c5f 100755 --- a/testsuite/java_test/string_test/RT0103-rt-String-ToUpperCaseTest/test.cfg +++ b/testsuite/java_test/string_test/RT0103-rt-String-ToUpperCaseTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringToUpperCaseTest) run(StringToUpperCaseTest) diff --git a/testsuite/java_test/string_test/RT0104-rt-String-TrimTest/test.cfg b/testsuite/java_test/string_test/RT0104-rt-String-TrimTest/test.cfg index b07faa1573..b7accfa083 100755 --- a/testsuite/java_test/string_test/RT0104-rt-String-TrimTest/test.cfg +++ b/testsuite/java_test/string_test/RT0104-rt-String-TrimTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringTrimTest) run(StringTrimTest) diff --git a/testsuite/java_test/string_test/RT0105-rt-String-ToStringTest/test.cfg b/testsuite/java_test/string_test/RT0105-rt-String-ToStringTest/test.cfg index 42432854cb..95a738cfc6 100755 --- a/testsuite/java_test/string_test/RT0105-rt-String-ToStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0105-rt-String-ToStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringToStringTest) run(StringToStringTest) diff --git a/testsuite/java_test/string_test/RT0106-rt-String-ToCharArrayTest/test.cfg b/testsuite/java_test/string_test/RT0106-rt-String-ToCharArrayTest/test.cfg index a9d17d4c92..64f0fcac0d 100755 --- a/testsuite/java_test/string_test/RT0106-rt-String-ToCharArrayTest/test.cfg +++ b/testsuite/java_test/string_test/RT0106-rt-String-ToCharArrayTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringToCharArrayTest) run(StringToCharArrayTest) diff --git a/testsuite/java_test/string_test/RT0107-rt-String-FormatStringObjectTest/test.cfg b/testsuite/java_test/string_test/RT0107-rt-String-FormatStringObjectTest/test.cfg index 45f08adeff..fd3f99144c 100755 --- a/testsuite/java_test/string_test/RT0107-rt-String-FormatStringObjectTest/test.cfg +++ b/testsuite/java_test/string_test/RT0107-rt-String-FormatStringObjectTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringFormatStringObjectTest) run(StringFormatStringObjectTest) diff --git a/testsuite/java_test/string_test/RT0108-rt-String-ValueOfObjectTest/test.cfg b/testsuite/java_test/string_test/RT0108-rt-String-ValueOfObjectTest/test.cfg index 110b4e1239..6845e3b06f 100755 --- a/testsuite/java_test/string_test/RT0108-rt-String-ValueOfObjectTest/test.cfg +++ b/testsuite/java_test/string_test/RT0108-rt-String-ValueOfObjectTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringValueOfObjectTest) run(StringValueOfObjectTest) diff --git a/testsuite/java_test/string_test/RT0109-rt-String-ValueOfCharsTest/test.cfg b/testsuite/java_test/string_test/RT0109-rt-String-ValueOfCharsTest/test.cfg index c451cb472e..f26b1a0528 100755 --- a/testsuite/java_test/string_test/RT0109-rt-String-ValueOfCharsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0109-rt-String-ValueOfCharsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringValueOfCharsTest) run(StringValueOfCharsTest) diff --git a/testsuite/java_test/string_test/RT0110-rt-String-ValueOfCharIntIntTest/test.cfg b/testsuite/java_test/string_test/RT0110-rt-String-ValueOfCharIntIntTest/test.cfg index 7d3c29077b..472584df5b 100755 --- a/testsuite/java_test/string_test/RT0110-rt-String-ValueOfCharIntIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0110-rt-String-ValueOfCharIntIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringValueOfCharIntIntTest) run(StringValueOfCharIntIntTest) diff --git a/testsuite/java_test/string_test/RT0111-rt-String-CopyValueOfCharIntIntTest/test.cfg b/testsuite/java_test/string_test/RT0111-rt-String-CopyValueOfCharIntIntTest/test.cfg index 94cab0239c..240c69b330 100755 --- a/testsuite/java_test/string_test/RT0111-rt-String-CopyValueOfCharIntIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0111-rt-String-CopyValueOfCharIntIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCopyValueOfCharIntIntTest) run(StringCopyValueOfCharIntIntTest) diff --git a/testsuite/java_test/string_test/RT0112-rt-String-CopyValueOfCharTest/test.cfg b/testsuite/java_test/string_test/RT0112-rt-String-CopyValueOfCharTest/test.cfg index fe37cc7df3..2edbbecd1d 100755 --- a/testsuite/java_test/string_test/RT0112-rt-String-CopyValueOfCharTest/test.cfg +++ b/testsuite/java_test/string_test/RT0112-rt-String-CopyValueOfCharTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCopyValueOfCharTest) run(StringCopyValueOfCharTest) diff --git a/testsuite/java_test/string_test/RT0113-rt-String-ValueOfBooleanTest/test.cfg b/testsuite/java_test/string_test/RT0113-rt-String-ValueOfBooleanTest/test.cfg index f45a7e6396..72fc8862d0 100755 --- a/testsuite/java_test/string_test/RT0113-rt-String-ValueOfBooleanTest/test.cfg +++ b/testsuite/java_test/string_test/RT0113-rt-String-ValueOfBooleanTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringValueOfBooleanTest) run(StringValueOfBooleanTest) diff --git a/testsuite/java_test/string_test/RT0114-rt-String-ValueOfCharTest/test.cfg b/testsuite/java_test/string_test/RT0114-rt-String-ValueOfCharTest/test.cfg index 2fe52e0d32..e0b1343ab7 100755 --- a/testsuite/java_test/string_test/RT0114-rt-String-ValueOfCharTest/test.cfg +++ b/testsuite/java_test/string_test/RT0114-rt-String-ValueOfCharTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringValueOfCharTest) run(StringValueOfCharTest) diff --git a/testsuite/java_test/string_test/RT0115-rt-String-ValueOfIntTest/test.cfg b/testsuite/java_test/string_test/RT0115-rt-String-ValueOfIntTest/test.cfg index 293c4f0b93..46b560e16c 100755 --- a/testsuite/java_test/string_test/RT0115-rt-String-ValueOfIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0115-rt-String-ValueOfIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringValueOfIntTest) run(StringValueOfIntTest) diff --git a/testsuite/java_test/string_test/RT0116-rt-String-ValueOfLongTest/test.cfg b/testsuite/java_test/string_test/RT0116-rt-String-ValueOfLongTest/test.cfg index d28467fc55..039b1d9487 100755 --- a/testsuite/java_test/string_test/RT0116-rt-String-ValueOfLongTest/test.cfg +++ b/testsuite/java_test/string_test/RT0116-rt-String-ValueOfLongTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringValueOfLongTest) run(StringValueOfLongTest) diff --git a/testsuite/java_test/string_test/RT0117-rt-String-ValueOfFloatTest/test.cfg b/testsuite/java_test/string_test/RT0117-rt-String-ValueOfFloatTest/test.cfg index 25cfdd1238..69e84ecf91 100755 --- a/testsuite/java_test/string_test/RT0117-rt-String-ValueOfFloatTest/test.cfg +++ b/testsuite/java_test/string_test/RT0117-rt-String-ValueOfFloatTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringValueOfFloatTest) run(StringValueOfFloatTest) diff --git a/testsuite/java_test/string_test/RT0118-rt-String-ValueOfDoubleTest/test.cfg b/testsuite/java_test/string_test/RT0118-rt-String-ValueOfDoubleTest/test.cfg index a3361e7360..69d720fc9b 100755 --- a/testsuite/java_test/string_test/RT0118-rt-String-ValueOfDoubleTest/test.cfg +++ b/testsuite/java_test/string_test/RT0118-rt-String-ValueOfDoubleTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringValueOfDoubleTest) run(StringValueOfDoubleTest) diff --git a/testsuite/java_test/string_test/RT0119-rt-String-InternTest/test.cfg b/testsuite/java_test/string_test/RT0119-rt-String-InternTest/test.cfg index 9843dc296e..3567d6dd05 100755 --- a/testsuite/java_test/string_test/RT0119-rt-String-InternTest/test.cfg +++ b/testsuite/java_test/string_test/RT0119-rt-String-InternTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringInternTest) run(StringInternTest) diff --git a/testsuite/java_test/string_test/RT0120-rt-String-VoluationTest/test.cfg b/testsuite/java_test/string_test/RT0120-rt-String-VoluationTest/test.cfg index 6e5be6ace3..4a578506e0 100755 --- a/testsuite/java_test/string_test/RT0120-rt-String-VoluationTest/test.cfg +++ b/testsuite/java_test/string_test/RT0120-rt-String-VoluationTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringVoluationTest) run(StringVoluationTest) diff --git a/testsuite/java_test/string_test/RT0121-rt-String-VoluationCharsTest/test.cfg b/testsuite/java_test/string_test/RT0121-rt-String-VoluationCharsTest/test.cfg index 95c9c4523f..1e9ce92d79 100755 --- a/testsuite/java_test/string_test/RT0121-rt-String-VoluationCharsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0121-rt-String-VoluationCharsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringVoluationCharsTest) run(StringVoluationCharsTest) diff --git a/testsuite/java_test/string_test/RT0122-rt-String-SpliceStringTest/test.cfg b/testsuite/java_test/string_test/RT0122-rt-String-SpliceStringTest/test.cfg index 208f9bea87..0214bed4d9 100755 --- a/testsuite/java_test/string_test/RT0122-rt-String-SpliceStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0122-rt-String-SpliceStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringSpliceStringTest) run(StringSpliceStringTest) diff --git a/testsuite/java_test/string_test/RT0123-rt-String-CompareByDoubleEqualSignTest/test.cfg b/testsuite/java_test/string_test/RT0123-rt-String-CompareByDoubleEqualSignTest/test.cfg index 5c53bc1a5c..53364a58fd 100755 --- a/testsuite/java_test/string_test/RT0123-rt-String-CompareByDoubleEqualSignTest/test.cfg +++ b/testsuite/java_test/string_test/RT0123-rt-String-CompareByDoubleEqualSignTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCompareByDoubleEqualSignTest) run(StringCompareByDoubleEqualSignTest) diff --git a/testsuite/java_test/string_test/RT0124-rt-String-CompareByEqualsTest/test.cfg b/testsuite/java_test/string_test/RT0124-rt-String-CompareByEqualsTest/test.cfg index f23951aaa5..8bcdb59049 100755 --- a/testsuite/java_test/string_test/RT0124-rt-String-CompareByEqualsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0124-rt-String-CompareByEqualsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCompareByEqualsTest) run(StringCompareByEqualsTest) diff --git a/testsuite/java_test/string_test/RT0125-rt-String-ConvertToByteTest/test.cfg b/testsuite/java_test/string_test/RT0125-rt-String-ConvertToByteTest/test.cfg index da410075b0..8839bac49f 100755 --- a/testsuite/java_test/string_test/RT0125-rt-String-ConvertToByteTest/test.cfg +++ b/testsuite/java_test/string_test/RT0125-rt-String-ConvertToByteTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConvertToByteTest) run(StringConvertToByteTest) diff --git a/testsuite/java_test/string_test/RT0126-rt-String-ConvertToShortTest/test.cfg b/testsuite/java_test/string_test/RT0126-rt-String-ConvertToShortTest/test.cfg index a3e18df431..bd77f7ccbc 100755 --- a/testsuite/java_test/string_test/RT0126-rt-String-ConvertToShortTest/test.cfg +++ b/testsuite/java_test/string_test/RT0126-rt-String-ConvertToShortTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConvertToShortTest) run(StringConvertToShortTest) diff --git a/testsuite/java_test/string_test/RT0127-rt-String-ConvertToIntTest/test.cfg b/testsuite/java_test/string_test/RT0127-rt-String-ConvertToIntTest/test.cfg index a2c23d5c2f..217d3f2fc9 100755 --- a/testsuite/java_test/string_test/RT0127-rt-String-ConvertToIntTest/test.cfg +++ b/testsuite/java_test/string_test/RT0127-rt-String-ConvertToIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConvertToIntTest) run(StringConvertToIntTest) diff --git a/testsuite/java_test/string_test/RT0128-rt-String-ConvertToLongTest/test.cfg b/testsuite/java_test/string_test/RT0128-rt-String-ConvertToLongTest/test.cfg index 7994b0bc4e..58f75b4076 100755 --- a/testsuite/java_test/string_test/RT0128-rt-String-ConvertToLongTest/test.cfg +++ b/testsuite/java_test/string_test/RT0128-rt-String-ConvertToLongTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConvertToLongTest) run(StringConvertToLongTest) diff --git a/testsuite/java_test/string_test/RT0129-rt-String-ConvertToFloatTest/test.cfg b/testsuite/java_test/string_test/RT0129-rt-String-ConvertToFloatTest/test.cfg index bcbe5a1f1d..190f5750e1 100755 --- a/testsuite/java_test/string_test/RT0129-rt-String-ConvertToFloatTest/test.cfg +++ b/testsuite/java_test/string_test/RT0129-rt-String-ConvertToFloatTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConvertToFloatTest) run(StringConvertToFloatTest) diff --git a/testsuite/java_test/string_test/RT0130-rt-String-ConvertToDoubleTest/test.cfg b/testsuite/java_test/string_test/RT0130-rt-String-ConvertToDoubleTest/test.cfg index 3e6674cff3..1563f69eb3 100755 --- a/testsuite/java_test/string_test/RT0130-rt-String-ConvertToDoubleTest/test.cfg +++ b/testsuite/java_test/string_test/RT0130-rt-String-ConvertToDoubleTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConvertToDoubleTest) run(StringConvertToDoubleTest) diff --git a/testsuite/java_test/string_test/RT0131-rt-String-LongToBinaryStringTest/test.cfg b/testsuite/java_test/string_test/RT0131-rt-String-LongToBinaryStringTest/test.cfg index 79ec58ebeb..308242eab7 100755 --- a/testsuite/java_test/string_test/RT0131-rt-String-LongToBinaryStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0131-rt-String-LongToBinaryStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LongToBinaryStringTest) run(LongToBinaryStringTest) diff --git a/testsuite/java_test/string_test/RT0132-rt-String-LongToOctalStringTest/test.cfg b/testsuite/java_test/string_test/RT0132-rt-String-LongToOctalStringTest/test.cfg index 579c4f6e01..1d5ef7dce3 100755 --- a/testsuite/java_test/string_test/RT0132-rt-String-LongToOctalStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0132-rt-String-LongToOctalStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LongToOctalStringTest) run(LongToOctalStringTest) diff --git a/testsuite/java_test/string_test/RT0133-rt-String-BasicToStringTest/test.cfg b/testsuite/java_test/string_test/RT0133-rt-String-BasicToStringTest/test.cfg index 1de8f2d9be..003932de05 100755 --- a/testsuite/java_test/string_test/RT0133-rt-String-BasicToStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0133-rt-String-BasicToStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(BasicToStringTest) run(BasicToStringTest) diff --git a/testsuite/java_test/string_test/RT0134-rt-String-NullToStringTest/test.cfg b/testsuite/java_test/string_test/RT0134-rt-String-NullToStringTest/test.cfg index 2c40cd6475..3ea2cc2d6d 100755 --- a/testsuite/java_test/string_test/RT0134-rt-String-NullToStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0134-rt-String-NullToStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NullToStringTest) run(NullToStringTest) diff --git a/testsuite/java_test/string_test/RT0135-rt-String-AsciiToStringTest/test.cfg b/testsuite/java_test/string_test/RT0135-rt-String-AsciiToStringTest/test.cfg index 62e6c6436b..a4bf9938b8 100755 --- a/testsuite/java_test/string_test/RT0135-rt-String-AsciiToStringTest/test.cfg +++ b/testsuite/java_test/string_test/RT0135-rt-String-AsciiToStringTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(AsciiToStringTest) run(AsciiToStringTest) diff --git a/testsuite/java_test/string_test/RT0136-rt-String-ToHexStringCharTest/test.cfg b/testsuite/java_test/string_test/RT0136-rt-String-ToHexStringCharTest/test.cfg index 8dd455db5c..999303c2e8 100755 --- a/testsuite/java_test/string_test/RT0136-rt-String-ToHexStringCharTest/test.cfg +++ b/testsuite/java_test/string_test/RT0136-rt-String-ToHexStringCharTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringToHexStringCharTest) run(StringToHexStringCharTest) diff --git a/testsuite/java_test/string_test/RT0137-rt-String-AsVariableAndFieldAndParamTest/test.cfg b/testsuite/java_test/string_test/RT0137-rt-String-AsVariableAndFieldAndParamTest/test.cfg index d80c72728f..5488de93f1 100755 --- a/testsuite/java_test/string_test/RT0137-rt-String-AsVariableAndFieldAndParamTest/test.cfg +++ b/testsuite/java_test/string_test/RT0137-rt-String-AsVariableAndFieldAndParamTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringAsVariableAndFieldAndParamTest) run(StringAsVariableAndFieldAndParamTest) diff --git a/testsuite/java_test/string_test/RT0138-rt-String-VariableOfInterfaceTest/test.cfg b/testsuite/java_test/string_test/RT0138-rt-String-VariableOfInterfaceTest/test.cfg index 487460118f..61a3a37b95 100755 --- a/testsuite/java_test/string_test/RT0138-rt-String-VariableOfInterfaceTest/test.cfg +++ b/testsuite/java_test/string_test/RT0138-rt-String-VariableOfInterfaceTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringVariableOfInterfaceTest) run(StringVariableOfInterfaceTest) diff --git a/testsuite/java_test/string_test/RT0139-rt-String-CreateStringArrayTest/test.cfg b/testsuite/java_test/string_test/RT0139-rt-String-CreateStringArrayTest/test.cfg index b6ee6e2ece..20fc9f988e 100755 --- a/testsuite/java_test/string_test/RT0139-rt-String-CreateStringArrayTest/test.cfg +++ b/testsuite/java_test/string_test/RT0139-rt-String-CreateStringArrayTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringCreateStringArrayTest) run(StringCreateStringArrayTest) diff --git a/testsuite/java_test/string_test/RT0140-rt-String-GenericTest/test.cfg b/testsuite/java_test/string_test/RT0140-rt-String-GenericTest/test.cfg index 7a420ebfb4..71f491d1f4 100755 --- a/testsuite/java_test/string_test/RT0140-rt-String-GenericTest/test.cfg +++ b/testsuite/java_test/string_test/RT0140-rt-String-GenericTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringGenericTest) run(StringGenericTest) diff --git a/testsuite/java_test/string_test/RT0141-rt-String-MultiThreadsTest/test.cfg b/testsuite/java_test/string_test/RT0141-rt-String-MultiThreadsTest/test.cfg index 230a87a436..8848056d32 100755 --- a/testsuite/java_test/string_test/RT0141-rt-String-MultiThreadsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0141-rt-String-MultiThreadsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringMultiThreadsTest) run(StringMultiThreadsTest) diff --git a/testsuite/java_test/string_test/RT0142-rt-String-JoinNullPointerExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0142-rt-String-JoinNullPointerExceptionTest/test.cfg index c5777b4909..dbea1a3976 100755 --- a/testsuite/java_test/string_test/RT0142-rt-String-JoinNullPointerExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0142-rt-String-JoinNullPointerExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringJoinNullPointerExceptionTest) run(StringJoinNullPointerExceptionTest) diff --git a/testsuite/java_test/string_test/RT0143-rt-String-NullPointExceptionTest/test.cfg b/testsuite/java_test/string_test/RT0143-rt-String-NullPointExceptionTest/test.cfg index 4de788479d..1c2cfed613 100755 --- a/testsuite/java_test/string_test/RT0143-rt-String-NullPointExceptionTest/test.cfg +++ b/testsuite/java_test/string_test/RT0143-rt-String-NullPointExceptionTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringNullPointExceptionTest) run(StringNullPointExceptionTest) diff --git a/testsuite/java_test/string_test/RT0144-rt-String-BufferExceptionsTest/test.cfg b/testsuite/java_test/string_test/RT0144-rt-String-BufferExceptionsTest/test.cfg index 6fc2283696..fb021ed386 100755 --- a/testsuite/java_test/string_test/RT0144-rt-String-BufferExceptionsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0144-rt-String-BufferExceptionsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBufferExceptionsTest) run(StringBufferExceptionsTest) diff --git a/testsuite/java_test/string_test/RT0145-rt-String-BuilderExceptionsTest/test.cfg b/testsuite/java_test/string_test/RT0145-rt-String-BuilderExceptionsTest/test.cfg index 128a1869b2..6c489170f4 100755 --- a/testsuite/java_test/string_test/RT0145-rt-String-BuilderExceptionsTest/test.cfg +++ b/testsuite/java_test/string_test/RT0145-rt-String-BuilderExceptionsTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringBuilderExceptionsTest) run(StringBuilderExceptionsTest) diff --git a/testsuite/java_test/string_test/RT0146-rt-String-ClassNewInstanceTest/test.cfg b/testsuite/java_test/string_test/RT0146-rt-String-ClassNewInstanceTest/test.cfg index 343c708489..c7b4e1535c 100755 --- a/testsuite/java_test/string_test/RT0146-rt-String-ClassNewInstanceTest/test.cfg +++ b/testsuite/java_test/string_test/RT0146-rt-String-ClassNewInstanceTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringClassNewInstanceTest) run(StringClassNewInstanceTest) diff --git a/testsuite/java_test/string_test/RT0147-rt-String-PoolEnlargeTest/test.cfg b/testsuite/java_test/string_test/RT0147-rt-String-PoolEnlargeTest/test.cfg index 0d1a433256..766e6dfac3 100755 --- a/testsuite/java_test/string_test/RT0147-rt-String-PoolEnlargeTest/test.cfg +++ b/testsuite/java_test/string_test/RT0147-rt-String-PoolEnlargeTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringPoolEnlargeTest) run(StringPoolEnlargeTest) diff --git a/testsuite/java_test/string_test/RT0148-rt-String-XByteTest/test.cfg b/testsuite/java_test/string_test/RT0148-rt-String-XByteTest/test.cfg index 8fc28bdff2..58a4de755f 100755 --- a/testsuite/java_test/string_test/RT0148-rt-String-XByteTest/test.cfg +++ b/testsuite/java_test/string_test/RT0148-rt-String-XByteTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringXByteTest) run(StringXByteTest) diff --git a/testsuite/java_test/string_test/RT0149-rt-String-ClassNewInstance2Test/test.cfg b/testsuite/java_test/string_test/RT0149-rt-String-ClassNewInstance2Test/test.cfg index ef17a071e7..048bb621c3 100755 --- a/testsuite/java_test/string_test/RT0149-rt-String-ClassNewInstance2Test/test.cfg +++ b/testsuite/java_test/string_test/RT0149-rt-String-ClassNewInstance2Test/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringClassNewInstance2Test) run(StringClassNewInstance2Test) diff --git a/testsuite/java_test/string_test/RT0150-rt-String-Emoji/test.cfg b/testsuite/java_test/string_test/RT0150-rt-String-Emoji/test.cfg index cbf31b4ed2..89e11f1b38 100644 --- a/testsuite/java_test/string_test/RT0150-rt-String-Emoji/test.cfg +++ b/testsuite/java_test/string_test/RT0150-rt-String-Emoji/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringEmojiTest) run(StringEmojiTest) diff --git a/testsuite/java_test/string_test/RT0151-rt-String-UncompressTest/test.cfg b/testsuite/java_test/string_test/RT0151-rt-String-UncompressTest/test.cfg index 0d35765ba2..410a2c0921 100644 --- a/testsuite/java_test/string_test/RT0151-rt-String-UncompressTest/test.cfg +++ b/testsuite/java_test/string_test/RT0151-rt-String-UncompressTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringUnCompressTest) run(StringUnCompressTest) diff --git a/testsuite/java_test/string_test/RT0152-rt-string-StringEqualsNull0001/test.cfg b/testsuite/java_test/string_test/RT0152-rt-string-StringEqualsNull0001/test.cfg index 96cad13ebc..d438535e55 100644 --- a/testsuite/java_test/string_test/RT0152-rt-string-StringEqualsNull0001/test.cfg +++ b/testsuite/java_test/string_test/RT0152-rt-string-StringEqualsNull0001/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestStringEqualsNull) run(TestStringEqualsNull) diff --git a/testsuite/java_test/string_test/RT0154-rt-string-StringEqualsShort/test.cfg b/testsuite/java_test/string_test/RT0154-rt-string-StringEqualsShort/test.cfg index b52adb7b94..13170e2f35 100644 --- a/testsuite/java_test/string_test/RT0154-rt-string-StringEqualsShort/test.cfg +++ b/testsuite/java_test/string_test/RT0154-rt-string-StringEqualsShort/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestStringEqualsShort) run(TestStringEqualsShort) diff --git a/testsuite/java_test/string_test/RT0155-rt-string-StringEqualsMedium/test.cfg b/testsuite/java_test/string_test/RT0155-rt-string-StringEqualsMedium/test.cfg index d2dc3620cb..8b72b1eed8 100644 --- a/testsuite/java_test/string_test/RT0155-rt-string-StringEqualsMedium/test.cfg +++ b/testsuite/java_test/string_test/RT0155-rt-string-StringEqualsMedium/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestStringEqualsMedium) run(TestStringEqualsMedium) diff --git a/testsuite/java_test/string_test/RT0156-rt-string-StringEqualsLong/test.cfg b/testsuite/java_test/string_test/RT0156-rt-string-StringEqualsLong/test.cfg index 7712a10f3f..393b851ffb 100644 --- a/testsuite/java_test/string_test/RT0156-rt-string-StringEqualsLong/test.cfg +++ b/testsuite/java_test/string_test/RT0156-rt-string-StringEqualsLong/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestStringEqualsLong) run(TestStringEqualsLong) diff --git a/testsuite/java_test/string_test/RT0157-rt-string-StringEqualsVeryLong/test.cfg b/testsuite/java_test/string_test/RT0157-rt-string-StringEqualsVeryLong/test.cfg index 90663bef96..d15c408bea 100644 --- a/testsuite/java_test/string_test/RT0157-rt-string-StringEqualsVeryLong/test.cfg +++ b/testsuite/java_test/string_test/RT0157-rt-string-StringEqualsVeryLong/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestStringEqualsVeryLong) run(TestStringEqualsVeryLong) diff --git a/testsuite/java_test/string_test/RT0158-rt-string-StringEqualsNonWordAligned/test.cfg b/testsuite/java_test/string_test/RT0158-rt-string-StringEqualsNonWordAligned/test.cfg index e7753b0668..f320180cc8 100644 --- a/testsuite/java_test/string_test/RT0158-rt-string-StringEqualsNonWordAligned/test.cfg +++ b/testsuite/java_test/string_test/RT0158-rt-string-StringEqualsNonWordAligned/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestStringEqualsNonWordAligned) run(TestStringEqualsNonWordAligned) diff --git a/testsuite/java_test/string_test/RT0159-rt-string-StringEqualsEnd/test.cfg b/testsuite/java_test/string_test/RT0159-rt-string-StringEqualsEnd/test.cfg index 60c2a4d01e..4e3b71e649 100644 --- a/testsuite/java_test/string_test/RT0159-rt-string-StringEqualsEnd/test.cfg +++ b/testsuite/java_test/string_test/RT0159-rt-string-StringEqualsEnd/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestStringEqualsEnd) run(TestStringEqualsEnd) diff --git a/testsuite/java_test/string_test/RT0160-rt-string-StringEqualsNonString/test.cfg b/testsuite/java_test/string_test/RT0160-rt-string-StringEqualsNonString/test.cfg index 13f67e7d5f..4d6e3aba99 100644 --- a/testsuite/java_test/string_test/RT0160-rt-string-StringEqualsNonString/test.cfg +++ b/testsuite/java_test/string_test/RT0160-rt-string-StringEqualsNonString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestStringEqualsNonString) run(TestStringEqualsNonString) diff --git a/testsuite/java_test/string_test/RT0161-rt-string-StringEqualsList/test.cfg b/testsuite/java_test/string_test/RT0161-rt-string-StringEqualsList/test.cfg index 4b4bd3be04..e53afeffde 100644 --- a/testsuite/java_test/string_test/RT0161-rt-string-StringEqualsList/test.cfg +++ b/testsuite/java_test/string_test/RT0161-rt-string-StringEqualsList/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestStringEqualsList) run(TestStringEqualsList) diff --git a/testsuite/java_test/string_test/issue-RT0153-rt-string-StringEqualsNull0002n-DTS2020052106893/test.cfg b/testsuite/java_test/string_test/issue-RT0153-rt-string-StringEqualsNull0002n-DTS2020052106893/test.cfg index 96cad13ebc..d438535e55 100644 --- a/testsuite/java_test/string_test/issue-RT0153-rt-string-StringEqualsNull0002n-DTS2020052106893/test.cfg +++ b/testsuite/java_test/string_test/issue-RT0153-rt-string-StringEqualsNull0002n-DTS2020052106893/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestStringEqualsNull) run(TestStringEqualsNull) diff --git a/testsuite/java_test/string_test/issue-RT0162-rt-string-StringEqualsCompress-Phone/test.cfg b/testsuite/java_test/string_test/issue-RT0162-rt-string-StringEqualsCompress-Phone/test.cfg index c1014e068f..69c833c78b 100644 --- a/testsuite/java_test/string_test/issue-RT0162-rt-string-StringEqualsCompress-Phone/test.cfg +++ b/testsuite/java_test/string_test/issue-RT0162-rt-string-StringEqualsCompress-Phone/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestStringEqualsCompress) run(TestStringEqualsCompress) diff --git a/testsuite/java_test/string_test/issue-RT0246-rt-String-StringConsBytesIntIntIntAndBytesTest/test.cfg b/testsuite/java_test/string_test/issue-RT0246-rt-String-StringConsBytesIntIntIntAndBytesTest/test.cfg index 3254dce2c6..54ed373d8a 100644 --- a/testsuite/java_test/string_test/issue-RT0246-rt-String-StringConsBytesIntIntIntAndBytesTest/test.cfg +++ b/testsuite/java_test/string_test/issue-RT0246-rt-String-StringConsBytesIntIntIntAndBytesTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StringConsBytesIntIntIntAndBytesTest) run(StringConsBytesIntIntIntAndBytesTest) diff --git a/testsuite/java_test/subsumeRC_test/RT0001-rt-compiler-LiverangeSubsumeRCTest01/test.cfg b/testsuite/java_test/subsumeRC_test/RT0001-rt-compiler-LiverangeSubsumeRCTest01/test.cfg index 4d96d16a32..e9bf44d308 100755 --- a/testsuite/java_test/subsumeRC_test/RT0001-rt-compiler-LiverangeSubsumeRCTest01/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0001-rt-compiler-LiverangeSubsumeRCTest01/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest01,EXPECTNUM=0) run(LiverangeSubsumeRCTest01) diff --git a/testsuite/java_test/subsumeRC_test/RT0002-rt-compiler-LiverangeSubsumeRCTest02/test.cfg b/testsuite/java_test/subsumeRC_test/RT0002-rt-compiler-LiverangeSubsumeRCTest02/test.cfg index b11b3ff495..7f00fa2288 100755 --- a/testsuite/java_test/subsumeRC_test/RT0002-rt-compiler-LiverangeSubsumeRCTest02/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0002-rt-compiler-LiverangeSubsumeRCTest02/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest02,EXPECTNUM=0) run(LiverangeSubsumeRCTest02) diff --git a/testsuite/java_test/subsumeRC_test/RT0003-rt-compiler-LiverangeSubsumeRCTest03/test.cfg b/testsuite/java_test/subsumeRC_test/RT0003-rt-compiler-LiverangeSubsumeRCTest03/test.cfg index 03cd131b82..a01bd237c9 100755 --- a/testsuite/java_test/subsumeRC_test/RT0003-rt-compiler-LiverangeSubsumeRCTest03/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0003-rt-compiler-LiverangeSubsumeRCTest03/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest03,EXPECTNUM=0) run(LiverangeSubsumeRCTest03) diff --git a/testsuite/java_test/subsumeRC_test/RT0004-rt-compiler-LiverangeSubsumeRCTest04/test.cfg b/testsuite/java_test/subsumeRC_test/RT0004-rt-compiler-LiverangeSubsumeRCTest04/test.cfg index 35ba7e2b7c..9f7e6f1129 100755 --- a/testsuite/java_test/subsumeRC_test/RT0004-rt-compiler-LiverangeSubsumeRCTest04/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0004-rt-compiler-LiverangeSubsumeRCTest04/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest04,EXPECTNUM=0) run(LiverangeSubsumeRCTest04) diff --git a/testsuite/java_test/subsumeRC_test/RT0005-rt-compiler-LiverangeSubsumeRCTest05/test.cfg b/testsuite/java_test/subsumeRC_test/RT0005-rt-compiler-LiverangeSubsumeRCTest05/test.cfg index 4ec7949b50..464d9e57cc 100755 --- a/testsuite/java_test/subsumeRC_test/RT0005-rt-compiler-LiverangeSubsumeRCTest05/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0005-rt-compiler-LiverangeSubsumeRCTest05/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest05,EXPECTNUM=0) run(LiverangeSubsumeRCTest05) diff --git a/testsuite/java_test/subsumeRC_test/RT0006-rt-compiler-LiverangeSubsumeRCTest06/test.cfg b/testsuite/java_test/subsumeRC_test/RT0006-rt-compiler-LiverangeSubsumeRCTest06/test.cfg index dc28ae6a93..d26d67c301 100755 --- a/testsuite/java_test/subsumeRC_test/RT0006-rt-compiler-LiverangeSubsumeRCTest06/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0006-rt-compiler-LiverangeSubsumeRCTest06/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest06,EXPECTNUM=0) run(LiverangeSubsumeRCTest06) diff --git a/testsuite/java_test/subsumeRC_test/RT0007-rt-compiler-LiverangeSubsumeRCTest07/test.cfg b/testsuite/java_test/subsumeRC_test/RT0007-rt-compiler-LiverangeSubsumeRCTest07/test.cfg index fabc8249b3..297d15ead0 100755 --- a/testsuite/java_test/subsumeRC_test/RT0007-rt-compiler-LiverangeSubsumeRCTest07/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0007-rt-compiler-LiverangeSubsumeRCTest07/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest07,EXPECTNUM=0) run(LiverangeSubsumeRCTest07) diff --git a/testsuite/java_test/subsumeRC_test/RT0008-rt-compiler-LiverangeSubsumeRCTest08/test.cfg b/testsuite/java_test/subsumeRC_test/RT0008-rt-compiler-LiverangeSubsumeRCTest08/test.cfg index 9e136fae27..6bab3a4e7a 100755 --- a/testsuite/java_test/subsumeRC_test/RT0008-rt-compiler-LiverangeSubsumeRCTest08/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0008-rt-compiler-LiverangeSubsumeRCTest08/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest08,EXPECTNUM=0) run(LiverangeSubsumeRCTest08) diff --git a/testsuite/java_test/subsumeRC_test/RT0009-rt-compiler-LiverangeSubsumeRCTest09/test.cfg b/testsuite/java_test/subsumeRC_test/RT0009-rt-compiler-LiverangeSubsumeRCTest09/test.cfg index 7acedce755..00290844e9 100755 --- a/testsuite/java_test/subsumeRC_test/RT0009-rt-compiler-LiverangeSubsumeRCTest09/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0009-rt-compiler-LiverangeSubsumeRCTest09/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest09,EXPECTNUM=0) run(LiverangeSubsumeRCTest09) diff --git a/testsuite/java_test/subsumeRC_test/RT0010-rt-compiler-LiverangeSubsumeRCTest10/test.cfg b/testsuite/java_test/subsumeRC_test/RT0010-rt-compiler-LiverangeSubsumeRCTest10/test.cfg index 550e2e2c56..88103bb15f 100755 --- a/testsuite/java_test/subsumeRC_test/RT0010-rt-compiler-LiverangeSubsumeRCTest10/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0010-rt-compiler-LiverangeSubsumeRCTest10/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest10,EXPECTNUM=0) run(LiverangeSubsumeRCTest10) diff --git a/testsuite/java_test/subsumeRC_test/RT0011-rt-compiler-LiverangeSubsumeRCTest11/test.cfg b/testsuite/java_test/subsumeRC_test/RT0011-rt-compiler-LiverangeSubsumeRCTest11/test.cfg index 6ce0c8df3d..e8ad96cb30 100755 --- a/testsuite/java_test/subsumeRC_test/RT0011-rt-compiler-LiverangeSubsumeRCTest11/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0011-rt-compiler-LiverangeSubsumeRCTest11/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest11,EXPECTNUM=0) run(LiverangeSubsumeRCTest11) diff --git a/testsuite/java_test/subsumeRC_test/RT0012-rt-compiler-LiverangeSubsumeRCTest12/test.cfg b/testsuite/java_test/subsumeRC_test/RT0012-rt-compiler-LiverangeSubsumeRCTest12/test.cfg index c9852d4220..bd2855977b 100755 --- a/testsuite/java_test/subsumeRC_test/RT0012-rt-compiler-LiverangeSubsumeRCTest12/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0012-rt-compiler-LiverangeSubsumeRCTest12/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest12,EXPECTNUM=1) run(LiverangeSubsumeRCTest12) diff --git a/testsuite/java_test/subsumeRC_test/RT0013-rt-compiler-LiverangeSubsumeRCTest13/test.cfg b/testsuite/java_test/subsumeRC_test/RT0013-rt-compiler-LiverangeSubsumeRCTest13/test.cfg index 79d6365ab0..d4c68d4a50 100755 --- a/testsuite/java_test/subsumeRC_test/RT0013-rt-compiler-LiverangeSubsumeRCTest13/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0013-rt-compiler-LiverangeSubsumeRCTest13/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest13,EXPECTNUM=0) run(LiverangeSubsumeRCTest13) diff --git a/testsuite/java_test/subsumeRC_test/RT0014-rt-compiler-LiverangeSubsumeRCTest14/test.cfg b/testsuite/java_test/subsumeRC_test/RT0014-rt-compiler-LiverangeSubsumeRCTest14/test.cfg index c4759a7124..1d03281d93 100755 --- a/testsuite/java_test/subsumeRC_test/RT0014-rt-compiler-LiverangeSubsumeRCTest14/test.cfg +++ b/testsuite/java_test/subsumeRC_test/RT0014-rt-compiler-LiverangeSubsumeRCTest14/test.cfg @@ -1,3 +1,2 @@ -clean() compile(LiverangeSubsumeRCTest14,EXPECTNUM=0) run(LiverangeSubsumeRCTest14) diff --git a/testsuite/java_test/thread_test/RT0001-rt-thread-ThreadactiveCount/test.cfg b/testsuite/java_test/thread_test/RT0001-rt-thread-ThreadactiveCount/test.cfg index 00147d8575..50f83cf192 100644 --- a/testsuite/java_test/thread_test/RT0001-rt-thread-ThreadactiveCount/test.cfg +++ b/testsuite/java_test/thread_test/RT0001-rt-thread-ThreadactiveCount/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadActiveCount) run(ThreadActiveCount) diff --git a/testsuite/java_test/thread_test/RT0002-rt-thread-ThreadcheckAccess/test.cfg b/testsuite/java_test/thread_test/RT0002-rt-thread-ThreadcheckAccess/test.cfg index 85c8bc439c..8449fa29f1 100644 --- a/testsuite/java_test/thread_test/RT0002-rt-thread-ThreadcheckAccess/test.cfg +++ b/testsuite/java_test/thread_test/RT0002-rt-thread-ThreadcheckAccess/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadCheckAccess) run(ThreadCheckAccess) diff --git a/testsuite/java_test/thread_test/RT0003-rt-thread-Threadclone/test.cfg b/testsuite/java_test/thread_test/RT0003-rt-thread-Threadclone/test.cfg index 681db003b4..295e92fc64 100644 --- a/testsuite/java_test/thread_test/RT0003-rt-thread-Threadclone/test.cfg +++ b/testsuite/java_test/thread_test/RT0003-rt-thread-Threadclone/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadClone) run(ThreadClone) diff --git a/testsuite/java_test/thread_test/RT0004-rt-thread-ThreadConstructors1/test.cfg b/testsuite/java_test/thread_test/RT0004-rt-thread-ThreadConstructors1/test.cfg index 12f2011128..dc822c571c 100644 --- a/testsuite/java_test/thread_test/RT0004-rt-thread-ThreadConstructors1/test.cfg +++ b/testsuite/java_test/thread_test/RT0004-rt-thread-ThreadConstructors1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors1) run(ThreadConstructors1) diff --git a/testsuite/java_test/thread_test/RT0005-rt-thread-ThreadConstructors10/test.cfg b/testsuite/java_test/thread_test/RT0005-rt-thread-ThreadConstructors10/test.cfg index e4df50b996..0fa8d76834 100644 --- a/testsuite/java_test/thread_test/RT0005-rt-thread-ThreadConstructors10/test.cfg +++ b/testsuite/java_test/thread_test/RT0005-rt-thread-ThreadConstructors10/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors10) run(ThreadConstructors10) diff --git a/testsuite/java_test/thread_test/RT0006-rt-thread-ThreadConstructors2/test.cfg b/testsuite/java_test/thread_test/RT0006-rt-thread-ThreadConstructors2/test.cfg index d6261b238a..a959a895ca 100644 --- a/testsuite/java_test/thread_test/RT0006-rt-thread-ThreadConstructors2/test.cfg +++ b/testsuite/java_test/thread_test/RT0006-rt-thread-ThreadConstructors2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors2) run(ThreadConstructors2) diff --git a/testsuite/java_test/thread_test/RT0007-rt-thread-ThreadConstructors3/test.cfg b/testsuite/java_test/thread_test/RT0007-rt-thread-ThreadConstructors3/test.cfg index fcacab6098..10ed362380 100644 --- a/testsuite/java_test/thread_test/RT0007-rt-thread-ThreadConstructors3/test.cfg +++ b/testsuite/java_test/thread_test/RT0007-rt-thread-ThreadConstructors3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors3) run(ThreadConstructors3) diff --git a/testsuite/java_test/thread_test/RT0008-rt-thread-ThreadConstructors4/test.cfg b/testsuite/java_test/thread_test/RT0008-rt-thread-ThreadConstructors4/test.cfg index 33a60277ac..7d37b77cf5 100644 --- a/testsuite/java_test/thread_test/RT0008-rt-thread-ThreadConstructors4/test.cfg +++ b/testsuite/java_test/thread_test/RT0008-rt-thread-ThreadConstructors4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors4) run(ThreadConstructors4) diff --git a/testsuite/java_test/thread_test/RT0009-rt-thread-ThreadConstructors5/test.cfg b/testsuite/java_test/thread_test/RT0009-rt-thread-ThreadConstructors5/test.cfg index 7a8b2345e8..1b01f8d17d 100644 --- a/testsuite/java_test/thread_test/RT0009-rt-thread-ThreadConstructors5/test.cfg +++ b/testsuite/java_test/thread_test/RT0009-rt-thread-ThreadConstructors5/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors5) run(ThreadConstructors5) diff --git a/testsuite/java_test/thread_test/RT0010-rt-thread-ThreadConstructors6/test.cfg b/testsuite/java_test/thread_test/RT0010-rt-thread-ThreadConstructors6/test.cfg index 60e1e10c3b..6d9f0b188b 100644 --- a/testsuite/java_test/thread_test/RT0010-rt-thread-ThreadConstructors6/test.cfg +++ b/testsuite/java_test/thread_test/RT0010-rt-thread-ThreadConstructors6/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors6) run(ThreadConstructors6) diff --git a/testsuite/java_test/thread_test/RT0011-rt-thread-ThreadConstructors7/test.cfg b/testsuite/java_test/thread_test/RT0011-rt-thread-ThreadConstructors7/test.cfg index 992fbc97d2..c154b7744d 100644 --- a/testsuite/java_test/thread_test/RT0011-rt-thread-ThreadConstructors7/test.cfg +++ b/testsuite/java_test/thread_test/RT0011-rt-thread-ThreadConstructors7/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors7) run(ThreadConstructors7) diff --git a/testsuite/java_test/thread_test/RT0012-rt-thread-ThreadConstructors8/test.cfg b/testsuite/java_test/thread_test/RT0012-rt-thread-ThreadConstructors8/test.cfg index bb2d42b00f..f83767d31c 100644 --- a/testsuite/java_test/thread_test/RT0012-rt-thread-ThreadConstructors8/test.cfg +++ b/testsuite/java_test/thread_test/RT0012-rt-thread-ThreadConstructors8/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors8) run(ThreadConstructors8) diff --git a/testsuite/java_test/thread_test/RT0013-rt-thread-ThreadConstructors9/test.cfg b/testsuite/java_test/thread_test/RT0013-rt-thread-ThreadConstructors9/test.cfg index c1c311ae37..17452fea61 100644 --- a/testsuite/java_test/thread_test/RT0013-rt-thread-ThreadConstructors9/test.cfg +++ b/testsuite/java_test/thread_test/RT0013-rt-thread-ThreadConstructors9/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors9) run(ThreadConstructors9) diff --git a/testsuite/java_test/thread_test/RT0014-rt-thread-ThreadcurrentThread/test.cfg b/testsuite/java_test/thread_test/RT0014-rt-thread-ThreadcurrentThread/test.cfg index 73bdde6a7a..2b6554397c 100644 --- a/testsuite/java_test/thread_test/RT0014-rt-thread-ThreadcurrentThread/test.cfg +++ b/testsuite/java_test/thread_test/RT0014-rt-thread-ThreadcurrentThread/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadCurrentThread) run(ThreadCurrentThread) diff --git a/testsuite/java_test/thread_test/RT0015-rt-thread-ThreadDMcountStackFrames1/test.cfg b/testsuite/java_test/thread_test/RT0015-rt-thread-ThreadDMcountStackFrames1/test.cfg index 5c76ac81a4..3b8a1b3db9 100644 --- a/testsuite/java_test/thread_test/RT0015-rt-thread-ThreadDMcountStackFrames1/test.cfg +++ b/testsuite/java_test/thread_test/RT0015-rt-thread-ThreadDMcountStackFrames1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadDMCountStackFrames1) run(ThreadDMCountStackFrames1) diff --git a/testsuite/java_test/thread_test/RT0016-rt-thread-ThreadDMcountStackFrames2/test.cfg b/testsuite/java_test/thread_test/RT0016-rt-thread-ThreadDMcountStackFrames2/test.cfg index 53c63837b9..4db721adb7 100644 --- a/testsuite/java_test/thread_test/RT0016-rt-thread-ThreadDMcountStackFrames2/test.cfg +++ b/testsuite/java_test/thread_test/RT0016-rt-thread-ThreadDMcountStackFrames2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadDMCountStackFrames2) run(ThreadDMCountStackFrames2) diff --git a/testsuite/java_test/thread_test/RT0017-rt-thread-ThreadDMdestroy/test.cfg b/testsuite/java_test/thread_test/RT0017-rt-thread-ThreadDMdestroy/test.cfg index cf5f546443..77fdefb734 100644 --- a/testsuite/java_test/thread_test/RT0017-rt-thread-ThreadDMdestroy/test.cfg +++ b/testsuite/java_test/thread_test/RT0017-rt-thread-ThreadDMdestroy/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadDMDestroy) run(ThreadDMDestroy) diff --git a/testsuite/java_test/thread_test/RT0018-rt-thread-ThreadDMresume/test.cfg b/testsuite/java_test/thread_test/RT0018-rt-thread-ThreadDMresume/test.cfg index cefbed46df..3f6470082f 100644 --- a/testsuite/java_test/thread_test/RT0018-rt-thread-ThreadDMresume/test.cfg +++ b/testsuite/java_test/thread_test/RT0018-rt-thread-ThreadDMresume/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadDMResume) run(ThreadDMResume) diff --git a/testsuite/java_test/thread_test/RT0019-rt-thread-ThreadDMstop/test.cfg b/testsuite/java_test/thread_test/RT0019-rt-thread-ThreadDMstop/test.cfg index dea279b2a6..d63a47bac6 100644 --- a/testsuite/java_test/thread_test/RT0019-rt-thread-ThreadDMstop/test.cfg +++ b/testsuite/java_test/thread_test/RT0019-rt-thread-ThreadDMstop/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadDMStop) run(ThreadDMStop) diff --git a/testsuite/java_test/thread_test/RT0020-rt-thread-ThreadDMstopTh/test.cfg b/testsuite/java_test/thread_test/RT0020-rt-thread-ThreadDMstopTh/test.cfg index 9251920d62..bf2b768ffe 100644 --- a/testsuite/java_test/thread_test/RT0020-rt-thread-ThreadDMstopTh/test.cfg +++ b/testsuite/java_test/thread_test/RT0020-rt-thread-ThreadDMstopTh/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadDMStopThrowable) run(ThreadDMStopThrowable) diff --git a/testsuite/java_test/thread_test/RT0021-rt-thread-ThreadDMsuspend/test.cfg b/testsuite/java_test/thread_test/RT0021-rt-thread-ThreadDMsuspend/test.cfg index b59b826c3a..f972bc4467 100644 --- a/testsuite/java_test/thread_test/RT0021-rt-thread-ThreadDMsuspend/test.cfg +++ b/testsuite/java_test/thread_test/RT0021-rt-thread-ThreadDMsuspend/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadDMSuspend) run(ThreadDMSuspend) diff --git a/testsuite/java_test/thread_test/RT0022-rt-thread-Threadenumerate/test.cfg b/testsuite/java_test/thread_test/RT0022-rt-thread-Threadenumerate/test.cfg index 9d30f04d80..39121f109e 100644 --- a/testsuite/java_test/thread_test/RT0022-rt-thread-Threadenumerate/test.cfg +++ b/testsuite/java_test/thread_test/RT0022-rt-thread-Threadenumerate/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadEnumerate) run(ThreadEnumerate) diff --git a/testsuite/java_test/thread_test/RT0023-rt-thread-Threadextends1/test.cfg b/testsuite/java_test/thread_test/RT0023-rt-thread-Threadextends1/test.cfg index 324d146a02..a8c25cca07 100644 --- a/testsuite/java_test/thread_test/RT0023-rt-thread-Threadextends1/test.cfg +++ b/testsuite/java_test/thread_test/RT0023-rt-thread-Threadextends1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadExtends1) run(ThreadExtends1) diff --git a/testsuite/java_test/thread_test/RT0024-rt-thread-Threadextends2/test.cfg b/testsuite/java_test/thread_test/RT0024-rt-thread-Threadextends2/test.cfg index 3b9ce8bb06..cdbfa69898 100644 --- a/testsuite/java_test/thread_test/RT0024-rt-thread-Threadextends2/test.cfg +++ b/testsuite/java_test/thread_test/RT0024-rt-thread-Threadextends2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadExtends2) run(ThreadExtends2) diff --git a/testsuite/java_test/thread_test/RT0025-rt-thread-ThreadgetDefaultUncaughtExceptionHandler1/test.cfg b/testsuite/java_test/thread_test/RT0025-rt-thread-ThreadgetDefaultUncaughtExceptionHandler1/test.cfg index 71ab9c3dd1..2060715d9e 100644 --- a/testsuite/java_test/thread_test/RT0025-rt-thread-ThreadgetDefaultUncaughtExceptionHandler1/test.cfg +++ b/testsuite/java_test/thread_test/RT0025-rt-thread-ThreadgetDefaultUncaughtExceptionHandler1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGetDefaultUncaughtExceptionHandler1) run(ThreadGetDefaultUncaughtExceptionHandler1) diff --git a/testsuite/java_test/thread_test/RT0026-rt-thread-ThreadgetDefaultUncaughtExceptionHandler2/test.cfg b/testsuite/java_test/thread_test/RT0026-rt-thread-ThreadgetDefaultUncaughtExceptionHandler2/test.cfg index 9e548fab6f..25621be116 100644 --- a/testsuite/java_test/thread_test/RT0026-rt-thread-ThreadgetDefaultUncaughtExceptionHandler2/test.cfg +++ b/testsuite/java_test/thread_test/RT0026-rt-thread-ThreadgetDefaultUncaughtExceptionHandler2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGetDefaultUncaughtExceptionHandler2) run(ThreadGetDefaultUncaughtExceptionHandler2) diff --git a/testsuite/java_test/thread_test/RT0027-rt-thread-ThreadgetId/test.cfg b/testsuite/java_test/thread_test/RT0027-rt-thread-ThreadgetId/test.cfg index 5c0dd62fe1..e7aa8d8e75 100644 --- a/testsuite/java_test/thread_test/RT0027-rt-thread-ThreadgetId/test.cfg +++ b/testsuite/java_test/thread_test/RT0027-rt-thread-ThreadgetId/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGetId) run(ThreadGetId) diff --git a/testsuite/java_test/thread_test/RT0028-rt-thread-ThreadgetName/test.cfg b/testsuite/java_test/thread_test/RT0028-rt-thread-ThreadgetName/test.cfg index c373ac70c1..b1ecdb5afe 100644 --- a/testsuite/java_test/thread_test/RT0028-rt-thread-ThreadgetName/test.cfg +++ b/testsuite/java_test/thread_test/RT0028-rt-thread-ThreadgetName/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGetName) run(ThreadGetName) diff --git a/testsuite/java_test/thread_test/RT0029-rt-thread-ThreadgetPriority/test.cfg b/testsuite/java_test/thread_test/RT0029-rt-thread-ThreadgetPriority/test.cfg index 1ebf3303ca..65d34cd352 100644 --- a/testsuite/java_test/thread_test/RT0029-rt-thread-ThreadgetPriority/test.cfg +++ b/testsuite/java_test/thread_test/RT0029-rt-thread-ThreadgetPriority/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGetPriority) run(ThreadGetPriority) diff --git a/testsuite/java_test/thread_test/RT0030-rt-thread-ThreadgetThreadGroup1/test.cfg b/testsuite/java_test/thread_test/RT0030-rt-thread-ThreadgetThreadGroup1/test.cfg index 1a0207cd65..208d7b8950 100644 --- a/testsuite/java_test/thread_test/RT0030-rt-thread-ThreadgetThreadGroup1/test.cfg +++ b/testsuite/java_test/thread_test/RT0030-rt-thread-ThreadgetThreadGroup1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGetThreadGroup1) run(ThreadGetThreadGroup1) diff --git a/testsuite/java_test/thread_test/RT0031-rt-thread-ThreadgetThreadGroup2/test.cfg b/testsuite/java_test/thread_test/RT0031-rt-thread-ThreadgetThreadGroup2/test.cfg index c75741c97f..eb004bef94 100644 --- a/testsuite/java_test/thread_test/RT0031-rt-thread-ThreadgetThreadGroup2/test.cfg +++ b/testsuite/java_test/thread_test/RT0031-rt-thread-ThreadgetThreadGroup2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGetThreadGroup2) run(ThreadGetThreadGroup2) diff --git a/testsuite/java_test/thread_test/RT0032-rt-thread-ThreadgetUncaughtExceptionHandler1/test.cfg b/testsuite/java_test/thread_test/RT0032-rt-thread-ThreadgetUncaughtExceptionHandler1/test.cfg index 54f7e46222..b74ecb74ce 100644 --- a/testsuite/java_test/thread_test/RT0032-rt-thread-ThreadgetUncaughtExceptionHandler1/test.cfg +++ b/testsuite/java_test/thread_test/RT0032-rt-thread-ThreadgetUncaughtExceptionHandler1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGetUncaughtExceptionHandler1) run(ThreadGetUncaughtExceptionHandler1) diff --git a/testsuite/java_test/thread_test/RT0033-rt-thread-ThreadgetUncaughtExceptionHandler2/test.cfg b/testsuite/java_test/thread_test/RT0033-rt-thread-ThreadgetUncaughtExceptionHandler2/test.cfg index 583bb25259..9be6db0df0 100644 --- a/testsuite/java_test/thread_test/RT0033-rt-thread-ThreadgetUncaughtExceptionHandler2/test.cfg +++ b/testsuite/java_test/thread_test/RT0033-rt-thread-ThreadgetUncaughtExceptionHandler2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGetUncaughtExceptionHandler2) run(ThreadGetUncaughtExceptionHandler2) diff --git a/testsuite/java_test/thread_test/RT0034-rt-thread-ThreadgetUncaughtExceptionHandler3/test.cfg b/testsuite/java_test/thread_test/RT0034-rt-thread-ThreadgetUncaughtExceptionHandler3/test.cfg index f1fd9659d2..8f92f8f09e 100644 --- a/testsuite/java_test/thread_test/RT0034-rt-thread-ThreadgetUncaughtExceptionHandler3/test.cfg +++ b/testsuite/java_test/thread_test/RT0034-rt-thread-ThreadgetUncaughtExceptionHandler3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGetUncaughtExceptionHandler3) run(ThreadGetUncaughtExceptionHandler3) diff --git a/testsuite/java_test/thread_test/RT0035-rt-thread-ThreadholdsLock1/test.cfg b/testsuite/java_test/thread_test/RT0035-rt-thread-ThreadholdsLock1/test.cfg index a9b9e09fbb..a50f3c3bb0 100644 --- a/testsuite/java_test/thread_test/RT0035-rt-thread-ThreadholdsLock1/test.cfg +++ b/testsuite/java_test/thread_test/RT0035-rt-thread-ThreadholdsLock1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadHoldsLock1) run(ThreadHoldsLock1) diff --git a/testsuite/java_test/thread_test/RT0036-rt-thread-ThreadholdsLock2/test.cfg b/testsuite/java_test/thread_test/RT0036-rt-thread-ThreadholdsLock2/test.cfg index 41d4787c2d..07b3cd6899 100644 --- a/testsuite/java_test/thread_test/RT0036-rt-thread-ThreadholdsLock2/test.cfg +++ b/testsuite/java_test/thread_test/RT0036-rt-thread-ThreadholdsLock2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadHoldsLock2) run(ThreadHoldsLock2) diff --git a/testsuite/java_test/thread_test/RT0037-rt-thread-ThreadholdsLock3/test.cfg b/testsuite/java_test/thread_test/RT0037-rt-thread-ThreadholdsLock3/test.cfg index 16d14b95fd..3260a932c3 100644 --- a/testsuite/java_test/thread_test/RT0037-rt-thread-ThreadholdsLock3/test.cfg +++ b/testsuite/java_test/thread_test/RT0037-rt-thread-ThreadholdsLock3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadHoldsLock3) run(ThreadHoldsLock3) diff --git a/testsuite/java_test/thread_test/RT0038-rt-thread-ThreadisAlive1/test.cfg b/testsuite/java_test/thread_test/RT0038-rt-thread-ThreadisAlive1/test.cfg index bc20bd132a..1550fcbbf1 100644 --- a/testsuite/java_test/thread_test/RT0038-rt-thread-ThreadisAlive1/test.cfg +++ b/testsuite/java_test/thread_test/RT0038-rt-thread-ThreadisAlive1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadIsAlive1) run(ThreadIsAlive1) diff --git a/testsuite/java_test/thread_test/RT0039-rt-thread-ThreadisAlive2/test.cfg b/testsuite/java_test/thread_test/RT0039-rt-thread-ThreadisAlive2/test.cfg index 57290ea958..a0a534b923 100644 --- a/testsuite/java_test/thread_test/RT0039-rt-thread-ThreadisAlive2/test.cfg +++ b/testsuite/java_test/thread_test/RT0039-rt-thread-ThreadisAlive2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadIsAlive2) run(ThreadIsAlive2) diff --git a/testsuite/java_test/thread_test/RT0040-rt-thread-ThreadisAlive3/test.cfg b/testsuite/java_test/thread_test/RT0040-rt-thread-ThreadisAlive3/test.cfg index 72a9c1860e..000dc7f389 100644 --- a/testsuite/java_test/thread_test/RT0040-rt-thread-ThreadisAlive3/test.cfg +++ b/testsuite/java_test/thread_test/RT0040-rt-thread-ThreadisAlive3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadIsAlive3) run(ThreadIsAlive3) diff --git a/testsuite/java_test/thread_test/RT0041-rt-thread-ThreadisDaemon1/test.cfg b/testsuite/java_test/thread_test/RT0041-rt-thread-ThreadisDaemon1/test.cfg index 04ecbdb3ff..ffb1a23163 100644 --- a/testsuite/java_test/thread_test/RT0041-rt-thread-ThreadisDaemon1/test.cfg +++ b/testsuite/java_test/thread_test/RT0041-rt-thread-ThreadisDaemon1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadIsDaemon1) run(ThreadIsDaemon1) diff --git a/testsuite/java_test/thread_test/RT0042-rt-thread-ThreadisDaemon2/test.cfg b/testsuite/java_test/thread_test/RT0042-rt-thread-ThreadisDaemon2/test.cfg index 3ffaa0a02b..8697c5c4ea 100644 --- a/testsuite/java_test/thread_test/RT0042-rt-thread-ThreadisDaemon2/test.cfg +++ b/testsuite/java_test/thread_test/RT0042-rt-thread-ThreadisDaemon2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadIsDaemon2) run(ThreadIsDaemon2) diff --git a/testsuite/java_test/thread_test/RT0043-rt-thread-ThreadRunnable/test.cfg b/testsuite/java_test/thread_test/RT0043-rt-thread-ThreadRunnable/test.cfg index 56a8bb93e8..1bbafadc5e 100644 --- a/testsuite/java_test/thread_test/RT0043-rt-thread-ThreadRunnable/test.cfg +++ b/testsuite/java_test/thread_test/RT0043-rt-thread-ThreadRunnable/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadRunnable) run(ThreadRunnable) diff --git a/testsuite/java_test/thread_test/RT0044-rt-thread-ThreadsetDaemon1/test.cfg b/testsuite/java_test/thread_test/RT0044-rt-thread-ThreadsetDaemon1/test.cfg index da5000c904..89c84c85c2 100644 --- a/testsuite/java_test/thread_test/RT0044-rt-thread-ThreadsetDaemon1/test.cfg +++ b/testsuite/java_test/thread_test/RT0044-rt-thread-ThreadsetDaemon1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetDaemon1) run(ThreadSetDaemon1) diff --git a/testsuite/java_test/thread_test/RT0045-rt-thread-ThreadsetDaemon2/test.cfg b/testsuite/java_test/thread_test/RT0045-rt-thread-ThreadsetDaemon2/test.cfg index 83e526ec3d..6952815af0 100644 --- a/testsuite/java_test/thread_test/RT0045-rt-thread-ThreadsetDaemon2/test.cfg +++ b/testsuite/java_test/thread_test/RT0045-rt-thread-ThreadsetDaemon2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetDaemon2) run(ThreadSetDaemon2) diff --git a/testsuite/java_test/thread_test/RT0046-rt-thread-ThreadsetDaemon3/test.cfg b/testsuite/java_test/thread_test/RT0046-rt-thread-ThreadsetDaemon3/test.cfg index 6d552763c5..96398e9e76 100644 --- a/testsuite/java_test/thread_test/RT0046-rt-thread-ThreadsetDaemon3/test.cfg +++ b/testsuite/java_test/thread_test/RT0046-rt-thread-ThreadsetDaemon3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetDaemon3) run(ThreadSetDaemon3) diff --git a/testsuite/java_test/thread_test/RT0047-rt-thread-ThreadsetDefaultUncaughtExceptionHandler/test.cfg b/testsuite/java_test/thread_test/RT0047-rt-thread-ThreadsetDefaultUncaughtExceptionHandler/test.cfg index 0910d536e3..93f0107a98 100644 --- a/testsuite/java_test/thread_test/RT0047-rt-thread-ThreadsetDefaultUncaughtExceptionHandler/test.cfg +++ b/testsuite/java_test/thread_test/RT0047-rt-thread-ThreadsetDefaultUncaughtExceptionHandler/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetDefaultUncaughtExceptionHandler) run(ThreadSetDefaultUncaughtExceptionHandler) diff --git a/testsuite/java_test/thread_test/RT0048-rt-thread-ThreadsetName1/test.cfg b/testsuite/java_test/thread_test/RT0048-rt-thread-ThreadsetName1/test.cfg index 9f6d0ac8e3..0ce47b5018 100644 --- a/testsuite/java_test/thread_test/RT0048-rt-thread-ThreadsetName1/test.cfg +++ b/testsuite/java_test/thread_test/RT0048-rt-thread-ThreadsetName1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetName1) run(ThreadSetName1) diff --git a/testsuite/java_test/thread_test/RT0049-rt-thread-ThreadsetName2/test.cfg b/testsuite/java_test/thread_test/RT0049-rt-thread-ThreadsetName2/test.cfg index 2de145a64d..ee6951cb98 100644 --- a/testsuite/java_test/thread_test/RT0049-rt-thread-ThreadsetName2/test.cfg +++ b/testsuite/java_test/thread_test/RT0049-rt-thread-ThreadsetName2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetName2) run(ThreadSetName2) diff --git a/testsuite/java_test/thread_test/RT0050-rt-thread-ThreadsetPriority1/test.cfg b/testsuite/java_test/thread_test/RT0050-rt-thread-ThreadsetPriority1/test.cfg index d8a31b8f93..ab9a725d27 100644 --- a/testsuite/java_test/thread_test/RT0050-rt-thread-ThreadsetPriority1/test.cfg +++ b/testsuite/java_test/thread_test/RT0050-rt-thread-ThreadsetPriority1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetPriority1) run(ThreadSetPriority1) diff --git a/testsuite/java_test/thread_test/RT0051-rt-thread-ThreadsetPriority2/test.cfg b/testsuite/java_test/thread_test/RT0051-rt-thread-ThreadsetPriority2/test.cfg index 2e31f5a2b8..9c16e0352b 100644 --- a/testsuite/java_test/thread_test/RT0051-rt-thread-ThreadsetPriority2/test.cfg +++ b/testsuite/java_test/thread_test/RT0051-rt-thread-ThreadsetPriority2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetPriority2) run(ThreadSetPriority2) diff --git a/testsuite/java_test/thread_test/RT0052-rt-thread-ThreadsetPriority3/test.cfg b/testsuite/java_test/thread_test/RT0052-rt-thread-ThreadsetPriority3/test.cfg index 29f87eabcf..bf6edc3428 100644 --- a/testsuite/java_test/thread_test/RT0052-rt-thread-ThreadsetPriority3/test.cfg +++ b/testsuite/java_test/thread_test/RT0052-rt-thread-ThreadsetPriority3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadsSetPriority3) run(ThreadsSetPriority3) diff --git a/testsuite/java_test/thread_test/RT0053-rt-thread-ThreadsetPriority4/test.cfg b/testsuite/java_test/thread_test/RT0053-rt-thread-ThreadsetPriority4/test.cfg index 4717410052..75aa294428 100644 --- a/testsuite/java_test/thread_test/RT0053-rt-thread-ThreadsetPriority4/test.cfg +++ b/testsuite/java_test/thread_test/RT0053-rt-thread-ThreadsetPriority4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetPriority4) run(ThreadSetPriority4) diff --git a/testsuite/java_test/thread_test/RT0054-rt-thread-ThreadsetPriority5/test.cfg b/testsuite/java_test/thread_test/RT0054-rt-thread-ThreadsetPriority5/test.cfg index 9544e0c9c3..6ce314ab90 100644 --- a/testsuite/java_test/thread_test/RT0054-rt-thread-ThreadsetPriority5/test.cfg +++ b/testsuite/java_test/thread_test/RT0054-rt-thread-ThreadsetPriority5/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetPriority5) run(ThreadSetPriority5) diff --git a/testsuite/java_test/thread_test/RT0055-rt-thread-ThreadsetPriority6/test.cfg b/testsuite/java_test/thread_test/RT0055-rt-thread-ThreadsetPriority6/test.cfg index 8fb0f7ddf3..0657d8d17b 100644 --- a/testsuite/java_test/thread_test/RT0055-rt-thread-ThreadsetPriority6/test.cfg +++ b/testsuite/java_test/thread_test/RT0055-rt-thread-ThreadsetPriority6/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetPriority6) run(ThreadSetPriority6) diff --git a/testsuite/java_test/thread_test/RT0056-rt-thread-ThreadsetPriority7/test.cfg b/testsuite/java_test/thread_test/RT0056-rt-thread-ThreadsetPriority7/test.cfg index fa51564165..abc25a3015 100644 --- a/testsuite/java_test/thread_test/RT0056-rt-thread-ThreadsetPriority7/test.cfg +++ b/testsuite/java_test/thread_test/RT0056-rt-thread-ThreadsetPriority7/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetPriority7) run(ThreadSetPriority7) diff --git a/testsuite/java_test/thread_test/RT0057-rt-thread-ThreadsetUncaughtExceptionHandler/test.cfg b/testsuite/java_test/thread_test/RT0057-rt-thread-ThreadsetUncaughtExceptionHandler/test.cfg index 5a21170c4e..768c786e9f 100644 --- a/testsuite/java_test/thread_test/RT0057-rt-thread-ThreadsetUncaughtExceptionHandler/test.cfg +++ b/testsuite/java_test/thread_test/RT0057-rt-thread-ThreadsetUncaughtExceptionHandler/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetUncaughtExceptionHandler) run(ThreadSetUncaughtExceptionHandler) diff --git a/testsuite/java_test/thread_test/RT0058-rt-thread-ThreadStateinterrupt1/test.cfg b/testsuite/java_test/thread_test/RT0058-rt-thread-ThreadStateinterrupt1/test.cfg index 6f8383ea47..a601f543c1 100644 --- a/testsuite/java_test/thread_test/RT0058-rt-thread-ThreadStateinterrupt1/test.cfg +++ b/testsuite/java_test/thread_test/RT0058-rt-thread-ThreadStateinterrupt1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateInterrupt1) run(ThreadStateInterrupt1) diff --git a/testsuite/java_test/thread_test/RT0059-rt-thread-ThreadStateinterrupt2/test.cfg b/testsuite/java_test/thread_test/RT0059-rt-thread-ThreadStateinterrupt2/test.cfg index 9ac538d4ad..5d7768c342 100644 --- a/testsuite/java_test/thread_test/RT0059-rt-thread-ThreadStateinterrupt2/test.cfg +++ b/testsuite/java_test/thread_test/RT0059-rt-thread-ThreadStateinterrupt2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateInterrupt2) run(ThreadStateInterrupt2) diff --git a/testsuite/java_test/thread_test/RT0060-rt-thread-ThreadStatejoin1/test.cfg b/testsuite/java_test/thread_test/RT0060-rt-thread-ThreadStatejoin1/test.cfg index 03e7ffdd3c..1da7f5aed2 100644 --- a/testsuite/java_test/thread_test/RT0060-rt-thread-ThreadStatejoin1/test.cfg +++ b/testsuite/java_test/thread_test/RT0060-rt-thread-ThreadStatejoin1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin1) run(ThreadStateJoin1) diff --git a/testsuite/java_test/thread_test/RT0061-rt-thread-ThreadStatejoin11/test.cfg b/testsuite/java_test/thread_test/RT0061-rt-thread-ThreadStatejoin11/test.cfg index 19fb34647a..2361ac7962 100644 --- a/testsuite/java_test/thread_test/RT0061-rt-thread-ThreadStatejoin11/test.cfg +++ b/testsuite/java_test/thread_test/RT0061-rt-thread-ThreadStatejoin11/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin11) run(ThreadStateJoin11) diff --git a/testsuite/java_test/thread_test/RT0062-rt-thread-ThreadStatejoin12/test.cfg b/testsuite/java_test/thread_test/RT0062-rt-thread-ThreadStatejoin12/test.cfg index 86a6ca9533..5ddaa916fc 100644 --- a/testsuite/java_test/thread_test/RT0062-rt-thread-ThreadStatejoin12/test.cfg +++ b/testsuite/java_test/thread_test/RT0062-rt-thread-ThreadStatejoin12/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin12) run(ThreadStateJoin12) diff --git a/testsuite/java_test/thread_test/RT0063-rt-thread-ThreadStatejoin13/test.cfg b/testsuite/java_test/thread_test/RT0063-rt-thread-ThreadStatejoin13/test.cfg index dc8d7638b6..ef00efae4c 100644 --- a/testsuite/java_test/thread_test/RT0063-rt-thread-ThreadStatejoin13/test.cfg +++ b/testsuite/java_test/thread_test/RT0063-rt-thread-ThreadStatejoin13/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin13) run(ThreadStateJoin13) diff --git a/testsuite/java_test/thread_test/RT0064-rt-thread-ThreadStatejoin14/test.cfg b/testsuite/java_test/thread_test/RT0064-rt-thread-ThreadStatejoin14/test.cfg index 539bb6da85..5d16b55514 100644 --- a/testsuite/java_test/thread_test/RT0064-rt-thread-ThreadStatejoin14/test.cfg +++ b/testsuite/java_test/thread_test/RT0064-rt-thread-ThreadStatejoin14/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin14) run(ThreadStateJoin14) diff --git a/testsuite/java_test/thread_test/RT0065-rt-thread-ThreadStatejoin15/test.cfg b/testsuite/java_test/thread_test/RT0065-rt-thread-ThreadStatejoin15/test.cfg index d43ab73103..ce67f07b10 100644 --- a/testsuite/java_test/thread_test/RT0065-rt-thread-ThreadStatejoin15/test.cfg +++ b/testsuite/java_test/thread_test/RT0065-rt-thread-ThreadStatejoin15/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin15) run(ThreadStateJoin15) diff --git a/testsuite/java_test/thread_test/RT0066-rt-thread-ThreadStatejoin2/test.cfg b/testsuite/java_test/thread_test/RT0066-rt-thread-ThreadStatejoin2/test.cfg index 1900b2cbb6..ff0c2b243c 100644 --- a/testsuite/java_test/thread_test/RT0066-rt-thread-ThreadStatejoin2/test.cfg +++ b/testsuite/java_test/thread_test/RT0066-rt-thread-ThreadStatejoin2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin2) run(ThreadStateJoin2) diff --git a/testsuite/java_test/thread_test/RT0067-rt-thread-ThreadStatejoin3/test.cfg b/testsuite/java_test/thread_test/RT0067-rt-thread-ThreadStatejoin3/test.cfg index fd2abb309d..8fc2eec0cc 100644 --- a/testsuite/java_test/thread_test/RT0067-rt-thread-ThreadStatejoin3/test.cfg +++ b/testsuite/java_test/thread_test/RT0067-rt-thread-ThreadStatejoin3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin3) run(ThreadStateJoin3) diff --git a/testsuite/java_test/thread_test/RT0068-rt-thread-ThreadStatejoin4/test.cfg b/testsuite/java_test/thread_test/RT0068-rt-thread-ThreadStatejoin4/test.cfg index 5e72ace639..04d3943efa 100644 --- a/testsuite/java_test/thread_test/RT0068-rt-thread-ThreadStatejoin4/test.cfg +++ b/testsuite/java_test/thread_test/RT0068-rt-thread-ThreadStatejoin4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin4) run(ThreadStateJoin4) diff --git a/testsuite/java_test/thread_test/RT0069-rt-thread-ThreadStatejoin5/test.cfg b/testsuite/java_test/thread_test/RT0069-rt-thread-ThreadStatejoin5/test.cfg index c7e8b469fa..752780fe40 100644 --- a/testsuite/java_test/thread_test/RT0069-rt-thread-ThreadStatejoin5/test.cfg +++ b/testsuite/java_test/thread_test/RT0069-rt-thread-ThreadStatejoin5/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin5) run(ThreadStateJoin5) diff --git a/testsuite/java_test/thread_test/RT0070-rt-thread-ThreadStatejoin6/test.cfg b/testsuite/java_test/thread_test/RT0070-rt-thread-ThreadStatejoin6/test.cfg index a6cf0312aa..7f2bcf2610 100644 --- a/testsuite/java_test/thread_test/RT0070-rt-thread-ThreadStatejoin6/test.cfg +++ b/testsuite/java_test/thread_test/RT0070-rt-thread-ThreadStatejoin6/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin6) run(ThreadStateJoin6) diff --git a/testsuite/java_test/thread_test/RT0071-rt-thread-ThreadStatejoin7/test.cfg b/testsuite/java_test/thread_test/RT0071-rt-thread-ThreadStatejoin7/test.cfg index c123f9cb86..86fd058493 100644 --- a/testsuite/java_test/thread_test/RT0071-rt-thread-ThreadStatejoin7/test.cfg +++ b/testsuite/java_test/thread_test/RT0071-rt-thread-ThreadStatejoin7/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin7) run(ThreadStateJoin7) diff --git a/testsuite/java_test/thread_test/RT0072-rt-thread-ThreadStatejoin8/test.cfg b/testsuite/java_test/thread_test/RT0072-rt-thread-ThreadStatejoin8/test.cfg index 8f315aa68d..b8da83992d 100644 --- a/testsuite/java_test/thread_test/RT0072-rt-thread-ThreadStatejoin8/test.cfg +++ b/testsuite/java_test/thread_test/RT0072-rt-thread-ThreadStatejoin8/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin8) run(ThreadStateJoin8) diff --git a/testsuite/java_test/thread_test/RT0073-rt-thread-ThreadStatejoin9/test.cfg b/testsuite/java_test/thread_test/RT0073-rt-thread-ThreadStatejoin9/test.cfg index e5c3bff4c0..9e7a254e06 100644 --- a/testsuite/java_test/thread_test/RT0073-rt-thread-ThreadStatejoin9/test.cfg +++ b/testsuite/java_test/thread_test/RT0073-rt-thread-ThreadStatejoin9/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateJoin9) run(ThreadStateJoin9) diff --git a/testsuite/java_test/thread_test/RT0074-rt-thread-ThreadStatenotify1/test.cfg b/testsuite/java_test/thread_test/RT0074-rt-thread-ThreadStatenotify1/test.cfg index 1dc7f0d88e..829e6aa700 100644 --- a/testsuite/java_test/thread_test/RT0074-rt-thread-ThreadStatenotify1/test.cfg +++ b/testsuite/java_test/thread_test/RT0074-rt-thread-ThreadStatenotify1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateNotify1) run(ThreadStateNotify1) diff --git a/testsuite/java_test/thread_test/RT0075-rt-thread-ThreadStatenotify2/test.cfg b/testsuite/java_test/thread_test/RT0075-rt-thread-ThreadStatenotify2/test.cfg index f8b24a21f3..0ed766d93f 100644 --- a/testsuite/java_test/thread_test/RT0075-rt-thread-ThreadStatenotify2/test.cfg +++ b/testsuite/java_test/thread_test/RT0075-rt-thread-ThreadStatenotify2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateNotify2) run(ThreadStateNotify2) diff --git a/testsuite/java_test/thread_test/RT0076-rt-thread-ThreadStatenotifyAll1/test.cfg b/testsuite/java_test/thread_test/RT0076-rt-thread-ThreadStatenotifyAll1/test.cfg index 5359d43e8e..dd0cf3dc61 100644 --- a/testsuite/java_test/thread_test/RT0076-rt-thread-ThreadStatenotifyAll1/test.cfg +++ b/testsuite/java_test/thread_test/RT0076-rt-thread-ThreadStatenotifyAll1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateNotifyAll1) run(ThreadStateNotifyAll1) diff --git a/testsuite/java_test/thread_test/RT0077-rt-thread-ThreadStatenotifyAll2/test.cfg b/testsuite/java_test/thread_test/RT0077-rt-thread-ThreadStatenotifyAll2/test.cfg index c6292487eb..37d7ab938c 100644 --- a/testsuite/java_test/thread_test/RT0077-rt-thread-ThreadStatenotifyAll2/test.cfg +++ b/testsuite/java_test/thread_test/RT0077-rt-thread-ThreadStatenotifyAll2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateNotifyAll2) run(ThreadStateNotifyAll2) diff --git a/testsuite/java_test/thread_test/RT0078-rt-thread-ThreadStatesleep1/test.cfg b/testsuite/java_test/thread_test/RT0078-rt-thread-ThreadStatesleep1/test.cfg index 53783f0498..a3da66c6fd 100644 --- a/testsuite/java_test/thread_test/RT0078-rt-thread-ThreadStatesleep1/test.cfg +++ b/testsuite/java_test/thread_test/RT0078-rt-thread-ThreadStatesleep1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateSleep1) run(ThreadStateSleep1) diff --git a/testsuite/java_test/thread_test/RT0079-rt-thread-ThreadStatesleep2/test.cfg b/testsuite/java_test/thread_test/RT0079-rt-thread-ThreadStatesleep2/test.cfg index 1569e6f1d4..02c46fa122 100644 --- a/testsuite/java_test/thread_test/RT0079-rt-thread-ThreadStatesleep2/test.cfg +++ b/testsuite/java_test/thread_test/RT0079-rt-thread-ThreadStatesleep2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateSleep2) run(ThreadStateSleep2) diff --git a/testsuite/java_test/thread_test/RT0080-rt-thread-ThreadStatesleep3/test.cfg b/testsuite/java_test/thread_test/RT0080-rt-thread-ThreadStatesleep3/test.cfg index ab60045676..a396038314 100644 --- a/testsuite/java_test/thread_test/RT0080-rt-thread-ThreadStatesleep3/test.cfg +++ b/testsuite/java_test/thread_test/RT0080-rt-thread-ThreadStatesleep3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateSleep3) run(ThreadStateSleep3) diff --git a/testsuite/java_test/thread_test/RT0081-rt-thread-ThreadStatesleep4/test.cfg b/testsuite/java_test/thread_test/RT0081-rt-thread-ThreadStatesleep4/test.cfg index 86bf7667d0..2b02471e31 100644 --- a/testsuite/java_test/thread_test/RT0081-rt-thread-ThreadStatesleep4/test.cfg +++ b/testsuite/java_test/thread_test/RT0081-rt-thread-ThreadStatesleep4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateSleep4) run(ThreadStateSleep4) diff --git a/testsuite/java_test/thread_test/RT0082-rt-thread-ThreadStatesleep5/test.cfg b/testsuite/java_test/thread_test/RT0082-rt-thread-ThreadStatesleep5/test.cfg index d25265be31..e2ba7488d2 100644 --- a/testsuite/java_test/thread_test/RT0082-rt-thread-ThreadStatesleep5/test.cfg +++ b/testsuite/java_test/thread_test/RT0082-rt-thread-ThreadStatesleep5/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateSleep5) run(ThreadStateSleep5) diff --git a/testsuite/java_test/thread_test/RT0083-rt-thread-ThreadStatesleep6/test.cfg b/testsuite/java_test/thread_test/RT0083-rt-thread-ThreadStatesleep6/test.cfg index a90341a09e..bfaee84381 100644 --- a/testsuite/java_test/thread_test/RT0083-rt-thread-ThreadStatesleep6/test.cfg +++ b/testsuite/java_test/thread_test/RT0083-rt-thread-ThreadStatesleep6/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateSleep6) run(ThreadStateSleep6) diff --git a/testsuite/java_test/thread_test/RT0084-rt-thread-ThreadStatestart1/test.cfg b/testsuite/java_test/thread_test/RT0084-rt-thread-ThreadStatestart1/test.cfg index 654ac4cb68..26240ba81b 100644 --- a/testsuite/java_test/thread_test/RT0084-rt-thread-ThreadStatestart1/test.cfg +++ b/testsuite/java_test/thread_test/RT0084-rt-thread-ThreadStatestart1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateStart1) run(ThreadStateStart1) diff --git a/testsuite/java_test/thread_test/RT0085-rt-thread-ThreadStatestart2/test.cfg b/testsuite/java_test/thread_test/RT0085-rt-thread-ThreadStatestart2/test.cfg index 554ae53479..367af8d943 100644 --- a/testsuite/java_test/thread_test/RT0085-rt-thread-ThreadStatestart2/test.cfg +++ b/testsuite/java_test/thread_test/RT0085-rt-thread-ThreadStatestart2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateStart2) run(ThreadStateStart2) diff --git a/testsuite/java_test/thread_test/RT0086-rt-thread-ThreadStatewait1/test.cfg b/testsuite/java_test/thread_test/RT0086-rt-thread-ThreadStatewait1/test.cfg index 50e96f39c4..e9125d3ba8 100644 --- a/testsuite/java_test/thread_test/RT0086-rt-thread-ThreadStatewait1/test.cfg +++ b/testsuite/java_test/thread_test/RT0086-rt-thread-ThreadStatewait1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateWait1) run(ThreadStateWait1) diff --git a/testsuite/java_test/thread_test/RT0087-rt-thread-ThreadStatewait2/test.cfg b/testsuite/java_test/thread_test/RT0087-rt-thread-ThreadStatewait2/test.cfg index 76bc86cd7a..da9454e8ca 100644 --- a/testsuite/java_test/thread_test/RT0087-rt-thread-ThreadStatewait2/test.cfg +++ b/testsuite/java_test/thread_test/RT0087-rt-thread-ThreadStatewait2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateWait2) run(ThreadStateWait2) diff --git a/testsuite/java_test/thread_test/RT0088-rt-thread-ThreadStatewait3/test.cfg b/testsuite/java_test/thread_test/RT0088-rt-thread-ThreadStatewait3/test.cfg index 3de4a89602..33dd7dd561 100644 --- a/testsuite/java_test/thread_test/RT0088-rt-thread-ThreadStatewait3/test.cfg +++ b/testsuite/java_test/thread_test/RT0088-rt-thread-ThreadStatewait3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateWait3) run(ThreadStateWait3) diff --git a/testsuite/java_test/thread_test/RT0089-rt-thread-ThreadStatewait4/test.cfg b/testsuite/java_test/thread_test/RT0089-rt-thread-ThreadStatewait4/test.cfg index 133ed35946..0a7b1a50a8 100644 --- a/testsuite/java_test/thread_test/RT0089-rt-thread-ThreadStatewait4/test.cfg +++ b/testsuite/java_test/thread_test/RT0089-rt-thread-ThreadStatewait4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateWait4) run(ThreadStateWait4) diff --git a/testsuite/java_test/thread_test/RT0090-rt-thread-ThreadStatewait5/test.cfg b/testsuite/java_test/thread_test/RT0090-rt-thread-ThreadStatewait5/test.cfg index ca5bf3bd0f..fc5eef6ffa 100644 --- a/testsuite/java_test/thread_test/RT0090-rt-thread-ThreadStatewait5/test.cfg +++ b/testsuite/java_test/thread_test/RT0090-rt-thread-ThreadStatewait5/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateWait5) run(ThreadStateWait5) diff --git a/testsuite/java_test/thread_test/RT0091-rt-thread-ThreadStatewait6/test.cfg b/testsuite/java_test/thread_test/RT0091-rt-thread-ThreadStatewait6/test.cfg index 8387b417fb..f54df20c91 100644 --- a/testsuite/java_test/thread_test/RT0091-rt-thread-ThreadStatewait6/test.cfg +++ b/testsuite/java_test/thread_test/RT0091-rt-thread-ThreadStatewait6/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateWait6) run(ThreadStateWait6) diff --git a/testsuite/java_test/thread_test/RT0092-rt-thread-ThreadStatewait7/test.cfg b/testsuite/java_test/thread_test/RT0092-rt-thread-ThreadStatewait7/test.cfg index 8f2cdb7f01..f30bb1d805 100644 --- a/testsuite/java_test/thread_test/RT0092-rt-thread-ThreadStatewait7/test.cfg +++ b/testsuite/java_test/thread_test/RT0092-rt-thread-ThreadStatewait7/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateWait7) run(ThreadStateWait7) diff --git a/testsuite/java_test/thread_test/RT0093-rt-thread-ThreadStatewait8/test.cfg b/testsuite/java_test/thread_test/RT0093-rt-thread-ThreadStatewait8/test.cfg index 9fa70b5400..4ac8f2d27c 100644 --- a/testsuite/java_test/thread_test/RT0093-rt-thread-ThreadStatewait8/test.cfg +++ b/testsuite/java_test/thread_test/RT0093-rt-thread-ThreadStatewait8/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateWait8) run(ThreadStateWait8) diff --git a/testsuite/java_test/thread_test/RT0094-rt-thread-ThreadStateyield/test.cfg b/testsuite/java_test/thread_test/RT0094-rt-thread-ThreadStateyield/test.cfg index 7c493c9a70..cae4180e80 100644 --- a/testsuite/java_test/thread_test/RT0094-rt-thread-ThreadStateyield/test.cfg +++ b/testsuite/java_test/thread_test/RT0094-rt-thread-ThreadStateyield/test.cfg @@ -1,4 +1,3 @@ -clean() compile(ThreadStateyield) /usr/bin/qemu-aarch64 -L /usr/aarch64-linux-gnu -E LD_LIBRARY_PATH=${OUT_ROOT}/target/product/maple_arm64/third-party:${OUT_ROOT}/target/product/maple_arm64/lib/host-x86_64-${OPT}:./ ${OUT_ROOT}/target/product/maple_arm64/bin/mplsh -Xbootclasspath:libcore-all.so -cp ThreadStateyield.so ThreadStateyield > output.log 2>&1 diff output.log expected.txt diff --git a/testsuite/java_test/thread_test/RT0095-rt-thread-ThreadtoString/test.cfg b/testsuite/java_test/thread_test/RT0095-rt-thread-ThreadtoString/test.cfg index 212f3da514..66877e0d86 100644 --- a/testsuite/java_test/thread_test/RT0095-rt-thread-ThreadtoString/test.cfg +++ b/testsuite/java_test/thread_test/RT0095-rt-thread-ThreadtoString/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadToString) run(ThreadToString) diff --git a/testsuite/java_test/thread_test/RT0096-rt-thread-ThreadTest23/test.cfg b/testsuite/java_test/thread_test/RT0096-rt-thread-ThreadTest23/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0096-rt-thread-ThreadTest23/test.cfg +++ b/testsuite/java_test/thread_test/RT0096-rt-thread-ThreadTest23/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0097-rt-thread-ThreadTest31/test.cfg b/testsuite/java_test/thread_test/RT0097-rt-thread-ThreadTest31/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0097-rt-thread-ThreadTest31/test.cfg +++ b/testsuite/java_test/thread_test/RT0097-rt-thread-ThreadTest31/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0098-rt-thread-ThreadTest11/test.cfg b/testsuite/java_test/thread_test/RT0098-rt-thread-ThreadTest11/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0098-rt-thread-ThreadTest11/test.cfg +++ b/testsuite/java_test/thread_test/RT0098-rt-thread-ThreadTest11/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0099-rt-thread-ThreadTest21/test.cfg b/testsuite/java_test/thread_test/RT0099-rt-thread-ThreadTest21/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0099-rt-thread-ThreadTest21/test.cfg +++ b/testsuite/java_test/thread_test/RT0099-rt-thread-ThreadTest21/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0100-rt-thread-ThreadTest34/test.cfg b/testsuite/java_test/thread_test/RT0100-rt-thread-ThreadTest34/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0100-rt-thread-ThreadTest34/test.cfg +++ b/testsuite/java_test/thread_test/RT0100-rt-thread-ThreadTest34/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0101-rt-thread-ThreadTest25/test.cfg b/testsuite/java_test/thread_test/RT0101-rt-thread-ThreadTest25/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0101-rt-thread-ThreadTest25/test.cfg +++ b/testsuite/java_test/thread_test/RT0101-rt-thread-ThreadTest25/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0102-rt-thread-ThreadTest9/test.cfg b/testsuite/java_test/thread_test/RT0102-rt-thread-ThreadTest9/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0102-rt-thread-ThreadTest9/test.cfg +++ b/testsuite/java_test/thread_test/RT0102-rt-thread-ThreadTest9/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0103-rt-thread-ThreadTest8/test.cfg b/testsuite/java_test/thread_test/RT0103-rt-thread-ThreadTest8/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0103-rt-thread-ThreadTest8/test.cfg +++ b/testsuite/java_test/thread_test/RT0103-rt-thread-ThreadTest8/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0104-rt-thread-ThreadTest38/test.cfg b/testsuite/java_test/thread_test/RT0104-rt-thread-ThreadTest38/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0104-rt-thread-ThreadTest38/test.cfg +++ b/testsuite/java_test/thread_test/RT0104-rt-thread-ThreadTest38/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0105-rt-thread-ThreadTest30/test.cfg b/testsuite/java_test/thread_test/RT0105-rt-thread-ThreadTest30/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0105-rt-thread-ThreadTest30/test.cfg +++ b/testsuite/java_test/thread_test/RT0105-rt-thread-ThreadTest30/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0106-rt-thread-ThreadTest28/test.cfg b/testsuite/java_test/thread_test/RT0106-rt-thread-ThreadTest28/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0106-rt-thread-ThreadTest28/test.cfg +++ b/testsuite/java_test/thread_test/RT0106-rt-thread-ThreadTest28/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0107-rt-thread-ThreadTest39/test.cfg b/testsuite/java_test/thread_test/RT0107-rt-thread-ThreadTest39/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0107-rt-thread-ThreadTest39/test.cfg +++ b/testsuite/java_test/thread_test/RT0107-rt-thread-ThreadTest39/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0108-rt-thread-HoldsLock/test.cfg b/testsuite/java_test/thread_test/RT0108-rt-thread-HoldsLock/test.cfg index 9a55861f7a..2b8b628eb9 100644 --- a/testsuite/java_test/thread_test/RT0108-rt-thread-HoldsLock/test.cfg +++ b/testsuite/java_test/thread_test/RT0108-rt-thread-HoldsLock/test.cfg @@ -1,3 +1,2 @@ -clean() compile(HoldsLock) run(HoldsLock) diff --git a/testsuite/java_test/thread_test/RT0109-rt-thread-Basic/test.cfg b/testsuite/java_test/thread_test/RT0109-rt-thread-Basic/test.cfg index 1b0bf77d23..a6327eb8c3 100644 --- a/testsuite/java_test/thread_test/RT0109-rt-thread-Basic/test.cfg +++ b/testsuite/java_test/thread_test/RT0109-rt-thread-Basic/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Basic) run(Basic) diff --git a/testsuite/java_test/thread_test/RT0110-rt-thread-NullStackTrace/test.cfg b/testsuite/java_test/thread_test/RT0110-rt-thread-NullStackTrace/test.cfg index 883afc3bce..043bbf7d18 100644 --- a/testsuite/java_test/thread_test/RT0110-rt-thread-NullStackTrace/test.cfg +++ b/testsuite/java_test/thread_test/RT0110-rt-thread-NullStackTrace/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NullStackTrace) run(NullStackTrace) diff --git a/testsuite/java_test/thread_test/RT0111-rt-thread-ThreadTest6/test.cfg b/testsuite/java_test/thread_test/RT0111-rt-thread-ThreadTest6/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0111-rt-thread-ThreadTest6/test.cfg +++ b/testsuite/java_test/thread_test/RT0111-rt-thread-ThreadTest6/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0112-rt-thread-TestThreadId/test.cfg b/testsuite/java_test/thread_test/RT0112-rt-thread-TestThreadId/test.cfg index 5b25b33759..247510fd48 100644 --- a/testsuite/java_test/thread_test/RT0112-rt-thread-TestThreadId/test.cfg +++ b/testsuite/java_test/thread_test/RT0112-rt-thread-TestThreadId/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestThreadId) run(TestThreadId) diff --git a/testsuite/java_test/thread_test/RT0113-rt-thread-ImmutableLocal/test.cfg b/testsuite/java_test/thread_test/RT0113-rt-thread-ImmutableLocal/test.cfg index 3b36a2f309..b6b9749091 100644 --- a/testsuite/java_test/thread_test/RT0113-rt-thread-ImmutableLocal/test.cfg +++ b/testsuite/java_test/thread_test/RT0113-rt-thread-ImmutableLocal/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ImmutableLocal) run(ImmutableLocal) diff --git a/testsuite/java_test/thread_test/RT0114-rt-thread-ThreadTest24/test.cfg b/testsuite/java_test/thread_test/RT0114-rt-thread-ThreadTest24/test.cfg index fbce58a0dc..e4fd318653 100644 --- a/testsuite/java_test/thread_test/RT0114-rt-thread-ThreadTest24/test.cfg +++ b/testsuite/java_test/thread_test/RT0114-rt-thread-ThreadTest24/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest_24) run(ThreadTest_24) diff --git a/testsuite/java_test/thread_test/RT0115-rt-thread-ThreadTest13/test.cfg b/testsuite/java_test/thread_test/RT0115-rt-thread-ThreadTest13/test.cfg index 88cdd2d9d6..d8eaa33ce3 100644 --- a/testsuite/java_test/thread_test/RT0115-rt-thread-ThreadTest13/test.cfg +++ b/testsuite/java_test/thread_test/RT0115-rt-thread-ThreadTest13/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest_13) run(ThreadTest_13) diff --git a/testsuite/java_test/thread_test/RT0116-rt-thread-NullThreadName/test.cfg b/testsuite/java_test/thread_test/RT0116-rt-thread-NullThreadName/test.cfg index 768212b98c..ccf814e0a6 100644 --- a/testsuite/java_test/thread_test/RT0116-rt-thread-NullThreadName/test.cfg +++ b/testsuite/java_test/thread_test/RT0116-rt-thread-NullThreadName/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NullThreadName) run(NullThreadName) diff --git a/testsuite/java_test/thread_test/RT0117-rt-thread-ThreadTest36/test.cfg b/testsuite/java_test/thread_test/RT0117-rt-thread-ThreadTest36/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0117-rt-thread-ThreadTest36/test.cfg +++ b/testsuite/java_test/thread_test/RT0117-rt-thread-ThreadTest36/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0118-rt-thread-ThreadTest19/test.cfg b/testsuite/java_test/thread_test/RT0118-rt-thread-ThreadTest19/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0118-rt-thread-ThreadTest19/test.cfg +++ b/testsuite/java_test/thread_test/RT0118-rt-thread-ThreadTest19/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0119-rt-thread-ThreadTest15/test.cfg b/testsuite/java_test/thread_test/RT0119-rt-thread-ThreadTest15/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0119-rt-thread-ThreadTest15/test.cfg +++ b/testsuite/java_test/thread_test/RT0119-rt-thread-ThreadTest15/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0120-rt-thread-ThreadTest3/test.cfg b/testsuite/java_test/thread_test/RT0120-rt-thread-ThreadTest3/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0120-rt-thread-ThreadTest3/test.cfg +++ b/testsuite/java_test/thread_test/RT0120-rt-thread-ThreadTest3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0122-rt-thread-ThreadTest22/test.cfg b/testsuite/java_test/thread_test/RT0122-rt-thread-ThreadTest22/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0122-rt-thread-ThreadTest22/test.cfg +++ b/testsuite/java_test/thread_test/RT0122-rt-thread-ThreadTest22/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0123-rt-thread-ThreadTest7/test.cfg b/testsuite/java_test/thread_test/RT0123-rt-thread-ThreadTest7/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0123-rt-thread-ThreadTest7/test.cfg +++ b/testsuite/java_test/thread_test/RT0123-rt-thread-ThreadTest7/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0124-rt-thread-ThreadTest2/test.cfg b/testsuite/java_test/thread_test/RT0124-rt-thread-ThreadTest2/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0124-rt-thread-ThreadTest2/test.cfg +++ b/testsuite/java_test/thread_test/RT0124-rt-thread-ThreadTest2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0125-rt-thread-ThreadTest26/test.cfg b/testsuite/java_test/thread_test/RT0125-rt-thread-ThreadTest26/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0125-rt-thread-ThreadTest26/test.cfg +++ b/testsuite/java_test/thread_test/RT0125-rt-thread-ThreadTest26/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0127-rt-thread-ThreadTest18/test.cfg b/testsuite/java_test/thread_test/RT0127-rt-thread-ThreadTest18/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0127-rt-thread-ThreadTest18/test.cfg +++ b/testsuite/java_test/thread_test/RT0127-rt-thread-ThreadTest18/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0128-rt-thread-ThreadTest16/test.cfg b/testsuite/java_test/thread_test/RT0128-rt-thread-ThreadTest16/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0128-rt-thread-ThreadTest16/test.cfg +++ b/testsuite/java_test/thread_test/RT0128-rt-thread-ThreadTest16/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0129-rt-thread-ThreadBenchmark1/test.cfg b/testsuite/java_test/thread_test/RT0129-rt-thread-ThreadBenchmark1/test.cfg index a511632f5c..7eafe0f221 100644 --- a/testsuite/java_test/thread_test/RT0129-rt-thread-ThreadBenchmark1/test.cfg +++ b/testsuite/java_test/thread_test/RT0129-rt-thread-ThreadBenchmark1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadBufferChainMain) run(ThreadBufferChainMain) diff --git a/testsuite/java_test/thread_test/RT0130-rt-thread-ThreadTest20/test.cfg b/testsuite/java_test/thread_test/RT0130-rt-thread-ThreadTest20/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0130-rt-thread-ThreadTest20/test.cfg +++ b/testsuite/java_test/thread_test/RT0130-rt-thread-ThreadTest20/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0131-rt-thread-ThreadTest14/test.cfg b/testsuite/java_test/thread_test/RT0131-rt-thread-ThreadTest14/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0131-rt-thread-ThreadTest14/test.cfg +++ b/testsuite/java_test/thread_test/RT0131-rt-thread-ThreadTest14/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0132-rt-thread-ThreadTest17/test.cfg b/testsuite/java_test/thread_test/RT0132-rt-thread-ThreadTest17/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0132-rt-thread-ThreadTest17/test.cfg +++ b/testsuite/java_test/thread_test/RT0132-rt-thread-ThreadTest17/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0133-rt-thread-ThreadTest33/test.cfg b/testsuite/java_test/thread_test/RT0133-rt-thread-ThreadTest33/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0133-rt-thread-ThreadTest33/test.cfg +++ b/testsuite/java_test/thread_test/RT0133-rt-thread-ThreadTest33/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0134-rt-thread-ThreadTest27/test.cfg b/testsuite/java_test/thread_test/RT0134-rt-thread-ThreadTest27/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0134-rt-thread-ThreadTest27/test.cfg +++ b/testsuite/java_test/thread_test/RT0134-rt-thread-ThreadTest27/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0135-rt-thread-StartOOMTest/test.cfg b/testsuite/java_test/thread_test/RT0135-rt-thread-StartOOMTest/test.cfg index cd9e40507b..8ceadb1d1f 100644 --- a/testsuite/java_test/thread_test/RT0135-rt-thread-StartOOMTest/test.cfg +++ b/testsuite/java_test/thread_test/RT0135-rt-thread-StartOOMTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(StartOOMTest) run(StartOOMTest) diff --git a/testsuite/java_test/thread_test/RT0136-rt-thread-ThreadTest29/test.cfg b/testsuite/java_test/thread_test/RT0136-rt-thread-ThreadTest29/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0136-rt-thread-ThreadTest29/test.cfg +++ b/testsuite/java_test/thread_test/RT0136-rt-thread-ThreadTest29/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0137-rt-thread-ThreadTest12/test.cfg b/testsuite/java_test/thread_test/RT0137-rt-thread-ThreadTest12/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0137-rt-thread-ThreadTest12/test.cfg +++ b/testsuite/java_test/thread_test/RT0137-rt-thread-ThreadTest12/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0138-rt-thread-ThreadTest32/test.cfg b/testsuite/java_test/thread_test/RT0138-rt-thread-ThreadTest32/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0138-rt-thread-ThreadTest32/test.cfg +++ b/testsuite/java_test/thread_test/RT0138-rt-thread-ThreadTest32/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0139-rt-thread-ThreadTest4/test.cfg b/testsuite/java_test/thread_test/RT0139-rt-thread-ThreadTest4/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0139-rt-thread-ThreadTest4/test.cfg +++ b/testsuite/java_test/thread_test/RT0139-rt-thread-ThreadTest4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0140-rt-thread-MainThreadTest/test.cfg b/testsuite/java_test/thread_test/RT0140-rt-thread-MainThreadTest/test.cfg index d882c23b6b..5c9cd7fbc8 100644 --- a/testsuite/java_test/thread_test/RT0140-rt-thread-MainThreadTest/test.cfg +++ b/testsuite/java_test/thread_test/RT0140-rt-thread-MainThreadTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MainThreadTest) run(MainThreadTest) diff --git a/testsuite/java_test/thread_test/RT0141-rt-thread-ThreadTest35/test.cfg b/testsuite/java_test/thread_test/RT0141-rt-thread-ThreadTest35/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0141-rt-thread-ThreadTest35/test.cfg +++ b/testsuite/java_test/thread_test/RT0141-rt-thread-ThreadTest35/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0142-rt-thread-ThreadTest5/test.cfg b/testsuite/java_test/thread_test/RT0142-rt-thread-ThreadTest5/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0142-rt-thread-ThreadTest5/test.cfg +++ b/testsuite/java_test/thread_test/RT0142-rt-thread-ThreadTest5/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0143-rt-thread-Daemon/test.cfg b/testsuite/java_test/thread_test/RT0143-rt-thread-Daemon/test.cfg index 8a741fede2..fd214b1dbf 100644 --- a/testsuite/java_test/thread_test/RT0143-rt-thread-Daemon/test.cfg +++ b/testsuite/java_test/thread_test/RT0143-rt-thread-Daemon/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Daemon) run(Daemon) diff --git a/testsuite/java_test/thread_test/RT0144-rt-thread-ThreadTest10/test.cfg b/testsuite/java_test/thread_test/RT0144-rt-thread-ThreadTest10/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0144-rt-thread-ThreadTest10/test.cfg +++ b/testsuite/java_test/thread_test/RT0144-rt-thread-ThreadTest10/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0145-rt-thread-MemoryLeak/test.cfg b/testsuite/java_test/thread_test/RT0145-rt-thread-MemoryLeak/test.cfg index c92805abf0..021f6f9009 100644 --- a/testsuite/java_test/thread_test/RT0145-rt-thread-MemoryLeak/test.cfg +++ b/testsuite/java_test/thread_test/RT0145-rt-thread-MemoryLeak/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MemoryLeak) run(MemoryLeak) diff --git a/testsuite/java_test/thread_test/RT0146-rt-thread-ThreadId/test.cfg b/testsuite/java_test/thread_test/RT0146-rt-thread-ThreadId/test.cfg index 3aee76b9ca..e0034837f4 100644 --- a/testsuite/java_test/thread_test/RT0146-rt-thread-ThreadId/test.cfg +++ b/testsuite/java_test/thread_test/RT0146-rt-thread-ThreadId/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadId) run(ThreadId) diff --git a/testsuite/java_test/thread_test/RT0147-rt-thread-ThreadTest1/test.cfg b/testsuite/java_test/thread_test/RT0147-rt-thread-ThreadTest1/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0147-rt-thread-ThreadTest1/test.cfg +++ b/testsuite/java_test/thread_test/RT0147-rt-thread-ThreadTest1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0148-rt-thread-ThreadTest37/test.cfg b/testsuite/java_test/thread_test/RT0148-rt-thread-ThreadTest37/test.cfg index fd55247079..524bbced2b 100644 --- a/testsuite/java_test/thread_test/RT0148-rt-thread-ThreadTest37/test.cfg +++ b/testsuite/java_test/thread_test/RT0148-rt-thread-ThreadTest37/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadTest) run(ThreadTest) diff --git a/testsuite/java_test/thread_test/RT0149-rt-thread-ThreadConstructors13/test.cfg b/testsuite/java_test/thread_test/RT0149-rt-thread-ThreadConstructors13/test.cfg index 619789b74d..5f8b937b7e 100644 --- a/testsuite/java_test/thread_test/RT0149-rt-thread-ThreadConstructors13/test.cfg +++ b/testsuite/java_test/thread_test/RT0149-rt-thread-ThreadConstructors13/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors13) run(ThreadConstructors13) diff --git a/testsuite/java_test/thread_test/RT0150-rt-thread-ThreadConstructors14/test.cfg b/testsuite/java_test/thread_test/RT0150-rt-thread-ThreadConstructors14/test.cfg index 05a4b9ea6f..971e062f3e 100644 --- a/testsuite/java_test/thread_test/RT0150-rt-thread-ThreadConstructors14/test.cfg +++ b/testsuite/java_test/thread_test/RT0150-rt-thread-ThreadConstructors14/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors14) run(ThreadConstructors14) diff --git a/testsuite/java_test/thread_test/RT0151-rt-thread-ThreadConstructors15/test.cfg b/testsuite/java_test/thread_test/RT0151-rt-thread-ThreadConstructors15/test.cfg index c994348689..3c27efc888 100644 --- a/testsuite/java_test/thread_test/RT0151-rt-thread-ThreadConstructors15/test.cfg +++ b/testsuite/java_test/thread_test/RT0151-rt-thread-ThreadConstructors15/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors15) run(ThreadConstructors15) diff --git a/testsuite/java_test/thread_test/RT0152-rt-thread-ThreadConstructors16/test.cfg b/testsuite/java_test/thread_test/RT0152-rt-thread-ThreadConstructors16/test.cfg index a8c3773dfe..0721a54218 100644 --- a/testsuite/java_test/thread_test/RT0152-rt-thread-ThreadConstructors16/test.cfg +++ b/testsuite/java_test/thread_test/RT0152-rt-thread-ThreadConstructors16/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors16) run(ThreadConstructors16) diff --git a/testsuite/java_test/thread_test/RT0153-rt-thread-ThreadConstructors17/test.cfg b/testsuite/java_test/thread_test/RT0153-rt-thread-ThreadConstructors17/test.cfg index 73a59243cb..27e518e8e8 100644 --- a/testsuite/java_test/thread_test/RT0153-rt-thread-ThreadConstructors17/test.cfg +++ b/testsuite/java_test/thread_test/RT0153-rt-thread-ThreadConstructors17/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors17) run(ThreadConstructors17) diff --git a/testsuite/java_test/thread_test/RT0154-rt-thread-ThreadEHcountStackFrames/test.cfg b/testsuite/java_test/thread_test/RT0154-rt-thread-ThreadEHcountStackFrames/test.cfg index 1bf6c3442a..51aa3bd79e 100644 --- a/testsuite/java_test/thread_test/RT0154-rt-thread-ThreadEHcountStackFrames/test.cfg +++ b/testsuite/java_test/thread_test/RT0154-rt-thread-ThreadEHcountStackFrames/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadCountStackFramesTest) run(ThreadCountStackFramesTest) diff --git a/testsuite/java_test/thread_test/RT0155-rt-thread-ThreadEHdestroy/test.cfg b/testsuite/java_test/thread_test/RT0155-rt-thread-ThreadEHdestroy/test.cfg index b055b96163..02d688eec8 100644 --- a/testsuite/java_test/thread_test/RT0155-rt-thread-ThreadEHdestroy/test.cfg +++ b/testsuite/java_test/thread_test/RT0155-rt-thread-ThreadEHdestroy/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadDestroyUnsupportedOperationExceptionTest) run(ThreadDestroyUnsupportedOperationExceptionTest) diff --git a/testsuite/java_test/thread_test/RT0156-rt-thread-Threadenumerate2/test.cfg b/testsuite/java_test/thread_test/RT0156-rt-thread-Threadenumerate2/test.cfg index e2a07af103..6d6a8ebca8 100644 --- a/testsuite/java_test/thread_test/RT0156-rt-thread-Threadenumerate2/test.cfg +++ b/testsuite/java_test/thread_test/RT0156-rt-thread-Threadenumerate2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(Threadenumerate2) run(Threadenumerate2) diff --git a/testsuite/java_test/thread_test/RT0157-rt-thread-ThreadgetAllStackTraces/test.cfg b/testsuite/java_test/thread_test/RT0157-rt-thread-ThreadgetAllStackTraces/test.cfg index 1961eac5c8..7df54aab71 100644 --- a/testsuite/java_test/thread_test/RT0157-rt-thread-ThreadgetAllStackTraces/test.cfg +++ b/testsuite/java_test/thread_test/RT0157-rt-thread-ThreadgetAllStackTraces/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGetAllStackTracesTest) run(ThreadGetAllStackTracesTest) diff --git a/testsuite/java_test/thread_test/RT0158-rt-thread-ThreadgetStackTrace/test.cfg b/testsuite/java_test/thread_test/RT0158-rt-thread-ThreadgetStackTrace/test.cfg index 12713f55a7..8b5a6e89a3 100644 --- a/testsuite/java_test/thread_test/RT0158-rt-thread-ThreadgetStackTrace/test.cfg +++ b/testsuite/java_test/thread_test/RT0158-rt-thread-ThreadgetStackTrace/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadgetStackTrace) run(ThreadgetStackTrace) diff --git a/testsuite/java_test/thread_test/RT0159-rt-thread-ThreadGroupallowThreadSuspension/test.cfg b/testsuite/java_test/thread_test/RT0159-rt-thread-ThreadGroupallowThreadSuspension/test.cfg index 11c45d123e..ce80961550 100644 --- a/testsuite/java_test/thread_test/RT0159-rt-thread-ThreadGroupallowThreadSuspension/test.cfg +++ b/testsuite/java_test/thread_test/RT0159-rt-thread-ThreadGroupallowThreadSuspension/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGroupAllowThreadSuspensionTest) run(ThreadGroupAllowThreadSuspensionTest) diff --git a/testsuite/java_test/thread_test/RT0160-rt-thread-ThreadGroupEHdestroy/test.cfg b/testsuite/java_test/thread_test/RT0160-rt-thread-ThreadGroupEHdestroy/test.cfg index cdbbc040c9..6753110dcf 100644 --- a/testsuite/java_test/thread_test/RT0160-rt-thread-ThreadGroupEHdestroy/test.cfg +++ b/testsuite/java_test/thread_test/RT0160-rt-thread-ThreadGroupEHdestroy/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGroupEHdestroy) run(ThreadGroupEHdestroy) diff --git a/testsuite/java_test/thread_test/RT0161-rt-thread-ThreadholdsLock4/test.cfg b/testsuite/java_test/thread_test/RT0161-rt-thread-ThreadholdsLock4/test.cfg index b9cb6fecee..fb4fb772dc 100644 --- a/testsuite/java_test/thread_test/RT0161-rt-thread-ThreadholdsLock4/test.cfg +++ b/testsuite/java_test/thread_test/RT0161-rt-thread-ThreadholdsLock4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadholdsLock4) run(ThreadholdsLock4) diff --git a/testsuite/java_test/thread_test/RT0162-rt-thread-ThreadLocalEHwithInitial/test.cfg b/testsuite/java_test/thread_test/RT0162-rt-thread-ThreadLocalEHwithInitial/test.cfg index 2324a00dc1..48b3960e14 100644 --- a/testsuite/java_test/thread_test/RT0162-rt-thread-ThreadLocalEHwithInitial/test.cfg +++ b/testsuite/java_test/thread_test/RT0162-rt-thread-ThreadLocalEHwithInitial/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadLocalEHwithInitial) run(ThreadLocalEHwithInitial) diff --git a/testsuite/java_test/thread_test/RT0163-rt-thread-ThreadsetContextClassLoader1/test.cfg b/testsuite/java_test/thread_test/RT0163-rt-thread-ThreadsetContextClassLoader1/test.cfg index b81e232b39..afe8942061 100644 --- a/testsuite/java_test/thread_test/RT0163-rt-thread-ThreadsetContextClassLoader1/test.cfg +++ b/testsuite/java_test/thread_test/RT0163-rt-thread-ThreadsetContextClassLoader1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadsetContextClassLoader1) run(ThreadsetContextClassLoader1) diff --git a/testsuite/java_test/thread_test/RT0164-rt-thread-ThreadsetDefaultUncaughtExceptionHandler2/test.cfg b/testsuite/java_test/thread_test/RT0164-rt-thread-ThreadsetDefaultUncaughtExceptionHandler2/test.cfg index a0cebb33f5..d307ab7413 100644 --- a/testsuite/java_test/thread_test/RT0164-rt-thread-ThreadsetDefaultUncaughtExceptionHandler2/test.cfg +++ b/testsuite/java_test/thread_test/RT0164-rt-thread-ThreadsetDefaultUncaughtExceptionHandler2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetDefaultUncaughtExceptionHandlerTest) run(ThreadSetDefaultUncaughtExceptionHandlerTest) diff --git a/testsuite/java_test/thread_test/RT0165-rt-thread-ThreadsetUncaughtExceptionHandler2/test.cfg b/testsuite/java_test/thread_test/RT0165-rt-thread-ThreadsetUncaughtExceptionHandler2/test.cfg index 32d8c75d1e..42a0e151a1 100644 --- a/testsuite/java_test/thread_test/RT0165-rt-thread-ThreadsetUncaughtExceptionHandler2/test.cfg +++ b/testsuite/java_test/thread_test/RT0165-rt-thread-ThreadsetUncaughtExceptionHandler2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetUncaughtExceptionHandlerTest) run(ThreadSetUncaughtExceptionHandlerTest) diff --git a/testsuite/java_test/thread_test/RT0166-rt-thread-ThreadStatejoin16/test.cfg b/testsuite/java_test/thread_test/RT0166-rt-thread-ThreadStatejoin16/test.cfg index 62a5bb6c9e..f54415fa53 100644 --- a/testsuite/java_test/thread_test/RT0166-rt-thread-ThreadStatejoin16/test.cfg +++ b/testsuite/java_test/thread_test/RT0166-rt-thread-ThreadStatejoin16/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStatejoin16) run(ThreadStatejoin16) diff --git a/testsuite/java_test/thread_test/RT0167-rt-thread-ThreadStatejoin17/test.cfg b/testsuite/java_test/thread_test/RT0167-rt-thread-ThreadStatejoin17/test.cfg index 624e5e630d..a1f276bc6e 100644 --- a/testsuite/java_test/thread_test/RT0167-rt-thread-ThreadStatejoin17/test.cfg +++ b/testsuite/java_test/thread_test/RT0167-rt-thread-ThreadStatejoin17/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStatejoin17) run(ThreadStatejoin17) diff --git a/testsuite/java_test/thread_test/RT0168-rt-thread-ThreadStatesleep7/test.cfg b/testsuite/java_test/thread_test/RT0168-rt-thread-ThreadStatesleep7/test.cfg index 5cfe5dcd7d..e5721fc532 100644 --- a/testsuite/java_test/thread_test/RT0168-rt-thread-ThreadStatesleep7/test.cfg +++ b/testsuite/java_test/thread_test/RT0168-rt-thread-ThreadStatesleep7/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStatesleep7) run(ThreadStatesleep7) diff --git a/testsuite/java_test/thread_test/RT0169-rt-thread-ThreadStatewait9/test.cfg b/testsuite/java_test/thread_test/RT0169-rt-thread-ThreadStatewait9/test.cfg index 8932eebc82..bd07346420 100644 --- a/testsuite/java_test/thread_test/RT0169-rt-thread-ThreadStatewait9/test.cfg +++ b/testsuite/java_test/thread_test/RT0169-rt-thread-ThreadStatewait9/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStatewait9) run(ThreadStatewait9) diff --git a/testsuite/java_test/thread_test/RT0170-rt-thread-ThreadStatewait10/test.cfg b/testsuite/java_test/thread_test/RT0170-rt-thread-ThreadStatewait10/test.cfg index 0ff3b347ac..907e7a7fb8 100644 --- a/testsuite/java_test/thread_test/RT0170-rt-thread-ThreadStatewait10/test.cfg +++ b/testsuite/java_test/thread_test/RT0170-rt-thread-ThreadStatewait10/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStatewait10) run(ThreadStatewait10) diff --git a/testsuite/java_test/thread_test/RT0171-rt-thread-ThreadStatewait11/test.cfg b/testsuite/java_test/thread_test/RT0171-rt-thread-ThreadStatewait11/test.cfg index ce01d36dce..aa7910ad98 100644 --- a/testsuite/java_test/thread_test/RT0171-rt-thread-ThreadStatewait11/test.cfg +++ b/testsuite/java_test/thread_test/RT0171-rt-thread-ThreadStatewait11/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStatewait11) run(ThreadStatewait11) diff --git a/testsuite/java_test/thread_test/RT0172-rt-thread-ThreadStatewait12/test.cfg b/testsuite/java_test/thread_test/RT0172-rt-thread-ThreadStatewait12/test.cfg index e496d52af5..75bc95eaaa 100644 --- a/testsuite/java_test/thread_test/RT0172-rt-thread-ThreadStatewait12/test.cfg +++ b/testsuite/java_test/thread_test/RT0172-rt-thread-ThreadStatewait12/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStatewait12) run(ThreadStatewait12) diff --git a/testsuite/java_test/thread_test/RT0173-rt-thread-ThreadConstructors11/test.cfg b/testsuite/java_test/thread_test/RT0173-rt-thread-ThreadConstructors11/test.cfg index f0d9cc1f44..ddfbfeca31 100644 --- a/testsuite/java_test/thread_test/RT0173-rt-thread-ThreadConstructors11/test.cfg +++ b/testsuite/java_test/thread_test/RT0173-rt-thread-ThreadConstructors11/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors11) run(ThreadConstructors11) diff --git a/testsuite/java_test/thread_test/RT0174-rt-thread-ThreadConstructors12/test.cfg b/testsuite/java_test/thread_test/RT0174-rt-thread-ThreadConstructors12/test.cfg index 3d887af922..73002692bf 100644 --- a/testsuite/java_test/thread_test/RT0174-rt-thread-ThreadConstructors12/test.cfg +++ b/testsuite/java_test/thread_test/RT0174-rt-thread-ThreadConstructors12/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadConstructors12) run(ThreadConstructors12) diff --git a/testsuite/java_test/thread_test/RT0175-rt-thread-MonitorTestCase1/test.cfg b/testsuite/java_test/thread_test/RT0175-rt-thread-MonitorTestCase1/test.cfg index 5bae64ef0e..f0d9f00347 100644 --- a/testsuite/java_test/thread_test/RT0175-rt-thread-MonitorTestCase1/test.cfg +++ b/testsuite/java_test/thread_test/RT0175-rt-thread-MonitorTestCase1/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MonitorTestCase1) run(MonitorTestCase1) diff --git a/testsuite/java_test/thread_test/RT0176-rt-thread-MonitorTestCase2/test.cfg b/testsuite/java_test/thread_test/RT0176-rt-thread-MonitorTestCase2/test.cfg index e9518ee275..bbe51b421e 100644 --- a/testsuite/java_test/thread_test/RT0176-rt-thread-MonitorTestCase2/test.cfg +++ b/testsuite/java_test/thread_test/RT0176-rt-thread-MonitorTestCase2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MonitorTestCase2) run(MonitorTestCase2) diff --git a/testsuite/java_test/thread_test/RT0177-rt-thread-MonitorTestCase4/test.cfg b/testsuite/java_test/thread_test/RT0177-rt-thread-MonitorTestCase4/test.cfg index 20766f0fe8..092f572e54 100644 --- a/testsuite/java_test/thread_test/RT0177-rt-thread-MonitorTestCase4/test.cfg +++ b/testsuite/java_test/thread_test/RT0177-rt-thread-MonitorTestCase4/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MonitorTestCase4) run(MonitorTestCase4) diff --git a/testsuite/java_test/thread_test/RT0178-rt-thread-MonitorTestCase5/test.cfg b/testsuite/java_test/thread_test/RT0178-rt-thread-MonitorTestCase5/test.cfg index 037067f35b..5715aca7fc 100644 --- a/testsuite/java_test/thread_test/RT0178-rt-thread-MonitorTestCase5/test.cfg +++ b/testsuite/java_test/thread_test/RT0178-rt-thread-MonitorTestCase5/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MonitorTestCase5) run(MonitorTestCase5) diff --git a/testsuite/java_test/thread_test/RT0179-rt-thread-MonitorTestCase6/test.cfg b/testsuite/java_test/thread_test/RT0179-rt-thread-MonitorTestCase6/test.cfg index 8ec93891bf..ce3aadff54 100644 --- a/testsuite/java_test/thread_test/RT0179-rt-thread-MonitorTestCase6/test.cfg +++ b/testsuite/java_test/thread_test/RT0179-rt-thread-MonitorTestCase6/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MonitorTestCase6) run(MonitorTestCase6) diff --git a/testsuite/java_test/thread_test/RT0180-rt-thread-MonitorTestCase8/test.cfg b/testsuite/java_test/thread_test/RT0180-rt-thread-MonitorTestCase8/test.cfg index 1bc1363685..afee470ed2 100644 --- a/testsuite/java_test/thread_test/RT0180-rt-thread-MonitorTestCase8/test.cfg +++ b/testsuite/java_test/thread_test/RT0180-rt-thread-MonitorTestCase8/test.cfg @@ -1,3 +1,2 @@ -clean() compile(MonitorTestCase8) run(MonitorTestCase8) diff --git a/testsuite/java_test/thread_test/RT0181-rt-thread-ThreadCountStackFrames/test.cfg b/testsuite/java_test/thread_test/RT0181-rt-thread-ThreadCountStackFrames/test.cfg index 0292205bae..6e591a4145 100644 --- a/testsuite/java_test/thread_test/RT0181-rt-thread-ThreadCountStackFrames/test.cfg +++ b/testsuite/java_test/thread_test/RT0181-rt-thread-ThreadCountStackFrames/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadCountStackFrames) run(ThreadCountStackFrames) diff --git a/testsuite/java_test/thread_test/RT0182-rt-thread-ThreadDMdestory2/test.cfg b/testsuite/java_test/thread_test/RT0182-rt-thread-ThreadDMdestory2/test.cfg index 7465db1977..cf2f427b84 100644 --- a/testsuite/java_test/thread_test/RT0182-rt-thread-ThreadDMdestory2/test.cfg +++ b/testsuite/java_test/thread_test/RT0182-rt-thread-ThreadDMdestory2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadDMdestory2) run(ThreadDMdestory2) diff --git a/testsuite/java_test/thread_test/RT0183-rt-thread-ThreadGetContextClassLoader/test.cfg b/testsuite/java_test/thread_test/RT0183-rt-thread-ThreadGetContextClassLoader/test.cfg index b3b7714873..2c5f2aacd0 100644 --- a/testsuite/java_test/thread_test/RT0183-rt-thread-ThreadGetContextClassLoader/test.cfg +++ b/testsuite/java_test/thread_test/RT0183-rt-thread-ThreadGetContextClassLoader/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadGetContextClassLoader) run(ThreadGetContextClassLoader) diff --git a/testsuite/java_test/thread_test/RT0184-rt-thread-DoubleSynchronized/test.cfg b/testsuite/java_test/thread_test/RT0184-rt-thread-DoubleSynchronized/test.cfg index 3a08ceab27..8580496510 100644 --- a/testsuite/java_test/thread_test/RT0184-rt-thread-DoubleSynchronized/test.cfg +++ b/testsuite/java_test/thread_test/RT0184-rt-thread-DoubleSynchronized/test.cfg @@ -1,3 +1,2 @@ -clean() compile(DoubleSynchronized) run(DoubleSynchronized) diff --git a/testsuite/java_test/thread_test/RT0185-rt-thread-GenerifyStackTraces2/test.cfg b/testsuite/java_test/thread_test/RT0185-rt-thread-GenerifyStackTraces2/test.cfg index 05c3fd40d4..28a8720349 100644 --- a/testsuite/java_test/thread_test/RT0185-rt-thread-GenerifyStackTraces2/test.cfg +++ b/testsuite/java_test/thread_test/RT0185-rt-thread-GenerifyStackTraces2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(GenerifyStackTraces) run(GenerifyStackTraces) diff --git a/testsuite/java_test/thread_test/RT0186-rt-thread-GenerifyAllStackTraces/test.cfg b/testsuite/java_test/thread_test/RT0186-rt-thread-GenerifyAllStackTraces/test.cfg index da64e0d713..a2a6662a26 100644 --- a/testsuite/java_test/thread_test/RT0186-rt-thread-GenerifyAllStackTraces/test.cfg +++ b/testsuite/java_test/thread_test/RT0186-rt-thread-GenerifyAllStackTraces/test.cfg @@ -1,3 +1,2 @@ -clean() compile(GenerifyAllStackTraces) run(GenerifyAllStackTraces) diff --git a/testsuite/java_test/thread_test/RT0187-rt-thread-getAllStackTraces-NullStackTrace/test.cfg b/testsuite/java_test/thread_test/RT0187-rt-thread-getAllStackTraces-NullStackTrace/test.cfg index 883afc3bce..043bbf7d18 100644 --- a/testsuite/java_test/thread_test/RT0187-rt-thread-getAllStackTraces-NullStackTrace/test.cfg +++ b/testsuite/java_test/thread_test/RT0187-rt-thread-getAllStackTraces-NullStackTrace/test.cfg @@ -1,3 +1,2 @@ -clean() compile(NullStackTrace) run(NullStackTrace) diff --git a/testsuite/java_test/thread_test/RT0188-rt-thread-GetStackTraceIterating/test.cfg b/testsuite/java_test/thread_test/RT0188-rt-thread-GetStackTraceIterating/test.cfg index b7107b3704..1fa73a3009 100644 --- a/testsuite/java_test/thread_test/RT0188-rt-thread-GetStackTraceIterating/test.cfg +++ b/testsuite/java_test/thread_test/RT0188-rt-thread-GetStackTraceIterating/test.cfg @@ -1,3 +1,2 @@ -clean() compile(GetStackTraceIterating) run(GetStackTraceIterating) diff --git a/testsuite/java_test/thread_test/RT0189-rt-thread-GetAllStackTraceIterating/test.cfg b/testsuite/java_test/thread_test/RT0189-rt-thread-GetAllStackTraceIterating/test.cfg index 3d141fb348..053506ff40 100644 --- a/testsuite/java_test/thread_test/RT0189-rt-thread-GetAllStackTraceIterating/test.cfg +++ b/testsuite/java_test/thread_test/RT0189-rt-thread-GetAllStackTraceIterating/test.cfg @@ -1,3 +1,2 @@ -clean() compile(GetAllStackTraceIterating) run(GetAllStackTraceIterating) diff --git a/testsuite/java_test/thread_test/RT0200-rt-thread-TestSynchronized/test.cfg b/testsuite/java_test/thread_test/RT0200-rt-thread-TestSynchronized/test.cfg index b9fa3e4e8c..2660774083 100644 --- a/testsuite/java_test/thread_test/RT0200-rt-thread-TestSynchronized/test.cfg +++ b/testsuite/java_test/thread_test/RT0200-rt-thread-TestSynchronized/test.cfg @@ -1,3 +1,2 @@ -clean() compile(TestSynchronized) run(TestSynchronized) diff --git a/testsuite/java_test/thread_test/issue-RT0427-rt-Thread-ThreadStatenew/test.cfg b/testsuite/java_test/thread_test/issue-RT0427-rt-Thread-ThreadStatenew/test.cfg index 23412aff8d..2c969e80f2 100644 --- a/testsuite/java_test/thread_test/issue-RT0427-rt-Thread-ThreadStatenew/test.cfg +++ b/testsuite/java_test/thread_test/issue-RT0427-rt-Thread-ThreadStatenew/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadStateNewTest) run(ThreadStateNewTest) diff --git a/testsuite/java_test/thread_test/issue-RT0453-rt-Thread-TLRemoveTest/test.cfg b/testsuite/java_test/thread_test/issue-RT0453-rt-Thread-TLRemoveTest/test.cfg index df49bfe89d..422e6d018a 100644 --- a/testsuite/java_test/thread_test/issue-RT0453-rt-Thread-TLRemoveTest/test.cfg +++ b/testsuite/java_test/thread_test/issue-RT0453-rt-Thread-TLRemoveTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadLocalRemoveTest) run(ThreadLocalRemoveTest) diff --git a/testsuite/java_test/thread_test/issue-RT0577-rt-Thread-ThreadsetContextClassLoader2/test.cfg b/testsuite/java_test/thread_test/issue-RT0577-rt-Thread-ThreadsetContextClassLoader2/test.cfg index 3463019eb7..9283736eee 100644 --- a/testsuite/java_test/thread_test/issue-RT0577-rt-Thread-ThreadsetContextClassLoader2/test.cfg +++ b/testsuite/java_test/thread_test/issue-RT0577-rt-Thread-ThreadsetContextClassLoader2/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetContextClassLoader2) run(ThreadSetContextClassLoader2) diff --git a/testsuite/java_test/thread_test/issue-RT0579-rt-Thread-ThreadsetName3/test.cfg b/testsuite/java_test/thread_test/issue-RT0579-rt-Thread-ThreadsetName3/test.cfg index 17b4f603ea..306dd8e180 100644 --- a/testsuite/java_test/thread_test/issue-RT0579-rt-Thread-ThreadsetName3/test.cfg +++ b/testsuite/java_test/thread_test/issue-RT0579-rt-Thread-ThreadsetName3/test.cfg @@ -1,3 +1,2 @@ -clean() compile(ThreadSetName3Test) run(ThreadSetName3Test) diff --git a/testsuite/java_test/unsafe_test/RT0001-rt-unsafe-UnsafegetIntVolatileTest/test.cfg b/testsuite/java_test/unsafe_test/RT0001-rt-unsafe-UnsafegetIntVolatileTest/test.cfg index b96b8baba6..c9f46a40dd 100644 --- a/testsuite/java_test/unsafe_test/RT0001-rt-unsafe-UnsafegetIntVolatileTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0001-rt-unsafe-UnsafegetIntVolatileTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetIntVolatileTest) run(UnsafegetIntVolatileTest) diff --git a/testsuite/java_test/unsafe_test/RT0002-rt-unsafe-UnsafeallocateMemoryTest/test.cfg b/testsuite/java_test/unsafe_test/RT0002-rt-unsafe-UnsafeallocateMemoryTest/test.cfg index b07bea7b67..857bdbb70d 100644 --- a/testsuite/java_test/unsafe_test/RT0002-rt-unsafe-UnsafeallocateMemoryTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0002-rt-unsafe-UnsafeallocateMemoryTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeallocateMemoryTest) run(UnsafeallocateMemoryTest) diff --git a/testsuite/java_test/unsafe_test/RT0003-rt-unsafe-UnsafearrayBaseOffsetTest/test.cfg b/testsuite/java_test/unsafe_test/RT0003-rt-unsafe-UnsafearrayBaseOffsetTest/test.cfg index 9c40d96a78..982989c168 100644 --- a/testsuite/java_test/unsafe_test/RT0003-rt-unsafe-UnsafearrayBaseOffsetTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0003-rt-unsafe-UnsafearrayBaseOffsetTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafearrayBaseOffsetTest) run(UnsafearrayBaseOffsetTest) diff --git a/testsuite/java_test/unsafe_test/RT0004-rt-unsafe-UnsafearrayIndexScaleTest/test.cfg b/testsuite/java_test/unsafe_test/RT0004-rt-unsafe-UnsafearrayIndexScaleTest/test.cfg index e5529fa0ba..f5f62e415b 100644 --- a/testsuite/java_test/unsafe_test/RT0004-rt-unsafe-UnsafearrayIndexScaleTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0004-rt-unsafe-UnsafearrayIndexScaleTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafearrayIndexScaleTest) run(UnsafearrayIndexScaleTest) diff --git a/testsuite/java_test/unsafe_test/RT0005-rt-unsafe-UnsafecompareAndSwapIntTest/test.cfg b/testsuite/java_test/unsafe_test/RT0005-rt-unsafe-UnsafecompareAndSwapIntTest/test.cfg index cdf959d559..347b18606b 100644 --- a/testsuite/java_test/unsafe_test/RT0005-rt-unsafe-UnsafecompareAndSwapIntTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0005-rt-unsafe-UnsafecompareAndSwapIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafecompareAndSwapIntTest) run(UnsafecompareAndSwapIntTest) diff --git a/testsuite/java_test/unsafe_test/RT0006-rt-unsafe-UnsafecompareAndSwapLongTest/test.cfg b/testsuite/java_test/unsafe_test/RT0006-rt-unsafe-UnsafecompareAndSwapLongTest/test.cfg index 52eb691d5f..03bb5d09bb 100644 --- a/testsuite/java_test/unsafe_test/RT0006-rt-unsafe-UnsafecompareAndSwapLongTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0006-rt-unsafe-UnsafecompareAndSwapLongTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafecompareAndSwapLongTest) run(UnsafecompareAndSwapLongTest) diff --git a/testsuite/java_test/unsafe_test/RT0007-rt-unsafe-UnsafecompareAndSwapObjectTest/test.cfg b/testsuite/java_test/unsafe_test/RT0007-rt-unsafe-UnsafecompareAndSwapObjectTest/test.cfg index ae3705ab1e..7dc94b399d 100644 --- a/testsuite/java_test/unsafe_test/RT0007-rt-unsafe-UnsafecompareAndSwapObjectTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0007-rt-unsafe-UnsafecompareAndSwapObjectTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafecompareAndSwapObjectTest) run(UnsafecompareAndSwapObjectTest) diff --git a/testsuite/java_test/unsafe_test/RT0008-rt-unsafe-UnsafecopyMemoryTest/test.cfg b/testsuite/java_test/unsafe_test/RT0008-rt-unsafe-UnsafecopyMemoryTest/test.cfg index d3d1da233e..44b9cce098 100644 --- a/testsuite/java_test/unsafe_test/RT0008-rt-unsafe-UnsafecopyMemoryTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0008-rt-unsafe-UnsafecopyMemoryTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafecopyMemoryTest) run(UnsafecopyMemoryTest) diff --git a/testsuite/java_test/unsafe_test/RT0009-rt-unsafe-UnsafefreeMemoryTest/test.cfg b/testsuite/java_test/unsafe_test/RT0009-rt-unsafe-UnsafefreeMemoryTest/test.cfg index 14cb8ab480..d8dd29f168 100644 --- a/testsuite/java_test/unsafe_test/RT0009-rt-unsafe-UnsafefreeMemoryTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0009-rt-unsafe-UnsafefreeMemoryTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafefreeMemoryTest) run(UnsafefreeMemoryTest) diff --git a/testsuite/java_test/unsafe_test/RT0010-rt-unsafe-UnsafegetAndAddIntTest/test.cfg b/testsuite/java_test/unsafe_test/RT0010-rt-unsafe-UnsafegetAndAddIntTest/test.cfg index e25072bb99..91a5b455bd 100644 --- a/testsuite/java_test/unsafe_test/RT0010-rt-unsafe-UnsafegetAndAddIntTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0010-rt-unsafe-UnsafegetAndAddIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetAndAddIntTest) run(UnsafegetAndAddIntTest) diff --git a/testsuite/java_test/unsafe_test/RT0011-rt-unsafe-UnsafegetAndAddLongTest/test.cfg b/testsuite/java_test/unsafe_test/RT0011-rt-unsafe-UnsafegetAndAddLongTest/test.cfg index a9aee9e981..cc28cbaabf 100644 --- a/testsuite/java_test/unsafe_test/RT0011-rt-unsafe-UnsafegetAndAddLongTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0011-rt-unsafe-UnsafegetAndAddLongTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetAndAddLongTest) run(UnsafegetAndAddLongTest) diff --git a/testsuite/java_test/unsafe_test/RT0012-rt-unsafe-UnsafegetAndSetIntTest/test.cfg b/testsuite/java_test/unsafe_test/RT0012-rt-unsafe-UnsafegetAndSetIntTest/test.cfg index e8fdfb6f15..76b4e2baba 100644 --- a/testsuite/java_test/unsafe_test/RT0012-rt-unsafe-UnsafegetAndSetIntTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0012-rt-unsafe-UnsafegetAndSetIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetAndSetIntTest) run(UnsafegetAndSetIntTest) diff --git a/testsuite/java_test/unsafe_test/RT0013-rt-unsafe-UnsafegetAndSetLongTest/test.cfg b/testsuite/java_test/unsafe_test/RT0013-rt-unsafe-UnsafegetAndSetLongTest/test.cfg index d5664d4fe1..55774b2535 100644 --- a/testsuite/java_test/unsafe_test/RT0013-rt-unsafe-UnsafegetAndSetLongTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0013-rt-unsafe-UnsafegetAndSetLongTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetAndSetLongTest) run(UnsafegetAndSetLongTest) diff --git a/testsuite/java_test/unsafe_test/RT0014-rt-unsafe-UnsafegetAndSetObjectTest/test.cfg b/testsuite/java_test/unsafe_test/RT0014-rt-unsafe-UnsafegetAndSetObjectTest/test.cfg index 29469c3497..7a9baf9910 100644 --- a/testsuite/java_test/unsafe_test/RT0014-rt-unsafe-UnsafegetAndSetObjectTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0014-rt-unsafe-UnsafegetAndSetObjectTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetAndSetObjectTest) run(UnsafegetAndSetObjectTest) diff --git a/testsuite/java_test/unsafe_test/RT0015-rt-unsafe-UnsafegetBooleanTest/test.cfg b/testsuite/java_test/unsafe_test/RT0015-rt-unsafe-UnsafegetBooleanTest/test.cfg index 19fa3faff6..5a61862b19 100644 --- a/testsuite/java_test/unsafe_test/RT0015-rt-unsafe-UnsafegetBooleanTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0015-rt-unsafe-UnsafegetBooleanTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetBooleanTest) run(UnsafegetBooleanTest) diff --git a/testsuite/java_test/unsafe_test/RT0016-rt-unsafe-UnsafegetCharByAddressTest/test.cfg b/testsuite/java_test/unsafe_test/RT0016-rt-unsafe-UnsafegetCharByAddressTest/test.cfg index 8be447a934..d07e9d72dc 100644 --- a/testsuite/java_test/unsafe_test/RT0016-rt-unsafe-UnsafegetCharByAddressTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0016-rt-unsafe-UnsafegetCharByAddressTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetCharByAddressTest) run(UnsafegetCharByAddressTest) diff --git a/testsuite/java_test/unsafe_test/RT0017-rt-unsafe-UnsafegetCharTest/test.cfg b/testsuite/java_test/unsafe_test/RT0017-rt-unsafe-UnsafegetCharTest/test.cfg index 7fbf362628..07d9896184 100644 --- a/testsuite/java_test/unsafe_test/RT0017-rt-unsafe-UnsafegetCharTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0017-rt-unsafe-UnsafegetCharTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetCharTest) run(UnsafegetCharTest) diff --git a/testsuite/java_test/unsafe_test/RT0018-rt-unsafe-UnsafegetDoubleByAddressTest/test.cfg b/testsuite/java_test/unsafe_test/RT0018-rt-unsafe-UnsafegetDoubleByAddressTest/test.cfg index 268b1f3e10..0357394590 100644 --- a/testsuite/java_test/unsafe_test/RT0018-rt-unsafe-UnsafegetDoubleByAddressTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0018-rt-unsafe-UnsafegetDoubleByAddressTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetDoubleByAddressTest) run(UnsafegetDoubleByAddressTest) diff --git a/testsuite/java_test/unsafe_test/RT0019-rt-unsafe-UnsafegetDoubleTest/test.cfg b/testsuite/java_test/unsafe_test/RT0019-rt-unsafe-UnsafegetDoubleTest/test.cfg index 5ad6820fcd..7ad264d7b1 100644 --- a/testsuite/java_test/unsafe_test/RT0019-rt-unsafe-UnsafegetDoubleTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0019-rt-unsafe-UnsafegetDoubleTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetDoubleTest) run(UnsafegetDoubleTest) diff --git a/testsuite/java_test/unsafe_test/RT0020-rt-unsafe-UnsafegetFloatByAddressTest/test.cfg b/testsuite/java_test/unsafe_test/RT0020-rt-unsafe-UnsafegetFloatByAddressTest/test.cfg index 4e9c7476a5..61d6c7fc81 100644 --- a/testsuite/java_test/unsafe_test/RT0020-rt-unsafe-UnsafegetFloatByAddressTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0020-rt-unsafe-UnsafegetFloatByAddressTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetFloatByAddressTest) run(UnsafegetFloatByAddressTest) diff --git a/testsuite/java_test/unsafe_test/RT0021-rt-unsafe-UnsafegetFloatTest/test.cfg b/testsuite/java_test/unsafe_test/RT0021-rt-unsafe-UnsafegetFloatTest/test.cfg index 28c9c39a4d..86b9fdb4ef 100644 --- a/testsuite/java_test/unsafe_test/RT0021-rt-unsafe-UnsafegetFloatTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0021-rt-unsafe-UnsafegetFloatTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetFloatTest) run(UnsafegetFloatTest) diff --git a/testsuite/java_test/unsafe_test/RT0022-rt-unsafe-UnsafegetIntByAddressTest/test.cfg b/testsuite/java_test/unsafe_test/RT0022-rt-unsafe-UnsafegetIntByAddressTest/test.cfg index cc7cbca088..a19a2f56f0 100644 --- a/testsuite/java_test/unsafe_test/RT0022-rt-unsafe-UnsafegetIntByAddressTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0022-rt-unsafe-UnsafegetIntByAddressTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetIntByAddressTest) run(UnsafegetIntByAddressTest) diff --git a/testsuite/java_test/unsafe_test/RT0023-rt-unsafe-UnsafegetIntTest/test.cfg b/testsuite/java_test/unsafe_test/RT0023-rt-unsafe-UnsafegetIntTest/test.cfg index 8c539924ba..fb94d18cbf 100644 --- a/testsuite/java_test/unsafe_test/RT0023-rt-unsafe-UnsafegetIntTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0023-rt-unsafe-UnsafegetIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetIntTest) run(UnsafegetIntTest) diff --git a/testsuite/java_test/unsafe_test/RT0024-rt-unsafe-UnsafegetLongTest/test.cfg b/testsuite/java_test/unsafe_test/RT0024-rt-unsafe-UnsafegetLongTest/test.cfg index 1301a4b653..595f8c1ffb 100644 --- a/testsuite/java_test/unsafe_test/RT0024-rt-unsafe-UnsafegetLongTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0024-rt-unsafe-UnsafegetLongTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetLongTest) run(UnsafegetLongTest) diff --git a/testsuite/java_test/unsafe_test/RT0025-rt-unsafe-UnsafegetLongVolatileTest/test.cfg b/testsuite/java_test/unsafe_test/RT0025-rt-unsafe-UnsafegetLongVolatileTest/test.cfg index d22ccc0efe..d41d19c13a 100644 --- a/testsuite/java_test/unsafe_test/RT0025-rt-unsafe-UnsafegetLongVolatileTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0025-rt-unsafe-UnsafegetLongVolatileTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetLongVolatileTest) run(UnsafegetLongVolatileTest) diff --git a/testsuite/java_test/unsafe_test/RT0026-rt-unsafe-UnsafegetObjectTest/test.cfg b/testsuite/java_test/unsafe_test/RT0026-rt-unsafe-UnsafegetObjectTest/test.cfg index 20333ec656..3aa85cb91d 100644 --- a/testsuite/java_test/unsafe_test/RT0026-rt-unsafe-UnsafegetObjectTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0026-rt-unsafe-UnsafegetObjectTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetObjectTest) run(UnsafegetObjectTest) diff --git a/testsuite/java_test/unsafe_test/RT0027-rt-unsafe-UnsafegetObjectVolatileTest/test.cfg b/testsuite/java_test/unsafe_test/RT0027-rt-unsafe-UnsafegetObjectVolatileTest/test.cfg index 4dff839a2f..17c43db627 100644 --- a/testsuite/java_test/unsafe_test/RT0027-rt-unsafe-UnsafegetObjectVolatileTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0027-rt-unsafe-UnsafegetObjectVolatileTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetObjectVolatileTest) run(UnsafegetObjectVolatileTest) diff --git a/testsuite/java_test/unsafe_test/RT0028-rt-unsafe-UnsafegetShortByAddressTest/test.cfg b/testsuite/java_test/unsafe_test/RT0028-rt-unsafe-UnsafegetShortByAddressTest/test.cfg index b364b743af..adf4f23cc7 100644 --- a/testsuite/java_test/unsafe_test/RT0028-rt-unsafe-UnsafegetShortByAddressTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0028-rt-unsafe-UnsafegetShortByAddressTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetShortByAddressTest) run(UnsafegetShortByAddressTest) diff --git a/testsuite/java_test/unsafe_test/RT0029-rt-unsafe-UnsafegetShortTest/test.cfg b/testsuite/java_test/unsafe_test/RT0029-rt-unsafe-UnsafegetShortTest/test.cfg index e0c488e854..b9aaffa02d 100644 --- a/testsuite/java_test/unsafe_test/RT0029-rt-unsafe-UnsafegetShortTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0029-rt-unsafe-UnsafegetShortTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetShortTest) run(UnsafegetShortTest) diff --git a/testsuite/java_test/unsafe_test/RT0030-rt-unsafe-UnsafeobjectFieldOffeset/test.cfg b/testsuite/java_test/unsafe_test/RT0030-rt-unsafe-UnsafeobjectFieldOffeset/test.cfg index 2c0e3e1b91..0143eec928 100644 --- a/testsuite/java_test/unsafe_test/RT0030-rt-unsafe-UnsafeobjectFieldOffeset/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0030-rt-unsafe-UnsafeobjectFieldOffeset/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeobjectFieldOffeset) run(UnsafeobjectFieldOffeset) diff --git a/testsuite/java_test/unsafe_test/RT0032-rt-unsafe-UnsafeputBooleanTest/test.cfg b/testsuite/java_test/unsafe_test/RT0032-rt-unsafe-UnsafeputBooleanTest/test.cfg index 982ece3326..8044bb7b51 100644 --- a/testsuite/java_test/unsafe_test/RT0032-rt-unsafe-UnsafeputBooleanTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0032-rt-unsafe-UnsafeputBooleanTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputBooleanTest) run(UnsafeputBooleanTest) diff --git a/testsuite/java_test/unsafe_test/RT0033-rt-unsafe-UnsafeputByteByAddressTest/test.cfg b/testsuite/java_test/unsafe_test/RT0033-rt-unsafe-UnsafeputByteByAddressTest/test.cfg index dff97bafaf..d3728e7a6f 100644 --- a/testsuite/java_test/unsafe_test/RT0033-rt-unsafe-UnsafeputByteByAddressTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0033-rt-unsafe-UnsafeputByteByAddressTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputByteByAddressTest) run(UnsafeputByteByAddressTest) diff --git a/testsuite/java_test/unsafe_test/RT0034-rt-unsafe-UnsafeputByteTest/test.cfg b/testsuite/java_test/unsafe_test/RT0034-rt-unsafe-UnsafeputByteTest/test.cfg index 59d50dfd93..1deed3fa4e 100644 --- a/testsuite/java_test/unsafe_test/RT0034-rt-unsafe-UnsafeputByteTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0034-rt-unsafe-UnsafeputByteTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputByteTest) run(UnsafeputByteTest) diff --git a/testsuite/java_test/unsafe_test/RT0035-rt-unsafe-UnsafeputCharTest/test.cfg b/testsuite/java_test/unsafe_test/RT0035-rt-unsafe-UnsafeputCharTest/test.cfg index 7069f42a07..34d053b1ff 100644 --- a/testsuite/java_test/unsafe_test/RT0035-rt-unsafe-UnsafeputCharTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0035-rt-unsafe-UnsafeputCharTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputCharTest) run(UnsafeputCharTest) diff --git a/testsuite/java_test/unsafe_test/RT0036-rt-unsafe-UnsafeputDoubleTest/test.cfg b/testsuite/java_test/unsafe_test/RT0036-rt-unsafe-UnsafeputDoubleTest/test.cfg index 1977bd7a29..66c7cd4ef8 100644 --- a/testsuite/java_test/unsafe_test/RT0036-rt-unsafe-UnsafeputDoubleTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0036-rt-unsafe-UnsafeputDoubleTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputDoubleTest) run(UnsafeputDoubleTest) diff --git a/testsuite/java_test/unsafe_test/RT0037-rt-unsafe-UnsafeputFloatTest/test.cfg b/testsuite/java_test/unsafe_test/RT0037-rt-unsafe-UnsafeputFloatTest/test.cfg index cf31d54f23..6b1be614ec 100644 --- a/testsuite/java_test/unsafe_test/RT0037-rt-unsafe-UnsafeputFloatTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0037-rt-unsafe-UnsafeputFloatTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputFloatTest) run(UnsafeputFloatTest) diff --git a/testsuite/java_test/unsafe_test/RT0038-rt-unsafe-UnsafeputIntTest/test.cfg b/testsuite/java_test/unsafe_test/RT0038-rt-unsafe-UnsafeputIntTest/test.cfg index 4530f3242d..22de3326de 100644 --- a/testsuite/java_test/unsafe_test/RT0038-rt-unsafe-UnsafeputIntTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0038-rt-unsafe-UnsafeputIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputIntTest) run(UnsafeputIntTest) diff --git a/testsuite/java_test/unsafe_test/RT0039-rt-unsafe-UnsafeputIntVolatileTest/test.cfg b/testsuite/java_test/unsafe_test/RT0039-rt-unsafe-UnsafeputIntVolatileTest/test.cfg index 599668d3c7..4fb7d5cb86 100644 --- a/testsuite/java_test/unsafe_test/RT0039-rt-unsafe-UnsafeputIntVolatileTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0039-rt-unsafe-UnsafeputIntVolatileTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputIntVolatileTest) run(UnsafeputIntVolatileTest) diff --git a/testsuite/java_test/unsafe_test/RT0040-rt-unsafe-UnsafeputLongTest/test.cfg b/testsuite/java_test/unsafe_test/RT0040-rt-unsafe-UnsafeputLongTest/test.cfg index ebcb58b9d7..070f381505 100644 --- a/testsuite/java_test/unsafe_test/RT0040-rt-unsafe-UnsafeputLongTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0040-rt-unsafe-UnsafeputLongTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputLongTest) run(UnsafeputLongTest) diff --git a/testsuite/java_test/unsafe_test/RT0041-rt-unsafe-UnsafeputLongVolatileTest/test.cfg b/testsuite/java_test/unsafe_test/RT0041-rt-unsafe-UnsafeputLongVolatileTest/test.cfg index c6db2a54ea..71372f27c2 100644 --- a/testsuite/java_test/unsafe_test/RT0041-rt-unsafe-UnsafeputLongVolatileTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0041-rt-unsafe-UnsafeputLongVolatileTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputLongVolatileTest) run(UnsafeputLongVolatileTest) diff --git a/testsuite/java_test/unsafe_test/RT0042-rt-unsafe-UnsafeputObjectTest/test.cfg b/testsuite/java_test/unsafe_test/RT0042-rt-unsafe-UnsafeputObjectTest/test.cfg index 18280e7ce2..99b3e788cb 100644 --- a/testsuite/java_test/unsafe_test/RT0042-rt-unsafe-UnsafeputObjectTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0042-rt-unsafe-UnsafeputObjectTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputObjectTest) run(UnsafeputObjectTest) diff --git a/testsuite/java_test/unsafe_test/RT0043-rt-unsafe-UnsafeputObjectVolatileTest/test.cfg b/testsuite/java_test/unsafe_test/RT0043-rt-unsafe-UnsafeputObjectVolatileTest/test.cfg index def34faf09..b209691692 100644 --- a/testsuite/java_test/unsafe_test/RT0043-rt-unsafe-UnsafeputObjectVolatileTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0043-rt-unsafe-UnsafeputObjectVolatileTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputObjectVolatileTest) run(UnsafeputObjectVolatileTest) diff --git a/testsuite/java_test/unsafe_test/RT0044-rt-unsafe-UnsafeputOrderedIntTest/test.cfg b/testsuite/java_test/unsafe_test/RT0044-rt-unsafe-UnsafeputOrderedIntTest/test.cfg index 291ad1a754..b7525ad340 100644 --- a/testsuite/java_test/unsafe_test/RT0044-rt-unsafe-UnsafeputOrderedIntTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0044-rt-unsafe-UnsafeputOrderedIntTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputOrderedIntTest) run(UnsafeputOrderedIntTest) diff --git a/testsuite/java_test/unsafe_test/RT0045-rt-unsafe-UnsafeputOrderedLongTest/test.cfg b/testsuite/java_test/unsafe_test/RT0045-rt-unsafe-UnsafeputOrderedLongTest/test.cfg index 0f6c11a6b2..8bce24786f 100644 --- a/testsuite/java_test/unsafe_test/RT0045-rt-unsafe-UnsafeputOrderedLongTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0045-rt-unsafe-UnsafeputOrderedLongTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputOrderedLongTest) run(UnsafeputOrderedLongTest) diff --git a/testsuite/java_test/unsafe_test/RT0046-rt-unsafe-UnsafeputOrderedObjectTest/test.cfg b/testsuite/java_test/unsafe_test/RT0046-rt-unsafe-UnsafeputOrderedObjectTest/test.cfg index 9bc351f2d0..76c8003878 100644 --- a/testsuite/java_test/unsafe_test/RT0046-rt-unsafe-UnsafeputOrderedObjectTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0046-rt-unsafe-UnsafeputOrderedObjectTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputOrderedObjectTest) run(UnsafeputOrderedObjectTest) diff --git a/testsuite/java_test/unsafe_test/RT0047-rt-unsafe-UnsafeputShortTest/test.cfg b/testsuite/java_test/unsafe_test/RT0047-rt-unsafe-UnsafeputShortTest/test.cfg index d9d1e2cb92..53972f8342 100644 --- a/testsuite/java_test/unsafe_test/RT0047-rt-unsafe-UnsafeputShortTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0047-rt-unsafe-UnsafeputShortTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeputShortTest) run(UnsafeputShortTest) diff --git a/testsuite/java_test/unsafe_test/RT0048-rt-unsafe-UnsafesetMemoryTest/test.cfg b/testsuite/java_test/unsafe_test/RT0048-rt-unsafe-UnsafesetMemoryTest/test.cfg index fe5f37376d..805b3f8b19 100644 --- a/testsuite/java_test/unsafe_test/RT0048-rt-unsafe-UnsafesetMemoryTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0048-rt-unsafe-UnsafesetMemoryTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafesetMemoryTest) run(UnsafesetMemoryTest) diff --git a/testsuite/java_test/unsafe_test/RT0850-rt-unsafe-UnsafegetByteTest/test.cfg b/testsuite/java_test/unsafe_test/RT0850-rt-unsafe-UnsafegetByteTest/test.cfg index 985e93c116..f5df4fe7a4 100644 --- a/testsuite/java_test/unsafe_test/RT0850-rt-unsafe-UnsafegetByteTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0850-rt-unsafe-UnsafegetByteTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetByteTest) run(UnsafegetByteTest) diff --git a/testsuite/java_test/unsafe_test/RT0909-rt-unsafe-UnsafegetLongByAddressTest/test.cfg b/testsuite/java_test/unsafe_test/RT0909-rt-unsafe-UnsafegetLongByAddressTest/test.cfg index 2f7acaa5b5..4b506eccc9 100644 --- a/testsuite/java_test/unsafe_test/RT0909-rt-unsafe-UnsafegetLongByAddressTest/test.cfg +++ b/testsuite/java_test/unsafe_test/RT0909-rt-unsafe-UnsafegetLongByAddressTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafegetLongByAddressTest) run(UnsafegetLongByAddressTest) diff --git a/testsuite/java_test/unsafe_test/issue-RT0935-rt-unsafe-UnsafeunparkTest/test.cfg b/testsuite/java_test/unsafe_test/issue-RT0935-rt-unsafe-UnsafeunparkTest/test.cfg index fef01543f9..97bfaf4b91 100644 --- a/testsuite/java_test/unsafe_test/issue-RT0935-rt-unsafe-UnsafeunparkTest/test.cfg +++ b/testsuite/java_test/unsafe_test/issue-RT0935-rt-unsafe-UnsafeunparkTest/test.cfg @@ -1,3 +1,2 @@ -clean() compile(UnsafeunparkTest) run(UnsafeunparkTest) -- Gitee