コード例 #1
0
ファイル: Main_testVFE4.java プロジェクト: nikoltu/aosp
 public static void main(String[] args) throws Exception {
   try {
     Class.forName("dot.junit.opcodes.ushr_int_lit8.d.T_ushr_int_lit8_14");
     fail("expected a verification exception");
   } catch (Throwable t) {
     DxUtil.checkVerifyException(t);
   }
 }
コード例 #2
0
ファイル: Main_testVFE7.java プロジェクト: nikoltu/aosp
 public static void main(String[] args) throws Exception {
   try {
     Class.forName("dot.junit.opcodes.iput_byte.d.T_iput_byte_18");
     fail("expected a verification exception");
   } catch (Throwable t) {
     DxUtil.checkVerifyException(t);
   }
 }
コード例 #3
0
ファイル: Main_testVFE3.java プロジェクト: nikoltu/aosp
 public static void main(String[] args) throws Exception {
   try {
     Class.forName("dxc.junit.opcodes.array_length.jm.T_array_length_5");
     fail("expected a verification exception");
   } catch (Throwable t) {
     DxUtil.checkVerifyException(t);
   }
 }
コード例 #4
0
ファイル: Main_testVFE3.java プロジェクト: nikoltu/aosp
 public static void main(String[] args) throws Exception {
   try {
     Class.forName("dot.junit.opcodes.mul_long_2addr.d.T_mul_long_2addr_5");
     fail("expected a verification exception");
   } catch (Throwable t) {
     DxUtil.checkVerifyException(t);
   }
 }
コード例 #5
0
ファイル: Main_testVFE5.java プロジェクト: nikoltu/aosp
 public static void main(String[] args) throws Exception {
   // @uses dot.junit.opcodes.invoke_super_range.d.T_invoke_super_range_12
   // @uses dot.junit.opcodes.invoke_super_range.d.TSuper
   try {
     Class.forName("dot.junit.opcodes.invoke_super_range.d.T_invoke_super_range_12");
     fail("expected a verification exception");
   } catch (Throwable t) {
     DxUtil.checkVerifyException(t);
   }
 }