aboutsummaryrefslogtreecommitdiff
path: root/smali/src/test/resources
AgeCommit message (Expand)Author
2018-08-20Update the tests to handle MethodHandle kind fixesAlbert Gorski
2018-05-23Add support for const-method-handle and const-method-type in the lexer and pa...Ben Gruver
2018-05-23Add support for invoke-custom and related structures in the parser and lexerBen Gruver
2016-08-17Revert "Add lambda experimental dalvik opcodes"Narayan Kamath
2015-10-01Merge branch 'master' into smalideaBen Gruver
2015-09-29Add art-specific opcodes and opcode valuesBen Gruver
2015-03-18Merge branch 'master' into smalideaBen Gruver
2015-03-16Add lambda experimental dalvik opcodesIgor Murashkin
2015-03-04Refactor how PARAM_LIST is parsedBen Gruver
2015-03-04Refactor how the PARAM_LIST_OR_ID thing is parsedBen Gruver
2015-01-21Tweak how array descriptors are parsedBen Gruver
2014-02-17Improve how method parameter lists are lexedBen Gruver
2013-09-14Fix the tests related to bracketed namesBen Gruver
2013-08-24Remove support for using arbitrary offsets instead of labelsBen Gruver
2013-04-16Switch to new parameter syntaxBen Gruver
2013-04-15Refactor smali to use dexlib2Ben Gruver
2012-10-06Prevent newline normalization on windows for smali testsBen Gruver
2012-09-23Generate separate POSITIVE/NEGATIVE_INTEGER_LITERAL tokensBen Gruver
2012-08-24Remove support for the extended opcodesBen Gruver
2011-11-20Add support for jumbo volatile field access opcodesBen Gruver
2011-11-20Add support for the invoke-object-init/jumbo odex opcodeBen Gruver
2011-11-20Add support for the return-void-barrier odex instructionBen Gruver
2011-11-20Use Format 35c for invoke-direct-empty, and get rid of Format 35sBen Gruver
2011-11-20Add support for the invoke-object-init/range opcode in ICSBen Gruver
2011-11-20Add support for Format5rcBen Gruver
2011-11-20Add support for Format52c (field references)Ben Gruver
2011-11-20Add support for Format52c (type references)Ben Gruver
2011-11-20Add support for Format41c (field references)Ben Gruver
2011-11-20Add support for Format41c (type references)Ben Gruver
2011-11-19Seperate out execute-inline and execute-inline/range into seperate 35mi and 3...Ben Gruver
2011-11-19Add the throw-verification-error token to the instruction test for the lexerBen Gruver
2011-10-09Add lexer tests for throw-verification-error and related tokensBen Gruver
2010-12-23Add support in smali for the new odex instructionsJesusFreke@JesusFreke.com
2010-12-23add missing iput/sput instructions in the InstructionTest lexer testJesusFreke@JesusFreke.com
2010-06-13Add a (somewhat) real smali file as a lexer testJesusFreke@JesusFreke.com
2010-06-13Add the remaining lexer testsJesusFreke@JesusFreke.com
2010-06-13Add a framework for lexer tests, plus a preliminary (incomplete) set of testsJesusFreke@JesusFreke.com