Home
last modified time | relevance | path

Searched refs:testCases (Results 1 – 1 of 1) sorted by relevance

/art/test/800-smali/src/
DMain.java47 private List<TestCase> testCases; field in Main
51 testCases = new LinkedList<TestCase>(); in Main()
52 testCases.add(new TestCase("PackedSwitch", "PackedSwitch", "packedSwitch", in Main()
55 testCases.add(new TestCase("b/17790197", "B17790197", "getInt", null, null, 100)); in Main()
56 testCases.add(new TestCase("b/17978759", "B17978759", "test", null, new VerifyError(), in Main()
58 testCases.add(new TestCase("FloatBadArgReg", "FloatBadArgReg", "getInt", in Main()
60 testCases.add(new TestCase("negLong", "negLong", "negLong", null, null, 122142L)); in Main()
61 testCases.add(new TestCase("sameFieldNames", "sameFieldNames", "getInt", null, null, 7)); in Main()
62 testCases.add(new TestCase("b/18380491", "B18380491ConcreteClass", "foo", in Main()
64 testCases.add(new TestCase("invoke-super abstract", "B18380491ConcreteClass", "foo", in Main()
[all …]