[interp] disable some tests that fail on CI only
[mono.git] / mono / tests / bug-81466-lib.il
1 .assembly extern mscorlib
2 {
3   .ver 1:0:5000:0
4   .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
5 }
6 .assembly 'bug-81466-lib'
7 {
8   .custom instance void class [mscorlib]System.Diagnostics.DebuggableAttribute::.ctor(bool, bool) =  (01 00 01 01 00 00 ) // ......
9
10   .hash algorithm 0x00008004
11   .ver  0:0:0:0
12 }
13 .module 'bug-81466-lib.dll'
14
15
16 .namespace MainSpace
17 {
18   .class interface public auto ansi abstract IA
19   {
20
21   } // end of class MainSpace.IA
22 }
23
24 .namespace MainSpace
25 {
26   .class interface public auto ansi abstract IB
27   {
28
29     // method line 1
30     .method public virtual  hidebysig  newslot  abstract 
31            instance default bool Test ()  cil managed 
32     {
33         // Method begins at RVA 0x0
34     } // end of method IB::Test
35
36   } // end of class MainSpace.IB
37 }
38
39 .namespace MainSpace
40 {
41   .class interface public auto ansi abstract IC
42         implements MainSpace.IA, MainSpace.IB  {
43
44   } // end of class MainSpace.IC
45 }
46
47 .namespace MainSpace
48 {
49   .class interface public auto ansi abstract ID
50         implements MainSpace.IC, MainSpace.IA, MainSpace.IB  {
51
52   } // end of class MainSpace.ID
53 }
54
55 .namespace MainSpace
56 {
57   .class public auto ansi beforefieldinit A
58         extends [mscorlib]System.Object
59         implements MainSpace.IA  {
60
61     // method line 2
62     .method public hidebysig  specialname  rtspecialname 
63            instance default void .ctor ()  cil managed 
64     {
65         // Method begins at RVA 0x2050
66         // Code size 7 (0x7)
67         .maxstack 1
68         IL_0000:  ldarg.0 
69         IL_0001:  call instance void object::.ctor()
70         IL_0006:  ret 
71     } // end of method A::.ctor
72
73   } // end of class MainSpace.A
74 }
75
76 .namespace MainSpace
77 {
78   .class public auto ansi beforefieldinit AC
79         extends MainSpace.A
80         implements MainSpace.IC, MainSpace.IA, MainSpace.IB  {
81
82     // method line 3
83     .method public virtual  hidebysig  newslot 
84            instance default bool Test ()  cil managed 
85     {
86         // Method begins at RVA 0x2064
87         // Code size 16 (0x10)
88         .maxstack 1
89         .locals init (
90                 bool    V_0)
91         IL_0000:  ldstr "AC.Test()"
92         IL_0005:  call void class [mscorlib]System.Console::WriteLine(string)
93         IL_000a:  ldc.i4.1 
94         IL_000b:  stloc.0 
95         IL_000c:  br.s IL_000e
96
97         IL_000e:  ldloc.0 
98         IL_000f:  ret 
99     } // end of method AC::Test
100
101     // method line 4
102     .method public hidebysig  specialname  rtspecialname 
103            instance default void .ctor ()  cil managed 
104     {
105         // Method begins at RVA 0x2080
106         // Code size 7 (0x7)
107         .maxstack 1
108         IL_0000:  ldarg.0 
109         IL_0001:  call instance void class MainSpace.A::.ctor()
110         IL_0006:  ret 
111     } // end of method AC::.ctor
112
113   } // end of class MainSpace.AC
114 }
115
116 .namespace MainSpace
117 {
118   .class public auto ansi beforefieldinit CD
119         extends MainSpace.AC
120         implements MainSpace.ID, MainSpace.IC, MainSpace.IA, MainSpace.IB  {
121
122     // method line 5
123     .method public hidebysig  specialname  rtspecialname 
124            instance default void .ctor ()  cil managed 
125     {
126         // Method begins at RVA 0x2094
127         // Code size 7 (0x7)
128         .maxstack 1
129         IL_0000:  ldarg.0 
130         IL_0001:  call instance void class MainSpace.AC::.ctor()
131         IL_0006:  ret 
132     } // end of method CD::.ctor
133
134   } // end of class MainSpace.CD
135 }
136