Build issue
Closed this issue · 2 comments
GoogleCodeExporter commented
git clone https://code.google.com/p/smali/
I do a mvn package on windows and get the following error:-
[INFO] Surefire report directory: C:\files\smali\smali\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running ByteLiteralTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running IntLiteralTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running LexerTest
Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec <<< F
AILURE!
Running LongLiteralTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running ShortLiteralTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Results :
Failed tests: CommentTest(LexerTest): Invalid token text at index 1. Expecting
text "
Tests run: 67, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] smali-pom ......................................... SUCCESS [0.797s]
[INFO] dexlib ............................................ SUCCESS [4.172s]
[INFO] util .............................................. SUCCESS [2.218s]
[INFO] smali ............................................. FAILURE [12.219s]
Original issue reported on code.google.com by vipina...@gmail.com
on 14 Aug 2012 at 7:45
GoogleCodeExporter commented
Thanks, I'll try and get that fixed. In the meantime, you can probably just
delete that specific test.
Original comment by jesusfreke@jesusfreke.com
on 17 Aug 2012 at 7:18
- Changed state: Accepted
GoogleCodeExporter commented
I'm pretty sure this is fixed. Feel free to reopen if not.
Original comment by jesusfreke@jesusfreke.com
on 14 Feb 2013 at 11:47
- Changed state: Fixed