/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_class/ |
Test_const_class.java | 49 loadAndRun("dot.junit.opcodes.const_class.d.T_const_class_6", NoClassDefFoundError.class); 57 loadAndRun("dot.junit.opcodes.const_class.d.T_const_class_7", IllegalAccessError.class);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/ |
Test_aput_object.java | 75 loadAndRun("dot.junit.opcodes.aput_object.d.T_aput_object_1", 83 loadAndRun("dot.junit.opcodes.aput_object.d.T_aput_object_1", 92 loadAndRun("dot.junit.opcodes.aput_object.d.T_aput_object_1", NullPointerException.class, 100 loadAndRun("dot.junit.opcodes.aput_object.d.T_aput_object_4", ArrayStoreException.class,
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/ |
Test_move_exception.java | 30 loadAndRun("dot.junit.opcodes.move_exception.d.T_move_exception_1",
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_object/ |
Test_aget_object.java | 48 loadAndRun("dot.junit.opcodes.aget_object.d.T_aget_object_1", 56 loadAndRun("dot.junit.opcodes.aget_object.d.T_aget_object_1", 64 loadAndRun("dot.junit.opcodes.aget_object.d.T_aget_object_1", NullPointerException.class,
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/ |
Test_aget_wide.java | 62 loadAndRun("dot.junit.opcodes.aget_wide.d.T_aget_wide_1", 70 loadAndRun("dot.junit.opcodes.aget_wide.d.T_aget_wide_1", NullPointerException.class, 78 loadAndRun("dot.junit.opcodes.aget_wide.d.T_aget_wide_1",
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_wide/ |
Test_aput_wide.java | 62 loadAndRun("dot.junit.opcodes.aput_wide.d.T_aput_wide_1", 70 loadAndRun("dot.junit.opcodes.aput_wide.d.T_aput_wide_1", NullPointerException.class, 78 loadAndRun("dot.junit.opcodes.aput_wide.d.T_aput_wide_1",
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/check_cast/ |
Test_check_cast.java | 59 loadAndRun("dot.junit.opcodes.check_cast.d.T_check_cast_1", ClassCastException.class, 104 loadAndRun("dot.junit.opcodes.check_cast.d.T_check_cast_3", IllegalAccessError.class); 113 loadAndRun("dot.junit.opcodes.check_cast.d.T_check_cast_7", NoClassDefFoundError.class);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_array/ |
Test_new_array.java | 89 loadAndRun("dot.junit.opcodes.new_array.d.T_new_array_2", NegativeArraySizeException.class, 152 loadAndRun("dot.junit.opcodes.new_array.d.T_new_array_11", NoClassDefFoundError.class); 161 loadAndRun("dot.junit.opcodes.new_array.d.T_new_array_10", IllegalAccessError.class);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_return/ |
Test_opc_return.java | 37 loadAndRun("dot.junit.opcodes.opc_return.d.T_opc_return_3",
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/ |
Test_return_void.java | 37 loadAndRun("dot.junit.opcodes.return_void.d.T_return_void_3",
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/ |
Test_return_wide.java | 37 loadAndRun("dot.junit.opcodes.return_wide.d.T_return_wide_3",
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/ |
Test_filled_new_array.java | 114 loadAndRun("dot.junit.opcodes.filled_new_array.d.T_filled_new_array_10", 124 loadAndRun("dot.junit.opcodes.filled_new_array.d.T_filled_new_array_11",
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/ |
Test_filled_new_array_range.java | 120 loadAndRun("dot.junit.opcodes.filled_new_array_range.d.T_filled_new_array_range_10", 130 loadAndRun("dot.junit.opcodes.filled_new_array_range.d.T_filled_new_array_range_11",
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/instance_of/ |
Test_instance_of.java | 67 loadAndRun("dot.junit.opcodes.instance_of.d.T_instance_of_3", IllegalAccessError.class); 74 loadAndRun("dot.junit.opcodes.instance_of.d.T_instance_of_7", NoClassDefFoundError.class);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/ |
Test_opc_throw.java | 84 loadAndRun("dot.junit.opcodes.opc_throw.d.T_opc_throw_4", NullPointerException.class); 91 loadAndRun("dot.junit.opcodes.opc_throw.d.T_opc_throw_5",
|
/cts/tools/vm-tests-tf/src/dot/junit/ |
DxAbstractMain.java | 68 public static void loadAndRun(String className, boolean isStatic, boolean wrapped, 103 public static void loadAndRun(String className, Class<?> expectedErrorClass) { 104 loadAndRun(className, false, true, expectedErrorClass); 107 public static void loadAndRun(String className, Class<?> expectedErrorClass, Object... args) { 108 loadAndRun(className, false, true, expectedErrorClass, args);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/array_length/ |
Test_array_length.java | 48 loadAndRun("dot.junit.opcodes.array_length.d.T_array_length_1", NullPointerException.class,
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/ |
Test_monitor_exit.java | 50 loadAndRun("dot.junit.opcodes.monitor_exit.d.T_monitor_exit_3", NullPointerException.class);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int/ |
Test_div_int.java | 128 loadAndRun("dot.junit.opcodes.div_int.d.T_div_int_1", ArithmeticException.class, 1, 0);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_2addr/ |
Test_div_int_2addr.java | 126 loadAndRun("dot.junit.opcodes.div_int_2addr.d.T_div_int_2addr_1", ArithmeticException.class,
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long/ |
Test_div_long.java | 126 loadAndRun("dot.junit.opcodes.div_long.d.T_div_long_1", ArithmeticException.class,
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long_2addr/ |
Test_div_long_2addr.java | 125 loadAndRun("dot.junit.opcodes.div_long_2addr.d.T_div_long_2addr_1",
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int/ |
Test_rem_int.java | 126 loadAndRun("dot.junit.opcodes.rem_int.d.T_rem_int_1", ArithmeticException.class, 1, 0);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_2addr/ |
Test_rem_int_2addr.java | 126 loadAndRun("dot.junit.opcodes.rem_int_2addr.d.T_rem_int_2addr_1", ArithmeticException.class,
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/ |
Test_return_object.java | 91 loadAndRun("dot.junit.opcodes.return_object.d.T_return_object_8",
|