vaginessa / smali

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

gradle build still failed with smali tests on windows #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tested with revision 097b40531b24 , JDK1.7 and Win7
=======================================================
It's strange that the master branch is failed again with other 3 tests.

LexerTest > CharLiteralTest FAILED
    java.lang.AssertionError at LexerTest.java:207

LexerTest > StringLiteralTest FAILED
    java.lang.AssertionError at LexerTest.java:207

LexerTest > SymbolTest FAILED
    java.lang.AssertionError at LexerTest.java:207

67 tests completed, 3 failed
:smali:test FAILED
=======================================================
Add some DBG output, and it looks like the below:
expectedToken.tokenText="\x0a", expectedTokenText="\x0d\x0a", 
token.getText()="\x0a"

Original issue reported on code.google.com by yyjdel...@gmail.com on 25 Sep 2012 at 5:44

GoogleCodeExporter commented 9 years ago
This is fixed! Finally.

Original comment by jesusfreke@jesusfreke.com on 6 Oct 2012 at 11:59