Lines Matching refs:testCases

56     private List<TestCase> testCases;  field in Main
60 testCases = new LinkedList<TestCase>(); in Main()
61 testCases.add(new TestCase("PackedSwitch", "PackedSwitch", "packedSwitch", in Main()
63 testCases.add(new TestCase("PackedSwitch key INT_MAX", "PackedSwitch", in Main()
65 testCases.add(new TestCase("PackedSwitch key overflow", "b_24399945", in Main()
68 testCases.add(new TestCase("b/17790197", "B17790197", "getInt", null, null, 100)); in Main()
69 testCases.add(new TestCase("FloatBadArgReg", "FloatBadArgReg", "getInt", in Main()
71 testCases.add(new TestCase("negLong", "negLong", "negLong", null, null, 122142L)); in Main()
72 testCases.add(new TestCase("sameFieldNames", "sameFieldNames", "getInt", null, null, 7)); in Main()
73 testCases.add(new TestCase("b/18380491", "B18380491ConcreteClass", "foo", in Main()
75 testCases.add(new TestCase("invoke-super abstract", "B18380491ConcreteClass", "foo", in Main()
77 testCases.add(new TestCase("BadCaseInOpRegRegReg", "BadCaseInOpRegRegReg", "getInt", null, in Main()
79 testCases.add(new TestCase("CmpLong", "CmpLong", "run", null, null, 0)); in Main()
80 testCases.add(new TestCase("FloatIntConstPassing", "FloatIntConstPassing", "run", null, in Main()
82 testCases.add(new TestCase("b/18718277", "B18718277", "getInt", null, null, 0)); in Main()
83 testCases.add(new TestCase("b/18800943 (1)", "B18800943_1", "n_a", null, new VerifyError(), in Main()
85 testCases.add(new TestCase("b/18800943 (2)", "B18800943_2", "n_a", null, new VerifyError(), in Main()
87 testCases.add(new TestCase("MoveExc", "MoveExc", "run", null, new ArithmeticException(), in Main()
89 testCases.add(new TestCase("MoveExceptionOnEntry", "MoveExceptionOnEntry", in Main()
91 testCases.add(new TestCase("EmptySparseSwitch", "EmptySparseSwitch", "run", null, null, in Main()
93 testCases.add(new TestCase("b/20224106", "B20224106", "run", null, new VerifyError(), in Main()
95 testCases.add(new TestCase("b/17410612", "B17410612", "run", null, new VerifyError(), in Main()
97 testCases.add(new TestCase("b/21863767", "B21863767", "run", null, null, in Main()
99 testCases.add(new TestCase("b/21873167", "B21873167", "test", null, null, null)); in Main()
100 testCases.add(new TestCase("b/21614284", "B21614284", "test", new Object[] { null }, in Main()
102 testCases.add(new TestCase("b/21902684", "B21902684", "test", null, null, null)); in Main()
103 testCases.add(new TestCase("b/22045582", "B22045582", "run", null, new VerifyError(), in Main()
105 testCases.add(new TestCase("b/22045582 (int)", "B22045582Int", "run", null, in Main()
107 testCases.add(new TestCase("b/22045582 (wide)", "B22045582Wide", "run", null, in Main()
109 testCases.add(new TestCase("b/21886894", "B21886894", "test", null, new VerifyError(), in Main()
111 testCases.add(new TestCase("b/22080519", "B22080519", "run", null, in Main()
113 testCases.add(new TestCase("b/21645819", "B21645819", "run", new Object[] { null }, in Main()
115 testCases.add(new TestCase("b/22244733", "B22244733", "run", new Object[] { "abc" }, in Main()
117 testCases.add(new TestCase("b/22331663", "B22331663", "run", new Object[] { false }, in Main()
119 testCases.add(new TestCase("b/22331663 (pass)", "B22331663Pass", "run", in Main()
121 testCases.add(new TestCase("b/22331663 (fail)", "B22331663Fail", "run", in Main()
123 testCases.add(new TestCase("b/22411633 (1)", "B22411633_1", "run", new Object[] { false }, in Main()
125 testCases.add(new TestCase("b/22411633 (2)", "B22411633_2", "run", new Object[] { false }, in Main()
127 testCases.add(new TestCase("b/22411633 (3)", "B22411633_3", "run", new Object[] { false }, in Main()
129 testCases.add(new TestCase("b/22411633 (4)", "B22411633_4", "run", new Object[] { false }, in Main()
131 testCases.add(new TestCase("b/22411633 (5)", "B22411633_5", "run", new Object[] { false }, in Main()
133 testCases.add(new TestCase("b/22777307", "B22777307", "run", null, new InstantiationError(), in Main()
135 testCases.add(new TestCase("b/22881413", "B22881413", "run", null, null, null)); in Main()
136 testCases.add(new TestCase("b/20843113", "B20843113", "run", null, null, null)); in Main()
137 testCases.add(new TestCase("b/23201502 (float)", "B23201502", "runFloat", null, in Main()
139 testCases.add(new TestCase("b/23201502 (double)", "B23201502", "runDouble", null, in Main()
141 testCases.add(new TestCase("b/23300986", "B23300986", "runAliasAfterEnter", in Main()
143 testCases.add(new TestCase("b/23300986 (2)", "B23300986", "runAliasBeforeEnter", in Main()
145 testCases.add(new TestCase("b/23502994 (if-eqz)", "B23502994", "runIF_EQZ", in Main()
147 testCases.add(new TestCase("b/23502994 (check-cast)", "B23502994", "runCHECKCAST", in Main()
149 testCases.add(new TestCase("b/25494456", "B25494456", "run", null, new VerifyError(), in Main()
151 testCases.add(new TestCase("b/21869691", "B21869691A", "run", null, in Main()
153 testCases.add(new TestCase("b/26143249", "B26143249", "run", null, in Main()
155 testCases.add(new TestCase("b/26579108", "B26579108", "run", null, new VerifyError(), in Main()
157 testCases.add(new TestCase("b/26594149 (1)", "B26594149_1", "run", null, new VerifyError(), in Main()
159 testCases.add(new TestCase("b/26594149 (2)", "B26594149_2", "run", null, new VerifyError(), in Main()
161 testCases.add(new TestCase("b/26594149 (3)", "B26594149_3", "run", null, new VerifyError(), in Main()
163 testCases.add(new TestCase("b/26594149 (4)", "B26594149_4", "run", null, new VerifyError(), in Main()
165 testCases.add(new TestCase("b/26594149 (5)", "B26594149_5", "run", null, null, null)); in Main()
166 testCases.add(new TestCase("b/26594149 (6)", "B26594149_6", "run", null, new VerifyError(), in Main()
168 testCases.add(new TestCase("b/26594149 (7)", "B26594149_7", "run", null, new VerifyError(), in Main()
170 testCases.add(new TestCase("b/26594149 (8)", "B26594149_8", "run", null, new VerifyError(), in Main()
172 testCases.add(new TestCase("b/27148248", "B27148248", "run", null, new VerifyError(), in Main()
174 testCases.add(new TestCase("b/26965384", "B26965384", "run", null, new VerifyError(), in Main()
176 testCases.add(new TestCase("b/27799205 (1)", "B27799205Helper", "run1", null, null, null)); in Main()
177 testCases.add(new TestCase("b/27799205 (2)", "B27799205Helper", "run2", null, in Main()
179 testCases.add(new TestCase("b/27799205 (3)", "B27799205Helper", "run3", null, in Main()
181 testCases.add(new TestCase("b/27799205 (4)", "B27799205Helper", "run4", null, in Main()
183 testCases.add(new TestCase("b/27799205 (5)", "B27799205Helper", "run5", null, in Main()
185 testCases.add(new TestCase("b/27799205 (6)", "B27799205Helper", "run6", null, null, null)); in Main()
186 testCases.add(new TestCase("b/28187158", "B28187158", "run", new Object[] { null }, in Main()
188 testCases.add(new TestCase("b/29778499 (1)", "B29778499_1", "run", null, in Main()
190 testCases.add(new TestCase("b/29778499 (2)", "B29778499_2", "run", null, in Main()
192 testCases.add(new TestCase("b/30458218", "B30458218", "run", null, null, null)); in Main()
193 testCases.add(new TestCase("b/31313170", "B31313170", "run", null, null, 0)); in Main()
194 testCases.add(new TestCase("ConstClassAliasing", "ConstClassAliasing", "run", null, null, in Main()
196 testCases.add(new TestCase("b/121191566", "B121191566", "run", new Object[] { "a" }, null, in Main()
198 testCases.add(new TestCase("b/122501785", "B122501785", "run", null, new VerifyError(), in Main()
200 testCases.add(new TestCase("b/134061982", "B134061982", "run", new Object[] { 0 }, in Main()
202 testCases.add(new TestCase("b/134061982 (2)", "B134061982_2", "run", new Object[] { 0 }, in Main()
204 testCases.add(new TestCase("b/121245951", "B121245951", "run", new Object[] { true, in Main()
206 testCases.add(new TestCase("b/121245951 (2)", "B121245951_2", "run", new Object[] { true, in Main()
208 testCases.add(new TestCase("b/121245951 (3)", "B121245951_3", "run", new Object[] { in Main()
213 for (TestCase tc : testCases) { in runTests()