berkus / smali

Automatically exported from code.google.com/p/smali
0 stars 0 forks source link

Build issue #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
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

GoogleCodeExporter commented 9 years ago
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