Lines Matching refs:TestCase
28 private static class TestCase { class in Main
29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() method in Main.TestCase
47 private List<TestCase> testCases;
51 testCases = new LinkedList<TestCase>(); in Main()
52 testCases.add(new TestCase("PackedSwitch", "PackedSwitch", "packedSwitch", in Main()
54 testCases.add(new TestCase("PackedSwitch key INT_MAX", "PackedSwitch", in Main()
56 testCases.add(new TestCase("PackedSwitch key overflow", "b_24399945", in Main()
59 testCases.add(new TestCase("b/17790197", "B17790197", "getInt", null, null, 100)); in Main()
60 testCases.add(new TestCase("FloatBadArgReg", "FloatBadArgReg", "getInt", in Main()
62 testCases.add(new TestCase("negLong", "negLong", "negLong", null, null, 122142L)); in Main()
63 testCases.add(new TestCase("sameFieldNames", "sameFieldNames", "getInt", null, null, 7)); in Main()
64 testCases.add(new TestCase("b/18380491", "B18380491ConcreteClass", "foo", in Main()
66 testCases.add(new TestCase("invoke-super abstract", "B18380491ConcreteClass", "foo", in Main()
68 testCases.add(new TestCase("BadCaseInOpRegRegReg", "BadCaseInOpRegRegReg", "getInt", null, in Main()
70 testCases.add(new TestCase("CmpLong", "CmpLong", "run", null, null, 0)); in Main()
71 testCases.add(new TestCase("FloatIntConstPassing", "FloatIntConstPassing", "run", null, in Main()
73 testCases.add(new TestCase("b/18718277", "B18718277", "getInt", null, null, 0)); in Main()
74 testCases.add(new TestCase("b/18800943 (1)", "B18800943_1", "n_a", null, new VerifyError(), in Main()
76 testCases.add(new TestCase("b/18800943 (2)", "B18800943_2", "n_a", null, new VerifyError(), in Main()
78 testCases.add(new TestCase("MoveExc", "MoveExc", "run", null, new ArithmeticException(), in Main()
80 testCases.add(new TestCase("MoveExceptionOnEntry", "MoveExceptionOnEntry", in Main()
82 testCases.add(new TestCase("EmptySparseSwitch", "EmptySparseSwitch", "run", null, null, in Main()
84 testCases.add(new TestCase("b/20224106", "B20224106", "run", null, new VerifyError(), in Main()
86 testCases.add(new TestCase("b/17410612", "B17410612", "run", null, new VerifyError(), in Main()
88 testCases.add(new TestCase("b/21863767", "B21863767", "run", null, null, in Main()
90 testCases.add(new TestCase("b/21873167", "B21873167", "test", null, null, null)); in Main()
91 testCases.add(new TestCase("b/21614284", "B21614284", "test", new Object[] { null }, in Main()
93 testCases.add(new TestCase("b/21902684", "B21902684", "test", null, null, null)); in Main()
94 testCases.add(new TestCase("b/22045582", "B22045582", "run", null, new VerifyError(), in Main()
96 testCases.add(new TestCase("b/22045582 (int)", "B22045582Int", "run", null, in Main()
98 testCases.add(new TestCase("b/22045582 (wide)", "B22045582Wide", "run", null, in Main()
100 testCases.add(new TestCase("b/21886894", "B21886894", "test", null, new VerifyError(), in Main()
102 testCases.add(new TestCase("b/22080519", "B22080519", "run", null, in Main()
104 testCases.add(new TestCase("b/21645819", "B21645819", "run", new Object[] { null }, in Main()
106 testCases.add(new TestCase("b/22244733", "B22244733", "run", new Object[] { "abc" }, in Main()
108 testCases.add(new TestCase("b/22331663", "B22331663", "run", new Object[] { false }, in Main()
110 testCases.add(new TestCase("b/22331663 (pass)", "B22331663Pass", "run", in Main()
112 testCases.add(new TestCase("b/22331663 (fail)", "B22331663Fail", "run", in Main()
114 testCases.add(new TestCase("b/22411633 (1)", "B22411633_1", "run", new Object[] { false }, in Main()
116 testCases.add(new TestCase("b/22411633 (2)", "B22411633_2", "run", new Object[] { false }, in Main()
118 testCases.add(new TestCase("b/22411633 (3)", "B22411633_3", "run", new Object[] { false }, in Main()
120 testCases.add(new TestCase("b/22411633 (4)", "B22411633_4", "run", new Object[] { false }, in Main()
122 testCases.add(new TestCase("b/22411633 (5)", "B22411633_5", "run", new Object[] { false }, in Main()
124 testCases.add(new TestCase("b/22777307", "B22777307", "run", null, new InstantiationError(), in Main()
126 testCases.add(new TestCase("b/22881413", "B22881413", "run", null, null, null)); in Main()
127 testCases.add(new TestCase("b/20843113", "B20843113", "run", null, null, null)); in Main()
128 testCases.add(new TestCase("b/23201502 (float)", "B23201502", "runFloat", null, in Main()
130 testCases.add(new TestCase("b/23201502 (double)", "B23201502", "runDouble", null, in Main()
132 testCases.add(new TestCase("b/23300986", "B23300986", "runAliasAfterEnter", in Main()
134 testCases.add(new TestCase("b/23300986 (2)", "B23300986", "runAliasBeforeEnter", in Main()
136 testCases.add(new TestCase("b/23502994 (if-eqz)", "B23502994", "runIF_EQZ", in Main()
138 testCases.add(new TestCase("b/23502994 (check-cast)", "B23502994", "runCHECKCAST", in Main()
140 testCases.add(new TestCase("b/25494456", "B25494456", "run", null, new VerifyError(), in Main()
142 testCases.add(new TestCase("b/21869691", "B21869691A", "run", null, in Main()
144 testCases.add(new TestCase("b/26143249", "B26143249", "run", null, in Main()
146 testCases.add(new TestCase("b/26579108", "B26579108", "run", null, new VerifyError(), in Main()
148 testCases.add(new TestCase("b/26594149 (1)", "B26594149_1", "run", null, new VerifyError(), in Main()
150 testCases.add(new TestCase("b/26594149 (2)", "B26594149_2", "run", null, new VerifyError(), in Main()
152 testCases.add(new TestCase("b/26594149 (3)", "B26594149_3", "run", null, new VerifyError(), in Main()
154 testCases.add(new TestCase("b/26594149 (4)", "B26594149_4", "run", null, new VerifyError(), in Main()
156 testCases.add(new TestCase("b/26594149 (5)", "B26594149_5", "run", null, null, null)); in Main()
157 testCases.add(new TestCase("b/26594149 (6)", "B26594149_6", "run", null, new VerifyError(), in Main()
159 testCases.add(new TestCase("b/26594149 (7)", "B26594149_7", "run", null, new VerifyError(), in Main()
161 testCases.add(new TestCase("b/26594149 (8)", "B26594149_8", "run", null, new VerifyError(), in Main()
163 testCases.add(new TestCase("b/27148248", "B27148248", "run", null, new VerifyError(), in Main()
165 testCases.add(new TestCase("b/26965384", "B26965384", "run", null, new VerifyError(), in Main()
167 testCases.add(new TestCase("b/27799205 (1)", "B27799205Helper", "run1", null, null, null)); in Main()
168 testCases.add(new TestCase("b/27799205 (2)", "B27799205Helper", "run2", null, in Main()
170 testCases.add(new TestCase("b/27799205 (3)", "B27799205Helper", "run3", null, in Main()
172 testCases.add(new TestCase("b/27799205 (4)", "B27799205Helper", "run4", null, in Main()
174 testCases.add(new TestCase("b/27799205 (5)", "B27799205Helper", "run5", null, in Main()
176 testCases.add(new TestCase("b/27799205 (6)", "B27799205Helper", "run6", null, null, null)); in Main()
177 testCases.add(new TestCase("b/28187158", "B28187158", "run", new Object[] { null }, in Main()
179 testCases.add(new TestCase("b/29778499 (1)", "B29778499_1", "run", null, in Main()
181 testCases.add(new TestCase("b/29778499 (2)", "B29778499_2", "run", null, in Main()
183 testCases.add(new TestCase("b/30458218", "B30458218", "run", null, null, null)); in Main()
184 testCases.add(new TestCase("b/31313170", "B31313170", "run", null, null, 0)); in Main()
188 for (TestCase tc : testCases) { in runTests()
198 private void runTest(TestCase tc) throws Exception { in runTest()